.light-purple:focus {
    border: 2px solid #5f3676 !important;
}

.border-light-purple {
    border: 2px solid #B47AD7 !important;
}
:root {
    color-scheme: light dark;
  }
.light-purple::placeholder {
    color: #ffffff !important;
}

body {
    font-family: 'shabnam' !important;
    
}

body:not(.light_theme) {
    background-color: #181718 !important;
    color: #ffffff !important
}
.glass {
    background: rgb(3 3 4 / 78%);
    border: 1px solid #673896a2 !important;
    border-radius: 20px !important;
    backdrop-filter: blur(8px) !important;
    color:white !important;
}
.btn-glass{
    border: 1px solid #a358ee69 !important;



    background: rgba(15, 6, 29, 0.527) !important;
    backdrop-filter: blur(21px) !important;
    border-radius: 10px !important;
}
.modal p {
    color: rgb(17, 16, 16) !important;
}
.modal h1 {
    color: rgb(17, 16, 16) !important;
}
.dark_theme .modal p {
    color: black !important;
}
.dark_theme .modal h1 {
    color: black !important;
}
.glass-hvr{
    transition: .4s !important;
}
.glass-hvr:hover{
    transform: translateY(-10px);
}
.dark_theme .accordion-button {
    color: white !important;
}
.text-white-dark{
    color: rgb(41, 39, 39);
}
.dark_theme .text-white-dark{
    color: white !important;
}

.dark_theme .btn-glass {
    border: 1px solid #a358ee69 !important;



    background: linear-gradient(112.83deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 110.84%) !important;
    backdrop-filter: blur(21px);
    border-radius: 10px;

}
.dark_theme .glass{
    border: 1px solid #a358ee69 !important;
    border-radius: 20px !important;
    background: linear-gradient(113deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.00) 110.84%) !important;
    backdrop-filter: blur(21px) !important;
}
.glass-without-filter {
    background: rgba(16, 7, 32, 0.479);
    border: 1px solid #673896a2 !important;
    border-radius: 20px !important;
    color:white !important;
}
.dark_theme .glass-without-filter {

    border: 1px solid #a358ee69 !important;
    border-radius: 20px !important;
    background: linear-gradient(113deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.00) 110.84%) !important;

}
.custom-nav .right a {
    padding-bottom: 10px;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    transition: .3s;
    position: relative;

}

.mt-lg-10 {
    margin-top: 20rem !important;
}

.mt-n-1 {
    margin-top: -10px;
}

.accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

.accordion-home {
    background-color: #450859 !important;
}

.accordion {
    --bs-accordion-bg: unset !important;
    border: 0 !important;
    --bs-accordion-border-color: unset !important;
}

.title-before::before {
    background: url("/static/images/Lineshape-right.png");
    content: "";
    position: absolute;
    width: 193px;
    height: 18px;
    top: -17px;
    background-repeat: no-repeat;
}

.title-before-medium::before {
    background: url("/static/images/Lineshape-right-medium.png");
    content: "";
    right: -80px;
    position: absolute;
    width: 193px;
    height: 18px;
    top: -17px;
    background-repeat: no-repeat;
}

.fire-icon {
    background-image: url("/static/images/fire.png");
    width: 25px;
    height: 34px;
    display: block;
    background-repeat: no-repeat;
}

.article-overlay {
    background-color: #450859c9;
    position: absolute;
    height: 100px;
    bottom: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    width: 100%;
}

.title-before-dark::before {
    background: url("/static/images/Lineshape-bg-dark.png");
    content: "";
    position: absolute;
    width: 193px;
    height: 18px;
    top: -17px;
    right: -80px;
    background-repeat: no-repeat;
}

.title-center::before {
    background: url("/static/images/Lineshape-center.png");
    content: "";
    position: absolute;
    width: 193px;
    left: 43%;
    height: 18px;
    top: -0;
    background-repeat: no-repeat;
}

.before-24::before {
    left: 24% !important;

}

/* Custom Container */
.container {
    max-width: 1370px !important;

}

.cs-shape .inner-shape {
    position: relative;
    bottom: -40%;

}

.custom-select-in::selection {

    border: 2px solid #985ebc;
}

.custom-select-in {
    background-color: rgb(107, 105, 105);
    width: 100%;
    border-radius: 7px;
    height: 50px;

    padding-right: 10px;
    padding-left: 10px;
    color: white !important;


}

.irs--flat .irs-line {
    background-color: #838383 !important;
}

.custom-select-in option {
    color: #181718 !important
}

