:root {
    --body-backgroundColor: #ffffff;
}

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #3a2b53;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 0px;
}
.g-recaptcha {
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
}
body {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    scroll-behavior: smooth;
}
.bg-flower{
    background: linear-gradient(180deg, #e57b7314 5% 5%, #FFFFFF 100%);
}
/*opreation-section*/
.remove-img{
    height: 28px;
    width: 28px;
    font-size: 20px;
}
.opreation-section svg{
    width: 50px;
    height: 50px;
    color: #fff;
    margin: 0px auto;
}
/*opreation-section*/


#website-loading {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgb(0 0 0 / 80%);
    z-index: 1080;
    text-align: center;
    display: none;
}
#website-loading img {
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.cursor-pointer{
    cursor: pointer;
}
.site-btn{
    font-size: 16px;
    padding: 10px 20px;
    color: #fff;
    background-color: #e57b73;
    border: 1px solid #e57b73
}
.site-btn:hover,
.site-btn:focus,
.site-btn:active{
    color: #fff !important;
    background-color: #e57b73 !important;
    border: 1px solid #e57b73 !important
}
.heading-other-pages{
    padding-top: 20px;
    padding-bottom: 20px;
}
.heading-other-pages h1{
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0px;
}
.heading-other-pages p{
    color: #222;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px; 
}
.content-other-pages{
    padding-bottom: 40px;
}
.content-other-pages h2, 
.content-other-pages h3,
.content-other-pages h4{
    color: #222;
    font-weight: 700;
    margin-bottom: 10px; 
}
.content-other-pages h2{
    font-size: 25px;
}
.content-other-pages h3{
    font-size: 20px;
}
.content-other-pages h4{
    font-size: 16px;
}
.content-other-pages p,
.content-other-pages ul li,
.content-other-pages a{
    color: #222;
    font-size: 16px;
    font-weight: 500;
}

/*header and footer*/
.bg-3a2b53{
    background-color: #3a2b53;
}
.color-e57b73{
    color: #e57b73
}
.color-bfbcc6{
    color: #bfbcc6;
}
.color-ccc{
    color: #ccc;
}
.app-header .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}
.app-header .navbar-nav .nav-item {
    margin-right: 20px;
}
.app-header .active {
    color: #e57b73 !important;
}

/*accordions*/
.img-accordion .accordion-item:has(.accordion-button:not(.collapsed)) {
    border: 1px solid #e57b73;
    background: linear-gradient(20deg, #e57b7314 5.18% 5.18% , #FFFFFF 27.24%);
}
.img-accordion .accordion-button::after {
    background-image: url(../assets/images/plus.svg) !important;
    width: 36px;
    height: 36px;
    background-size: 100% 100%;
}
.img-accordion .accordion-button:not(.collapsed)::after{
    background-image: url(../assets/images/minus.svg) !important;
}
.img-accordion .accordion-button:focus {
    box-shadow: none !important;
    border: none !important; 
}
.img-accordion .accordion-item{
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #E0DFF1;
    background: #fff;
    padding: 10px;
}
.img-accordion .accordion-button{
    font-size: 20px;
    font-weight: 600;
    padding: 10px;
    border-radius: 16px;
    background-color: #fff;
}
.img-accordion .accordion-button:not(.collapsed){
    border: 0px;
    box-shadow: none;
    color: #222 !important;
    font-size: 25px;
    font-weight: 600;
}
.img-accordion .accordion-body p{
    color: #000000;
    font-size: 16px;
    font-weight: 400;
}

@media(max-width: 1200px){
    .opreation-section{
        width: 80% !important
    }
}
@media(max-width: 992px){
    .opreation-section{
        width: 100% !important
    }
}
@media(max-width: 576px){
    .take-to-100{
        width: 100% !important;
        height: auto !important;
    }
}