/****************************************** 
    Banner CSS Start 
******************************************/

.banner-sec {
    background: #F5F3E6;
}

.bnr-top {
    padding: 100px 0 0;
}

.banner-txt {
    padding-bottom: 60px;
}

.banner-txt h1 {
    font-family: 'myfirstfont-Regular';
    color: var(--main-color);
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 20px;
}

.banner-txt p {
    width: 72%;
    margin-bottom: 40px;
}

.bnr-img-wrap {
    position: relative;
    display: flex;
    align-items: end;
    margin-bottom: -150px;
}

.bnr-img {
    display:block;
    transition:none;
    will-change:transform;
    filter:drop-shadow(0 25px 35px rgba(0,0,0,.25));
}

/* .bnr-img:hover {
    transform: scale(1.05) rotate(-2deg);
} */

.bnr-img.bnr-img1 {
     animation-delay: 1s; 
    margin-left: -10px;
    width: 60%;
    position: relative;
}

.bnr-img.bnr-img2 {
    margin-right: 30px;
    margin-bottom: 50px;
    width: 50%;
    position: relative;
}
/*.bnr-img.bnr-img1 {
    animation-delay: 1s;
    margin-left: 0px;
    width: 32%;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

.bnr-img.bnr-img2 {
    margin-right: -50px;
    margin-bottom: 105px;
    width: 50%;
    position: relative;
}

.bnr-img.bnr-img3 {
    margin-right: 30px;
    margin-bottom: 50px;
    width: 50%;
    position: absolute;
    bottom: 0px;
    left: 8%;
    z-index: 0;
}
.bnr-img.bnr-img4 {
    margin-right: -106px;
    margin-bottom: 133px;
    width: 41%;
    position: relative;
}*/

/* @keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
} */

.mobBannerSlider .swiper-button-next {
    right: 2%;
}

.mobBannerSlider .swiper-button-prev {
    left: 2%;
}

.wave-box {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    z-index: 1;
}

.wave {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200%;
    height: 100%;
}

.wave svg {
    width: 100%;
    height: 100%;
}

.wave.light {
    animation: moveWave1 12s linear infinite;
}

.wave.dark {
    animation: moveWave2 12s linear infinite;
}

@keyframes moveWave1 {
    from {
        transform: translateX(0) translateY(-6px);
    }
    to {
        transform: translateX(-50%) translateY(-6px);
    }
}

@keyframes moveWave2 {
    from {
        transform:translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.bnr-point {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 35%;
    left: 0;
    transform: translateY(55%);
}

.bnr-item {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
}

.bnr-item h3 {
    font-family: 'myfirstfont-Regular';
    color: var(--white-color);
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
}

.bnr-shape1 {
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 5%;
}

.bnr-shape2 {
    position: absolute;
    top: -70px;
    right: 0;
    width: 5%;
}

.bnr-shape3 {
    position: absolute;
    bottom: 90px;
    left: 70px;
    z-index: -1;
    width: 5%;
}

.bnr-icon img {
    animation: 2s ease-in-out 0s infinite normal none running zoomInOut;
}

.nomro-textbox {
    position: absolute;
    top: 15%;
    left: 8%;
}

.nomro-textbox h1 {
    color: #fff !important;
    text-shadow: 0 2px 8px rgb(101 65 29 / 68%);
}
.nomro-textbox p {
    color: #fff !important;
}
/******************************************
    Banner CSS End 
******************************************/

/****************************************** 
    Overview CSS Start 
******************************************/

.overview-img img {
    width: 100%;
    height: auto;
}

.overview-txt p {
    width: 80%;
}

.overview-img {
    width: 90%;
    margin-left: auto;
    border-radius: 10px;
    overflow: hidden;
}

.overview-shape {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 6%;
}

/******************************************
    Overview CSS End 
******************************************/

/****************************************** 
    Product CSS Start 
******************************************/

.product-head {
    margin-bottom: 40px;
}

.product-item {
    position: relative;
    text-align: center;
    display: block;
    padding-top: 10px;
}

.product-item img {
    position: relative;
    z-index: 1;
    margin-bottom: -70px;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    transition: all ease-in-out 0.4s;
}

.product-item:hover img {
    transform: scale(1.05);
    margin-bottom: -90px;
}

.product-box {
    padding: 100px 60px 60px;
    text-align: center;
    border-radius: 10px;
}

.product-box h3 {
    font-family: 'myfirstfont-Regular';
    color: var(--white-color);
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
}

.product-slider .swiper-button-prev {
    top: auto;
    transform: none;
    position: relative;
    left: auto;
    display: block;
}

.product-slider .swiper-button-next {
    top: auto;
    transform: none;
    position: relative;
    right: auto;
    display: block;
}

.product-slider-btn {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 80px;
}

.product-shape {
    clip-path: polygon(0% 0%, 1.9% 7.6%, 4% 15.4%, 6.3% 23.2%, 8.8% 31%, 11.3% 38.7%, 14.1% 46.3%, 16.9% 53.6%, 19.9% 60.7%, 23% 67.4%, 26.2% 73.7%, 29.5% 79.4%, 32.9% 84.6%, 36.4% 89.2%, 39.9% 93%, 43.5% 96.1%, 47.2% 98.3%, 50.9% 99.5%, 54.7% 99.8%, 58.5% 99%, 62.3% 97.1%, 66.1% 94%, 70% 89.6%, 73.8% 83.8%, 77.7% 76.7%, 81.5% 68%, 85.3% 57.8%, 89% 46%, 92.7% 32.4%, 96.4% 17.1%, 100% 0%);
    position: relative;
    height: 100px;
    background: #F5F3E6;
    z-index: 2;
}

.product-shape1 {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 3.4%;
}

.product-shape2 {
    position: absolute;
    top: 3%;
    right: 0;
    width: 5%;
}

/******************************************
    Product CSS End 
******************************************/

/****************************************** 
    Infrastructure CSS Start 
******************************************/

.infra-slider-btn .swiper-button-prev {
    top: auto;
    transform: none;
    position: relative;
    left: auto;
    display: block;
}

.infra-slider-btn .swiper-button-next {
    top: auto;
    transform: none;
    position: relative;
    right: auto;
    display: block;
}

.infra-slider-btn {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 80px;
}

.infra-item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.infra-item img {
    width: 100%;
    height: auto;
    transition: all ease-in-out 0.4s;
}

.infra-item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, #26262600 0%, #262626 100%);
    transition: all ease-in-out 0.4s;
    z-index: 1;
}

.infra-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: fit-content;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.infra-box h3 {
    font-family: 'myfirstfont-Regular';
    color: var(--white-color);
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 0px;
}

.infra-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 9%;
}

