/* @import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz@9..40&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Jost&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    scroll-padding-top: 50px;
}

/* *************************************header***************************************************** */

body {
    font-family: 'Jost', sans-serif;
    /* font-family: 'DM Sans', sans-serif; */
}

.container-v2 {
    max-width: 1440px;
}

a {
    text-decoration: none;
}
li{
    font-size: 1.2rem;
}

/* <**************************************************navbar*************************************> */
.mynavbar {
    background-color: #a4298f;
}

.navbar-brand{      
    width: 145px;    
} 

.navbar-icons {
    color: #fff;
}                     

.mynavbar .nav-item .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {   
    color: #fff !important;
}

.btn-check:focus+.btn-outline-success,   
.btn-outline-success:focus {
    box-shadow: inherit !important;
}
.btn-check:focus+.btn-outline-primary,   
.btn-outline-primary:focus {                   
    box-shadow: inherit !important;
}

.navbar-toggler:focus {
    box-shadow: inherit !important;
    border: 0 !important;
}
.hide{             
    display: none !important;       
}  

.navbar-brand h2 {
    font-weight: 700;
    color: #fafafa !important;
    font-family: 'Jost', sans-serif;
    font-size: 1.8rem;
}

/* <**************************************************navbar end*************************************> */
.btn-contact {
    color: white;
    padding: 8px 25px;
    border-radius: 0px;
    margin: 0 20px;
    border: 2px solid #175cff;
    font-family: "DM Sans", Sans-serif;
    font-weight: 400;
    background-color: #175cff;

}
.on_mobile{
    display: none;
}
/* .btn-contact:hover {
    background-color: #fff;
    border: 2px solid black;
    color: rgb(0, 0, 0) !important;
} */
.onactivehide{
    display: none ;
}
.oncloseshow{
    display: show ;
}
.onclose{
    display: none ;
}

@media (max-width: 991px){
    .navbar-brand h2{
        font-size: 2rem;
    }
    .mynavbar .nav-item .nav-link{
        font-size: 9px;
    }
}
@media (max-width: 575px) {
    .on_mobile{
        display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    }
    .mynavbar .nav-item .nav-link{
        font-size: 14px;
    }
}

