@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css2?family=Poppins);
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Michroma);



html, body{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}


*{
    margin: 0;
    padding: 0;
}
body{
    background-color: #d4d8f0;
}

#skills, #experience  {
    min-height: 100vh;
}
#about{
    min-height: 50vh;
}


nav{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;  /*higher z index makes nav bar stay on yop of every element */
}
.navbar {
   
    display: flex;
    background-color: #232946;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    align-items: center;

}

.brand-name {
    position: relative;
    left: 50px;
    font-size: 25px;
    margin: 15px;
    color: #fffffe;
    font-family:  'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/*
.brand-name::first-letter {
    font-size: 30px;
    color: #ff8A00;
}
*/

.nav-links ul {
    text-decoration: none;
    display: flex;
    
}

.nav-links li {
    position: relative;
    right: 50px;
    text-decoration: none;
    list-style: none;
    margin-right: 20px;
    

}

.nav-links li a {
    color: #fffffe;
    font-family: raleway, Georgia, 'Times New Roman', Times, serif;
    text-decoration: none;
    padding: 10px;
    font-size: 16px;
    transition: transform, color 0.3s;
}




nav a:hover {
    color: #eebbc3;
    transform: translateY(-2px);

}

nav a.active { 
    color: #eebbc3;
}

.toggle-button {
    position: absolute;
    display: none;
    top: .85rem;
    right: 1rem;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.fa-solid.fa-bars {
    font-size: 22px;
    color: #fffffe;
}

.main {
    margin-top: 60px;
    
}

h1 {
    font-size: 55px;
    font-weight: 900;
}

.main h1,  .desc {
    color: #232946;
    font-family: poppins, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    position: relative;
    top: 70px;
    margin-left: 70px;
    padding: 0;
    font-weight: 800;
}

.main h1 {
    font-size: 60px;
}

.desc {
    font-size: 20px;
}

.baaz {
    color: #d42203;
    font-size: 70px;
    margin: 0;
    
}

.blue-desc {
    color: #2949fa;
}



.downloadCV {
    position: absolute;
    padding: 5px;
    width: 150px;
    height: 38px;
    margin-top: 100px;
    margin-left: 75px;
    border: 0.16em solid rgba(255, 255, 255, 0);
    background-color:  transparent;
    border-radius: 3em;
    text-decoration: none;
    border-color: #232946;
    font-weight: 300;
    text-align: center;
    transition: all 0.3s ease;
    
}

.downloadCV:hover{ 
    color: #232946;
    background-color: #eebbc3;
    box-shadow: 0 0 20px 2px #eebbc3;
    cursor: pointer;
}

.downloadCV:hover a{
    color: #232946;

}


.downloadCV a {
    text-decoration: none;
    color: black;
    font-family: poppins, Arial, Helvetica, sans-serif;
    font-size:  15px;
    font-weight: 500;
}


.downloadCV i{
    font-size: 16px;
}

/*
.dot {
    position: absolute;
    margin-left: 60%;
    margin-top: 0%;
    height: 400px;
    width: 400px;
    background-color: #e0c008;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 5px 40px 10px #eecb03;
  }
*/

.author-photo{
    border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;

}


.author-photo {
    object-fit: cover;
    position: relative;
    float: right;
    margin-right: 5%;
    margin-top: -10%;
    width: 400px;
    height: 400px;
    box-shadow: 0 0 80px 5px #eebbc3;
  }

.socials{
    position: absolute;
    left: 50px;
    margin-top: 150px;
    padding: 20px;
    font-size: 35px;
}

.socials i{
    padding: 5px;
    color: #041158;
    transition: all .25s ease-in-out;
    
}

.socials i:hover{
    transform: scale(1.2);
    color:#232946;
}

/*
#skills-box , #languages-box{
    color:#041158;
    background-color: transparent;
    border: 2px solid #3F8180;
    border-radius: 12px;
    height: 180px;
    width: 300px;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 200px;
    left: 70px;
    padding: 10px;
}



#skills-box h2, 
#languages-box h2 {
    font-family: ubuntu, raleway, 'Arial', Tahoma;
    font-size: 18px;
    text-align: center;
    padding: 2px;
    margin: 0;
    
}

#skills-box .fa-solid.fa-layer-group ,#languages-box .fa-solid.fa-code {
    align-items: center;
    box-sizing:  border-box;
    color: #041158;
    background-color: #3F8180;
    border-radius: 100%;
    width: 42px;
    height: 40px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    
}

.front-end{
    display: flex;
    gap: 60px;
    justify-content: center;
    padding: 5px;
}

#skills-box .front-end h1,
#languages-box .languages h1 {
    font-size: 16px;
    font-family: lato, 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
    display: flex;
    align-items: center;
    flex-direction: column;
    

}

.front-end .css {
    margin-left: 28px;
}


.front-end i, .languages i {
    font-size: 35px;
    
}

#skills-box .front-end-desc ,
#languages-box .lang-desc {
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 16px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
}



#languages-box {
    margin-left:400px;
}


.languages {
    display: flex;
     
    gap: 60px;
    justify-content: center;
    padding: 5px;
}

.languages-box {
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.languages h1 {
    font-size: 16px;
    font-family: lato, 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
    display: flex;
    align-items: center;
    flex-direction: column;
    
}
*/

.collab {
    padding: 15px;
    margin-left: 70px;
    margin-right: 5%;
    height: 90px;
    width:auto;
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    border-radius: 12px;
    position: relative;
    align-items: center;
    margin-top: 300px;
    background-color: #232946;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
}

.collab-title {
    font-family:michroma,'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #fffffe;
    font-size: 25px;
    font-weight:bolder;
    margin-bottom: 10px;
    margin-left: 20px;
}

.collab-desc {
    padding: 10px;
    font-size: 20px;
    text-align:center;
    color: #fffffe;
    font-family: montserrat, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 500;

}

.convo-button {
    color: #fffffe;
    font-size: 16px;
    font-family: montserrat, "arial";
    font-weight: bold;
    padding: 15px;
    
    margin-right: 20px;
    width:220px;
    border: 0.16em solid rgba(255, 255, 255, 0);
    background-color:  transparent;
    border-radius: 3em;
    border-color:#fffffe;
    text-align: center;
    align-items: center;
    transition: all 0.3s ease-out;

}

.convo-button:hover{
    border-color: #eebbc3;
    color: #232946;
    background-color:#eebbc3;
    cursor: pointer;
}

.fa-regular.fa-message{
    padding: 5px;
    font-size: 16px;
}

.input-box {
    background-color: #fffffe;
    padding: 2%;
    max-width: 50%;
    margin-top: 30px;
    margin: 2% auto;
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    gap: 5px;
}

.input-box-title {
    font-family: raleway, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 35px;
    text-align: center;
    color:#041158;
    padding: 10px;
}

.input-box hr {
    border: none;
    height: 5px;
    width: 50%;
    border-radius: 10px;
    background-color: #041158;
    margin-bottom: 10px;
    
}

/* Reset default form styles */
.contact-form {
    margin: 0;
    padding: 0;
}

/* Style labels */
label {
    font-family:montserrat, Arial, Helvetica, sans-serif;
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

/* Style inputs */
input[type="text"],
input[type="email"],
textarea,
select {
    max-width: 100%;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: poppins, 'Courier New', Courier, monospace;
}

.contact-form input:focus , .contact-form select:focus, .contact-form textarea:focus {
    border: 2px solid #eebbc3;
    outline: none;
}


::placeholder{
    color: #777;
    opacity: 40%;
    font-size: 14px;
}

select{
    color: #041158;  
}


/* Style textarea */
textarea {
    resize: vertical; /* Allow vertical resizing */
}

/* Style button */
.send-button{
    color: #232946;
    font-size: 14px;
    font-family: montserrat, "arial";
    font-weight: bold;
    padding: 10px;
    width:180px;
    border: 0.16em solid rgba(255, 255, 255, 0);
    background-color:  transparent;
    border-radius: 3em;
    border-color:#232946;
    text-align: center;
    align-items: center;
    transition: all 0.3s ease-out;
}

.send-button:hover {
    background-color: #eebbc3;
    cursor:pointer;
}

/* Style icon inside button */
.send-button i {
    margin-left: 5px;
}

.close-button {
    color: #232946;
    font-size: 14px;
    font-family: montserrat, "arial";
    font-weight: bold;
    padding: 10px;
    margin-left: 10px;
    width:140px;
    border: 0.16em solid rgba(255, 255, 255, 0);
    background-color:  transparent;
    border-radius: 3em;
    border-color:#232946;
    transition: all 0.3s ease-out;

}

.close-button:hover{
    cursor: pointer;
}


.error-txt {
    color: #d42203;
    font-family: ubuntu, 'Times New Roman', Times, serif;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 10px;
}

#skills {
    
    position: relative;
    margin-left: 70px;
    margin-right: 5%;
    margin-bottom: 20px;
    padding: 80px 0px;
}
.row {
    padding: 50px 0px;
    background-color: #fffffe;
    border: #E6ECF8 1px solid;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
    text-align: center;
    border-radius: 12px;

}


.col-1, .col-2, .col-3{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.33%;
    height: auto;
    text-align: left;
}

.col-1, .col-2 {
    border-right: #E6ECF8 1px solid;
}

.col-main {
    display: flex;
    flex-grow: 1;
    text-align: center;
}

.col-main h3 {
    padding: 10px;
    font-size: 22px;
    font-family: roboto, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.row h2 {
    text-align: center;
    padding-bottom: 10px;
    color: #041158;
    font-size: 35px;
    font-weight: 700;
    font-family: montserrat, 'Courier New', Courier, monospace;
    
}

.row hr {
    position: relative;
    border: none;
    height: 4px;
    width: 10%;
    left: 45%;
    border-radius: 10px;
    background-color: #041158;
    margin-top: 5px;
    margin-bottom: 15px;

}

.icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 110px;
    width: 110px;
    background-color: #eebbc3;
    border-radius: 50%;
    text-align: center;
    color: #041158;
    font-size: 50px;
}

.icon .i {
    text-align: center;
}

#skills h3 {
    font-family: michroma, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight:bolder;
    color: #232946;
    text-align: center;
}
.skills-desc {
    font-family: poppins, 'Courier New', Courier, monospace;
    padding: 20px;
    font-size: 16px;
}

.title-tools {
    font-family: poppins, 'Courier New', Courier, monospace;
    color: #6E07F3;
    font-size: 18px;
    padding: 5px;
    text-align: center;
}

.row ul{
    padding: 0;
}

.list-tools li {
    list-style: none;
    font-family: poppins,'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 500;
    text-align: center;
}

#experience {
    position: relative;
    margin-left: 70px;
    margin-right: 5%;
    margin-bottom: 20px;
    padding: 80px 0px;
}