.infra-slide-con .swiper-slide {
    padding-top: 10px;
}

/******************************************
    Infrastructure CSS End 
******************************************/

/****************************************** 
    Facility CSS Start 
******************************************/

.facility-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
}

.facility-ul li {
    position: relative;
    padding-left: 60px;
}

.facility-ul li:not(:last-child) {
    margin-bottom: 30px;
}

.facility-ul li::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: url('../images/facility-icon.png') no-repeat center center;
    background-size: contain;
}

.facility-btn {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    padding-top: 80px;
}

.facility-txt {
    padding-bottom: 80px;  
}

.facility-shape {
    position: absolute;
    bottom: 6%;
    left: 0;
    width: 5%;
    transform: rotate(23deg);
}

.form-control {
    border: 1px solid var(--main-light-color);
    outline: none;
    padding: 10px 20px;
    font-family: 'mysecondfont-Regular';
    font-size: 16px;
    color: var(--main-color);
}

textarea.form-control {
    height: 100px;
}

.form-control:focus {
    outline: none;
    border: 1px solid var(--main-light-color);
}

.form-btn {
    display: flex;
    justify-content: flex-end;
}

/******************************************
    Facility CSS End 
******************************************/

/****************************************** 
    Success CSS Start 
******************************************/

.wave-box-shape {
    position: absolute;
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-top: -100px;
    top: 0;
}

.success-txt p {
    width: 90%;
}

.success-img {
    position: relative;
}

.success-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.success-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4%;
}

.success-shape1 {
    position: absolute;
    bottom: 0;
    left: -50px;
    width: 10% !important;
    z-index: -1;
    transform: rotate(355deg);
}

.success-shape2 {
    position: absolute;
    top: -70px;
    right: 0;
    width: 10% !important;
    z-index: -1;
}

.success-btn {
    margin-top: 40px;
}

/******************************************
    Success CSS End 
******************************************/

/****************************************** 
    Blog CSS Start 
******************************************/

.blog-head {
    margin-bottom: 40px;
}

.blog-item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.blog-item img {
    width: 100%;
    height: auto;
    transition: all ease-in-out 0.4s;
}

.blog-item::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(180deg, #26262600 0%, #262626 100%);
    transition: all ease-in-out 0.4s;
    z-index: 1;
}

.blog-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    padding: 20px;
}

.blog-box h3 {
    font-family: 'myfirstfont-Regular';
    color: var(--white-color);
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
}

.blog-box p {
    color: var(--white-color);
    font-size: 16px;
    line-height: 22px;
}

/******************************************
    Blog CSS End 
******************************************/

/****************************************** 
    Brands CSS Start 
******************************************/

.brand-box {
    display: block;
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 15px;
    height: 100%;
}

.brand-logo-img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f5f3e6;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.brand-logo-img img {
    position: relative;
    animation: 2s ease-in-out 0s infinite normal none running zoomInOut;
    z-index: 1;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.09);
    }

    100% {
        transform: scale(1);
    }
}

