* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
}

body {
    width: 100%;
    padding-top: 70px;
}


@font-face {
    font-family: myFont;
    src: url(Aeroport.ttf);
}

@font-face {
    font-family: AtypText-Semibold;
    src: url(AtypText-Semibold.ttf);
}

nav {
    position: fixed;
    z-index: 99;
    width: 100%;
    background: #fffafa;
    top: 0;
    left: 0;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.10);
    font-family: myFont;
}

nav .wrapper {
    position: relative;
    width: 80%;
    padding: 0px 30px;
    height: 70px;
    line-height: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper .logo a {
    color: #020202;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper .logo a img {
    height: 40px;
}

.wrapper .nav-links {
    display: inline-flex;
}

.nav-links li {
    list-style: none;
}

.nav-links li a {
    color: #030303;
    text-decoration: none;
    font-size: 19px;
    font-weight: 500;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.nav-links li a:hover {
    /* background: #e8f2f7; */
    color: #6659e4;
}

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    border-top: 4px solid #6659e4;
    background: #f7f7f8;
    width: 180px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu {
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}

.wrapper .btn {
    color: #131212;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
    color: #f2f2f2;
}

@media all and (max-width: 970px) {
    .wrapper .btn {
        display: block;
    }

    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: #242526;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
    }

    /* custom scroll bar */
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: #242526;
    }

    ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }

    #menu-btn:checked~.nav-links {
        left: 0%;
    }

    #menu-btn:checked~.btn.menu-btn {
        display: none;
    }

    #close-btn:checked~.btn.menu-btn {
        display: block;
    }

    .nav-links li {
        margin: 15px 10px;
    }

    .nav-links li a {
        padding: 0 20px;
        display: block;
        font-size: 20px;
        color: #ffffff;
    }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
        background-color: #252627;
        border-top: none;
    }

    #showDrop:checked~.drop-menu {
        max-height: 100%;
    }

    .nav-links .desktop-item {
        display: none;
    }

    .nav-links .mobile-item {
        display: block;
        color: #f2f2f2;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .nav-links .mobile-item:hover {
        background: #3A3B3C;
        color: #6659e4;
    }

    .drop-menu li {
        margin: 0;
    }

    .drop-menu li a {
        border-radius: 5px;
        font-size: 18px;
        color: #f0eeee;
    }

    .nav-links li a:hover {
        background: #353738;
    }

    .container .box-1 video source {
        height: auto;
        width: 100%;
    }

}


nav input {
    display: none;
}

.desktop-item .dropdown-icon {
    align-items: center;
    position: relative;
    right: -5px;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out all;
}


.desktop-item:hover .dropdown-icon i {
    transform: rotate(180deg);
}


.scroll-down nav {
    transform: translate3d(0, -100%, 0);
}

.scroll-up nav {
    /* filter: drop-shadow(0 -10px 20px rgb(170,170,170)); */
}

.container .text{
    margin-top: 4vw;
}
.container .text h1{
    font-size: 8vw;
    line-height: 7vw;
}

.project {
    /* width: 100%; */
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.project .box{
    width: 100%;
    height: auto;
    margin-bottom: 2vw;
    border-radius: 1vw;
}

.project h2{
    font-size: 2vw;
    margin-top: 2vw;
    margin-bottom: 1vw;
    font-weight: 400;
}

.box .swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
 
  .swiper-wrapper{
    width: 80%;
  }
 
  .swiper-wrapper .swiper-slide {
    text-align: center;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
 
  .swiper-slide img {
    display: block;
    width: 80%;
    height: 80%;
    object-fit: cover;
    border-radius: 1vw;
    border: 2px solid black;
  }
 
  .swiper-slide video{
    display: block;
    width: 80%;
    height: 80%;
    object-fit: cover;
    border-radius: 1vw;
    border: 2px solid black;
  }
 
  .swiper-button-next,
  .swiper-button-prev{
    color: whitesmoke;
    /* background-color: #864AF9; */
    border: 2px solid black;
    padding: 2vw 2vw;
    border-radius: 50%;
  }
 

.contact-info {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
}


.contact-info .text {
    padding: 2vw;
    text-align: center;
}

.contact-info .text h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: AtypText-Semibold;
    font-size: 9vw;
    font-weight: 800;
    line-height: 8vw;
}

.contact-info .ctn-button {
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: 20px 0; */
    height: 100px;
    width: 100%;
}

.contact-info .ctn-button .contact {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4vw;
    width: 20vw;
    border-radius: 50px;
    background-color: rgb(27, 25, 34);
    cursor: pointer;

}

.contact-info .ctn-button a {
    text-decoration: none;

}

.contact-info .ctn-button .contact h1 {
    color: azure;
    font-size: 1vw;
    font-weight: 400;
}


.container {
    /* padding-left: 2vw;
    padding-right: 2vw; */
  }
  
@media all and (min-width: 315px) and (max-width: 375px){
    .wrapper .nav-links{
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -110%;
        background: #242526;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
        transition: all 0.3s ease;
    }
    .swiper-slide img {
        display: block;
        width: 95%;
        height: 80%;
        object-fit: cover;
    }
     
    .swiper-slide video{
        display: block;
        width: 95%;
        height: 80%;
        object-fit: cover;
    }
    .project h2{
        font-size: 4vw;
        margin-top: 2vw;
        margin-bottom: 1vw;
        font-weight: 500;
        font-family: myFont;
    }
    
    .contact-info .ctn-button .contact {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 10vw;
        width: 50vw;
        background-color: rgb(27, 25, 34);
        cursor: pointer;
    
    }
    
    
    .contact-info .ctn-button .contact h1 {
        color: azure;
        font-size: 4vw;
        font-weight: 400;
    }
}


@media all and (min-width: 375px) and (max-width: 475px){
    .swiper-slide img {
        display: block;
        width: 95%;
        height: 80%;
        object-fit: cover;
    }
     
    .swiper-slide video{
        display: block;
        width: 95%;
        height: 80%;
        object-fit: cover;
    }
    .contact-info .ctn-button .contact {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 10vw;
        width: 50vw;
        background-color: rgb(27, 25, 34);
        cursor: pointer;
    
    }
    .contact-info .ctn-button .contact h1 {
        color: azure;
        font-size: 4vw;
        font-weight: 400;
    }
}


@media all and (min-width: 476px) and (max-width: 640px){
    .swiper-slide img {
        display: block;
        width: 95%;
        height: 80%;
        object-fit: cover;
    }
     
    .swiper-slide video{
        display: block;
        width: 95%;
        height: 80%;
        object-fit: cover;
    }
    .contact-info .ctn-button .contact {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 10vw;
        width: 50vw;
        background-color: rgb(27, 25, 34);
        cursor: pointer;
    
    }
    .contact-info .ctn-button .contact h1 {
        color: azure;
        font-size: 4vw;
        font-weight: 400;
    }
}

@media all and (min-width: 641px) and (max-width: 768px){
    .swiper-slide img {
        display: block;
        width: 95%;
        height: 80%;
        object-fit: cover;
    }
     
    .swiper-slide video{
        display: block;
        width: 95%;
        height: 80%;
        object-fit: cover;
    }
}
 