@import url('https://fonts.googleapis.com/css2?family=Fresca&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    width: 100%;
    height: 100%;
    margin: 0px;
    height: 0px;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: "Fresca", sans-serif;

}

a {
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    text-align: justify;

}

p {
    font-family: "Roboto", sans-serif;
    text-align: justify;

}

.logo {
    width: 185px;
}

#counter {

    background: transparent;
    width: 100%;
}

#counter .item {
    background: #fff;
    margin: 10px;
    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 38px -8px rgba(0, 0, 0, 0.34);
    text-align: center;
    width: 30%;
    padding: 10px;
}

#counter .item .count {
    color: #e8b12d;
    margin-bottom: 5px;
    font-size: 20px;
}

#counter .item h3 {
    color: #4f4e28;

}

/* 
.topbar{
    background:linear-gradient(35deg, #ffecde, #fff, #fb893452, #ffeee2, #ffffff47, #e8ffc1, #f8ffed);
} */
/* .topbar{
    background:linear-gradient(35deg, #ffecde, #ffffff91, #fb893452, #ffeee2, #ffffff47, #e8ffc19e, #f8ffed);
} */
.topbar {
    background: linear-gradient(35deg, #ffecde, #fff, #e4ba82, #ffeee2, #ffffff47, #e4ba82, #f8ffed);
    height: 100vh;
}

.btn-theme {
    background: #f18f34;
    color: #000;
    border-radius: 20px;
}

.btn-theme:hover {
    color: #ffffff;
    background: #a6b14e;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
    font-size: 17px;
    font-weight: 600;
}

.banner-img {
    border-radius: 550px 550px 0px 0px;
    padding: 0px 15px 0px 15px;
    border: 1px solid #000;
    border-bottom: none;
    position: relative;
    bottom: 10px;
    height: 470px;
}

.banner-img img {
    border-radius: 200px 200px 0px 0px;
    box-shadow: 1px 5px 1px 1px #e2dbd6;
    position: relative;
    top: 20px;
}

.banner-2 img {
    border-radius: 200px;
}


.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgb(241 143 52);
}

.topbar h1 {
    font-size: 50px;
}

.topbar P {
    color: #504c4c;
    font-weight: 600;
}

.about-img {
    border-radius: 0px 0px 550px 550px;
    padding: 0px 15px 0px 15px;
    border: 1px solid #000;
    border-top: none;
    position: relative;
    bottom: 10px;
    height: 500px;
}

.about-img img {
    border-radius: 0px 0px 200px 200px;
    box-shadow: 1px 5px 1px 1px #e2dbd6;
    position: relative;
    bottom: 85px;
}