.brand-logo-img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 104%;
    clip-path: polygon(99.8% 54.9%, 99.4% 53.5%, 99.2% 53.2%, 98.9% 53%, 98.9% 52%, 99% 50.3%, 99.1% 50.2%, 99.4% 49.7%, 99.4% 49.2%, 99.1% 48.9%, 99% 47.9%, 99.1% 47.2%, 99% 46.8%, 99% 46.3%, 98.8% 45.9%, 98.8% 44.8%, 98.7% 43.7%, 98.4% 41.9%, 98.2% 40.5%, 97.7% 38.2%, 97.4% 37.2%, 97.3% 36.6%, 97.2% 36.4%, 97% 35.7%, 97% 35.6%, 96.8% 35%, 96.8% 34.6%, 96.9% 34.5%, 96.9% 34.1%, 96.7% 34%, 96.7% 33.5%, 96.9% 33.2%, 97% 33.1%, 97.2% 32.9%, 97.1% 32.5%, 97.1% 32.5%, 97.1% 32.4%, 97.1% 32.3%, 96.9% 31.6%, 96.6% 30.8%, 96.3% 29.9%, 95.9% 29.6%, 95.9% 29.6%, 95.9% 29.3%, 95.8% 29.1%, 95.4% 28.8%, 95.2% 28.5%, 95.1% 28%, 95.1% 27.8%, 95% 27.6%, 94.8% 27.1%, 94.6% 26.7%, 94.5% 26.4%, 94.5% 26.4%, 94.3% 26.2%, 94.1% 25.8%, 94% 25.7%, 93.9% 25.4%, 93.8% 25.4%, 93.8% 25.3%, 93.7% 25.3%, 93.4% 25.2%, 93.2% 24.8%, 92.9% 24.4%, 92.6% 24%, 92.6% 23.9%, 92.5% 23.8%, 92.4% 23.7%, 92.3% 23.6%, 92.1% 23.3%, 92% 23.1%, 92% 23%, 91.9% 22.9%, 91.7% 22.4%, 91% 21.4%, 90.2% 20.3%, 89.6% 19.5%, 88.9% 18.6%, 88.9% 18.6%, 88.9% 18.6%, 88.7% 18.4%, 88.1% 17.6%, 87.9% 17.5%, 88% 17.4%, 87.6% 17%, 87.4% 16.8%, 86.4% 15.8%, 86% 15.3%, 85.5% 14.9%, 85.1% 14.4%, 85% 14.4%, 85% 14.3%, 84.9% 14.2%, 84.6% 13.9%, 84.5% 13.9%, 84.5% 13.8%, 84% 13.4%, 83.3% 12.7%, 82.7% 12.2%, 82.2% 11.8%, 81.7% 11.4%, 81.8% 11.4%, 81.3% 11.1%, 80.6% 10.5%, 79.9% 10%, 79.3% 9.5%, 78.3% 8.8%, 77.5% 8.2%, 77.1% 7.9%, 77% 7.7%, 77.1% 7.5%, 77% 7.3%, 76.6% 7.1%, 76.1% 7%, 75.9% 7.1%, 75.7% 7.1%, 75.5% 7.1%, 74.8% 6.8%, 73.9% 6.3%, 73.6% 6.1%, 73.6% 6.1%, 72.9% 5.8%, 72.3% 5.2%, 70.6% 4.6%, 70.3% 4.3%, 69.8% 3.9%, 69.2% 3.9%, 68.8% 3.7%, 68.1% 3.7%, 68.1% 3.6%, 67.9% 3.4%, 66.5% 2.9%, 65.1% 2.8%, 64.7% 2.6%, 63.4% 2.2%, 62.9% 1.9%, 62.2% 1.9%, 62% 1.8%, 61.4% 1.5%, 61.4% 1.5%, 61.3% 1.5%, 59.6% 1.2%, 58.9% 1.2%, 58.1% 1.1%, 57.8% 0.9%, 57.2% 0.9%, 56.6% 0.8%, 56% 0.6%, 56% 0.5%, 55.8% 0.2%, 55% 0.2%, 54.7% 0.4%, 54% 0.4%, 52.1% 0.3%, 51.9% 0.2%, 51.5% 0%, 51.2% 0.1%, 50.2% 0.1%, 50.1% 0.2%, 49.6% 0.3%, 49.3% 0.4%, 47.7% 0.5%, 45.7% 0.6%, 45.3% 0.6%, 45.1% 0.4%, 44.6% 0.4%, 44.6% 0.5%, 44.5% 0.5%, 44.4% 0.6%, 44.3% 0.6%, 43.9% 0.8%, 43.3% 0.9%, 41.2% 1.2%, 38.9% 1.6%, 38.4% 1.8%, 36.4% 2.2%, 35% 2.6%, 32.7% 3.3%, 31.3% 3.9%, 30.5% 4.2%, 30.5% 4.2%, 29.6% 4.5%, 29.6% 4.5%, 29.3% 4.7%, 27.6% 5.3%, 26.1% 6.1%, 26.1% 6.1%, 25.7% 6.2%, 24.3% 6.9%, 23.4% 7.4%, 22.6% 7.8%, 21.9% 7.8%, 21.8% 7.9%, 21.1% 8.3%, 20.7% 8.8%, 20.4% 8.8%, 20.3% 8.8%, 20.2% 8.8%, 20.2% 8.8%, 20% 8.8%, 19.6% 9%, 19.6% 9.5%, 19.2% 9.8%, 18.9% 10.1%, 18.2% 10.6%, 18% 10.8%, 17.8% 10.9%, 17.4% 11.2%, 17.1% 11.5%, 16.8% 11.8%, 16% 12.3%, 15.7% 12.6%, 15.5% 12.7%, 15.4% 12.9%, 15% 13.1%, 14.7% 13.3%, 14.7% 13.4%, 14.6% 13.5%, 14.1% 14.1%, 13.4% 14.3%, 13.4% 14.3%, 13.2% 14.4%, 13.2% 14.7%, 13.1% 14.9%, 13.1% 14.9%, 13% 15.2%, 12.7% 15.5%, 12.3% 15.4%, 12.3% 15.1%, 12.5% 15%, 12.8% 14.9%, 12.8% 14.9%, 12.8% 14.8%, 12.9% 14.5%, 12.7% 14.4%, 12.5% 14.6%, 12.2% 14.7%, 11.8% 14.9%, 11.7% 15.3%, 11.6% 15.3%, 11.3% 15.5%, 11.1% 15.9%, 10.6% 16.2%, 10.5% 16.5%, 10% 16.9%, 9.9% 17.1%, 9.8% 17.2%, 9.7% 17.2%, 9.7% 17.3%, 9.7% 17.3%, 9.7% 17.3%, 9.5% 17.4%, 9.3% 17.7%, 8.7% 18.7%, 8.6% 19.4%, 8.5% 19.4%, 8.4% 19.5%, 8.3% 19.5%, 8.2% 19.7%, 7.7% 20.3%, 7.7% 20.4%, 7.7% 20.4%, 7.5% 20.7%, 7.3% 21%, 7.2% 21.3%, 7.5% 21.2%, 7.4% 21.4%, 7.1% 21.9%, 6.8% 22.1%, 6.8% 21.7%, 6.6% 21.7%, 6.4% 21.7%, 6.3% 21.6%, 6.2% 21.6%, 6.1% 21.6%, 6.2% 21.6%, 6% 21.6%, 5.8% 22%, 5.7% 22.7%, 5.7% 22.8%, 5.6% 23.1%, 5.4% 23.4%, 5.4% 23.6%, 5.4% 23.6%, 5.4% 23.8%, 5.5% 24%, 5.1% 24.1%, 5% 24.6%, 4.8% 24.9%, 4.7% 25%, 4.4% 25.7%, 4.3% 25.7%, 3.8% 25.8%, 3.5% 25.6%, 3.5% 25.6%, 3.5% 25.6%, 3.1% 25.4%, 3.1% 25.4%, 3% 25.4%, 2.4% 25.4%, 2.3% 25.7%, 2.2% 26%, 2.2% 25.9%, 2.2% 26.2%, 2.4% 26.3%, 2.5% 26.5%, 2.3% 26.9%, 2.2% 27.1%, 2.2% 27.1%, 2.1% 27.7%, 2.1% 27.8%, 2.1% 28.1%, 2.4% 28.4%, 2.6% 28.5%, 2.6% 29.2%, 2.3% 29.1%, 2% 29.1%, 2% 29.1%, 1.7% 29.1%, 1.5% 29.2%, 1.6% 29.6%, 2.1% 29.8%, 2% 30.6%, 1.9% 30.6%, 1.9% 30.1%, 1.8% 30.1%, 1.8% 30.1%, 1.6% 30%, 1.4% 30%, 1.4% 30%, 1.3% 30%, 1.3% 30%, 1.2% 30%, 1.2% 30.1%, 1.2% 30.1%, 1.2% 30.2%, 1.2% 30.3%, 1.2% 30.4%, 1.2% 30.4%, 1.3% 30.4%, 1.6% 30.7%, 1.3% 31.2%, 1.2% 31.6%, 1.4% 31.8%, 1.8% 32%, 2.1% 32.3%, 2.1% 32.6%, 1.9% 33.2%, 1.5% 34.3%, 1.5% 34.9%, 1% 36.7%, 0.9% 37%, 0.5% 37%, 0.5% 37.3%, 0.7% 37.5%, 0.5% 38%, 0.2% 40.4%, 0.2% 40.5%, 0.1% 41%, 0.1% 43.7%, 0.1% 45.4%, 0.1% 46.8%, 0% 47%, 0% 48.2%, 0.1% 48.6%, 0.2% 50.7%, 0.4% 52.5%, 0.5% 53.2%, 0.9% 55.9%, 1.3% 57.8%, 1.9% 60.4%, 2.2% 61.2%, 2.4% 61.9%, 2.9% 63.2%, 3.3% 64.2%, 3.3% 64.3%, 3.6% 65%, 4.1% 66.2%, 4.8% 67.6%, 5% 68%, 5% 68%, 5.4% 68.7%, 5.4% 68.7%, 5.7% 69.2%, 6.6% 70.8%, 7.3% 71.8%, 7.3% 71.9%, 7.3% 71.9%, 7.4% 72%, 7.5% 72.1%, 7.5% 72.1%, 8% 72.9%, 8.5% 73.6%, 8.7% 73.9%, 8.8% 74%, 8.9% 74.2%, 9.1% 74.4%, 9.1% 74.4%, 9.2% 74.5%, 9.9% 75.4%, 10.6% 76.3%, 10.7% 76.4%, 10.8% 76.6%, 11.3% 77.2%, 11.5% 77.4%, 11.5% 77.4%, 11.6% 77.4%, 12.1% 78.1%, 12.9% 78.9%, 13.3% 79.4%, 14.5% 80.6%, 15.3% 81.3%, 15.8% 81.7%, 16.4% 82.2%, 17.3% 82.9%, 18.1% 83.5%, 19.1% 84.3%, 20.1% 84.9%, 21.6% 85.9%, 23.2% 86.8%, 24.3% 87.5%, 25.7% 88.2%, 26.9% 88.8%, 28.1% 89.4%, 29.5% 90%, 29.9% 90.2%, 30.4% 90.4%, 30.4% 90.4%, 31.2% 90.7%, 31.3% 90.8%, 31.7% 91%, 32.3% 91.1%, 32.6% 91.2%, 32.7% 91.2%, 32.8% 91.2%, 34% 91.6%, 34.6% 91.8%, 34.6% 91.8%, 35% 91.9%, 35.9% 92.2%, 36.2% 92.3%, 36.7% 92.4%, 38% 92.8%, 38.2% 92.8%, 38.2% 92.8%, 39.4% 93.1%, 39.5% 93.5%, 39.5% 93.6%, 40.1% 94%, 40.7% 94.3%, 41.2% 94.3%, 41.4% 94.2%, 41.4% 94.2%, 41.8% 94.1%, 41.8% 94%, 42.1% 93.9%, 42.4% 93.6%, 43.4% 93.7%, 46.3% 93.9%, 48.3% 93.9%, 50% 93.9%, 53% 93.9%, 54.8% 93.8%, 54.8% 93.8%, 55.5% 93.7%, 56.7% 93.6%, 57.1% 93.6%, 57.5% 93.5%, 57.5% 93.5%, 57.9% 93.5%, 58.5% 93.5%, 58.5% 95.4%, 58.6% 96.3%, 58.8% 96.7%, 59% 97.5%, 58.9% 97.9%, 59% 98.5%, 58.9% 99.1%, 59.1% 99.3%, 59.9% 99.4%, 60% 99.7%, 60.2% 99.8%, 60.4% 99.8%, 60.5% 99.7%, 60.5% 99.7%, 60.8% 99.4%, 60.9% 98.8%, 61% 98.1%, 61.1% 98.1%, 61.1% 98.6%, 61.2% 99.4%, 61.3% 99.5%, 61.3% 99.5%, 61.4% 99.6%, 61.6% 99.6%, 61.6% 99.5%, 61.9% 99.5%, 62% 99.5%, 62% 99%, 61.9% 98.9%, 61.9% 98.7%, 62% 98.6%, 62.3% 98.1%, 62.6% 97.8%, 62.5% 97.6%, 62.6% 96.8%, 63.1% 96.6%, 63.1% 96.5%, 63.3% 95.2%, 63.4% 95%, 63.4% 95%, 63.6% 94.8%, 63.6% 94.7%, 63.6% 94.7%, 63.7% 94.5%, 64% 93.3%, 64.2% 93.2%, 64.2% 92.6%, 64.3% 92.4%, 65.3% 92.4%, 65.3% 94.1%, 65.4% 94.2%, 65.6% 94.5%, 65.8% 94.6%, 65.9% 94.4%, 66.1% 94.1%, 66.1% 93.3%, 66.2% 93.5%, 66.4% 93.5%, 66.4% 93.2%, 66.1% 93.1%, 66.1% 92.8%, 66.1% 92.5%, 66.1% 92.5%, 66.3% 92.3%, 66.5% 92.2%, 66.5% 92.1%, 66.6% 92%, 66.6% 92%, 66.7% 91.8%, 67% 91.8%, 67% 92.4%, 67.1% 92.5%, 67.2% 92.5%, 67.5% 92%, 67.5% 91.4%, 67.5% 91.1%, 67.6% 91.1%, 67.6% 91.6%, 67.6% 93.1%, 67.6% 94.1%, 67.5% 94.1%, 67.5% 94.5%, 67.5% 94.6%, 67.5% 94.7%, 67.6% 94.8%, 67.7% 94.8%, 67.7% 94.8%, 67.8% 94.8%, 67.8% 94.7%, 67.8% 94.7%, 68% 94.1%, 68.1% 93.7%, 68.3% 93%, 68.3% 93%, 68.4% 92.7%, 68.6% 92.2%, 68.6% 91.6%, 68.7% 91.3%, 68.8% 90.8%, 68.9% 90.4%, 69.3% 90.4%, 69.3% 91.2%, 69.6% 91.5%, 69.6% 91.9%, 69.4% 92.1%, 69.4% 92.6%, 69.6% 92.7%, 69.6% 93%, 69.4% 93%, 69.3% 93.1%, 69.3% 93.5%, 69.5% 93.6%, 69.6% 93.7%, 69.7% 94.1%, 69.7% 94.8%, 69.8% 95.2%, 69.8% 95.9%, 69.8% 95.9%, 70% 96.4%, 69.9% 96.7%, 70% 97%, 69.9% 97.8%, 69.9% 98.3%, 69.8% 98.4%, 69.8% 98.7%, 69.9% 98.8%, 70.1% 98.8%, 70.1% 98.8%, 70.1% 98.8%, 70.1% 98.7%, 70.2% 98.6%, 70.2% 97.2%, 70.3% 97%, 70.4% 96.5%, 70.3% 95.9%, 70.4% 95.8%, 70.6% 95.1%, 70.5% 94.5%, 70.5% 94.4%, 70.6% 94.4%, 70.6% 94.3%, 70.6% 94.3%, 70.6% 94.3%, 70.7% 94%, 70.9% 93.8%, 71% 93.2%, 71.1% 93%, 71.2% 92.8%, 71.3% 92.8%, 71.6% 92.5%, 71.5% 92.2%, 71.6% 92%, 71.7% 91.9%, 71.7% 92.1%, 72.1% 92.1%, 72.2% 92.6%, 72.2% 93.1%, 72.1% 93.3%, 72.2% 93.5%, 72.8% 93.5%, 72.9% 93.4%, 72.9% 92.1%, 73.1% 91.8%, 73.2% 91.7%, 73.5% 91.5%, 73.9% 91.1%, 73.9% 90.7%, 74% 89.6%, 74.1% 89.3%, 74.6% 89%, 74.6% 88.7%, 74.5% 88.5%, 74.5% 88.2%, 74.5% 88.1%, 74.6% 87.7%, 74.8% 87.4%, 75.4% 86.9%, 76.4% 86.4%, 77.4% 85.8%, 77.9% 85.5%, 78.4% 85.1%, 78.4% 85%, 78.5% 85%, 79% 84.8%, 79.2% 84.5%, 79.5% 84.4%, 79.8% 84.9%, 79.8% 84.9%, 79.9% 85%, 80.2% 85.3%, 80.1% 85.8%, 80.3% 86%, 80.6% 85.3%, 80.8% 85.1%, 81.3% 85%, 81.4% 84.6%, 81.7% 84.6%, 81.9% 85.1%, 82.1% 85.1%, 82.2% 84.7%, 82.4% 84.1%, 82.6% 84%, 82.7% 84%, 82.9% 83.9%, 83.2% 83.4%, 83.2% 83.1%, 83% 82.8%, 82.9% 82.5%, 83.1% 82.3%, 83.4% 81.9%, 83.5% 81.8%, 83.5% 81.8%, 84.1% 81.5%, 84.2% 81.1%, 84.6% 80.8%, 84.6% 80.8%, 84.7% 80.7%, 84.7% 80.7%, 84.8% 80.4%, 84.8% 80.3%, 84.8% 80.3%, 84.7% 80.1%, 84.7% 80.1%, 84.7% 80.1%, 84.6% 80%, 84.5% 80%, 84.4% 80%, 84.3% 80.1%, 84.1% 80.1%, 84% 79.7%, 84.2% 79.7%, 84.4% 79.6%, 84.9% 79.6%, 85.2% 79.5%, 85.3% 79.2%, 85.8% 78.7%, 86% 78.7%, 86.2% 78.7%, 86.3% 78.7%, 86.3% 78.6%, 86.4% 78.6%, 86.5% 78.5%, 86.7% 78.4%, 86.8% 78.3%, 86.9% 78.1%, 86.9% 78.1%, 87% 78%, 87.2% 77.8%, 87.4% 77.6%, 87.5% 77.5%, 87.5% 77.5%, 88.1% 76.9%, 88.1% 76.2%, 88.1% 76.1%, 88.4% 75.9%, 88.9% 75.9%, 89% 75.9%, 88.9% 76.4%, 88.9% 77.2%, 89.1% 78.3%, 89.3% 78.4%, 89.3% 79.1%, 89.4% 79.6%, 89.4% 80%, 89.7% 80.1%, 89.9% 80.6%, 90% 80.6%, 90.1% 80.4%, 90.6% 80.4%, 90.8% 80.3%, 90.8% 79.7%, 91% 79.7%, 91.2% 79.1%, 91.4% 78.4%, 91.4% 77.8%, 91.4% 77.7%, 91.3% 76.1%, 91.4% 76%, 91.8% 75.7%, 92.4% 75.7%, 92.6% 75.6%, 92.9% 75.6%, 93.4% 75.7%, 93.5% 76.2%, 93.9% 76.1%, 94% 76.4%, 94.2% 76.4%, 94.2% 76.3%, 94.5% 76.1%, 94.6% 76%, 94.6% 76%, 94.9% 75.7%, 95.2% 75.7%, 95.3% 75.8%, 95.4% 75.8%, 95.5% 75.6%, 95.5% 74.8%, 95.4% 74.4%, 95.3% 74%, 95.2% 73.1%, 95.5% 73%, 96% 72.7%, 96.2% 72.6%, 96.4% 71.9%, 96.7% 71.5%, 96.7% 70.8%, 97.4% 70.7%, 97.4% 70.7%, 97.4% 70.6%, 97.6% 70.4%, 97.8% 70.3%, 97.8% 70.2%, 97.6% 69.7%, 97.6% 69.2%, 97.6% 68.7%, 97.4% 68.4%, 97.4% 67.8%, 97.9% 67.7%, 97.9% 67.3%, 97.8% 67.2%, 97.8% 66.8%, 97.9% 66.7%, 97.9% 66.2%, 98% 65.8%, 97.9% 65.2%, 98.2% 64.5%, 98.5% 64.2%, 98.5% 63.8%, 98.7% 63.3%, 98.8% 62.7%, 99% 62.5%, 99% 61.8%, 99% 61.8%, 99.1% 60.9%, 99.2% 60.5%, 99.2% 60.3%, 99.3% 60%, 99.3% 59.8%, 99.3% 59.6%, 99.6% 58.3%, 99.7% 57.7%, 100% 55.9%, 100% 55.1%, 99.8% 54.9%, 83.2% 79.5%, 83.4% 79.4%, 83.7% 79.4%, 83.6% 79.6%, 82.9% 79.6%, 83% 79.3%, 83.2% 79.2%, 83.2% 79.5%, 83.3% 79.3%, 83.2% 79.2%, 83.4% 79.1%, 83.7% 79.1%, 83.7% 79.3%, 83.3% 79.3%, 83.2% 79.1%, 82.9% 79.1%, 82.9% 79.1%, 82.9% 79%, 83% 78.9%, 83.2% 78.9%, 83.2% 79%, 83.2% 79.1%, 81.4% 83.7%, 81.4% 83.6%, 81.8% 83.7%, 81.8% 83.8%, 81.4% 83.7%, 81.4% 83.9%, 81.6% 84%, 81.6% 83.9%, 81.8% 84%, 81.8% 84%, 81.7% 84.1%, 81.4% 84.1%, 81.4% 83.9%, 71.7% 91.2%, 71.8% 91.2%, 71.8% 91.2%, 71.8% 91.3%, 71.7% 91.2%, 71.7% 91.2%, 9.9% 19.2%, 9.7% 19.2%, 9.6% 18.9%, 9.7% 18.8%, 9.9% 18.9%, 9.9% 19.2%, 10.5% 16.6%, 10.9% 16.3%, 11.1% 16.1%, 11.4% 16%, 11.7% 15.7%, 11.7% 15.7%, 11.8% 15.7%, 11.9% 15.6%, 12.2% 15.7%, 12.2% 15.9%, 12% 16%, 11.7% 16.3%, 11.4% 16.6%, 11.4% 17.3%, 11.3% 17.4%, 10.9% 17.6%, 10.7% 17.6%, 10.2% 17.9%, 9.8% 18%, 9.7% 17.7%, 9.9% 17.5%, 10% 17.3%, 10.1% 17.2%, 10.2% 17.1%, 10.2% 17.1%, 10.5% 16.6%);
    z-index: 0;
    background: #f5f3e6;
}