.exp-box {
    background-color: #eebbc3;
    min-height: 100vh;
    padding: 50px 20px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    color: #232946;
}

.exp-title {
    text-align: center;
    font-size: 35px;
    font-family: montserrat, raleway, Calibre, Georgia, 'Times New Roman', Times, serif;
    font-weight: 700;
    margin-bottom: 10px;
    color: #232946;
}

.exp-list , .exp-duration{
    list-style: none;
    font-family: calibre, 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
    font-size: 25px;
}

.exp-duration {
    font-size: 18px;
    font-weight: 200;
    padding-bottom: 5px;
}


.yellow-desc {
    color: #FF7C00;
    font-weight: 500;
}

.red-desc {
    color: #d42203;
    font-weight: 500;
    
}

.exp-desc {
    font-family: poppins, 'Courier New', Courier, monospace;
    padding: 0px;
    font-size: 16px;
}

.exp-images{
    display: flex;
    flex-wrap: wrap;
    gap: 20%;
    justify-content: center;
   
}

.exp-images img {
    max-width: 220px;
    height:auto;
    width: auto;
}

#about {
    
    position: relative;
    margin-left: 70px;
    margin-right: 5%;
    padding: 80px 0px;
    margin-top: 25px;
    margin-bottom: 20px;
}

#about a {
    text-decoration:underline;
    color:#FF7C00;
}

