@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

.btn-wa {
    width: 70px;
    height: 70px;
    background-color: #24A8DF;
    border-radius: 60px;
    position: fixed;
    bottom: 75px;
    right: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    z-index: 999;
}

.btn-wa:hover {
    background-color: #1f80aa;
}

.btn-wa img {
    width: 50px;
    margin-left: 4px;
}

/* Navbar */

.navbar {
    height: 80px;
}

.navbar-container {
    display: flex;
    background-color: #F4F4F4;
}

.icon {
    width: 10vw;
}

.icon-img {
    width: 100px;
}

.navbar-content {
    width: 60vw;
    justify-content: center;
    align-items: center;
}

.nav-link {
    color: black;
    font-size: 14px;
    font-weight: 600;
    transition: 0.5s;
}

.nav-link:hover {
    color: #24A8DF;
}

.navbar-nav {
    margin-left: 60px;
    text-align: center;
    width: 50vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-item {
    padding: 20px;
}

.navbar-button {
    width: 10vw;
    text-align: end;
}

.btn-contact {
    background-color: #96AC59;
    color: #F4F4F4;
    border-radius: 39px;
    font-size: 12px;
    padding: 5px 15px 5px 15px;
    transition: 0.5s;
}

.btn-contact:hover {
    background-color: transparent;
    color: #96AC59;
    border: solid 3px #96AC59;
    font-weight: bold;
}

.jumbotron {
    background: url("../img/d0d62ffe9b7dbef1e31c5c5cdcc89e8d.jpg");
    background-size: cover;
    height: 100vh;

}

.overlay-jumbotron {
    background-color: rgba(126, 126, 126, 0.75);
    height: 100%;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

}

.jumbotron-content {
    color: #F4F4F4;
    text-align: center
}

.jumbotron-content h1 {
    font-size: 48px;
}

.jumbotron-content p {
    font-size: 32px;
}

/* overview */
.overview {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;

}

.overview-content1 {
    text-align: center;
    justify-content: center;
}

.overview-content1 h1 {
    margin-bottom: 20px;
}

.overview-content1 p {
    font-size: 24px;
    margin-bottom: 50px;
    line-height: 1.2;

}

.overview-content2 {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.overview-content2 h1 {
    color: #24A8DF;
    font-size: 64px;
}

.overview-content2 p {
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
}

.overview-content2 .overview-content-column {
    display: flex;
    align-items: center;
    width: 260px;
    padding: 0px 0px 0px 5px;
}

.content-overview {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    height: 200px;
    padding: 10px;
}

.content-overview h1 {
    font-size: 58px;
}

.content-overview p {
    font-size: 18px;
}

.vl {
    border-right: 2px solid rgb(0, 0, 0);
    height: 100px;

}

/* Our Service */
.our-service {
    background-color: #24A8DF;
    color: #F4F4F4;
    height: 1500px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.our-service h1 {
    margin-top: 20px;
    margin-bottom: 40px;
}

.our-service h3 {
    margin-bottom: 30px;
    margin-top: 60px;
}

.our-service p {
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 1.2;

}

.slider-wrapper {
    display: flex;
}

.slide-container {
    overflow: hidden;
    display: flex;
    overflow-x: hidden;
}

.slide-column {
    display: flex;
    padding: 0 50px 0 50px;
}

#btn-arrow-left {
    position: absolute;
    margin-top: 145px;
    margin-left: -40px;
    display: none;
}

#btn-arrow-right {
    position: absolute;
    margin-top: 145px;
    margin-left: 20px;
}

/* card Service */
.service-card {
    width: 283px;
    height: 325px;
    background-color: #F4F4F4;
    border-radius: 41px;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column
}

.service-card .icon-service {
    margin-top: 40px;
}

.service-card .title-card-service {
    color: #595A5C;
    font-size: 24px;
    width: 200px;
    margin-top: 20px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.service-card p {
    color: #595A5C;
    font-size: 16px;
    width: 200px;
    line-height: 1.5;
}

/* card */
.card-column {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 20px;
}

.card {
    width: 390px;
    height: 450px;
    border-radius: 50px 0 50px 0;
    overflow: hidden;
    color: black;
    border: 0;
}

.card-img {
    width: 390px;
    height: 180px;
    border-radius: 0;
}

.card-img.img1 {
    background: url("../img/card1.jpg");
    background-position: center;
    background-size: cover;
}

.card-img.img2 {
    background: url("../img/card2.jpg");
    background-position: center;
    background-size: cover;
}

.card-img.img3 {
    background: url("../img/card3.jpg");
    background-position: center;
    background-size: cover;
}

.card-img img {
    width: 340px;
    height: 139px;
}

.card-title {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

.card-content p {
    font-size: 18px;
    text-align: left;
    margin: 0 30px 0 30px;
    line-height: 1.5;
}

/* Testimonial */

.testimonial {
    height: 1000px;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;

}

.testimonial .wrapper {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.testimonial .wrapper h1 {
    margin-top: 50px;
    margin-bottom: 25px;
}

.testimonial .wrapper h4 {
    margin-bottom: 50px;
}

.testimonial .wrapper p {
    font-size: 20px;
    width: 60vw;
    margin-bottom: 50px;
}

.slide-container-comment {
    overflow: hidden;
    display: flex;
    overflow-x: hidden;
    padding: 0px 0px 0px 0px;
}

.column-comment {
    display: flex;

    height: 350px;
}

#btn-arrow-left-comment {
    position: absolute;
    margin-top: 140px;
    margin-left: -10px;
    border: solid #24A8DF;
    border-width: 0 5px 5px 0;
    padding: 10px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    display: none;
}

#btn-arrow-left-comment:hover {
    border: solid #075a7e;
    cursor: pointer;
    border-width: 0 5px 5px 0;
    padding: 10px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

#btn-arrow-right-comment {
    position: absolute;
    margin-left: 0px;
    margin-top: 140px;
    border: solid #24A8DF;
    border-width: 0 5px 5px 0;
    padding: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

#btn-arrow-right-comment:hover {
    border: solid #075a7e;
    cursor: pointer;
    border-width: 0 5px 5px 0;
    padding: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.comment {
    display: flex;
}

.comment .comment-img {
    margin-top: 10px;
    margin-left: 10px;
    background-color: #24A8DF;
    width: 85px;
    height: 85px;
    border-radius: 71px;
    overflow: hidden;
    margin-left: 80px;
}

.comment .comment-img img {
    width: 72px;
    margin-top: 10px;
    margin-left: 8px;
}

.comment .buble-comment {
    width: 1019px;
    border-radius: 46px 46px 46px 46px;
    padding: 30px 30px 30px 30px;
    color: #F4F4F4;
    background-color: #24A8DF;
    border-bottom-left-radius: 0 0;
}

.bubble {
    --r: 46px;
    /* the radius */
    --t: 2.5em;
    /* the size of the tail */
    margin-left: -10px;
    margin-bottom: 50px;

    max-width: 1019px;
    padding: 2em;
    border-inline: var(--t) solid #0000;
    border-radius: calc(var(--r) + var(--t))/var(--r);
    mask:
        radial-gradient(100% 100% at var(--_p) 100%, #0000 99%, #000 102%) var(--_p) 0/var(--t) var(--t) no-repeat,
        linear-gradient(#000 0 0) padding-box;
    background: #24A8DF;
    color: #F4F4F4;
}

.left {
    --_p: 0;
    border-top-left-radius: 0 0;
    place-self: end;
}

.comment .bubble h5 {
    font-size: 25px;
    margin-bottom: 1em;
}

.comment .bubble p {
    font-size: 18px;
    line-height: 1.8;
    font-style: italic;
    text-align: justify;

}

.testimonial-icon-group {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.testimonial-icon-group .testimonial-icon {
    width: 146px;
    height: 146px;
    border-radius: 90px;
    background-color: #D9D9D9;
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
}

.testimonial-icon-group .testimonial-icon img {
    width: 70px;
    margin-left: 40px;
}

/* About Us */
.about-us {
    background-color: #96AC59;
    height: 1600px;
}

.about-us .wrapper {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    color: #F4F4F4;
}

.about-us .wrapper h1 {
    margin-top: 50px;
    margin-bottom: 25px;
}

.about-us .wrapper h5 {
    margin-bottom: 50px;
}

.about-us .wrapper p {
    font-size: 20px;
    width: 1200px;
    margin-bottom: 20px;
}

.about-us .content {
    padding: 50px;
}

.about-us .content .content-img {
    width: 1190px;
    height: 287px;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 70px;
}

.about-us .content .content-img img {
    margin-top: -100px;
}

.about-us-card {
    background-color: #F4F4F4;
    height: 160px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 12px;
    margin-bottom: 25px;
}

.about-us-card .icon {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #24A8DF;
    display: flex;
    align-items: center;
    text-align: center;
}

.about-us-card .icon img {
    width: 30px;
    margin-left: 5px;
}

.about-us-card h4 {
    margin-top: 10px;
    color: #24A8DF;
    font-size: 18px;
}

.about-us-card p {
    font-size: 14px;
}

.about-us-carousel {
    margin-top: 50px;
    display: flex;
}

.about-us-carousel .card-carousel {
    width: 400px;
    height: 320px;
    overflow: hidden;
}

.about-us-carousel .card-carousel img {
    width: 460px;
}

.slide-container-about {
    overflow: hidden;
    display: flex;
    overflow-x: hidden;
}

.about-us-carousel .card-carousel .card-title {
    margin-top: 293px;
    width: 460px;
    background-color: rgba(244, 244, 244, 0.65);
    padding-top: 5px;
    padding-left: 10px;
}

.about-us-carousel .card-carousel .card-title p {
    font-size: 15px;
    width: 370px;
    font-weight: 200;
    color: #000;
    text-align: start;
}

.card-carousel.img1 {
    background: url("../img/project closing.jpg");
    background-position: center;
    background-size: cover;
}

.card-carousel.img2 {
    background: url("../img/project\ preparation.jpg");
    background-position: center;
    background-size: cover;
}

.card-carousel.img3 {
    background: url("../img/review\ evaluation.jpg");
    background-position: center;
    background-size: cover;
}

.card-carousel.img4 {
    background: url("../img/Data\ Collection\ In\ semi-rural\ Area.png");
    background-position: center;
    background-size: cover;
}

.card-carousel.img5 {
    background: url("../img/Data\ collection\ Computer.png");
    background-position: center;
    background-size: cover;
}

.card-carousel.img6 {
    background: url("../img/Field\ Work\ Preparation.png");
    background-position: center;
    background-size: cover;
}

#btn-arrow-left-about {
    position: absolute;
    margin-top: 145px;
    margin-left: -20px;
    display: none;
}

#btn-arrow-right-about {
    position: absolute;
    margin-top: 145px;
    margin-left: 20px;
}

.card-carousel.img5 .card-title {
    margin-top: 270px;
}

/* Footer */

.footer {
    height: 25vh;
    background-color: #595A5C;
}

.footer .left-side {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #F4F4F4;
    height: 25vh;
}

.footer .right-side {
    display: flex;
    justify-content: center;
    align-items: end;
    text-align: end;
    flex-direction: column;
    color: #F4F4F4;
    height: 25vh;
}

/* arrow */
.arrow {
    border: solid #F4F4F4;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 10px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    position: absolute;
    margin-top: -50px;
    left: 49vw;
    transition: 0.5s;
}

.arrow:hover {
    cursor: pointer;
    border: solid #24A8DF;
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 10px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    position: absolute;
    margin-top: -50px;
    left: 49vw;
}

.arrow-right {
    border: solid #F4F4F4;
    border-width: 0 5px 5px 0;
    padding: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: 0.5s;
}

.arrow-right:hover {
    cursor: pointer;
    border: solid #075a7e;
    border-width: 0 5px 5px 0;
    padding: 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arrow-left {
    border: solid #F4F4F4;
    border-width: 0 5px 5px 0;
    padding: 10px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transition: 0.5s;
}

.arrow-left:hover {
    cursor: pointer;
    border: solid #075a7e;
    border-width: 0 5px 5px 0;
    padding: 10px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

@media screen and (max-width: 1400px) {

    /* Overview */
    .overview {
        height: auto;
        padding: 100px 0 50px 0;
    }

    .overview-content1 p {
        font-size: 20px;
        width: 70vw;
    }

    .overview-content2 {
        margin-top: 50px;
        padding: 0 100px 0 100px;
    }

    .overview-content2 .overview-content-column {
        width: 300px;
    }

    /* Our Service */
    .column-comment {
        display: flex;
        height: 350px;
    }

    .service-card {
        width: 243px;
    }

    /* Card */
    .card {
        width: 340px;
        height: 443px;
        border-radius: 50px 0 50px 0;
        overflow: hidden;
        color: black;
        border: 0;
    }

    .card-img {
        width: 340px;
        height: 139px;
        border-radius: 0;
    }

    /* Testimonial */
    .bubble {
        --r: 46px;
        /* the radius */
        --t: 2.5em;
        /* the size of the tail */
        margin-left: -10px;
        margin-bottom: 50px;

        max-width: 819px;
        padding: 2em;
        border-inline: var(--t) solid #0000;
        border-radius: calc(var(--r) + var(--t))/var(--r);
        mask:
            radial-gradient(100% 100% at var(--_p) 100%, #0000 99%, #000 102%) var(--_p) 0/var(--t) var(--t) no-repeat,
            linear-gradient(#000 0 0) padding-box;
        background: #24A8DF;
        color: #F4F4F4;
    }

    .left {
        --_p: 0;
        border-top-left-radius: 0 0;
        place-self: end;
    }

    /* about us */

    .about-us .content .content-img {
        width: 1020px;
    }

    .about-us .wrapper p {
        font-size: 20px;
        width: 1020px;
        margin-bottom: 20px;
    }

    .about-us-carousel .card-carousel {
        width: 340px;
        height: 320px;
        overflow: hidden;
    }

}

@media screen and (max-width: 1290px) {

    #btn-arrow-left {
        margin-left: -20px;
    }

    #btn-arrow-right {
        margin-left: 0px;
    }

    #btn-arrow-right-about {
        margin-left: 0px;
    }

    /* Our Service */
    .card-column {
        padding: 0 15px 0 15px;
    }

    .service-card {
        width: 246px;
    }

    /* Card */
    .card {
        width: 340px;
        height: 443px;
        border-radius: 50px 0 50px 0;
        overflow: hidden;
        color: black;
        border: 0;
    }

    .card-img {
        width: 340px;
        height: 139px;
        border-radius: 0;
    }

    /* about us */

    .about-us .content .content-img {
        width: 1020px;

    }

    /* Testimonial */

    .bubble {
        --r: 46px;
        /* the radius */
        --t: 2.5em;
        /* the size of the tail */
        margin-left: -10px;
        margin-bottom: 50px;

        max-width: 819px;
        padding: 2em;
        border-inline: var(--t) solid #0000;
        border-radius: calc(var(--r) + var(--t))/var(--r);
        mask:
            radial-gradient(100% 100% at var(--_p) 100%, #0000 99%, #000 102%) var(--_p) 0/var(--t) var(--t) no-repeat,
            linear-gradient(#000 0 0) padding-box;
        background: #24A8DF;
        color: #F4F4F4;
    }

    .left {
        --_p: 0;
        border-top-left-radius: 0 0;
        place-self: end;
    }
}

@media screen and (max-width: 1200px) {

    /* jumbotron */
    .jumbotron-content h1 {
        width: 90vw;
    }

    .jumbotron-content p {
        width: 90vw;
    }

    /* Our Service */
    .card-column {
        padding: 16px;
    }

    .service-card {
        width: 200px;
        height: 300px;
    }

    .service-card .icon-service {
        margin-top: 40px;
        width: 80px;
    }

    .service-card .title-card-service {
        color: #595A5C;
        font-size: 20px;
        width: 200px;
    }

    .service-card p {
        font-size: 14px;
    }


    .slide-container {
        overflow: hidden;
        display: flex;
        overflow-x: hidden;
    }

    .slide-column {
        display: flex;
        padding: 0 20px 0 20px;
    }

    /* Card */
    .card {
        width: 280px;
        height: 383px;
        border-radius: 50px 0 50px 0;
        overflow: hidden;
        color: black;
        border: 0;
    }

    .card-img {
        width: 280px;
        height: 119px;
        border-radius: 0;
    }

    .card-title {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 17px;
        font-weight: bold;
    }

    .card-content p {
        font-size: 14px;
        text-align: left;
        margin: 0 30px 0 30px;
        line-height: 2;
    }

    /* Testimonial */

    .column-comment {
        display: flex;
        height: 450px;
    }

    .bubble {
        --r: 46px;
        /* the radius */
        --t: 2.5em;
        /* the size of the tail */
        margin-left: -10px;
        margin-bottom: 100px;

        max-width: 719px;
        padding: 2em;
        border-inline: var(--t) solid #0000;
        border-radius: calc(var(--r) + var(--t))/var(--r);
        mask:
            radial-gradient(100% 100% at var(--_p) 100%, #0000 99%, #000 102%) var(--_p) 0/var(--t) var(--t) no-repeat,
            linear-gradient(#000 0 0) padding-box;
        background: #24A8DF;
        color: #F4F4F4;
    }

    .left {
        --_p: 0;
        border-top-left-radius: 0 0;
        place-self: end;
    }

    /* about us */

    .about-us .content .content-img {
        width: 838px;
    }

    .about-us .wrapper p {
        font-size: 20px;
        width: 830px;
        margin-bottom: 20px;
    }

    .about-us-card .icon {
        width: 35px;
        height: 35px;
        border-radius: 40px;
    }

    .about-us-card .icon img {
        width: 25px;
        margin-left: 5px;
    }

    .about-us-card h4 {
        margin-top: 5px;
        color: #24A8DF;
        font-size: 16px;
    }

    .about-us-card p {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .about-us-carousel .card-carousel {
        width: 280px;
        height: 250px;
        overflow: hidden;
    }

    .about-us-carousel .card-carousel img {
        width: 280px;
    }

    .about-us-carousel .card-carousel .card-title {
        margin-top: 223px;
        width: 280px;
    }

    .about-us-carousel .card-carousel .card-title p {
        font-size: 15px;
        width: 280px;
    }

    .card-carousel.img5 .card-title {
        margin-top: 200px;
    }
}

@media screen and (max-width: 992px) {

    /* overview */

    .overview-content2 {
        margin-top: 50px;
        padding: 0 100px 0 100px;
    }

    .overview-content2 .overview-content-column {
        width: 250px;
    }

    /* Our Service */
    .our-service .container {
        width: 100vw;
    }

    .our-service h1 {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .our-service h3 {
        margin-bottom: 30px;
        margin-top: 60px;
    }

    .our-service p {
        font-size: 20px;
        margin-bottom: 40px;
        line-height: 1.2;
    }

    .card-column {
        padding: 15px 7px 15px 7px;
    }

    .service-card {
        width: 220px;
        height: 300px;
    }

    .service-card .icon-service {
        margin-top: 40px;
        width: 80px;
    }

    .service-card .title-card-service {
        color: #595A5C;
        font-size: 20px;
        width: 200px;
    }

    .service-card p {
        font-size: 14px;
    }


    .slide-container {
        overflow: hidden;
        display: flex;
        overflow-x: hidden;
    }

    .slide-column {
        display: flex;
        padding: 0 30px 0 30px;
    }

    /* Card */
    .card {
        width: 230px;
        height: 333px;
        border-radius: 50px 0 50px 0;
        overflow: hidden;
        color: black;
        border: 0;
    }

    .card-img {
        width: 230px;
        height: 100px;
        border-radius: 0;
    }

    .card-title {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: bold;
    }

    .card-content p {
        font-size: 12px;
        text-align: left;
        margin: 0 30px 0 30px;
        line-height: 2;
    }


    /* Testimonial */
    .testimonial {
        height: 1200px;
    }

    .comment .comment-img {
        margin-top: 10px;
        background-color: #24A8DF;
        width: 110px;
        height: 85px;
        border-radius: 71px;
        overflow: hidden;
        margin-left: 80px;
    }

    .comment .comment-img img {
        width: 72px;
        margin-top: 10px;
        margin-left: 8px;
    }

    .comment .buble-comment {
        width: 1019px;
        border-radius: 46px 46px 46px 46px;
        padding: 30px 30px 30px 30px;
        color: #F4F4F4;
        background-color: #24A8DF;
        border-bottom-left-radius: 0 0;
    }

    .column-comment {
        display: flex;
        height: 550px;
    }

    .comment .bubble h5 {
        font-size: 18px;
        margin-bottom: 1em;
    }

    .comment .bubble p {
        font-size: 14px;
        line-height: 1.8;
        font-style: italic;
        text-align: justify;

    }

    .bubble {
        --r: 46px;
        /* the radius */
        --t: 2.5em;
        /* the size of the tail */
        margin-left: -10px;
        margin-bottom: 100px;

        max-width: 719px;
        padding: 2em;
        border-inline: var(--t) solid #0000;
        border-radius: calc(var(--r) + var(--t))/var(--r);
        mask:
            radial-gradient(100% 100% at var(--_p) 100%, #0000 99%, #000 102%) var(--_p) 0/var(--t) var(--t) no-repeat,
            linear-gradient(#000 0 0) padding-box;
        background: #24A8DF;
        color: #F4F4F4;
    }

    .left {
        --_p: 0;
        border-top-left-radius: 0 0;
        place-self: end;
    }

    .testimonial-icon-group .testimonial-icon {
        width: 106px;
        height: 106px;
        border-radius: 90px;
        background-color: #D9D9D9;
        display: flex;
        align-items: center;
        text-align: center;
        margin-bottom: 10px;
    }

    .testimonial-icon-group .testimonial-icon img {
        width: 50px;
        margin-left: 30px;
    }

    .testimonial-icon-group h5 {
        font-size: 14px;
    }

    /* about us */

    .about-us .content .content-img {
        width: 600px;
    }

    .about-us .content .content-img img {
        width: 700px;
    }

    .about-us .wrapper p {
        font-size: 20px;
        width: 600px;
        margin-bottom: 20px;
    }

    .about-us-card {
        background-color: #F4F4F4;
        height: 160px;
        padding: 8px;
        margin-bottom: 25px;
    }

    .about-us-card .icon {
        width: 35px;
        height: 35px;
        border-radius: 40px;
    }

    .about-us-card .icon img {
        width: 25px;
        margin-left: 5px;
    }

    .about-us-card h4 {
        margin-top: 5px;
        color: #24A8DF;
        font-size: 16px;
    }

    .about-us-card p {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .about-us-carousel .card-carousel {
        width: 335px;
        height: 270px;
        overflow: hidden;
    }

    .about-us-carousel .card-carousel img {
        width: 335px;
    }

    .about-us-carousel .card-carousel .card-title {
        margin-top: 243px;
        width: 335px;
    }

    .about-us-carousel .card-carousel .card-title p {
        font-size: 15px;
        width: 335px;
    }

    .card-carousel.img5 .card-title {
        margin-top: 220px;
    }
}

@media screen and (max-width: 790px) {
    /* Navbar */

    .navbar {
        height: 80px;
    }

    .icon {
        width: 100px;
    }

    .icon-img {
        width: 100px;
    }

    .navbar-content {
        width: 60vw;
        justify-content: center;
        align-items: center;
    }

    .nav-link {
        color: black;
        font-size: 14px;
        font-weight: 600;
        transition: 0.5s;
    }

    .nav-link:hover {
        color: #24A8DF;
    }

    .navbar-nav {
        margin-left: 60px;
        text-align: center;
        width: 50vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav-item {
        padding: 20px;
    }

    .navbar-button {
        width: 15vw;
        text-align: end;
    }

    .btn-contact {
        background-color: #96AC59;
        color: #F4F4F4;
        border-radius: 39px;
        font-size: 10px;
        padding: 5px 10px 5px 10px;
        transition: 0.5s;
    }

    /* overview */

    .overview .overview-content1 h1 {
        font-size: 25px;
        width: 90vw;
    }

    .overview .overview-content1 p {
        font-size: 15px;
        width: 80vw;
    }

    .overview-content2 {
        margin-top: 50px;
        padding: 0 10px 0 10px;
    }

    .overview-content2 .overview-content-column {
        width: 250px;
    }

    .overview-content2 .overview-content-column .content-overview p {
        font-size: 15px;
    }

    /* Our Service */

    .service-card {
        width: 210px;
        height: 300px;
    }

    /* Testimonial */
    .testimonial {
        height: 1250px;
    }

    .testimonial-icon-group {
        display: flex;
        align-items: center;
        text-align: center;
        flex-direction: column;
    }

    /* Our Service */
    .our-service {
        height: 1300px;
    }

    .slide-column {
        display: flex;
        padding: 0 30px 0 30px;
    }

    .service-card {
        width: 220px;
        height: 300px;
    }



    /* footer */
    .footer {
        height: 200px;
    }

    .footer .left-side {
        display: flex;
        justify-content: center;
        flex-direction: column;
        color: #F4F4F4;
        height: 200px;
    }

    .footer .right-side {
        display: flex;
        justify-content: center;
        align-items: end;
        text-align: end;
        flex-direction: column;
        color: #F4F4F4;
        height: 200px;
    }

    .arrow {
        margin-top: -50px;
    }
}

@media screen and (max-width: 767px) {

    /* jumbotron */
    .jumbotron-content h1 {
        font-size: 38px;
        width: 80vw;
    }

    .jumbotron-content p {
        font-size: 22px;
        width: 80vw;
    }

    /* Our Service */
    .our-service {
        width: 100vw;
        height: 2100px;
    }

    .our-service h1 {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .our-service h3 {
        margin-bottom: 30px;
        margin-top: 60px;
    }

    .our-service p {
        font-size: 20px;
        margin-bottom: 40px;
        line-height: 1.2;
    }

    .card-column {
        padding: 15px 20px 15px 20px;
    }

    .service-card {
        width: 220px;
        height: 300px;
    }

    .service-card .icon-service {
        margin-top: 40px;
        width: 80px;
    }

    .service-card .title-card-service {
        color: #595A5C;
        font-size: 20px;
        width: 200px;
    }

    .service-card p {
        font-size: 14px;
    }


    .slide-container {
        overflow: hidden;
        display: flex;
        overflow-x: hidden;
    }

    .slide-column {
        display: flex;
        padding: 0 30px 0 30px;
    }

    /* Card */
    .card {
        width: 230px;
        height: 333px;
        border-radius: 50px 0 50px 0;
        overflow: hidden;
        color: black;
        border: 0;
    }

    .card-img {
        width: 230px;
        height: 100px;
        border-radius: 0;
    }

    .card-title {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: bold;
    }

    .card-content p {
        font-size: 12px;
        text-align: left;
        margin: 0 30px 0 30px;
        line-height: 2;
    }

    /* Testimonial */
    .column-comment {
        display: flex;
        height: 550px;
        width: 700;
    }

    .comment .comment-img {
        margin-top: 10px;
        background-color: #24A8DF;
        width: 55px;
        height: 55px;
        border-radius: 71px;
        overflow: hidden;
        margin-left: 20px;
    }

    .comment .comment-img img {
        width: 42px;
        margin-top: 10px;
        margin-left: 8px;
    }

    .comment .buble-comment {
        width: 1019px;
        border-radius: 46px 46px 46px 46px;
        padding: 30px 30px 30px 30px;
        color: #F4F4F4;
        background-color: #24A8DF;
        border-bottom-left-radius: 0 0;
    }

    .comment .bubble h5 {
        font-size: 18px;
        margin-bottom: 1em;
    }

    .comment .bubble p {
        font-size: 14px;
        line-height: 1.8;
        font-style: italic;
        text-align: justify;

    }

    .bubble {
        width: 450px;
    }

    .left {
        --_p: 0;
        border-top-left-radius: 0 0;
        place-self: end;
    }

    /*About Us */
    .about-us {
        height: 2450px;
    }

    .about-us .wrapper p {
        width: 70vw;
        font-size: 16px;
    }

    .about-us .content .content-img {
        width: 415px;
    }

    .about-us .content .content-img img {
        width: 700px;
    }

    .card-column-about {
        padding: 0px 35px 0px 35px;
    }

    .about-us-carousel .card-carousel {
        width: 450px;
        height: 320px;
        overflow: hidden;
    }

    .about-us-carousel .card-carousel img {
        width: 450px;
    }

    .about-us-carousel .card-carousel .card-title {
        margin-top: 293px;
        width: 450px;
    }

    .about-us-carousel .card-carousel .card-title p {
        font-size: 15px;
        width: 450px;
    }

    .card-carousel.img5 .card-title {
        margin-top: 273px;
    }
}

@media screen and (max-width: 600px) {

    /* overview */

    .overview .overview-content1 h1 {
        font-size: 25px;
        width: 90vw;
    }

    .overview .overview-content1 p {
        font-size: 15px;
        width: 80vw;
    }

    .overview-content2 {
        margin-top: 50px;
        padding: 0 10px 0 10px;
        flex-direction: column;
    }

    .overview-content2 .overview-content-column {
        width: 250px;
        height: 220px;
        padding: 70px 10px 10px 20px;
        border-bottom: 2px solid rgb(0, 0, 0);
    }

    .overview-content2 .overview-content-column p {
        width: 200px;
    }

    .vl {
        display: none;
    }

    .overview-content2 .overview-content-column .content-overview p {
        font-size: 15px;
    }

    /* Our Service */
    .our-service {
        width: 100vw;
        height: 2100px;
    }

    .our-service h1 {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .our-service h3 {
        margin-bottom: 30px;
        margin-top: 60px;
    }

    .our-service p {
        font-size: 20px;
        margin-bottom: 40px;
        line-height: 1.2;
    }

    .card-column {
        padding: 15px 25px 15px 25px;
    }

    .service-card {
        width: 35vw;
        height: 300px;
    }

    .service-card .icon-service {
        margin-top: 40px;
        width: 80px;
    }

    .service-card .title-card-service {
        color: #595A5C;
        font-size: 20px;
        width: 200px;
        max-width: 32vw;
    }

    .service-card p {
        font-size: 14px;
        max-width: 30vw;
    }

    .slide-column {
        display: flex;
        padding: 0 30px 0 30px;
    }

    /* Card */
    .card {
        width: 230px;
        height: 333px;
        border-radius: 50px 0 50px 0;
        overflow: hidden;
        color: black;
        border: 0;
    }

    .card-img {
        width: 230px;
        height: 100px;
        border-radius: 0;
    }

    .card-title {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: bold;
    }

    .card-content p {
        font-size: 12px;
        text-align: left;
        margin: 0 30px 0 30px;
        line-height: 2;
    }

    /* Testimonial */
    .testimonial {
        height: 1450px;
    }

    #btn-arrow-left-comment {
        margin-left: 0px;
    }

    #btn-arrow-right-comment {
        margin-left: -30px;
    }

    .column-comment {
        display: flex;
        height: 550px;
        min-width: 600px;
    }

    .comment .buble-comment {
        width: 1019px;
        border-radius: 46px 46px 46px 46px;
        padding: 30px 30px 30px 30px;
        color: #F4F4F4;
        background-color: #24A8DF;
        border-bottom-left-radius: 0 0;
    }

    .bubble {
        width: 83vw;
    }

    /* about us */
    .about-us {
        height: 2400px;
        width: 100%;
    }

    .about-us .content {
        padding: 5vw;
    }

    .about-us .content .content-img {
        width: 85vw;

    }

    .about-us .content .content-img img {
        width: 450px;
        margin-top: auto;
    }

    #slide-container {
        width: 90vw;
    }

    .about-us-card h4 {
        font-size: 19px;
    }

    .about-us-card p {
        font-size: 15px;
    }

    .card-column-about {
        padding: 0px 10vw 0px 15vw;
    }

    .about-us-carousel .card-carousel {
        width: 70vw;
        height: 320px;
        overflow: hidden;
    }

    .about-us-carousel .card-carousel img {
        width: 70vw;
    }

    .about-us-carousel .card-carousel .card-title {
        margin-top: 293px;
        width: 70vw;
    }

    .about-us-carousel .card-carousel .card-title p {
        font-size: 15px;
        width: 70vw;
    }

    .card-carousel.img5 .card-title {
        margin-top: 273px;
    }

    #btn-arrow-right {
        margin-left: 0px;
    }

    #btn-arrow-left {
        margin-left: 0px;
    }

    #btn-arrow-right-about {
        position: absolute;
        margin-top: 145px;
        margin-left: -30px;
    }

    #btn-arrow-left-about {
        margin-left: 20px;
    }

}

@media screen and (max-width: 450px) {
    .btn-wa {
        width: 50px;
        height: 50px;
        background-color: #24A8DF;
        border-radius: 60px;
        position: fixed;
        bottom: 25px;
        right: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: 0.5s;
        z-index: 999;
    }

    .btn-wa:hover {
        background-color: #1f80aa;
    }

    .btn-wa img {
        width: 35px;
        margin-left: 0px;
    }


    /* Our Service */
    .slide-container .card-column {
        padding: 15px 15vw 15px 15vw;
    }

    .service-card {
        width: 220px;
        height: 300px;
    }

    .service-card .icon-service {
        margin-top: 40px;
        width: 80px;
    }

    .service-card .title-card-service {
        color: #595A5C;
        font-size: 20px;
        width: 200px;
    }

    .service-card p {
        font-size: 14px;
        max-width: 200px;
    }


    .slide-container {
        overflow: hidden;
        display: flex;
        overflow-x: hidden;
        padding: 0 5vw 0 5vw;
    }

    .slide-column {
        display: flex;
        padding: 0 30px 0 30px;
    }

    /* Testimonial */
    .column-comment {
        display: flex;
        height: 550px;
        width: 500px;
        padding-left: 5vw;
    }

    .column-comment .comment-img {
        display: none;
    }

    .comment .buble-comment {
        width: 1019px;
        border-radius: 46px 46px 46px 46px;
        padding: 30px 30px 30px 30px;
        color: #F4F4F4;
        background-color: #24A8DF;
        border-bottom-left-radius: 0 0;
    }

    .comment .bubble h5 {
        font-size: 16px;
        margin-bottom: 1em;
    }

    .comment .bubble p {
        font-size: 12px;
        line-height: 1.8;
        font-style: italic;
        text-align: justify;

    }

    .bubble {
        width: 90vw;
    }

    .left {
        --_p: 0;
        border-top-left-radius: 0 0;
        place-self: end;
    }

    /* button arrow */
    #btn-arrow-right {
        margin-left: -10px;
    }

    #btn-arrow-left {
        margin-left: 0px;
    }

    /*about us */
    .card-column-about {
        padding: 0px 10vw 0px 15vw;
    }

    .about-us-carousel .card-carousel {
        width: 70vw;
        height: 280px;
        overflow: hidden;
    }

    .about-us-carousel .card-carousel img {
        width: 70vw;
    }

    .about-us-carousel .card-carousel .card-title {
        margin-top: 253px;
        width: 70vw;
    }

    .about-us-carousel .card-carousel .card-title p {
        font-size: 15px;
        width: 70vw;
    }

    .card-carousel.img5 .card-title {
        margin-top: 233px;
    }

    /* Footer */

    .footer {
        height: 300px;
    }

    .footer .left-side {
        height: 300px;
    }

    .footer .right-side {
        height: 300px;
    }
}