.brand-img-box {
    width: 100px;
    height: 100%;
    margin-bottom: 0;
    object-fit: contain;
}

.brand-point p {
    font-family: 'mysecondfont-Medium';
    color: var(--main-color);
    margin-top: 15px;
    transition: all ease-in-out 0.4s;
    position: relative;
    width: fit-content;
    margin: 10px auto 0;
}

.brand-point p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: var(--main-color);
    transition: width .4s var(--ease-premium);
    transition: all ease-in-out 0.4s;
}

.brand-box:hover .brand-point p {
    letter-spacing: 1px;
}

/******************************************
    Brands CSS End 
******************************************/

/****************************************** 
    Post CSS Start 
******************************************/

.post-slider {
    padding-bottom: 50px;
}

.post-slider .swiper-pagination-bullet {
    width: 10px;
    height: 5px;
    background: var(--main-color);
    opacity: 1;
    border-radius: 10px;
}

.post-slider .swiper-pagination-bullet-active {
    width: 35px;
    height: 5px;
    background: var(--main-dark-color);
    opacity: 1;
}

.instagram-card {
    width: 100%;
    margin: auto;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
}

.insta-header {
    height: 69px;
    display: flex;
    align-items: center;
    padding: 8px 10px;
    background: #fff;
}

.insta-profile {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
}

