@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://fonts.googleapis.com/css2?family=Preahvihear&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

.bebas-neue {
    font-family: "Bebas Neue", sans-serif;
  }
.preahvihear{
    font-family: "Preahvihear", sans-serif;
  }

.dancing-script {
  font-family: "Dancing Script", cursive;
}
.fntsize1 {
    line-height: 1.6;
}
.headrr{
    z-index: 1;
    position: relative;
    width: 100%;
    display: block;
}
.lstmenu{
    z-index: 2;
}
.carousel-caption {
    top: 50%;
    text-align: left !important;
    transform: translateY(-50%);
    height: fit-content;
}
.nav-link:hover {
    background-color: #9de656;
    color: white !important;
    box-shadow: #7FC140 4px 4px;
}
.nav-item .nav-link.active {
    background-color: #9de656;
    color: white !important;
  }
.Enqrybtn {
    background-color: #9de656 !important;
}
.carousel-caption * {
    font-family: "Poppins", sans-serif;
}
.fontpop{
    font-family: "Poppins", sans-serif;
}
.brdr{
    background-image: url(../images/homepage/cardbg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.placebg{
    background-image: url(../images/homepage/minibg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.numclr {
    color: #181414;
}
.fontformbg {
    background-color: #49c8269c;
}
.faqbg {
    background: linear-gradient(180deg, #C5F28D, #FFFFFF);
}
.colclr1{
    background-color: #E8E8E8;
}
.colclr2{
    background-color: #F5F2F2;
}
/* .accordtrans{
    background-color: #c5f28d6b !important;
} */

.certibg{
    background-image: url(../images/homepage/certificate1.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.miniimg {
    padding: 30px;
}


/* modal */

.modalcss{
    border: none !important;
    border-radius: 20px !important;
}
.card-image{
    /*height: 170px;*/
    margin: auto;
}


/* About Us */

.text-justify{
    text-align: justify;
    line-height: 30px;
}

/* products */
.navbg{
    background-color: #7FC14030;
}
.prdcrdbg{
    background-color:#7FC14030 ;
    border-radius: 5px;
}
.tabbg:hover{
    background-color: #7FC140 !important;
}
.tabbg.active{
    background-color: #7FC140 !important;
    color: white !important;
}

/* contact us */
.btnn{
    background-color: #9de656 !important;
    width: 100%;
}

/* Enquiry Page */

.hidden {
    display: none;
}

.testbg {
    background: linear-gradient(1deg, #C5F28D, #FFFFFF);
}

/* footer */
.footerbg {
    background-color: black;
}
.greenline{
    border: 1px solid;
    color: #9de656;
}
.iconsize{
    height: 25px;
}
.footer-align{
    display: flex;
}
.mini-align{
    display: flex;
}


/* home responsive */

@media(min-width:576px) and (max-width:767px){
    .fntsize{
        font-size: medium;
    }
    .resnavbg{
        background-color: white;
    }
    /* .mini-align{
        display: inline-block !important;
    } */
}

@media(min-width:300px) and (max-width:575px){
    .footer-align{
        display: inline-block;
    }
    .resnavbg{
        background-color: white;
    }
    .fntsize {
        font-size: 8px;
    }
    .fntsize1 {
        font-size: 5px !important;
    }
    .fntsize3{
        font-size: 8px;
    }
    .reslogo{
        width: 50px;
    }
}

@media(min-width:768px) and (max-width:991px){
    .fntsize{
        font-size: large;
    }
    .fntsize1 {
        font-size: 13px;
    }
    .resnavbg{
        background-color: white;
    }
}
@media(min-width:576px) and (max-width:767px){
    .fntsize{
        font-size: small;
    }
    .fntsize1 {
        font-size: 12px !important;
    }
    .fntsize3{
        font-size: small;
    }
    .resnavbg{
        background-color: white;
    }
}

.reslogo {
    width: 25%;
    background-color: #ffffffe6;
}
.paragraph {
    font-size: 14px;
}

/* HTML: <div class="loader"></div> */
.loader-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: #00000036;
}

    .loader-backdrop.show {
        display: flex !important;
    }

.loader {
    width: 50px;
    padding: 8px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #25b09b;
    --_m: conic-gradient(#0000 10%,#000), linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}

@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}

.form-select:focus {
    border-color: #7fb28c !important;
    box-shadow: 0px 0px 7px 0rem rgb(79 183 72) !important;
}

.form-control:focus {
    border-color: #7fb28c !important;
    box-shadow: 0px 0px 7px 0rem rgb(79 183 72) !important;
}
.sbbtn:focus {
    outline: 0;
    box-shadow: 1px -3px 5px 0rem rgb(41 125 61);
}

.menu-sociallinks {
    background-color: white;
    padding: 4px;
    border-radius: 13px;
    box-shadow: 0px 0px 10px gainsboro;
}
.logosec {
    width: 41%;
}
@media (max-width:991px) {
    .menu-sociallinks {
        background-color: #eae72b8f;
        padding: 0;
        border-radius: 0;
        box-shadow: 0px 0px 0px gainsboro;
    }
}