@media (max-width: 991px) {
    .hamburger {
        display: block;
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 42%;
        transform: translate(-5%, -50%);
        z-index: 2;
        transition: all 0.7s ease;
    }

    .nav-links {
        position: fixed;
        background: var(--black);
        height: 100vh;
        width: 100%;
        flex-direction: column;
        top: 0px;
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%);
        transition: all 1s ease-out;
        pointer-events: none;
        left: 0;
        justify-content: flex-start;
        gap: 0px;
    }

    .nav-links.open {
        clip-path: circle(1000px at 50% -10%);
        -webkit-clip-path: circle(1000px at 50% -10%);
        pointer-events: all;
        padding: 0px 50px;
    }

    .nav-links li {
        opacity: 0;
    }

    .fade:not(.show) {
        opacity: 1;
    }

    header .cta-btn {
        padding: 14px 0px !important;
    }

    .nav-links li:nth-child(1) {
        transition: all 0.5s ease 0.2s;
    }

    .nav-links li:nth-child(2) {
        transition: all 0.5s ease 0.4s;
    }

    .nav-links li:nth-child(3) {
        transition: all 0.5s ease 0.6s;
    }

    .nav-links li:nth-child(4) {
        transition: all 0.5s ease 0.7s;
    }

    .nav-links li:nth-child(5) {
        transition: all 0.5s ease 0.8s;
    }

    .nav-links li:nth-child(6) {
        transition: all 0.5s ease 0.9s;
        margin: 0;
    }

    .nav-links li:nth-child(7) {
        transition: all 0.5s ease 1s;
        margin: 0;
    }

    li.fade {
        opacity: 1;
    }

    .nav-links li a {
        color: #fff;
    }

    .toggle+a,
    .menu {
        display: none;
    }

    .toggle {
        display: block;
        padding: 14px 0px;
        color: #fff;
        font-size: 15px;
        text-decoration: none;
        border: none;
    }

    .toggle:hover {
        background-color: transparent;
    }

    [id^="drop"]:checked+ul {
        display: block;
        width: 100%;
        background: transparent;
        transition: all 0.3s ease;
    }

    nav ul li {
        display: block;
        width: 100%;
        line-height: 3;
    }

    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }

    nav ul li ul li .toggle,
    nav ul ul a {
        padding: 14px 20px;
        color: #fff;
        font-size: 17px;
    }

    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
    }

    nav ul ul li:hover>ul,
    nav ul li:hover>ul {
        display: none;
    }

    nav ul ul li {
        display: block;
        width: 100%;
    }

    .hamburger div {
        background: var(--primaryColor);
        margin: 5px;
    }
}

@media (max-width:1540px){
    .banner {
        padding: 4rem 20px;
    }

    .animated-2 {
        top: 80%;
        left: 16%;
    }
    .animated-5 {
        bottom: 12%;
        left: 24%;
    }
    .animated-3 {
        bottom: 16%;
        right: 10%;
    }
}

@media (max-width:767px){

    .feature-left img {
        max-width: 100%;
     }
    .btn-group.aos-init.aos-animate {
            flex-wrap: wrap;
            justify-content: center;
    }
   .banner .row{
    flex-direction: column-reverse;
   }

   h1 {
       font-size: 32px;
   }

   h2 {
       font-size: 30px;
   }
   h5{
    font-size: 20px;
   }
   .feature-holder {
       text-align: center;
   }

   .testimonial-left img {
       height: 250px;
       object-fit: contain;
   }
   
}

@media (max-width:767px){
  
}