.profile-img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid var(--main-color);
    padding: 2px;
}

.profile-info {
    line-height: 1.2;
}

.profile-name {
    font-size: 14px;
    font-weight: 600;
    color: #111;
}

.profile-followers {
    margin-top: 3px;
    font-size: 12px;
    color: #666;
}

.profile-btn {
    border: 0;
    background: #4c5df5;
    color: #fff;
    padding: 4px 13px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.insta-video {
    width: 100%;
    aspect-ratio: 4 / 5;
    background: #000;
    position: relative;
    overflow: hidden;
}

.insta-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.view-instagram {
    padding: 12px 11px;
    border-bottom: 1px solid #ddd;
}

.insta-actions {
    display: flex;
    align-items: center;
    padding: 8px 10px 2px;
    gap: 12px;
}

.action-btn {
    width: 27px;
    height: 30px;
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}

.action-btn svg {
    width: 25px;
    height: 25px;

    fill: none;
    stroke: #111;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.like-btn.liked svg {
    fill: #ed4956;
    stroke: #ed4956;
}

.like-btn.animate {
    animation: likeAnimation .3s ease;
}

@keyframes likeAnimation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.35);
    }

    100% {
        transform: scale(1);
    }
}

.save-btn {
    margin-left: auto;
}

.save-btn.saved svg {
    fill: #111;
}

