@media (max-width:600px) {

    .heroContainer nav{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 11vh;
        padding: 0 3.4vw;
        position: relative;
        z-index: 1;

      }

      #menu-icon {
        margin-left: 0.5rem;
      }

      .left {
        display: flex;
        gap: 15px;
        align-items: center;
        justify-content: flex-start;
      }

    .links {
        display: none;
        width: 40%;
        padding: 1rem 1.5rem;
    }
    .logo{

        height: 1.7rem;
    }

    .right {
        width: 50vw;
        display: flex;
        justify-content: flex-end;
    }
    .right button{
        font-size:14px;
        padding: 7px 10px;
        border-radius: 20px;
    }

    #menu-icon {
        display: block;
    }

    .links h4 {
        display: block;
        font-size: 1rem;
        margin: 1rem 0;
        color: rgb(41, 38, 38);
    }

    .links.active {
        display: block;
    }

    .content {
        padding-top: 0.8rem;
        padding: 0.5rem;
        height:35vh;
    }

    .content h3 {
        font-size: 0.9rem;
        margin-top: 0.4rem;
        padding: 0.3rem 0.4rem;
    }

    .content h1 {
        font-size: 1.7rem;
        line-height: 1.1;
        margin: 10px 0;
    }

    .content h4 {
        font-size: 1rem;
    }

    .content button {
        margin: 0.8rem;
    }

    .hero{
        padding: 0;
    }
    .hero h1{
        font-size: 12vw;
        width: 70%;
        line-height: 12vw;
    }
    .overlay{
        height: 20%;
    }
    .hero p{
        font-size: 3vw;
        width: 70%;
    }
    .scroller{
        height: 45vh;
    }
    section h2{
        font-size: 7vw;
        margin-top: 6vw;
    }
    .scroller .elem{
        width: 50vw;
    }
    section .box{
        width: 100%;
        height: 70vw;
    }
    .hover{
        height: 20%;

    }
    section .box .boxFooter img{
        width: 6vw;
    }
    .boxFooter i{
        font-size: 3vw;
    }
    section .box .boxFooter p{
        font-size: 3vw;
    }
    #pro{
        font-size: 2vw;
    }
    #explore{
        font-size: 3vw;
        padding: 3vw 4vw;
        border-radius: 5vw;
    }
    .join h2{
        font-size: 12vw;
        line-height: 12vw;
    }
    .join{
        height: fit-content;
        gap: 9vw;
        padding: 10vw 0;
    }
    .join p{
        font-size: 4.2vw;
        line-height: 7vw;
    }
    .join .btns button{
        width: 42vw;
        height: 13vw;
        border-radius: 7vw;
        font-size: 3vw;
    }
    .join h6{
        font-size: 5vw;
    }
    footer{
        height: fit-content;
    }
    .footerScroller{
        height: 20vh;
    }
    .footer-part1 div a{
        font-size: 3vw;
    }
    .footer-part1 img{
        height: 12vw;
    }
    .footer-part1 .icons i{
        font-size: 4vw;
    }

}
@media (max-width : 400px) {
    .hero h2{
        font-size: 4vw;
    }
    .hero{
        gap: 8vw;
    }
    .hero h1{
        font-size: 17vw;
        width: 90%;
        line-height: 15vw;
    }
    .hero p{
        font-size: 5vw;
    }
}