.section-1 {
    background: linear-gradient(35deg, #ffecde, #fff, #e4ba82, #ffeee2, #ffffff47, #e4ba82, #f8ffed);
}

.section-2 .card {
    border: 1px solid #e6bf8c;
}

.section-2 .card i {
    color: #00280f;
    font-size: 50px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.section-2 .bg-theme {
    background: linear-gradient(35deg, #ffecde, #fff, #e4ba82, #ffeee2, #ffffff47, #e4ba82, #f8ffed);

}

.seaction-3 .images-box {
    border-radius: 0px 0px 190px 190px;
    padding: 15px;
    border: 1px solid #000;
}

.seaction-3 .images-box img {
    border-radius: 0px 0px 200px 200px;
    box-shadow: 1px 5px 1px 1px #e2dbd6;
}

.seaction-3 .card i {
    color: #00280f;
    font-size: 50px;
    margin-bottom: 25px;
    margin-top: 25px;
    transition: 2s;
}

.seaction-3 .card:hover i {
    margin-left: 3rem;
    color: #f18f34;
}

.seaction-3 .card {
    border: none;
    box-shadow: 20px 17px 20px 0px #ececec;
}

.section-4 .card {
    text-align: center;
    background: #1a161600;
    border: none;
    margin: 20px;
}

.section-4 .card i {
    text-align: center;
    font-size: 35px;
    margin-bottom: 20px;
    color: #00280f;
    border: 1px solid #00280f;
    padding: 30px 10px 15px 5px;
    border-radius: 30px 30px 0px 0px;
    width: 50px;
}

.section-4 .card span i {
    position: relative;
    font-size: 20px;
    right: -155px;
    top: -50px;
    border: none;
    padding: 0px;
    border-radius: none;
}

.section-4 {
    background: linear-gradient(35deg, #ffecdee8, #ffffffdb, #e4ba82d1, #ffeee2e0, #ffffffba, #e4ba82d9, #f8ffeddb), url(../images/bg.jpg);
    padding-top: 150px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.section-4 p {
    font-weight: 600;
}

.section-4 h6 {
    font-weight: bold;
    color: #00280f;
}

.section-5 .icons i {
    font-size: 30px;
    background: linear-gradient(35deg, #ffecdee8, #ffffffdb, #e4ba82d1, #ffeee2e0, #ffffffba, #e4ba82d9, #f8ffeddb);
    width: 70px;
    border-radius: 50%;
    height: 70px;
    line-height: 65px;
    margin-right: 20px;
}

.section-5 .img-box {
    border-radius: 215px 215px 0px 0px;
    padding: 15px;
    border: 1px solid #000;
}

.section-5 .img-box img {
    border-radius: 200px 200px 0px 0px;
    box-shadow: 1px 5px 1px 1px #e2dbd6;
}

.section-5 .below-images-section-5 .element {
    background: linear-gradient(35deg, #ffecdee8, #ffffffdb, #e4ba82d1, #ffeee2e0, #ffffffba, #e4ba82d9, #f8ffeddb);

}

.section-5 .below-images-section-5 {
    margin-top: -70px;
    padding-left: 20px;
    padding-right: 20px;
}

.section-5 .below-images-section-5 i {
    font-size: 40px;
}

.section-6 .card {
    background: linear-gradient(35deg, #ffecded9, #fffffff0, #e4ba82e3, #ffeee2c7, #ffffffbf, #e4ba82, #f8ffed99), url(../images/bg.jpg);
    padding: 50px 60px;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
}

.section-6 .card h4 {
    text-align: center;
}

.section-6 .img-box {
    border: 1px solid #000;
    border-radius: 0px 0px 200px 200px;
    padding: 15px;
}

.section-6 .img-box img {
    border-radius: 0px 0px 200px 200px;

}

.section-6 .img-box-1 {
    border: 1px solid #000;
    border-radius: 0px 200px 200px 0px;
    padding: 15px;
}

.section-6 .img-box-1 img {
    border-radius: 0px 200px 200px 0px;

}

.section-6 .postion-theme img {
    position: relative;
    top: -200px;
    height: 280px;
}

.section-6 .postion-theme-1 img {
    position: relative;
    top: -180px;
}

.section-6 .height-img img {
    height: 200px;
    margin-top: 20px;
    border-radius: 20px;
}

.section-7 {
    background: linear-gradient(35deg, #ffecdee8, #ffffffdb, #e4ba82d1, #ffeee2e0, #ffffffba, #e4ba82d9, #f8ffeddb);

}

.address-home i {
    background: linear-gradient(35deg, #ffecdee8, #ffffffdb, #e4ba82d1, #ffeee2e0, #ffffffba, #e4ba82d9, #f8ffeddb);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 35px;
}

.address-home p {
    color: #00280f;
    font-weight: 500;
}

.address-home p a {
    color: #00280f;
    font-weight: 500;
}

.footer {
    background: linear-gradient(35deg, #ffecdee3, #ffffffdb, #e4ba82eb, #ffeee2f2, #ffffffe8, #e4ba82d9, #f8ffeded), url(../images/carousel-2.jpg);
    /* background: linear-gradient(102deg, #ffecdee8, #ffffff21, #e4ba8242, #ffeee269, #ffffff6b, #e4ba8282, #f8ffed70), url(../images/carousel-2.jpg); */
    padding-top: 50px;
    color: #00280f;
}

.footer a {
    color: #00280f;
    text-decoration: none;
}

.footer i {
    color: #00280f;
}

.section-footer {
    background: linear-gradient(102deg, #ffecdee8, #ffffff21, #e4ba8242, #ffeee269, #ffffff6b, #e4ba8282, #f8ffed70), url(../images/footer-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
}

/* .section-footer .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(35deg, #ffecdee8, #ffffffdb, #e4ba82d1, #ffeee2e0, #ffffffba, #e4ba82d9, #f8ffeddb);

} */
.para {
    text-align: center;
    padding: 0px 250px;
}

.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: relative;
    left: 200px;
    bottom: 8rem;
    background: #ec8b00;
    width: 4rem;
    height: 4rem;
    padding: 1rem;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.call-buton .cc-calto-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 30px;
}

.call-buton .cc-calto-action-ripple:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}

.call-bottom {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #e4ba82;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
}

.call-bottom i {
    color: #fff;
}

.whatsapp-bottom {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #00280f;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
}

.whatsapp-bottom i {
    color: #fff;
}


#button {
    display: inline-block;
    background-color: rgb(228 186 130);
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 70px;
    right: 20px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}


@media screen and (max-width: 480px) {
    .topbar h1 {
        font-size: 30px;
    }

    #counter .item h3 {
        color: #4f4e28;
        font-size: 15px;
    }

    #counter .item {
        margin: 5px;
        width: 29%;
    }

    .banner-img {
        bottom: 3px;
        height: auto;
    }

    .topbar {
        height: fit-content;
    }

    #counter {
        margin-bottom: 10px;
    }

    .navbar-toggler {
        background-color: #fff;
    }

    .about-img {

        height: fit-content;
    }

    .about-img img {
        bottom: 15px;
    }

    .para {
        text-align: justify;
        padding: 10px;
    }

    .section-4 {
        padding-top: 50px;
    }

    .section-4 .card span i {
        position: relative;
        font-size: 20px;
        right: 0px;
        top: 42px;
        border: none;
        padding: 0px;
        border-radius: none;
        rotate: 90deg;
    }

    .section-5 .icons i {
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 42px;
    }

    .section-6 .card {
        padding: 25px 15px;
    }

    .section-6 .postion-theme img {
        position: relative;
        top: 8px;
        height: auto;
    }

    .section-6 .postion-theme-1 img {
        position: relative;
        top: 10px;
    }

    .section-footer {

        padding-top: 0;
        padding-bottom: 0;
    }

    .call-bottom {
        position: fixed;
        bottom: 20px;
        left: 20px;
    }

    .whatsapp-bottom {
        position: fixed;
        bottom: 20px;
        right: 20px;

    }
}