.likes {
    padding: 2px 11px 8px;
    font-size: 14px;
    color: #111;
}

.comment-area {
    height: 45px;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
}

.comment-message {
    font-size: 13px;
    color: #333;
}

.comment-area i {
    font-size: 20px;
}

.insta-box {
    display: block;
}

.view-instagram p {
    color: #405de6;
    text-decoration: none;
    font-size: 14px;
}

/******************************************
    Post CSS End 
******************************************/

/******************************************
    Responsive Start
******************************************/

@media (max-width: 1600px) {

    .banner-txt h1 {
        font-size: 70px;
        line-height: 70px;
    }

    .bnr-item h3 {
        font-size: 26px;
        line-height: 26px;
    }

    .product-box h3, .infra-box h3 {
        font-size: 27px;
        line-height: 27px;
    }
    
}

@media (max-width: 1440px) {

    .banner-txt h1 {
        font-size: 65px;
        line-height: 65px;
    }

    .bnr-item h3 {
        font-size: 23px;
        line-height: 23px;
    }

    .wave-box {
        height: 260px;
    }

    .wave-box-shape {
        height: 200px;
    }

    .product-box h3, .infra-box h3 {
        font-size: 25px;
        line-height: 25px;
    }

    .blog-box h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .blog-box p {
        font-size: 14px;
        line-height: 20px;
    }
    
}