.abt-content {
    background-color: #232946;
    padding: 50px 0px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    border-radius: 12px;

}

.abt-title {
    color: #fffffe;
    text-align: center;
    margin-bottom: 10px;
    font-family: montserrat, Verdana, Geneva, Tahoma, sans-serif;
    font-size: 35px;
    font-weight: 700;
}

.fa-regular.fa-lightbulb { 
    font-size: 32px;
    padding: 5px;
   
}

.abt-desc, .abt-desc-other {
    padding: 10px;
    text-align: left;
    font-size: 16px;
    color: #b8c1ec;
    font-family: poppins, 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.abt-desc-other{
    color: #fffffe;
}

.uni {
    color: #FFB040;
}

.major {
    color: #fffffe;
}
/* footer styles */

.footer {
    background-color: #232946;
    padding: 20px;
    font-family: ubuntu, sans-serif;
    font-size: 18px;
}

.footer h5 {
    margin: 0;
    margin-bottom: 10px;
    color: #fffffe;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 5px;
}

.footer li {
    margin-bottom: 5px;
    color: #fffffe;
}

.footer a{
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    color: #eebbc3;
}

.footer .row {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0px;
    background-color: #232946;
    border: none;
    box-shadow: none;
}

.footer .col-md-3 {
    flex: 1 1 25%;
    margin-right: 20px;
    
}
.col-md-3 label {
    color: #fffffe;
}


.col-md-3 ul li {
    padding: 5px;
    
}

.col-md-3 i {
    font-size: 24px;
    padding: 5px;
}

.col-md-3 input {
    height: 40px;
    width: 200px;
    border: 1px solid #fffffe;
    background-color: transparent;
    color: #fffffe;
    border-color:#fffffe ;
    margin-right: 5px;
}

.col-md-3 .subscribe {
    height: 40px;
    width: 100px;
    padding: 10px;
    border-radius: 10px;
    border: none;
    font-family: ubuntu, sans-serif;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 15px;
}

.subscribe:hover {
    background-color: #eebbc3;
    color: #232946;
    cursor: pointer;
}

.footer .col-md-3:last-child {
    margin-right: 0;
}

.report-issue {
    color: #fffffe
}






/* Media queries */
/* Mobile Devices (up to 768px) */
@media only screen and (max-width: 767px) {
    /* Add your styles for mobile devices */
    
    body{
        font-size: 12px;
        margin: 0;
        padding: 0;
    }

    #skills, #experience, #about {
        padding: 30px 0px;
        margin-bottom: 0px;
        margin-top: 0px;
    
    }

    .main {
        margin: 0;
    }

    .brand-name {
        left: 20px;
        font-size: 16px; /* Further decrease font size for smaller screens */
    }

    .main h1 {
        font-size: 25px;
        margin-left: 20px;
    }

    .baaz {
        font-size: 35px;
    }

    .desc {
        font-size: 16px;
        margin-left: 20px;
    }


    .navbar{
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-links {
        width: 100%;
        display: none;
        
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links ul {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .nav-links li {
        right: 0;
        padding: 8px; /* Further decrease margin between nav items */
    }

    .nav-links li a {
        font-size: 12px; /* Further decrease font size for smaller screens */
        padding: 3px; /* Further decrease padding for smaller screens */
    }

    .toggle-button {
        display: flex;
        background-color: transparent;
        border: none;
    }

   

    .socials {
        left: 20px;
        padding: 0;
        display: block; /* Display social icons for smaller screens */
        
    }

    .socials i {
        font-size: 20px; /* Adjust font size for smaller screens */
    }

    .image img {
        display: flex;

    }

    .author-photo{
        margin-top: 5px;
        padding: 0px;
        position: absolute;
        margin-left: 20px;
        top: 220px;
        height: 200px;
        max-width: 200px;
        width: 100%;
    }
    
    .blue-desc {
        /* Styles for blue desc */
    }
    
    .downloadCV {
        /* Styles for downloadCV */
        position: relative;
        margin-top: 350px;
        margin-left: 20px;
    }
    
    .downloadCV:hover {
        /* Styles for hovered downloadCV */
    }
    
    .downloadCV:hover a {
        /* Styles for downloadCV link on hover */
    }
    
    .downloadCV a {
        /* Styles for downloadCV link */
    }
    
    .downloadCV i {
        /* Styles for downloadCV icon */
    }
    
    
    
    .socials {
        /* Styles for socials */
        margin-top: 10px;
    }
    
    .socials i {
        /* Styles for social icons */
        font-size: 26px;
    }
    
    .collab {
        /* Styles for collab */
        margin-left: 20px;
        position: relative;
        margin-top: 100px;
        height: auto;
        align-items: center;
        flex-direction:  column;
        
    }
    
    .collab-title {
        /* Styles for collab title */
        font-size: 1.2em;
        font-weight: 700;
    }
    
    .collab-desc {
        /* Styles for collab description */
        font-size: 1.2em;
    }
    
    .convo-button {
        /* Styles for convo button */
        height: 50px;
        width: 150px;
        font-size: 1em;
        padding: 5px;
    }
    
    .fa-regular.fa-message {
        /* Styles for message icon */
        font-size: 14px;
    }
    
    .input-box {
        margin-left: 20px;
        margin-right: 5%;
        max-width: 100%;;
        /* Styles for input box */
        
    }
    
    .input-box-title {
        /* Styles for input box title */
       font-size: 18px;
    }
    
    .input-box hr {
        /* Styles for hr in input box */
        display: none;
    }
    
    .contact-form {
        /* Styles for contact form */
    }
    
    label {
        /* Styles for labels */
        font-size: 16px;
    
    }
    
    input[type="text"],
    input[type="email"],
    textarea,
    select {
        /* Styles for inputs */
      
        
    }
    
    .contact-form input:focus,
    .contact-form select:focus,
    .contact-form textarea:focus {
        /* Styles for focused inputs */
    }
    
    ::placeholder {
        /* Styles for placeholder text */
    }
    
    select {
        /* Styles for select input */
    }
    
    .send-button {
        /* Styles for send button */
        font-size: 12px;
        padding: 10px;
        height: 40px;
        width: 140px;
        
    }
    
    .send-button i {
        /* Styles for icon inside send button */
    }
    
    .close-button {
        /* Styles for close button */
        width: 100px;
        font-size: 12px;
    }
    
    .error-txt {
        /* Styles for error text */
    }
    
    #skills {
        /* Styles for skills */
        align-items: center;
        margin-left: 20px;
        
    }
    
    .row {
        /* Styles for row */
    }
    
    .col-1,
    .col-2,
    .col-3 {
        /* Styles for columns */
   
      text-align: center;
      align-items: center;
      border: none;
      width: 100%;
       
    }

    .col-1 {
        height: fit-content;
        margin-bottom: 50px;
    }

    .col-2 {
        height: fit-content;
        margin-bottom: 50px;
    }

    .col-3 {
        height: fit-content;
        margin-bottom: 50px;
    }
    
    .col-main {
        /* Styles for main column */
        display: block;
        
    }


    
    .row h2 {
        /* Styles for h2 in row */
    }
    
    .row hr {
        /* Styles for hr in row */
    }
    
    .icon {
        /* Styles for icon */
       
        height: 60px;
        max-width: 60px;
        font-size: 25px;
       

    }
    
    .icon .i {
        /* Styles for icon content */
              
        
        
    }
    
    #skills h3 {
        /* Styles for skills h3 */
        font-size: 20px;
    }
    
    .skills-desc {
        /* Styles for skills description */
        font-size: 16px;
    }
    
    .title-tools {
        /* Styles for tools title */
        font-size: 18px;
    }
    
    .row ul {
        /* Styles for ul in row */
    }
    
    .list-tools li {
        /* Styles for li in list tools */
        font-size: 16px;
    }
    
    #experience {
        margin-left: 20px;
        /* Styles for experience */
    }
    
    .exp-box {
        /* Styles for exp box */
    }
    
    .exp-title {
        /* Styles for exp title */
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .ambassador {
        /* Styles for ambassador */
    }
    
    .coles {
        /* Styles for coles */
    }
    
    .exp-desc {
        /* Styles for exp description */
        font-size: 16px;
    }
    
    .exp-images {
        /* Styles for exp images */
        justify-content: center;
         
    }

    .exp-images img {
        padding: 10px;

    }

    .coles-logo {
        max-width: 200px !important;
    }
    
    #about {
        margin-left: 20px;
        /* Styles for about */
    }
    
    .abt-title {
        /* Styles for about title */
        font-size: 22px;
    }
    
    .fa-regular.fa-lightbulb {
        /* Styles for lightbulb icon */
    }
    
    .abt-desc {
        /* Styles for about description */
        font-size: 16px;
    }
    
    .abt-desc-other {
        /* Styles for other about description */
    }
    
    .uni {
        /* Styles for uni */
    }
    
    .major {
        /* Styles for major */
    }

    .footer .col-md-3 {
        flex: 1 1 100%;
        margin-right: 0;
    }
}

