@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: "Lato", sans-serif;
}

a:hover {
    color: #ac4534;
}

.logo {
    width: 100px;
}

.logo2 {
    width: 350px;
    display: block;
}

.section-banner h1 {
    color: #000;
}

h1 {
    font-size: 40px;
    color: #000;
    font-weight: bolder;
}

h2 {
    font-size: 30px;
    color: #000;
    font-weight: bolder;
}

h3 {
    font-size: 25px;
    color: #000;
}

a {
    text-decoration: none;
}

.btn-book {
    background-color: #ac4534;
    color: #fff;
}

.btn-book:hover {
    background-color: #fdbcbe;
    color: #000;
}

.section-4 {
    background: linear-gradient(90deg, #fff9f8, #ffffff, #fff3f3), url(../images/bannar/bg.jpg);
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-4 .card-footer {
    background-color: #fff !important;
}

.topbar {
    background: linear-gradient(45deg, #fff, #fff, #fff, #fff, #fff);
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
}

.topbar p {
    margin-bottom: 0px;
    color: #000;
}

.topbar a {
    margin-bottom: 0px;
    color: #000;
}

.topbar i {
    margin-bottom: 0px;
    color: #ac4534;
    background-color: #fff;
    width: 28px;
    height: 28px;
    line-height: 23px;
    padding: 4px;
    border-radius: 50%;
}

.section-banner p a {
    color: #000 !important;
}

.section-banner a {
    color: #000;
}

#counter {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #fff9f9, #ffffff, #fff3f3), url(../images/bannar/bg.jpg);
    padding: 40px 0px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;

}

#counter .item {
    background: #fff;
    width: 100%;
    padding: 35px 40px;
    margin: 10px;
    text-align: center;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 0px 13px -8px rgba(0, 0, 0, 0.34);
}

#counter .item .count {
    color: #ac4534;
    margin-bottom: 5px;
    font-size: 40px;
    text-align: center;
}

#counter .item h3 {
    color: #000000;
    text-transform: capitalize;
    font-size: 20px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ac4534;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
    font-weight: 600;
}

.section-2 .d-flex img {
    width: 50px;
    margin-right: 10px;
}

.section-2 .d-flex p {
    font-weight: bold;
}

.section-6 {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.section-6 h2 {
    text-align: center;
}

.pricingTable {
    color: var(--color2);
    background: repeating-linear-gradient(-45deg, var(--color1) 0, var(--color1) 20px, var(--color2) 20px, var(--color2) 40px);
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    padding: 20px 35px 50px;
    border-radius: 10px 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.pricingTable:before {
    content: "";
    background: #fff;
    width: calc(100% - 50px);
    height: calc(100% - 100px);
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.8);
    transform: translateX(-50%) translateY(0%);
    position: absolute;
    top: 70px;
    left: 50%;
    z-index: -1;
}

.pricingTable .title {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px;
}

.pricingTable p {
    margin-top: 45px;
}

.pricingTable .pricing-content {
    text-align: left;
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: inline-block;
}

.pricingTable .pricing-content li {
    color: #7b7b7b;
    font-size: 17px;
    line-height: 25px;
    text-align: left;
    text-transform: uppercase;
    padding: 0 0 0 30px;
    margin: 0 0 30px;
    position: relative;
}

.pricingTable .pricing-content li:last-child {
    margin-bottom: 0;
}

.pricingTable .price-value {
    margin: 0 0 30px;
}

.pricingTable .price-value .amount {
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
    display: block;
    position: relative;
}

.pricingTable .price-value .amount:before,
.pricingTable .price-value .amount:after {
    content: "";
    background: var(--color2);
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.pricingTable .price-value .amount:after {
    left: auto;
    right: 0;
}

.pricingTable .price-value .duration {
    display: block;
    text-transform: uppercase;
}

.pricingTable .pricingTable-signup a {
    color: #fff;
    background: var(--color2);
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.pricingTable .pricingTable-signup a:hover {
    text-shadow: -2px 2px 1px #000;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
}

.pricingTable.pink {
    --color1: #ffc6c8;
    --color2: #f8e4e4;
}

.pricingTable.pink {
    color: #000;
}

.pricingTable.pink .price-value .amount:before,
.pricingTable.pink .price-value .amount:after,
.pricingTable.pink .pricingTable-signup a {
    background: var(--color2);
}

.pricingTable.blue {
    --color1: #686de0;
    --color2: #4834d4;
}

.pricingTable.blue {
    color: var(--color2);
}

.pricingTable.blue .price-value .amount:before,
.pricingTable.blue .price-value .amount:after,
.pricingTable.blue .pricingTable-signup a {
    background: var(--color2);
}



.container-1 {

    width: 100%;

    margin: 20px;
    border-radius: 12px;
    background: linear-gradient(90deg, #fff9f9, #ffffff, #fff3f3), url(../images/bannar/bg.jpg);
    box-shadow: 0px 4px 16px rgba(254, 205, 211, 0.1), 0px 8px 24px rgba(254, 205, 211, 0.1), 0px 16px 56px rgba(254, 205, 211, 0.1);
}


.container-1 .topic {
    font-size: 20PX;
    font-weight: 500;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.7);
}

.content input {
    display: none;
}

.content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content .list {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 40%;
    margin-right: 50px;
    background-color: #fff7f7;
}

.content .list label {
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
    padding-left: 25px;
    transition: all 0.5s ease;
    z-index: 10;
}

#home:checked~.list label.home,
#blog:checked~.list label.blog,
#help:checked~.list label.help,
#code:checked~.list label.code,
#about:checked~.list label.about {
    color: #000000;
}

.content .slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 100%;
    border-radius: 12px;
    transition: all 0.5s ease;

    background: #ffefe4;
}

#home:checked~.list .slider {
    top: 0;
}

