@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

@font-face {
    font-family: 'MetropolisRegular';
    src: url(../fonts/metropolis/Metropolis-Regular.otf);

}

:root {
    --primary-color: #90c73f;
    --secondary-color: #eef4ec;
}

.main {
    display: flex;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../res/images/about/about_main.png");
    background-image: linear-gradient(180deg, rgba(168, 168, 168, 0.09) 43%, rgba(53, 53, 53, 1) 100%), url(../res/images/service/servicebknew3.jpg);
    /* background: linear-gradient(90deg, #9FAB8E 0%, #5A7E26 100%); */
    width: 100%;
    /* height: 52vh; */
    height: 465px;
    justify-content: center;
}

.banner-title-service2 {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin: 212px 0px 95px 0px;
    max-width: 1162px;
    min-width: 1162px;
    width: 1162px;
}

.banner-title-service2 h1 {
    font-family: "Poppins", serif;
    font-size: 43px;
    font-weight: 700;
    line-height: 47px;
    letter-spacing: -0.05em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;


}

.banner-title-service2 p {
    font-family: "Poppins", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    margin-top: 16px;
    margin-bottom: 31px;

}

.banner-title-service2 .btn2 a .btn02 {
    width: 220px;
    height: 51px;
    gap: 0px;
    border-radius: 30px;
    opacity: 0px;
    font-family: "Poppins", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.05em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    border: 1px solid #90C73F;
    background: #90C73F;
    transition: 0.4s;
}

.banner-title-service2 .btn2 a .btn02:hover {
    color: #90c73f;
    background-color: white;
    border: 1px solid #90c73f;
    cursor: pointer;
}

.off-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 130px;
    margin-top: 180px;
    max-width: 1162px;
    width: 1162px;
    min-width: 1162px;
}

.offer-serv-wrap {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.serv-bk2 {
    background: url();
    height: 812px;
    gap: 0px;
    opacity: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.offer-serv-wrap .text-offer-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 38%;
}

.offer-serv-wrap .text-offer-left .hone4 {
    display: flex;
}

.offer-serv-wrap .text-offer-left .hone4 h1 {
    font-family: "Poppins", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #151515;

}

.offer-serv-wrap .text-offer-left p {
    margin: 0px;
    font-family: "Poppins", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #818181;
    margin-top: 23px;
    margin-bottom: 60px;

}

.offer-serv-wrap .text-offer-left .btn4 a .btn04 {
    width: 180px;
    height: 60px;
    gap: 0px;
    border-radius: 37px;
    opacity: 0px;
    font-family: "Poppins", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.05em;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
    border: 1px solid #90C73F;
    background: #90C73F;
    transition: 0.4s
}

.offer-serv-wrap .text-offer-left .btn4 a .btn04:hover {
    color: #90c73f;
    background-color: white;
    border: 1px solid #90c73f;
    cursor: pointer;
}

.slider {

    background: transparent;
    /* max-width: 1400px; */
    width: 624px;
    color: #fff;
    grid-template-columns: 100%;
    display: grid;
}


.slider .slides {
    overflow-y: auto;
    max-height: 610px;
    scrollbar-width: none;
}

.slider .slides::-webkit-scrollbar {
    display: none;
}

.slider .slides .slide {
    /* min-height: calc(103% - 75px); */
    width: 100%;
    height: 380px;
    /* width: 100%; */
    background-color: transparent;
    display: flex;
    /* padding: 40px; */
    color: #333;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    border-radius: 16px;
}

.slider .slides .slide:nth-child(even) {
    background-color: transparent;
}

.slider .slides .slide .sld-img1 {
    width: 624px;
    height: 237px;
    gap: 0px;
    border-radius: 16px 16px 0px 0px;
    opacity: 0px;
    /* overflow: hidden; */

}

.slider .slides .slide .sld-img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    gap: 0px;
    border-radius: 16px 16px 0px 0px;
    opacity: 0px;
    /* -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    overflow: hidden; */

}

/* .slider .slides .slide .sld-img1 img:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
} */

.slider .slides .slide .inner_content {
    width: 100%;
    height: 100%;
    padding-left: 50px;
    padding-top: 37px;
    background: #FFFFFF;
}

.slider .slides .slide .inner_content h1 {
    font-family: "Poppins", serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #151515;
    margin-bottom: 14px;

}

.slider .slides .slide .inner_content p {
    font-family: 'MetropolisRegular';
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #686868;

}

.y-choose-wrap {
    display: flex;
    flex-direction: column;
    /* margin-left: 170px;
    margin-right: 170px; */
    gap: 15%;
    margin-bottom: 110px;
    min-width: 1162px;
    min-width: 1162px;
    width: 1162px;

}