.add-cart-btn {
    width: 100%;
    background-color: #824AA3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 70px;
    position: relative;
    top: -20px;
    border: 0;
    color: #ffffff;
    transition: .3s;

}

.add-cart-btn:hover {
    background-color: #71428f;

}

.custom-select-in:focus {
    border: 2px solid #985ebc;
}

.landing-img {
    z-index: -5;

    position: absolute !important;
    left: 5px !important;
    width: 500px !important;
    top: -175px !important;
}

.mt-lg-8 {
    margin-top: 6rem !important;
}

@media only screen and (max-width:960px) {
    .mt-lg-8 {
        margin-top: 0;
    }

    .title-center::before {

        display: none !important;

    }
}

.cs-shape {
    z-index: -10;
    background-color: #824AA3 !important;
    width: 46%;
    height: 600px;
    border-radius: 0px 80px 80px 0px;
    position: absolute;
    left: 0;
}

@media only screen and (max-width:1130px) {
    .cs-shape {
        display: none !important;
    }
}

.btn-border-w {
    transition: .3s;
    border: 2px solid #ffffff;
    border-radius: 10px;
}

.btn-border-w:hover {
    background-color: #ffffff !important;
    color: rgb(43, 42, 42) !important;
}

.btn-c i {
    font-size: 26px;
    right: 9px;
    top: 8px;
    position: absolute;
}

.custom-nav .left .btn-c {
    font-size: 20px;
    display: flex;
    height: 52px !important;
    align-items: center;
    justify-content: center;
}

.btn-c-i {
    padding-right: 40px !important;
}

.btn-c {
    padding: 1rem;
    text-decoration: none;
    color: #ffffff;
    border-radius: 10px;
    position: relative;
}

.btn-c:hover {
    color: #ffffff
}

.custom-nav .right a:hover {
    color: #c3c1c1;

}

.bg-skyblue {
    background-color: #34D2FF !important;
    transition: .4s;
}

.bg-skyblue-hvr:hover {
    background-color: #26a8cc !important;

}

.custom-nav .right span {
    position: relative;
    margin-left: 25px;
}

.border-left-abs {
    position: relative;
}

.border-left-abs::after {
    content: "";
    left: -15px;
    bottom: 11px;
    position: absolute;
    background-color: #827272;
    height: 19px;
    width: 1px;
}

.hvr-underline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    bottom: 0;
    background: #824AA3 !important;
    height: 3px !important;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

@font-face {
    font-family: "khandevane";
    src: url("/static/fonts/KHANDEVANE.TTF");
}

@font-face {
    font-family: 'shabnam-bold';
    src: url('/static/fonts/SHABNAM-BOLD.TTF');
}

@font-face {
    font-family: 'shabnam';
    src: url('/static/fonts/SHABNAM.TTF');
}

@font-face {
    font-family: 'shabnam-medium';
    src: url('/static/fonts/SHABNAM-MEDIUM.TTF');
}

.border-10 {
    border-radius: 10px !important;
}

.border-20 {
    border-radius: 20px !important;
}

.btn-hover-border {
    transition: .3s;
}

.btn-hover-border:hover {
    background-color: white;
    color: rgba(0, 0, 0, 0.63)
}

.bg-pr {




    border: 1px solid rgba(255, 255, 255, 0.24);
    background: #5C15CD !important;

    transition: .3s !important;
}
.bg-pr:hover {




    background: #5829a3 !important;

}
.img-landing {
    margin-top: -60px;
}

@media only screen and (max-width:900px) {
    .img-landing {
        margin-top: -5px;
    }

    .img-landing dotlottie-player {
        width: 100% !important;
    }

}

.accordion-button:not(.collapsed) {
    background-color: inherit !important;
}

.btn-cart {
    color: white !important;
    border: 1px solid rgba(238, 238, 238, 0.603) !important;

    transition: .4s !important;

    border-bottom-right-radius: 15px !important;
    border-top-right-radius: 0 !important;

    border-bottom-left-radius: 15px !important;
    border-top-left-radius: 0 !important;
    background: #5C15CD !important;
    backdrop-filter: blur(21px);
    height: 55px !important;
    backdrop-filter: blur(21px);
    width: 100%;

}

.btn-cart:hover {
    background: #5c3e8d !important;

}




@font-face {
    font-family: 'shabnam-light';
    src: url('/static/fonts/SHABNAM-LIGHT.TTF');
}

@font-face {
    font-family: 'dana-black';
    src: url('/static/fonts/DANA-BLACK.TTF');
}