/* Tablets (768px - 1024px) */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    /* Add your styles for tablets */

    body{
        font-size: 12px;
        margin: 0;
        padding: 0;
    }

    #skills, #experience, #about {
        padding: 50px 0px;
        margin-bottom: 0px;
        margin-top: 0px;
    
    }
    .main h1 {
        font-size: 30px;
    }

    .baaz {
        font-size: 45px;
    }

    .desc {
        font-size: 16px;
    }

    .socials {
        margin-top: 20px;
        padding: 0;
        display: block; /* Display social icons for smaller screens */
        
    }

    .socials i {
        font-size: 30px; /* Adjust font size for smaller screens */
    }

    .image img {
        display: flex;

    }

    .author-photo{
        margin-top: 5px;
        padding: 0px;
        position: absolute;
        margin-left: 70px;
        top: 300px;
        height: 300px;
        max-width: 300px;
        width: 100%;
    }
    
    .blue-desc {
        /* Styles for blue desc */
    }
    
    .downloadCV {
        /* Styles for downloadCV */
        position: relative;
        margin-top: 450px;
    }
    
    .downloadCV:hover {
        /* Styles for hovered downloadCV */
    }
    
    .downloadCV:hover a {
        /* Styles for downloadCV link on hover */
    }
    
    .downloadCV a {
        /* Styles for downloadCV link */
    }
    
    .downloadCV i {
        /* Styles for downloadCV icon */
    }
    .collab {
        /* Styles for collab */
        position: relative;
        margin-top: 120px;
        height: auto;
        align-items: center;
        flex-direction:  column;
        
    }
    
    .collab-title {
        /* Styles for collab title */
        font-size: 1.2em;
        font-weight: 700;
    }
    
    .collab-desc {
        /* Styles for collab description */
        font-size: 1.2em;
    }
    
    .convo-button {
        /* Styles for convo button */
        height: 50px;
        width: 150px;
        font-size: 1em;
        padding: 5px;
    }
    
    .fa-regular.fa-message {
        /* Styles for message icon */
        font-size: 14px;
    }

    .exp-images{
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .exp-images img {
        padding: 10px;
    }
    
    
    
}

/* 4K Screens (2560px and above) */
@media only screen and (min-width: 2560px) {
    /* Add your styles for 4K screens */
}