/* ============================================ */
/* -------------------biglaptop------------------- */
/* ============================================ */

/* @media screen and (min-width: 1560px) {
    
    #navbar {
        transform: scale(1.2);
    }

    #hero-section {
        transform: scale(1.3);
        margin: 6rem 0;
    }


    #support {
        transform: scale(1.3);
        margin: 12rem 0 16rem;
    }

    #about {
        transform: scale(1.3);
        margin: 10rem 0;
    }

    #sponsors-and-partners {
        transform: scale(1.3);
        padding: 10rem 0;
    }

    #register {
        transform: scale(1.3);
        padding: 10rem 0;
    }

    #testimonials {
        transform: scale(1.3);
        padding: 14rem 0;
    }

    footer {
        transform: scale(1.3);
        margin-bottom: 5rem;
        padding-top: 8rem;
    }
    
    #last {
        transform: scale(1.3);
    }

} */






/* ============================================ */
/* -------------------MOBILE------------------- */
/* ============================================ */


@media screen and (max-width: 476px) {

    body {
        background-color: #ffc241;
    }

    .circle {
        display: none;
    }

    #background {
        display: none;
    }

    #mlh-trust-badge {
        display: block;
        max-width: 60px;
        min-width: 60px;
        position: fixed;
        left: 40px;
        top: 0;
        width: 10%;
        z-index: 10000
    }

    /*---------------------------------- socials ----------------------------------*/

    #socials {
        z-index: 69;
        width: 100%;
        bottom: -60px;
        right: 0px;
        opacity: 100%;
        transition: 0.3s all ease;
        animation: none;
        transform: rotate(-90deg);
        margin-top: 10rem;
    }
    
    #socials .cont {
        flex-direction: column;
    }
    
    #socials .cont a i {
        transform: rotate(90deg);
    }


    /*---------------------------------- socials ----------------------------------*/

    #countdown {
        padding: 5rem 0 0rem;
    }

    /*---------------------------------- navbar ----------------------------------*/

    nav {
        align-items: flex-end;
        justify-content: flex-end;
        flex-direction: column-reverse;
    }

    .nav-logo {
        width: 2.5rem;
        height: 2.5rem;
        transition: 0.4s all ease-in-out;
        border-radius: 0 0 50% 50%;
        /* border: 1px solid green; */
        position: relative;
    }

    .nav-logo img {
        width: 80%;
    }    
    
    .nav-logo img:hover {
        transform: rotate(0deg);
    }

    .rotate {
        transform: rotate(180deg);
        transition: 0.4s all ease-in-out;
    }

    .nav-list {
        flex-direction: column;
        align-items: center;
        position: absolute;
        left: 30px;
        gap: 1.5rem;
        width: 0;
        padding: 0rem 1rem;
        height: 0;
        opacity: 0;
        border-radius: 100%;
        transition: 0.3s all ease-in-out;
    }

    .work-msg {
        position: absolute;
        width: 40vw;
        /* white-space: nowrap; */
        top: -8px;
        left: 50px;
        transform: scale(60%);
        padding: 0.5rem 1rem;
        background-color: #FFF;
        color: #252525;
        /* border: 1px solid black; */
        border-radius: 10px;
        visibility: hidden;
        transition: 0.3s all ease;
    }
    
    .nav-list-visible {
        height: 350px;
        width: 100%;
        opacity: 0.65;
        margin: 3rem 0 0.8rem;
        border-radius: 20px;
        transition: 0.3s all ease-in-out;
    }

    /*---------------------------------- navbar ----------------------------------*/


    /*---------------------------------- Hero section ----------------------------------*/


    #hero-section-phone {
        display: none;
    }

    .phone-head-cont {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .main-head-phone {
        margin: 0rem 1rem;
        display: flex;
        width: 90vw;
    }

    .brand-style {
        font-weight: 600;
    }

    .phone-head-cont h1 {
        margin: 0 1.5rem;
        line-height: 1.2;
    }

    .main-point {
        text-align: center;
        font-size: 1.3rem;
        padding-left: 3rem;
    }
    
    #hero-section-phone .main-point {
        text-align: center;
        animation: none;
        animation-delay: 0ms;
        right: 0;
        bottom: 0;
        position: relative;
        line-height: 0.5;
        font-size: 1rem;
    }

    /*----------------------------------- hero section phone -----------------------------------*/

    
    .org-header img {
        width: 15vw;
        border-radius: 50%;
    }

    
    .org-header h1 span {
        font-family: 'fira code', sans-serif;
        font-size: 16px;
    }

    /*----------------------------------- hero section -----------------------------------*/

    .home-spon-logo {
        width: 40vw;
        margin-right: 1.5rem;
    }

    .phone-head {
        width: 110vw;
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .phone-head img {
        width: 110%;
    }

    #hero-section .row {
        /* transform: scale(50%); */
        display: none;
    }

    .heroback {
        display: none;
    }

    #hero-section {
        /* border: 1px solid red; */
        /* max-height: 608px; */
        /* height: 80vh; */
    }

    #hero-section .pd-cont {
        bottom: 20px;
        /* max-height: 708px; */
        /* border: 1px solid black; */
    }
    
    .brand {
        transform: rotate(-90deg);
        white-space: nowrap;
        font-size: 1.2rem;
        position: absolute;
        top: 90px;
        left: -1000px;
        animation: brand 0.5s forwards;
        animation-delay: 4s;
    }

    @keyframes brand {
        from {
            left: -1000px;
        }
    
        to {
            left: -60px;
        }
    }

    .main-point {
        text-align: right;
        position: absolute;
        right: -1000px;
        bottom: 0px;
        width: 300px;
        text-align: right;
        font-size: 1.5rem;
        line-height: 1.5;
        padding-left: 3.5rem;
        animation: mainPoint 0.5s forwards;
        animation-delay: 4.1s;
    }


    /* hero section row 2 */

    #hero-section .row-2 {
        /* margin-top: 6rem; */
        position: relative;
        bottom: 70px;
        opacity: 1;
        /* animation: rowComeUp 2s forwards; */
        animation: none;
        animation-delay: 0s;
    }
    
    @keyframes rowComeUp {
        from {
            bottom: -100px;
            opacity: 0;
        }
        to {
            bottom: 40px;
            opacity: 1;
        }
    }
    
    #hero-section .row-2 h1 {
        gap: 1.2rem;
        /* color: #de9b15; */
    }
    
    #hero-section .row-2 span {
        /* font-family: 'fira code', sans-serif; */
        font-size: 18px;
        opacity: 60%;
    }
    
    .row-2-info-wrapper .in-row-1 h1 i {
        font-size: 18px;
        color: #2f2f2f;
        opacity: 80%;
    }
    
    .row-2-info-wrapper {
        flex-direction: column;
    }
    
    .row-2-info-wrapper .in-row-1 {
        gap: 3rem;
    }
    
    .row-2-info-wrapper .in-row-2 {
        gap: 1.5rem;
        margin-top: 3rem;
        flex-direction: column;
        transform: scale(80%);
    }
    
    .row-2-info-wrapper .in-row-2 button {
        width: 300px;
        height: 70px;
        border: none;
        border-radius: 15px;
        font-size: 1.7rem;
        font-weight: 300;
        letter-spacing: 1px;
        padding: 0.4rem 1.5rem;
        transition: 0.2s all ease;
    }

    .row-2-info-wrapper .in-row-2 button:hover {
        transform: scale(110%);
        transition: 0.2s all ease;
        opacity: 80%;
    }
    
    .reg-btn i {
        font-size: 1.5rem;
        margin-right: 0.4rem
    } 



    /* hero section row 2 */

    /*----------------------------------- hero section -----------------------------------*/


    /*----------------------------------- support -----------------------------------*/

    #support .container {
        flex-direction: column;
    }

    #support .container .row {
        width: 100%;
    }

    #support .sup-vecv-logo-img {
        width: 100vw;
    }

    #support .sup-logo {
        width: 100vw;
    }


    /*----------------------------------- support -----------------------------------*/


    /*----------------------------------- prizes -----------------------------------*/

    #web-prizes {
        visibility: hidden;
        height: 0vh;
    }

    #phone-prizes {
        visibility: visible;
        /* height: 100vh; */
    }

    #phone-prizes .wrap {
        flex-direction: column;
        gap: 0rem;
    }

    #prizes .main-prizes .wrap {
        gap: 0rem;
    }


    /*----------------------------------- prizes -----------------------------------*/


    /*----------------------------------- countdown -----------------------------------*/

    #countdown {
        padding: 0rem 0 0rem;
    }

    #countdown .container {
        padding: 4rem;
    }

    #countdown .pd-cont {
        flex-direction: column;
    }

    #countdown .pd-cont {
        background-color: transparent;
        gap: 3rem;
        color: #010101;
    }

    #countdown .pd-cont h1 {
        flex-direction: column;
        align-items: center;
        font-size: 1rem;
        font-weight: 500;
        width: 300px;
        gap: 1rem;
        /* letter-spacing: 1px; */
        padding: 2.5rem 3rem;
        text-align: left;
        border-radius: 50px;
        color: #b8b8b8;
        /* box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.90) inset; */
    }

    #countdown button {
        border: none;
        border-radius: 5px;
        font-size: 0.8rem;
        font-weight: 600;
        letter-spacing: 1px;
        padding: 0.4rem 1.5rem;
        transition: 0.2s all ease;
    }
    
    #countdown button:hover {
        transform: scale(110%);
        transition: 0.2s all ease;
        opacity: 80%;
    }
    
    #countdown .reg-btn i {
        font-size: 0.6rem;
        margin-right: 0.4rem
    }

    #countdown-timer .colon {
        font-size: 2rem;
        color: #FFF;
        position: relative;
        top: -5px;
    }

    #days,
    #hours,
    #minutes,
    #seconds {
        color: #FFF;
        font-family: 'fira code', sans-serif;
        /* padding: 10px 20px; */
        /* border-radius: 10px; */
        font-size: 2rem;
        font-weight: bold;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    }

    /*----------------------------------- countdown -----------------------------------*/

    
    /*----------------------------------- support -----------------------------------*/

    #support {
        margin-top: 8rem;
    }

    .sup-main-in-cont {
        transform: scale(80%);
    }

    .sup-name h1 {
        font-size: 16px;
    }


    /*----------------------------------- support -----------------------------------*/

    /*----------------------------------- about -----------------------------------*/

    #about .row {
        flex-direction: column-reverse;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .in-row-1-wrap {
        flex-direction: column;
    }

    #about .row-1 {
        padding: 6rem 4rem;
    }

    #about .row-1 p {
        /* width: 500px; */
        margin-left: 0rem;
        margin-top: 3rem;
    }
    
    #about .row-2 .in-row-2-wrap {
        flex-direction: column;
    }


    /*----------------------------------- about -----------------------------------*/


    /*----------------------------------- sponsors -----------------------------------*/


    #orkes {
        flex-direction: column;
    }

    #sponsors .container {
        padding: 0 1.5rem;
    }

    #department {
        flex-direction: column;
        gap: 5rem;
    }

    #scsit-col-header {
        flex-direction: column;
    }

    .scsit-logo {
        width: 50vw;
    }

    #scsit-header-name {
        margin-left: 0rem;
        margin-top: 1rem;
        align-items: center;
    }

    #scsit-name {
        display: flex;
        align-items: center;
    }

    #scsit-header-name span:first-child {
        font-size: 6px;
    }

    #sponsors .orkes-tag {
        position: absolute;
        align-items: flex-start;
        z-index: -1;
        height: 100px;
        width: 50%;
        border: 2px solid #262626;
        border-bottom: none;
        border-radius: 30px 30px 0 0;
    }

    #sponsors .sponsor-tag {
        position: absolute;
        align-items: flex-start;
        z-index: -1;
        height: 100px;
        width: 50%;
        border: 2px solid #262626;
        border-bottom: none;
        border-radius: 30px 30px 0 0;
    }
    
    #sponsors .spn-wrap {
        /* justify-content: space-between; */
        width: 100%;
        display:grid;
        grid-template-columns: 50% 50%;
        /* grid-row: 25% 25%; */
        grid-column-gap: 20px;
        grid-row-gap: 2rem;
    }
    
    #sponsors .sponsor-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 85%;
        height: fit-content;
        border-radius: 10px;
        border: 1px solid black;
    }

    #sponsors .anim-wrap {
        width: 100%;
    }
    
    #sponsors .col-lg-4 {
        width: 100%;
    }

    
    .orkes-logo-img {
        border-radius: 0px; 
        width: 40vw;
    }
            
    .vecv-logo-img {
        width: 60vw;
    }
            


    /*----------------------------------- sponsors -----------------------------------*/


    /*----------------------------------- sponsors and partners -----------------------------------*/

    .type-sponsors {
        color: #F7A609;
        font-size: 1.8rem;
        text-align: center;
        width: auto;
        white-space: wrap;
        overflow: hidden;
        line-height: 1.5;
        /* margin-left: 1rem; */
    }

    #sponsors-and-partners .pd-cont {
        padding: 4rem 3rem;
    }

    .sp-logo {
        width: 50px;
        height: 50px;
    }

    #sponsors-and-partners img {
        border-radius: 20px;
    }


    /*----------------------------------- sponsors and partners -----------------------------------*/

    
    /*----------------------------------- register -----------------------------------*/

    #register .pd-cont {
        padding: 6rem 3rem;
    }
    
    #register .row {
        flex-direction: column;
        justify-content: center;
        position: relative;
    }

    #register .col-1 {
        align-items: center;
        text-align: center;
    }

    #register .col-1 h1 {
        font-size: 2.125rem;
    }

    #register .col-1 p {
        font-size: 1.125rem;
    }

    #register .col-1 button {
        margin-top: 340px;
    }

    #register .col-2 {
        position: absolute;
        top: 200px;
        width: 100%;
    }


    /*----------------------------------- register -----------------------------------*/

    #myBtn {
        display: none;
    }

    /*----------------------------------- join us -----------------------------------*/

    #join-us .pd-cont {
        flex-direction: column;
    }

    #join-us .pd-cont .col-1 {
        width: 100vw;
        padding-left: 0rem;
        border-radius: 0px 0px 20px 20px;
    }

    #join-us .pd-cont .col-2 {
        width: 100vw;
        position: relative;
        height: 660px;
    }

    #join-us .pd-cont .col-2 .col-2-wrap {
        position: absolute;
        padding: 1rem 3rem 5rem;
    }
   
    #evans-cont {
        /* opacity: 0; */
        transition: 1s all ease;
    }

    #spr-cont {
        /* opacity: 1; */
        transition: 1s all ease;
    }

    #compar-cont {
        /* opacity: 0; */
        transition: 1s all ease;
    }
    
    
    /*----------------------------------- join us -----------------------------------*/

    #FAQs .pd-cont {
        padding: 4rem 3rem;
    }


    /*----------------------------------- testimonials -----------------------------------*/

    #testimonials .pd-cont {
        padding: 5rem 2rem;
    }

    #testimonials .main-head-wrapper h1 {
        display: flex;
        flex-direction: column;
        color: #F7A609;
        align-items: center;
        justify-content: center;
    }

    #testimonials .wrapper {
        align-items: center;
    }

    .main-head-m-cont {
        left: 15px;
        transform: scale(80%);
    }



    /* threads */

    .thread-wrapper {
        flex-direction: column;
        max-width: 600px;
        height: 650px;
        overflow-y: scroll;
        padding: 2rem 1rem;
        scrollbar-color: #252525;
    }

    .thread-w {
        flex-direction: column;
    }




    /* threads */





    /*----------------------------------- testimonials -----------------------------------*/


    /*----------------------------------- footer -----------------------------------*/

    footer .pd-cont {
        padding: 3rem 3rem 0.8rem;
    }

    footer .row-1 {
        flex-direction: column;
        align-items: center;
    }

    footer .row-2 {
        margin-top: 0rem;
    }

    footer .col-2 {
        margin: 5rem 0 3rem;
    }

    footer .col-2 img {
        width: 30vw;
    }
    
    .contact-links a {
        justify-content: center;
    }

    .f-col-1-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .f-col-3-wrapper #socials {
        position: relative;
        top: 0px;
        left: -95px;
        margin-top: 0rem;
    }

    .f-col-3-wrapper #socials .cont {
        height: 100px;
    }
    
    .f-col-1-wrapper .more-links {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
        margin-top: 1rem;
    }
    
    /*----------------------------------- footer -----------------------------------*/


    /*---------------------------------- theteam ----------------------------------*/
    
    #theteam {
        overflow: hidden;
    }

    #theteam .container {
        padding: 0 1rem;
    }

    #theteam .row-1 {
        margin: 4rem 0;
        background-color: #101010;
        border-radius: 25px;
        padding: 1rem;
    }
    #theteam .row-2 {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    #theteam .row-2 .in-row-2 {
        flex-direction: row;
        gap: 1rem;
    }
    
    #theteam .row-2 .in-row-2 .in-row-1 {
        flex-direction: column;
        gap: 1rem;
    }

    #theteam .team-card-cont {
        justify-content: space-between;
        flex-direction: column;
        background-image: url("images/team/teambg.png");
        background-size: contain;
        background-position: 50%;
        border-radius: 10px;
        width: 180px; 
        height: 250px;
        /* border: 1px solid black; */
    }

    #theteam .team-card img {
        width: 170px;
        height: 170px;
    }

    #theteam .team-card-cont .designation {
        color: #a16b00a4;
        position: relative;
        top: 20px;
        transition: 0.8s all ease;
    }
        
    .designation span {
        font-size: 22px;
    }
        
    #theteam .team-card-cont .person-name h1 {
        font-weight: 400;
        color: #F7f7f7;
        font-size: 12px;
    }


    /*---------------------------------- theteam ----------------------------------*/


    /*---------------------------------- tracks ----------------------------------*/


    .big-tracks {
        visibility: hidden;
        height: 0vh;
    }

    .phone-tracks {
        height: fit-content;
        visibility: visible;
    }

    
    /*---------------------------------- tracks ----------------------------------*/





}