@media (max-width: 1399px) {

    .banner-txt h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .bnr-icon img {
        width: 60px;
        height: auto;
    }

    .bnr-top {
        padding: 80px 0 0;
    }

    .banner-txt {
        padding-bottom: 40px;
    }
    
    .wave-box {
        height: 207px;
    }
    
}

@media (max-width: 1199px) {

    .banner-txt h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .bnr-icon img {
        width: 60px;
        height: auto;
    }

    .bnr-top {
        padding: 80px 0 0;
    }

    .banner-txt {
        padding-bottom: 40px;
    }

    .product-box h3, .infra-box h3 {
        font-size: 22px;
        line-height: 22px;
    }

    .blog-box p {
        font-size: 12px;
        line-height: 18px;
    }

    .blog-box {
        padding: 12px;
    }
    
    .wave-box {
        width: 100%;
        height: 180px;
        z-index: 1;
        bottom: -100px;
    }
    
    .custompadd{
        padding-top: 100px;
    }
    .banner-txt h1 {
        font-size: 42px;
        line-height: 52px;
    }
    
}

@media (max-width: 991px) {

    .bnr-img-wrap {
        justify-content: center;
    }

    /*.banner-txt h1 {*/
    /*    font-size: 50px;*/
    /*    line-height: 50px;*/
    /*}*/

    .wave-box {
        height: 300px;
    }

    .bnr-img.bnr-img1 {
        width: 70%;
    }

    .bnr-img.bnr-img2 {
        width: 55%;
    }

    .overview-img {
        width: 100%;
    }

    .infra-slider-btn {
        justify-content: center;
    }

    .success-txt {
        margin-bottom: 50px;
    }
    
    .custompadd{
        padding-top: 150px;
    }
    .banner-txt h1 {
        font-size: 38px;
        line-height: 48px;
    }
    
    .banner-txt p {
        width: 100%;
    }
    
}