#blog:checked~.list .slider {
    top: 60px;
}

#help:checked~.list .slider {
    top: 120px;
}

#code:checked~.list .slider {
    top: 180px;
}

#about:checked~.list .slider {
    top: 240px;
}

.content .text-content {
    width: 60%;
    height: 100%;
    color: rgba(0, 0, 0, 0.7);
}

.content .text {
    display: none;
}

.content .text .title {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 500;
}

.container .text p {
    text-align: justify;
}

.content .text-content .home {
    display: block;
}

#home:checked~.text-content .home,
#blog:checked~.text-content .blog,
#help:checked~.text-content .help,
#code:checked~.text-content .code,
#about:checked~.text-content .about {
    display: block;
}

#blog:checked~.text-content .home,
#help:checked~.text-content .home,
#code:checked~.text-content .home,
#about:checked~.text-content .home {
    display: none;
}

.content .list label:hover {
    color: #ac4534;
}

.section-5 progress {
    width: 80%;
    height: 40px;

}

.section-5 progress::-webkit-progress-bar {
    background-color: #000000;

    border-radius: 10px;
}

.section-5 progress::-webkit-progress-value {
    background-color: #ec1a80;
    border-radius: 10px;
}




.project-container {
    background-color: #fff3f3;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.project-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000;
}

.progress-bar-container {
    background-color: #cbcbcb;
    border-radius: 5px;
    overflow: hidden;
    height: 25px;
}

.progress-bar {
    height: 100%;
    background-color: #ad3c38;
    text-align: center;
    line-height: 25px;
    color: #fff;
    width: 0;
    transition: width 0.5s ease-in-out;
}