@font-face {
    font-family: 'dana-bold';
    src: url('/static/fonts/DANA-BOLD.TTF');
}

.title-black {
    font-family: "dana-black" !important;
}

.title-bold {
    font-family: "dana-bold" !important;
}

.font-l {
    font-family: 'shabnam-light' !important;
}

.title {
    position: relative;
}

.txt-hover {
    transition: .3s !important;
}

.txt-hover:hover {
    color: #b8b4b4 !important
}

.circle {
    position: absolute;
}


/* Circles */

.circle-1 {
    top: 18%;
    position: absolute;
    /* bottom: 28%; */
    right: 22%;
}

.circle-2 {
    left: 54%;
    bottom: 77%;
}

.circle-3 {
    top: 41%;
    left: 53%;
}

.circle-4 {
    bottom: 17%;
    right: 8%;
}

.circle-5 {
    top: 30%;
    left: 20%;
}

.circle-6 {
    left: 25%;
    top: 61%;
}

/* /Circles */
.service-detail p {
    position: relative;
    margin-right: 20px;
}

.custom-shape-divider-top-1685891959 {
    position: absolute;
    top: 0;
    left: 490px;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1685891959 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 143px;
}

.custom-shape-divider-top-1685891959 .shape-fill {
    fill: #2D033B;
}

.service-detail p::before {
    position: absolute;
    background-color: #ffffff;
    width: 15px;
    height: 3px;
    bottom: 10px;
    content: "";
    right: -21px;
}

.service-btn-home {
    width: 60px;
    height: 60px;

}

.service-btn-home i {
    font-size: 25px !important;
    position: absolute;
    bottom: 2px;
    right: 22px;
}

.circle,
.circle::before {
    content: " ";
    margin: 15px;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    z-index: 22;
    margin: 0 auto;
    transition: all 0.3s;
    background-color: #824aa37d;
}

.services-title.title::before {
    left: 10% !important;
}

.circle::before {
    animation: circle-animation 2s infinite;
    position: absolute;
    background-color: #824aa3a9
}

@-webkit-keyframes circle-animation {
    50% {
        transform: scale(2);
        opacity: 0
    }

    100% {
        transform: scale(2);
        opacity: 0
    }
}









.font-med {
    font-family: 'shabnam-medium' !important;
}

.bg-pattern {
    position: absolute !important;
    opacity: .1;
    width: 80%;
    left: 157px;
    height: fit-content;
    object-fit: cover;
}



.dark_theme


.light-purple {
    background-color: #824AA3 !important;
}

.semidark-purple {
    background-color: #450859 !important;
    transition: .3s;
}

.semidark-purple-hvr:hover {
    background-color: #39064a !important;
}

.dark-purple {
    background-color: #2E043D !important;
}

.irs--flat .irs-line {

    border-radius: 44px !important;
}

.irs-bar {
    background-color: #824AA3 !important;
}

.irs span {
    font-family: "shabnam" !important;
    font-size: 13px !important;
}

.irs-from,
.irs-to,
.irs-single {
    position: absolute;
    display: block;
    top: -3px !important;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.irs--flat .irs-handle {
    top: 16px;
    width: 16px;
    height: 18px;
    left: 56.3836%;
    width: 25px !important;
    border-radius: 3px;
    height: 25px;
    background: #ffffff !important;
}

.irs--flat .irs-handle i {
    display: none !important;
}

.btn-custom-outline {
    position: relative;
    color: #ffffff;
    border: none;
    z-index: 2;
}

.btn-custom-outline:before,
.btn-custom-outline:after {
    position: absolute;
    content: "";
    width: 20%;
    height: 20%;
    border: 2px solid;

    z-index: -1;
    transition: all 0.3s ease;
}

.btn-custom-outline:before {
    top: 0;
    left: 0;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: #824AA3;
    border-left-color: #824AA3;
}

.btn-custom-outline:after {
    bottom: 0;
    right: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: #824AA3;
    border-right-color: #824AA3;
}

.btn-custom-outline:hover:before,
.btn-custom-outline:hover:after {
    border-color: #824AA3;
    height: 100%;
    width: 100%;
    box-shadow: 0 0 5px #824AA3, 0 0 5px #824AA3 inset;
}


.custom-btn {
    color: #fff;
    width: auto !important;
    height: 50px;
    padding: 10px 25px;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.custom-shape-divider-top-1685901981 {
    position: absolute;
    top: 0;
    left: -362px;
    width: 80%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1685901981 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-top-1685901981 .shape-fill {
    fill: #2D033B;
}

footer {
    overflow: hidden;
}