@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');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    line-height: normal;
    font-family: "Lexend", sans-serif;
    font-family: 'Poppins', sans-serif;
}

::selection {
    background-color: var(--third-color);
    color: var(--second-color);
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

p {
    font-size: 1.5rem;
}

:root {
    --main-color: #017874;
    --second-color: #00b7b2;
    --third-color: black;
    --fourth-color: white;
}

.fullwidth {
    width: 100%;
    height: auto;
}

.container {
    width: 100%;
    max-width: 1300px;
    margin: auto;
}

section {
    width: 100%;
    height: auto;
    padding: 30px 0;
}

h1.heading {
    font-size: 3rem;
    width: 100%;
    text-align: center;
    color: var(--main-color);
    margin-bottom: 30px;
}

h1.heading hr {
    width: 100px;
    height: 5px;
    background-color: var(--main-color);
    margin: 10px auto;
}


/* Announcement Bar */

.announcementbar {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.announcementbar h5 {
    font-size: 2.5rem;
    color: var(--fourth-color);
    text-align: center;
}

/* Announcement Bar end */


/* header */

header {
    width: 100%;
    height: 100px;
    border-bottom: 2px solid #ebebeb;
}


.header-flex {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}


.logo {
    width: auto;
    height: auto;
}

.logo img {
    width: 100px;
    height: auto;
}

nav {
    width: auto;
    height: auto;
    display: flex;
    gap: 0px 20px;
}

nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 1.5rem;
    color: var(--main-color);
    font-weight: 500;
}

nav a img {
    width: 30px;
    height: 30px;
}


/* header */


/* banner */

.main-banner {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
}

.bannersectin {
    width: 70%;
    height: auto;
}

.bannersectin img {
    width: 100%;
    height: auto;
}

.mobile-banner {
    display: none;
}

.form-div {
    width: 30%;
    height: auto;
    background-color: var(--main-color);
    padding: 10px 10px;
}

.form-container {
    width: 100%;
    height: auto;
    background-color: white;
    padding: 10px;
}

.form-container h4 {
    font-size: 2.3rem;
    color: var(--main-color);
    margin-bottom: 1rem;
    padding: 0 10px;
}

.form-container h4 span {
    display: block;
    font-size: 1.4rem;
    font-weight: 500;
}


.formdiv {
    width: 100%;
    height: auto;
    padding: 10px;
}


.formdivformcontainer .form-group {
    width: 100%;
    height: auto;
}

.formdiv .form-group input,
.formdiv .form-group .form-select {
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    padding-left: 1rem;
    font-size: 1.5rem;
    background-color: white;
    margin-bottom: 1rem;
    border: 2px solid var(--main-color);
}


.label-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 5px;
}

.radio-container {
    width: 33%;
    height: auto;
    font-size: 13px;
    margin-bottom: 0.5rem;
    text-align: center;
}

.formdiv.submitbutton {
    width: 100%;
    height: auto;
}

.formdiv .submitbutton button {
    width: 100%;
    height: 60px;
    background-color: var(--third-color);
    color: white;
    border: none;
    outline: none;
    font-size: 2rem;
    cursor: pointer;
    transition: all 0.5s ease;
}

.formdiv .submitbutton button:hover {
    background-color: var(--main-color);
}

img.form-img {
    width: 100%;
    height: auto;
    margin-top: 1rem;
}



/* banner */


/*service container*/

.serviceConatiner {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem;
    align-items: center;
    margin-top: 2rem;
}


/* gallery */

.flex-gallery {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0px 0;
}

.service-card {
    width: 24%;
    height: 420px;
    background-color: rgb(243, 242, 242);
    margin-bottom: 1rem;
}

.service-img {
    width: 100%;
    height: auto;
}

.service-img img {
    width: 100%;
    height: auto;
}

.card-text-content {
    width: 100%;
    height: auto;
    padding: 1rem;
    text-align: center;
}

.card-text-content p {
    font-size: 2rem;
    font-weight: 600;
    margin: 0.5rem 0;
}

#problem {
    font-size: 1.2rem;
    /* border-left: 2px solid var(--main-color); */
    font-weight: 500;
    margin: 1rem 0;
}

.card-text-content button {
    /* height: 4rem; */
    padding: 1rem 2rem;
    font-size: 1.8rem;
/*    background-color: var(--main-color);*/
    background-color:#df2000;
    color: var(--fourth-color);
    cursor: pointer;
    border-radius: 1rem;
    outline: none;
    border: none;
}