.shademap {
    background: url(../res/images/service/shademap.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    width: 100%;
    display: flex;
    justify-content: center;

}

.ch-wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.ch-wrap .hone5 {
    display: flex;
}

.ch-wrap .hone5 h1 {
    font-family: "Poppins", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 43px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #151515;
    margin-bottom: 21px;

}

.ch-wrap .hone5 h1 span {
    border-bottom: 5px solid #90C73F;
}

.ch-wrap p {
    font-family: "Poppins", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #818181;

}

.ch-wrap .hone5 .ch-icon11 img {
    width: 93px;
    height: 82px;
    opacity: 0px;
    width: 93px;
    height: 82px;
    opacity: 0px;
    margin-top: -63px;
    margin-left: -46px;

}

.boxes-service {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(../res/images/service/roundbk.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.box-wrap1 {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 50px;
}

.box-wrap1 .box1-ch {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: #F8F0E0;
    border-radius: 16px;
    width: 568px;
    height: 407px;
    opacity: 0px;
    box-shadow: 0px 4px 9.2px -3px #0000003D;

}

.box-wrap1 .box1-ch .outer-boxes1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 45px;
}

#bx2 {

    background: #DFF6E1;
}

#bx3 {

    background: #D4E5F2;
}

#bx4 {

    background: #EBF5DC;
}

.box-wrap1 .box1-ch .ch-icon111 img {
    width: 228px;
    height: 148px;
    gap: 0px;
    opacity: 0px;
    margin-top: 50px;
    margin-bottom: 32px;

}

.box-wrap1 .box1-ch .ch-icon112 img {
    width: 135px;
    height: 180px;
    gap: 0px;
    opacity: 0px;
    margin-top: 28px;
    margin-bottom: 8px;

}

.box-wrap1 .box1-ch .ch-icon113 img {
    width: 112px;
    height: 158px;
    gap: 0px;
    opacity: 0px;
    margin-bottom: 10px;

}

.box-wrap1 .box1-ch .ch-icon114 img {
    width: 194px;
    height: 170px;
    gap: 0px;
    opacity: 0px;


}

.box-wrap1 .box1-ch h1 {
    font-family: "Poppins", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin-bottom: 20px;

}

.box-wrap1 .box1-ch p {
    font-family: 'MetropolisRegular';
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #818181;
    margin-bottom: 47px;
}

#bx1-service {
    color: #D28230;
}

.container-slide2 {
    max-width: 1162px;
    margin: auto;
    padding: 10px;


}

.card-slider-main {
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    margin-top: 10px;
    gap: 30px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    height: 400px;
}

.card-slider-main::-webkit-scrollbar,
.card-slider::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.label-container {
    display: flex;
    align-items: center;
    margin-bottom: 93px;
}