/**************    navbar end   *******************/
/**************    header end   ********************/
.btn_my {
    --bs-btn-border-radius: none;
}
.btn-primary_my {
    --bs-btn-color: #000000;
    --bs-btn-bg: #fff300 !important;
    --bs-btn-border-color: #fff300 !important;
    border-radius: 25px;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary_my:hover {
    color: #000 !important;
    background-color: #fff300 !important;
    border-color: #fff300 !important;
}
.btn-primary_my_header {
    --bs-btn-color: #000000;
    --bs-btn-bg: #fff300 !important;
    --bs-btn-border-color: #fff300 !important;
    border-radius: 25px;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary_my_header:hover {
    color: #000 !important;
    background-color: #fff300 !important;
    border-color: #fff300 !important;
}

/* phonebutton */
.btn-primary_my11 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #fa1212  !important;
    --bs-btn-border-color: #fa1212  !important;
    border-radius: 0px 0px 0 0 !important;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    color: #ffffff !important;
    background-color: #fa1212  !important;
    border-color: #fa1212  !important;
    padding: 15px 0;
}
.btn-primary_my2 {
    --bs-btn-color: #ffffff;
    --bs-btn-bg: #fa1212 !important;
    --bs-btn-border-color: #fa1212 !important;
    border-radius: 25px;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn-primary_my2:hover {
    color: #ffffff !important;
    background-color: #fa1212 !important;
    border-color: #fa1212 !important;
}
.btn-primary_my1 {
    --bs-btn-color: #ff6666;
    --bs-btn-bg: transparent !important;
    --bs-btn-border-color: #ff6666 !important;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 400;
}

.btn-primary_my1:hover {
    color: #ff6666 !important;
    background-color: transparent !important;
    border-color: #ff6666 !important;
}

.display-1 {
    font-family: 'Jost', sans-serif;
    font-size: 4.6rem;
    line-height: 1.1;
}

.display-2 {
    font-family: 'Jost', sans-serif;
    font-size: 3rem;
    line-height: 1.1;
}
.display-3 {
    font-family: 'Jost', sans-serif;
    font-size: 2rem;
    line-height: 1.1;
}

.display-4 {
    font-family: 'Jost', sans-serif;
    font-size: 1.1rem;
    line-height: 1.5;
}

.display-5 {
    font-family: 'Jost', sans-serif;
    font-size: 2rem;
    line-height: 1.5;
}

.display-7 {
    font-family: 'Jost', sans-serif;
    font-size: 1.2rem;
    line-height: 1.5;
}

.to-top-section {
    color: #16544A;
    font-size: 28px;
}

.all-section {
    padding-top: 1rem;
    padding-bottom: 0rem;
    background-color: #a4298f;
}
.greensection{
    background-color: #ffffff;
}

.all-section h2 {
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 600;
}

.all-section h4 {
    color: #ffe885;
    margin-bottom: 10px;
    font-weight: 400;
}

.all-brand {
    background-color: white;
}

.all-brand h4 {
    font-weight: 700;
}

.all-brand .img-wrapper img {
    margin: auto;
    width: 50%;
    padding-bottom: 2rem;
    align: center;
}

.counter-container ol li {
    margin-bottom: 1rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.card-wrap {
    background: #fafafa;
    border: 0px solid #7a7a7a;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.5);
}

.container_border {
    border: 1px solid #1f8a34;
    padding: 10px;
    border-radius: 15px;

}

.container_border-white {
    border: 2px solid #ffffff;
    padding: 10px;
    border-radius: 15px;

}

.item-wrapper {
    background-color: #ffffff;
    border-radius: 4px;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.review-name {
    font-size: 25px;
    text-align: center;
    color: #2e9155;
    padding-top: 10px;
}

.counter-container .imgwidth {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;

}

.text-box {
    padding-left: 20px;
}

.offersection {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #fafafa;
}



.counter-container ul {
    margin: 0;
    list-style: none;
    padding-left: 2.5rem;
}

.counter-container ul li {
    margin-bottom: 1rem;
    list-style: none;
    position: relative;
    padding-left: 1rem;
}

.counter-container ul li::before {
    position: absolute;
    left: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    background-color: rgb(22, 84, 74);
    width: 40px;
    height: 40px;
    margin-top: 5px;
    content: "✓";
    border-radius: 50%;
}

.to-footerP {
    color: #9e0a0a;
}

.footer-footer {
    text-align: center;
    color: #ffffff;
}
.main_section {
    background-color: #ffffff;
}
.main_section .heading-h5 {
    color: #175cff;
    font-family: "DM Sans", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 26.04px;
}

.main_section .heading-h1 {
    color: #b979ae;
    font-weight: 800;
}

.main_section .heading-h2 {
    color: #14171B;
    font-family: "DM Sans", Sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 62.5px;
}

.main_section .heading-h3 {
    color: #14171B;
    font-family: "DM Sans", Sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 62.5px;
}

.main_section .heading-h6 {
    color: #B6B6B6;
    font-family: "DM Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20.83px;
}

.site-header__middle {
    margin: auto;
}

.nav__toggle i {
    margin-top: 0px;
    font-size: 25px;
    padding: 12px 18px;
    color: #fff;
}

.nav__wrapper {
    margin: 0;
}

.totexr1 {
    font-size: 1.2rem;
}
.green_basic{
    color: #367a07;
}
.pink_basic{
    color: #a4298f;
}
.red_basic {
    color: #fa1212;
}
.red_second {
    color: #e43b2c;
}

.red_alt_bg {
    background-color: #DD1311;
}

.blue_basic {
    color: #005682;
}

.red_alt {
    color: #DD1311;
}

.white {
    color: white;
}
.yellow_basic{
    color: #ffe161;
}
.green_basic {
    color: #0dac19;
}

.image-wrap {
    text-align: center;
    border-radius: 50%;
}

.image-wrap img {
    width: 150px;
    height: 150px;
    margin-bottom: 0.5rem;
    border-radius: 50%;
}

.image-wrap-content {
    padding: 0 2rem;
}

.image-wrap1 img {
    /* border: 0px solid #7a7a7a;
    padding: 10px; */
    border-radius: 15px;
    /* box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.5); */
}

.warning_contaier {
    border: 3px solid #2e2e2e;
    padding: 10px;
    border-radius: 15px;
    background-color: #fdb831;
}

.Warning_text {
    font-size: 25px;
}

.Warning_text1 {
    font-size: 27px;
}



.list1 li::marker {
    color: #fff;
}

.soc-item a {
    color: #fff;
}

.all-footer {
    padding-top: 2rem;
    padding-bottom: 0rem;
    background-color: #000000;
}

.bg-1 {
    padding-top: 2rem;
    padding-bottom: 1rem;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/background1.jpg);
}

.bg-1-overlay {
    opacity: 0.9;
    background-color: rgb(228, 63, 63);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}

.relative {
    position: relative;
}

.accordion-button::after {
    color: red;
}

@media screen and (max-width: 1399px) and (min-width: 1000px) {
    .site-header .site-header__start {
        width: 20%;
    }
}

@media screen and (min-width: 786px) {
    .card-wrap .content-wrap {
        padding: 0 2rem;
    }
   
}

@media screen and (max-width: 991px) {
    
}
@media screen and (max-width:768px){
    .display-5{
        font-size: 1.8rem;
    }
    .display-2{
        font-size: 1.8rem;
    }
   
} 
@media screen and (max-width:575px) {
    .brand h2 {
        font-size: 2rem;
    }


    .counter-container ol {
        padding: 0;
    }

    .display-2 {
        font-size: 1.5rem;
    }
    .display-3 {
        font-size: 1.7rem;
    }

    .display-5 {
        font-size: 1.3rem;
    }
    .pb-5 {
        padding-bottom: 2rem !important;
    }
    .pt-5 {
        padding-top: 2rem !important;
    }
}
@media screen and (max-width:374px)
{
    .display-2 {
        font-size: 1.5rem;
    }
    .display-3 {
        font-size: 1.25rem;
    }
}

#myBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: 1px solid #e43f3f;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #ffffff;
    /* Set a background color */
    color: #e43f3f;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 5px 10px;
    /* Some padding */
    border-radius: 50%;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
}

#myBtn:hover {
    background-color: #555;
    /* Add a dark-grey background on hover */
}
.toingredi{
    padding-bottom: 20px;
}
.toingredi .number{
    width: 50px;
    height: 50px;
    background: #a4298f;
    align-items: center;
    text-align: center;
    display: flex;
    color: white;
    font-size: x-large;
    justify-content: center;
    border-radius: 50px;
}
.toingredi .arrow{
    font-size: x-large;
    padding-left: 15px;
    color: #a4298f;
}
.accordion-button{
    background-color: #ffffff;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed{
    border-bottom: 1px solid #000 ;
}
.accordion-body{
    background-color: #ffffff;
}
.accordion-button:focus{
    background-color: #ffffff;

}
.review_clints{
    padding: 20px;
}
.review_clints .clientsname{
    padding-left: 10px;
}
.review_content{
    padding: 15px;
    margin-top: 20px;
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.rating_star i{
    color: #fff300;
}

@media screen and (max-width: 1199px) and (min-width: 991px) {
    .tofreebonus{
        padding: 20px 5px;
    }
    .display-2{
        font-size: 2.2rem;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px){
    .btn-primary_my_header{
        font-size: 9px;
    }
    .mynavbar .nav-item .nav-link {
        font-size: 9px !important;
    }
}
@media screen and (max-width: 991px){
    .tofreebonus{
        padding: 10px 25px;
    }
    .imageccentr{
        margin: 0 auto;
        display: flex;
    }
    .all-brand .img-wrapper img{
        width: 50%;
    }
    .to-revesr-row{
        flex-direction: column-reverse;
    }
    .toresise{
        width: 60%;
    }
    .all-brand{
        padding-top: 0px;
    }
    .to-centert_mobile{
        text-align: center;
    }
}
@media screen and (max-width: 786px){
    .mynavbar .nav-item .nav-link{
        font-size: 14px;
    }
}
@media screen and (max-width: 575px){
    .all-brand .img-wrapper img{
        width: 40%;
    }
    .all-section h2{
        margin-bottom: 15px;
    }
    .to-centert_mobile{
        text-align: center;
    }
}