.galelry-inner {
    width: 32%;
    height: auto;
    aspect-ratio: 1/1;
    margin-bottom: 10px;
}

.galelry-inner img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}

/* gallery */


/* video-container */


.video-container {
    width: 24%;
    height: auto;
    position: relative;
    margin-bottom: 2rem;
    aspect-ratio: 9 / 16;
    height: 400px;
}

.video-container img {
    width: 100%;
    height: auto;
    aspect-ratio: 9/16;
}

.video-container::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: ' ';
    width: 100%;
    height: 100%;
    background: linear-gradient(#e220ab16 56%, #00b7b2 100%);
}


.thumbnail {
    width: 100%;
    height: 100%;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 0%;
    left: 0%;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-button img {
    width: 50px;
    height: 50px;
}

.popup2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../media/section-bg.png) no-repeat center / cover;
    justify-content: center;
    align-items: center;
    z-index: 9999999999999999999;
}

.popup2 .instagram-media {
    width: 80% !important;
    height: 600px !important;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 50px;
    background: none;
    border: none;
    color: #000000;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;
    background-color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

/* video-container */


/* offerdiv */

.flex-div {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.offer-text {
    width: 50%;
    height: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    text-wrap: wrap;
    padding: 50px;
}

.offer-text h5 {
    font-size: 3rem;
    color: white;
}

.offer-text p {
    margin: 10px 0;
}

.offer-text p,
.offer-text a {
    color: white;
    font-size: 1.5rem;
}

.offer-text a {
    width: 150px;
    height: 50px;
    background-color: var(--second-color);
    display: grid;
    place-content: center;
    border-radius: 5px;
}

.offer-img {
    width: 50%;
    height: auto;
    margin-top: -50px;
}

.offer-img img {
    width: 100%;
    height: 100%;
}

/* offerdiv */


/* why labelle */

.flexdiv {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
}

.iconbox {
    width: 32%;
    height: auto;
    text-align: center;
    padding: 20px;
    position: relative;
}

.iconbox::after {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    content: ' ';
    width: 5px;
    height: 70px;
    background-color: #00b7b2;
}

.iconbox:nth-of-type(1)::after,
.iconbox:nth-of-type(4)::after {
    display: none;
}

.iconbox img {
    width: 100px;
    height: 100px;
    margin-bottom: 1rem;
}

.iconbox p {
    width: 95%;
    height: 70px;
    font-size: 2rem;
    background-color: var(--main-color);
    display: grid;
    place-content: center;
    padding: 5px;
    color: white;
    margin: auto;
}

/* why labelle */


/* table  */

.table-div {
    width: 80%;
    margin: auto;
    padding: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.5rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid var(--main-color);
    background-color: white;
}

thead tr {
    background-color: var(--main-color);
    color: #ffffff;
    text-align: left;
}

th,
td {
    padding: 15px;
}


tbody tr {
    border-bottom: 1px solid #dddddd;
}

tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}


.table-col-heading th {
    background-color: var(--main-color);
    font-size: 2rem;
}

.table-col-heading th:nth-last-of-type(2) {
    background-color: var(--second-color);
}

.table-col-content th {
    background-color: var(--main-color);
    color: white;
    text-align: left;
}

.table-col-content td {
    color: #555;
    text-align: center;
}


.yellow {
    color: #ffd900;
}


/* table */


.review-container {
    width: 100%;
    height: auto;
    margin-top: 30px;
    position: relative;
}

.review-box {
    width: 100%;
    height: 300px;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 30px;
}

.owl-prev,
.owl-next {
    position: absolute;
    content: ' ';
    top: 50%;
    transform: translateY(-50%);
    left: -15px;
    width: 30px;
    height: 30px;
    background-color: var(--main-color);
    font-size: 15px !important;
    background: #00b7b1 !important;
}

.owl-next {
    left: auto !important;
    right: -15px;
}

.review-box::after {
    position: absolute;
    top: -25px;
    left: -25px;
    content: '';
    width: 50px;
    height: 50px;
    background-color: var(--main-color);
    transform: rotate(-48deg);
}

.review-box h4 {
    font-size: 2rem;
    color: var(--main-color);
    margin: 10px 0 0 0;
    font-weight: 400;
}

.star-flex {
    width: auto;
    height: auto;
    display: flex;
    font-size: 1.8rem;
}

.star-flex i {
    color: #ffc107;
}

.grey-star {
    color: #dbdbdb !important;
}

/* review */


.flex-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.bottom-banner {
    width: 58%;
    height: auto;
}

.bottom-before-img {
    width: 100%;
    height: auto;
}

.bottom-before-img img {
    width: 100%;
    height: 100%;

}

.bottom-form {
    width: 40%;
    height: auto;
}

.bottom-form .form-div {
    width: 100% !important;
}

/* review */

/* .faq-container */


.faq-flex {
    width: 100%;
    height: auto;
}


.faq-container {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin-top: 2rem;
}

.innerfaq-container {
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: rgb(243, 242, 242);
    margin-bottom: 1rem;
}

.accordion__question {
    width: 100%;
    height: auto;
    padding: 10px;
}

.accordion__question:hover {
    background-color: rgba(219, 219, 219, 0.423);
}

.accordion__question h3 {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--third-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.accordion__answer {
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding: 1rem;
    padding-top: 0.5rem;
    font-size: 1.5rem;
}

.accordion__answer ul {
    margin-top: 20px;
}

.accordion__answer ul li {
    margin-bottom: 10px;
    list-style: circle;
    list-style-position: inside;
}


.accordion:hover {
    cursor: pointer;
}

.accordion__answer {
    display: none;
}

.innerfaq-container.active2 .accordion__answer {
    display: block;
}


/* faq */



/* .copyright */

.copyright {
    width: 100%;
    height: 50px;
    display: grid;
    place-content: center;
    text-align: center;
}

.copyright p {
    color: white;
}

/* .copyright */


.footer-mobile {
    display: none;
}


.scroll {
    position: fixed;
    bottom: 50px;
    right: 5%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--third-color);
    color: var(--second-color);
    display: none;
    overflow: hidden;
    cursor: pointer;

}

.scroll div i {
    font-size: 1.4rem;
    color: var(--second-color);
    /* animation: move 0.5s infinite linear; */
    animation: move 0.5s linear infinite;
}

.scroll div {
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
}


@keyframes move {

    0% {
        transform: translateY(-10px);
    }

    10% {
        transform: translateY(0px);
    }

}

.whatsapp-widget {
    width: 300px;
    height: auto;
    position: fixed;
    bottom: 5%;
    left: 5%;
    z-index: 999999999999;
    overflow: hidden;
}

.whatsapp-widget-inner {
    width: 100%;
    height: 150px;
    box-sizing: 2px 2px 2px 2px #c6c6c6;
    margin-bottom: 10px;
    background: #0a5f54;
    border-radius: 10px;
    display: none;
    position: relative;
    animation: whatsappanimation 0.5s linear;
    padding: 20px;
}

.aboutbrand {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;

}

.brand-img {
    width: 50px;
    height: 50px;
    border: 2px solid white;
    border-radius: 50%;
    background-color: white;
    overflow: hidden;
    flex-shrink: 0;
}

.brand-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brandname {
    width: auto;
    height: auto;
    color: white;
}

.brandname h3 {
    font-size: 15px;
    font-weight: 600;
    color: white;
}

.brandname p {
    font-size: 10px;
    color: white;
}

.buttonlink {
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: ' ';
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.buttonlink a {
    width: 100%;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    outline: none;
    cursor: pointer;
    color: grey;
}

.buttonlink a i {
    color: #4dc247;
    font-size: 18px;
}


@keyframes whatsappanimation {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    50% {
        opacity: 50;

    }

    100% {
        opacity: 100;
        transform: translateY(0%);
    }
}


.whatsapp-widget-inner .close {
    position: absolute;
    top: 10px;
    right: 15px;
    content: ' ';
    cursor: pointer;
}

.whatsapp-widget-inner .close i {
    font-size: 15px;
    color: white;
}

.whatsappbutton {
    width: auto;
    height: auto;
}

.whatsappbutton button {
    padding: 10px 25px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #4dc247;
    color: white;
    border: none;
    outline: none;
    border-radius: 10px;
    cursor: pointer;
}

.whatsappbutton button i {
    font-size: 20px;
    color: white;
}


/* ----------------------------------------------------------00 */

.mobile-banner {
    display: none;
}

.about-fue p {
    margin-bottom: 15px;
}