.label-container h2 {
    font-family: "Poppins", serif;
    margin-right: auto;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.label-container h2 span {
    border-bottom: 5px solid #90C73F;
}

.label-container i {
    font-size: 18px;
}

.label-container button {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    cursor: pointer;
    padding: 10px;
    width: fit-content;
    margin-left: 25px;
    width: 42px;
    height: 47px;
    gap: 0px;
    border-radius: 5px;
    opacity: 0px;
    background: #90C73F;
    border: 0px;

}

.label-container button:disabled {
    background-color: whitesmoke;
    cursor: not-allowed;
    border: none;
}

.card-wrapper {
    transition: transform 0.3s ease-in-out;
    display: flex;
    background: transparent;
    justify-content: space-between;
    gap: 10px;
    scroll-snap-align: center;
    width: fit-content;
    animation: scroll-images 10s linear infinite;
}



.last-slide {
    background: url(../res/images/service/back1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 840px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;

}

.card-wrapper .wrap-john {
    display: flex;
    flex-direction: column-reverse;
    width: 474px;
    height: 309px;
    gap: 0px;
    border-radius: 16px;
    border: 0.5px solid #90C73F;
    opacity: 0px;
    justify-content: center;

}

.card-wrapper .wrap-john .john {
    display: flex;
    gap: 20px;
    margin-left: 27px;
    margin-top: 25px;
}

.card-wrapper .wrap-john .john .john-image {
    width: 64px;
    height: 64px;
    gap: 0px;
    border-radius: 8px;
    opacity: 0px;

}

.card-wrapper .wrap-john .john .john-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-wrapper .wrap-john .john .name {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-wrapper .wrap-john .john .name h2 {
    font-family: "Poppins", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #151515;
    margin-bottom: 7px;

}

.card-wrapper .wrap-john .john .name p {
    font-family: "Poppins", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #737373;


}

.card-wrapper .wrap-john .feedback .coma img {
    width: 14px;
    height: 14px;
}

.card-wrapper .wrap-john .feedback p {
    font-family: "Poppins", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #151515;
    width: 80%;
    margin-top: 25px;
    margin-bottom: 35px;

}

.card-wrapper .wrap-john .feedback {
    border-bottom: 1px solid #E4E4E4;
    margin-left: 27px;
    margin-right: 10px;
}

@keyframes scroll-images {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-calc(100% + 10px));
    }
}

@media(max-width:1162px) {
    .box-wrap1 .box1-ch p br {
        display: none;
    }

    .banner-title-service2 {
        max-width: 890px;
        min-width: 890px;
        width: 890px;
    }

    .off-wrap {

        max-width: 890px;
        width: 890px;
        min-width: 890px;
    }

    .y-choose-wrap {
        display: flex;
        flex-direction: column;
        gap: 15%;
        margin-bottom: 110px;
        min-width: 890px;
        min-width: 890px;
        width: 890px;
    }

    .container-slide2 {
        max-width: 890px;

    }

    .card-slider-main {

        width: 890px;
    }

    .box-wrap1 .box1-ch .outer-boxes1 {

        margin-left: 35px;
        margin-right: 20px;
    }

    .box-wrap1 {

        gap: 31px;
        margin-bottom: 31px;
    }
}

@media (max-width:895px) {
    .banner-title-service2 {
        max-width: 740px;
        min-width: 740px;
        width: 740px;
    }

    .off-wrap {
        max-width: 740px;
        width: 740px;
        min-width: 740px;
    }

    .offer-serv-wrap {
        flex-direction: column;

    }

    .serv-bk2 {
        height: auto;

    }

    .y-choose-wrap {

        margin-bottom: 60px;
        min-width: 740px;
        min-width: 740px;
        width: 740px;
    }

    .card-slider-main {
        width: 740px;
    }

    .last-slide {
        height: auto;
        padding: 30px 0px 30px 0px;
        margin-bottom: 60px;
    }

}

@media (max-width:740px) {
    .banner-title-service2 {
        max-width: 540px;
        min-width: 540px;
        width: 540px;
        margin: 253px 0px 95px 0px;
    }

    .off-wrap {
        max-width: 540px;
        min-width: 540px;
        width: 540px;
    }

    .offer-serv-wrap .text-offer-left {

        width: 100%;
    }

    .slider .slides .slide .sld-img1 img {
        width: 100%;

    }

    .slider .slides .slide .sld-img1 {
        width: 100%;

    }



    .slider {
        width: 100%;
    }

    .y-choose-wrap {
        max-width: 540px;
        min-width: 540px;
        width: 540px;
    }

    .box-wrap1 {

        flex-direction: column;
    }

    .box-wrap1 .box1-ch {

        width: 100%;

    }

    .card-slider-main {
        width: 540px;
    }

    .main {
        height: 587px;
    }

}

@media (max-width:542px) {
    .banner-title-service2 {
        max-width: 90%;
        min-width: 90%;
        width: 90%;
        margin: 253px 0px 95px 0px;
        margin-left: 5%;
    }

    .off-wrap {
        max-width: 90%;
        min-width: 90%;
        width: 90%;
    }

    .main {
        height: 587px;
    }

    .y-choose-wrap {
        max-width: 90%;
        min-width: 90%;
        width: 90%;
    }

    .sld-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 90%;
        min-width: 90%;
        width: 90%;
    }

    .container-slide2 {
        max-width: 100%;
    }

    .card-slider-main {
        width: 95%;
    }

    .label-container {

        width: 95%;
    }

    .slider .slides .slide .inner_content {

        padding-left: 0px;

    }

    .serv-bk2 {
        height: 1083px;
    }

    .slider .slides .slide {
        height: 287px;

    }

    .slider .slides .slide .sld-img1 img {
        width: 100%;
        height: 130px;
    }

    .box-wrap1 .box1-ch .ch-icon111 img {
        width: 187px;
        height: 125px;
        gap: 0px;
        opacity: 0px;
        margin-top: 50px;
        margin-bottom: 22px;
    }

    .box-wrap1 .box1-ch .ch-icon112 img {
        width: 120px;
        height: 157px;
        gap: 0px;
        opacity: 0px;
        margin-top: 28px;
        margin-bottom: 8px;
    }

    .box-wrap1 .box1-ch .ch-icon113 img {
        width: 91px;
        height: 130px;
        gap: 0px;
        opacity: 0px;
        margin-bottom: 10px;
    }

    .box-wrap1 .box1-ch .ch-icon114 img {
        width: 143px;
        height: 129px;
        gap: 0px;
        opacity: 0px;
        margin-bottom: 15px;
    }

    .box-wrap1 .box1-ch h1 {
        font-size: 28px;
    }

    .box-wrap1 .box1-ch h1 br {
        display: none;
    }

    .box-wrap1 .box1-ch .outer-boxes1 {
        margin-left: 30px;
        margin-right: 20px;
    }

    .cnt-form-wrap .cnt-top .hone3 .cnt-icon3 img {
        width: 140px;
        height: 125px;
        gap: 0px;
        opacity: 0px;
        margin-left: -34px;
    }

    .container-form {
        border-radius: 5px;
        background-color: #fff;
        padding: 30px 30px 30px 30px;
        border: 1px solid #151515;
        margin-bottom: 54px;
    }

    .cnt-form-wrap {
        margin-bottom: 60px;
    }

}