@media (max-width: 767px) {

    .banner-txt h1 {
        font-size: 45px;
        line-height: 45px;
    }

    .bnr-item h3 {
        font-size: 18px;
        line-height: 20px;
    }

    /*.bnr-img-wrap {
        margin-bottom: -100px;
    }*/
    
    .bnr-img-wrap {
        margin-bottom: 60px;
    }

    .banner-txt p {
        width: 90%;
    }

    .overview-txt p, .success-txt p {
        width: 100%;
    }

    .product-box h3, .infra-box h3 {
        font-size: 18px;
        line-height: 18px;
    }
    
    .nomro-textbox {
        position: relative;
        top: auto;
        left: auto;
        margin: 40px 15px 0;
    }
    
    .nomro-textbox h1 {
        color: var(--main-color) !important;
        text-shadow: none;
    }
    
    .nomro-textbox p{
        color: var(--txt-color) !important;
    }
    
    /*.bannerTabSliders > img {
        position: relative;
        display: block;
        width: 100%;
        filter: blur(6px);
        transform: scale(1.02);
    }
    
    .bannerTabSliders > img ::after{
        width: 100%;
        filter: blur(6px);
        transform: scale(1.02);
    }*/

    .facility-img {
        position: relative;
        margin-bottom: 50px;
    }

    .facility-sec {
        padding-top: 0px;
    }

    .facility-btn {
        justify-content: center;
    }

    .wave-box-shape {
        height: 100px;
        margin-top: -50px;
    }

    .facility-txt {
        padding-bottom: 50px;
    }

    .profile-btn {
        padding: 2px 7px;
        font-size: 11px;
    }

    .insta-profile {
        gap: 5px;
    }

}

@media (max-width: 575px) {

    .bnr-img.bnr-img1 {
        margin-left: 40px;
    }

    .bnr-img.bnr-img2 {
        margin-right: 20px;
    }

    .banner-txt h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .bnr-top {
        padding: 50px 0 0;
    }

    .wave-box {
        height: 300px;
        bottom: 0px;
    }

    .bnr-point {
        bottom: 40%;
    }

    .wave {
        width: 650%;
    }

    .bnr-icon img {
        width: 35px;
    }

    .bnr-item {
        gap: 10px;
    }

    .bnr-item h3 {
        font-size: 16px;
        line-height: 20px;
    }
    
    .custompadd {
        padding-top: 55px;
    }

    .product-box {
        padding: 80px 10px 40px;
    }

    .product-slide-con {
        padding: 0 15px;
    }

}