.gallery {
    align-items: center;
    background: linear-gradient(90deg, rgb(234 247 255 / 95%), rgb(255 255 255 / 89%), rgb(220 241 255 / 88%)) center center / cover no-repeat, url(../images/g8.JPG);
    display: flex;
    height: 100vh;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider {

    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: auto;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider::before,
.slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: auto;
    position: absolute;
    width: auto;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}

.slider .slide {
    height: auto;
    width: 300px;
    margin-right: 10px;
}

.slider .slide img {
    height: auto;
    width: 100%;
}

.slider .slide .card {
    height: 300px;
    width: 100%;
    background: #ffeded;
}

footer {
    background: linear-gradient(77deg, #ffcbc3, #ffffff, #fec5bc), url(../images/bannar/bg.jpg);
    /* background: linear-gradient(89deg, #ffcbc3, #ffffff, #fec5bc), url(../images/bannar/bg.jpg); */
    box-shadow: 0px 4px 16px rgba(254, 205, 211, 0.1), 0px 8px 24px rgba(254, 205, 211, 0.1), 0px 16px 56px rgba(254, 205, 211, 0.1);
    padding-top: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

footer .logo {
    width: 111px;
}

footer a {
    color: #000;
}

footer .fa-facebook,
footer .fa-instagram,
footer .fa-linkedin,
footer .fa-youtube {
    background: #ad3c38;
    color: #fff;
    padding: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    line-height: 22px;
    box-shadow: 0px -4px 1px 2px #0000001c;
}

.section-2 .bg-img img {
    border-radius: 20px 165px 20px 155px;
    box-shadow: -3px -1px 10px 10px #fff4ed;
    width: 100%;
}

.section-5 .bg-img img {
    border-radius: 10px 100px 20px 45px;
    box-shadow: -3px -1px 10px 10px #ffe7e7;
    width: 100%;
}

.section-2 p {
    text-align: justify;
}


.section-award .container-award {
    overflow-x: auto;
    display: flex;
    width: 90%;
    scroll-behavior: smooth;
    margin: auto;
}

.section-award .container-testi {
    overflow-x: auto;
    display: flex;
    width: 90%;
    scroll-behavior: smooth;
    margin: auto;
}

/* hide the scrollbar and retain it's functionality */
.container-testi::-webkit-scrollbar {
    display: none;
}

.container-award::-webkit-scrollbar {
    display: none;
}

.box {

    flex-shrink: 0;
    margin-right: 4px;
}

.container-testi .box {

    flex-shrink: 0;
    margin-right: -200px;
}

.box {

    flex-shrink: 0;
    margin-right: 4px;
}

.box img {
    width: 400px;
    height: 300px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: -3px -1px 10px 10px #fff9f9;
}


/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    width: auto;
    padding: 10px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    margin-top: 125px;
    background-color: #000;
}

/* Position the "next button" to the right */
.next {
    right: 5%;
    border-radius: 3px 0 0 3px;
    margin-right: 5.5px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.call-button a {
    background-color: #ac4534;
    color: #fff;
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #ac4534;
    z-index: 99999;
}

.call-button a:hover {
    background-color: transparent;
    color: #ac4534;
}

.whatsapp-button a {
    background-color: #145812;
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #ac4534;
    z-index: 99999;
}

.whatsapp-button a:hover {
    background-color: transparent;
    color: #ac4534;
}

.services .item p {
    text-align: justify;
}

.services .item h3 {
    font-size: 25px;
    color: #ac4534;
}

.section-banner {
    /* background: linear-gradient(45deg, #ffffff, #f1fcff, #ecf5ff), url(../images/bannar/bg.png); */
    background: linear-gradient(89deg, #ffcbc3, #ffffff, #ffd0c8), url(../images/bannar/bg.jpg);
    padding-top: 100px;
    padding-bottom: 100px;
    color: #000;
}

.contact-social-media i {
    background: linear-gradient(89deg, #ffcbc3, #ffffff, #fec5bc);
    color: #000;
    font-size: 17px;
    padding: 8px 5px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(100 2 27);
}

.contact-us {
    background: linear-gradient(90deg, #fff9f9, #ffffff, #fff3f3), url(../images/bannar/bg.jpg);
    box-shadow: 0px 4px 16px rgba(254, 205, 211, 0.1), 0px 8px 24px rgba(254, 205, 211, 0.1), 0px 16px 56px rgba(254, 205, 211, 0.1);
}

.book-appointment {
    position: fixed;
    bottom: 20px;
    left: 30%;
    background: linear-gradient(45deg, #c39980, #c69473);
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
}

.book-appointment a {
    color: #fff;
}

@media screen and (max-width: 480px) {
    #counter {
        display: block;
    }

    .section-2 .bg-img img {
        border-radius: 20px 60px 20px 80px;
    }

    .content {
        display: block;
    }

    .content .list {
        width: 100%;
    }



    .content .list label {
        cursor: pointer;
        height: 60px;
        line-height: 55px;
        font-size: 20px;
        font-weight: 500;
        color: rgba(0, 0, 0, 0.5);
        padding-left: 25px;
        transition: all 0.5s ease;
        z-index: 10;
    }

    .topbar a {

        font-size: 10px;
    }

    .topbar i {
        margin-bottom: 0px;
        color: #ac4534;
        background-color: #ffc107;
        width: 20px;
        height: 25px;
        line-height: 20px;
        padding: 4px;
        border-radius: 50%;

    }

    .logo {
        width: 100px;
    }

    .logo2 {
        width: 325px;
        display: none;
    }

    h2 {
        font-size: 25px;
        text-align: start;
    }

    .next {
        right: 0;

    }

    .section-award .container-testi {
        width: 100%;
    }

    #counter .item .count {
        font-size: 30px;
        text-align: center;
    }

    #counter .item {
        padding: 35px 3px;
        margin: 10px 0px;
    }

    #counter .item h3 {
        font-size: 15px;
    }

    h1 {
        font-size: 26px;
        text-align: start;
    }

    .content .text-content {
        width: 100%;
    }

    ul.product-plans {
        width: 100%;
        margin-inline: auto;
        display: flex;
        row-gap: 2rem;
        flex-wrap: wrap;
        justify-content: center;
        list-style: none;
        padding-left: 0px;
    }

    .product-plans {
        padding-right: 0px;
    }

    ul.product-plans li.product-plan .title {
        font-size: 27px;

    }

    footer {
        /* background: linear-gradient(77deg, #ffcbc3, #ffffff, #fec5bc), url(../images/bannar/bg.jpg); */
        background: linear-gradient(89deg, #ffcbc3, #ffffff, #fec5bc), url(../images/bannar/bg.jpg);

    }
}