@media (min-width:992px) {

    .main-menu>ul .link {
        transform: none !important;
    }

    .main-menu {
        clip-path: none !important;
        width: auto !important;
    }
}

@media (max-width:1400px) {
  
}
@media (max-width:1200px) {
       
         .main-menu>ul {
        gap: 23px;
    }
    .main-menu ul li a {
    padding: 30px 0;
}

    .main-logo img {
        width: 189px;
        margin: 23px 0;
    }

    .main-header {
        padding: 150px 0;
    }

    .content-section-1 {
        background-size: 80%;
    }

}

@media (max-width:992px) {

   
    .main-menu ul .link {
        transform: none !important;
        /* text-align: center; */
    }

    .main-menu>ul {
        gap: 17px;
        padding: 0 30px;
        height: 100%;
        overflow-y: scroll;
        display: block;
        overflow-x: hidden;
        width: 100%;
        padding-bottom: 100px;
    }

    .nav-button {
        display: block;
    }

    nav {
        display: flex;
        flex-flow: column wrap;
        justify-content: flex-start;
        align-content: center;
        align-items: flex-start;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: var(--color-primary);
        transform: translate3d(-100%, 0, 0);
        height: 100vh;
        overflow-y: scroll;
        /* Enable vertical scrolling */
        overflow-x: hidden;
        /* Hide horizontal scrolling if not needed */
        /* Smooth scrolling for iOS */
        padding-top: 80px;
        z-index: 9;
    }

    nav>ul {
        display: flex;
        flex-flow: column wrap;
        justify-content: center;
        /* align-content: center; */
        /* align-items: center; */
        position: fixed;
        list-style: none;



        li {
            margin-bottom: 10px;
            visibility: hidden;
        }
    }

    .main-menu>ul li a,
    header.sticky.sticky-active .main-menu>li a {
        color: #FFF;
        padding: 7px 0;
        font-size: 16px;
    }

    header.sticky.sticky-active .main-menu ul li a {
        padding: 7px 0;
        color: #ffffff;
    }

    .main-menu ul li.enquiry-btn a {
        padding: 7px 0 !important;
        background: none;
        margin: 0 !important;
    }

    .main-menu ul li.enquiry-btn a svg,
    .phone-btn a svg {
        display: none;
    }

    header.sticky.sticky-active .has-sub-menu .sub-menu li a {
        padding: 12px 13px;
    }

    .has-sub-menu .sub-menu {
        position: inherit;
        background: no-repeat;
        width: 100%;
        display: none;
    }

    .has-sub-menu .sub-menu>li {
        visibility: inherit;
    }

    .has-sub-menu .sub-menu>li>a {
        color: #FFF !important;
    }

    .sub-menu.active {
        visibility: inherit;
        ;
    }

    .menu-button {
        display: block;
    }

    .main-menu>ul {
        transform: translate(0px, 0px);
    }

    .skew {
        clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    }

    .header-top-row {
        display: none;
    }

    header.sticky .main-logo img {
        width: 130px;
    }

    header.sticky.sticky-active .logo-v2 {
        width: 210px;
        margin: 9px 0;
    }

    header.sticky .menu-button {
        margin-top: 11px;
    }

    header {
        position: fixed;
        padding: 0;
    }

    header.sticky {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        position: fixed;
        padding: 2px 0 0;
    }
    .affiliation-badge {
    width: 200px !important;
        right: 10px;
        bottom: 15px;
}
.swiper-title {
    position: absolute;
    top: auto;
    padding: 0 0 0 20px;
    width: 60%;
    bottom: 50px;
}
    .theme-btn {
    padding: 0;
}
.swiper-pagination
{
        display: flex
;
    padding: 0 0 10px 18px;
}
.swiper-title h2 {
    font-size: 6vw;
    line-height: 26px;
    margin-bottom: 120px;
}

p {
    margin: 0;
    line-height: 22px;
}

.swiper-button-next:after, .swiper-button-prev:after
{
    font-size: 22px;
}
.swiper-button-next
{
    right: -6px;
}
.swiper-button-prev
{
    left: -6px;
}
.page-header {
    padding: 101px 0 50px;
}
.page-header h2 {
    font-size: 42px;
}
.theme-btn i svg {
    width: 19px;
    height: 19px;
}
.theme-btn i {
    width: 40px;
    height: 40px;
}
.title-s1 {
    font-size: 21px;
    font-weight: 800;
}
.text-s1 {
    font-size: 16px;
    font-weight: 300;
}
.title-s2 {
    font-size: 23px;
    font-weight: 800;
}
.arrow-big-moving {
    width: 70px;
    height: 43px;
}
.product-category-box {
    border-radius: 18px;
    padding: 6px 5px 6px 5px;
}
    .product-category-box img {
    border-radius: 14px;
}
.product-category-box h3 {
    font-size: 14px;
}
.title-s3 {
    font-size: 30px;
}
.title-s3 svg {
    width: 100px;
    height: 40px;
}
.testimonial-prev, .testimonial-next
{
    bottom: -50px;
    top: auto;
}
    .testimonial-prev {
    left: 45%; /* Moves the left edge of the child to the horizontal center of the parent */
    transform: translateX(-50%);
}
    .testimonial-next {
    right: 41%; /* Moves the left edge of the child to the horizontal center of the parent */
    transform: translateX(50%);
}
footer
{
    padding: 49px 0 50px;
}
.quick-links {
    margin: 20px 0 20px;
}
.why-choose-item h3 {
    font-size: 15px;
}
.why-choose-item svg {
    width: 55px;
    height: 55px;
}
}


@media (min-width: 768px) {
    .pt-md-8 {
        padding-top: 80px !important;
    }

    .pb-md-8 {
        padding-bottom: 80px !important;
    }
}

@media (max-width: 530px) {
     .form-area::after {
    width: 70px;
}
}