/*@font-face{*/
/*    font-family: IRANSansWeb_Medium;*/
/*    font-style:normal;*/
/*    font-weight:normal;*/
/*    src:url('//soodino.ai/fonts/IRANSansWeb_Medium.eot');*/
/*    src:url('//soodino.ai/fonts/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),*/
/*    url('//soodino.ai/fonts/IRANSansWeb_Medium.woff2') format('woff2'),*/
/*    url('//soodino.ai/fonts/IRANSansWeb_Medium.woff') format('woff'),*/
/*    url('//soodino.ai/fonts/IRANSansWeb_Medium.ttf') format('truetype');*/
/*}*/

/*a, h1, h2, h3, h4, h5, h6, p, ul, li, span, div, input, button {font-family: "IRANSansWeb_Medium" !important;}*/
.main-bg {
    background-color: #0c0a38;
}

.spacer-1 {
  top: -100%;
}
.sp-1 {
    width: 50%;
    height: 300px;
    z-index: -1;
    right: 24%;
    top: 2%;
    background-color: #2e00ff24;
    border-radius: 50%;
    box-shadow: 0px 0px 100px 200px #2e00ff24;
}
.sp-3 {
    width: 50%;
    height: 300px;
    z-index: -1;
    right: 24%;
    top: 75%; 
    background-color: #2e00ff24;
    border-radius: 50%;
    box-shadow: 0px 0px 100px 200px #2e00ff24;
}
.first-heading{
        
        font-weight: 500;
    }

.navbar {
    background-color: #EBEDFF1F;
}

.navbar-toggler {
    border: none !important;
}

.gradient-background {
    background: linear-gradient(180deg, rgba(109, 83, 238, 1) 19%, rgba(61, 34, 198, 1) 70%);
    border: none;
}

.border-purpel {
    border: 1px solid #2b00ff;
}
.video-responsive {
    width: 100% !important;
    height: auto;
    max-width: 100%;
    border-radius: 30px;
  
    display: block;
}
.inset-shadow {
    box-shadow: inset 0px 7px 10px #737373;
    background-color: #08082D;
}
.box-color{
    background-color: #07021e;
    z-index: 99999;
}
.plans {
    display: flex;
        flex-direction: column;
    justify-content: space-around;
    background-color: #9e9a9a1f;
    border-radius: 30px;
    box-shadow: 0px -2px 0px 1px #6D53EE;
    height: 100% !important;
    
}

.btn-plan{
    background-color: #6d53ee;
    border: none;
}
.main-bg-color{
 background-color: #ffffff0b;
}
.accordion-item {
    background-color: transparent !important;
    border: none;
    border-top: 1px solid #C0C0C280;
    border-bottom: 1px solid #C0C0C280;
    padding: 8px 0px !important;
}


.accordion-button {
    background-color: transparent !important;
    box-shadow: none !important;
    color: #fff;
    font-weight: 500;
    padding-right: 0; 
}


.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: transparent !important;
    box-shadow: none !important;
}


.accordion-body {
    color: #ccc; 
    font-size: 14px;
    font-weight: 300 !important;
    line-height: 2rem;
}


.accordion-button::after {
    filter: invert(1); 
    margin-left: auto;
    position: absolute;
    left: 0; 
}


.accordion-button:not(.collapsed)::after {
    filter: invert(1);
}

.tab-content>.active {
    display: flex
;
    justify-content: center;
}
.box-color {
    width:267px;
    height: 241px;
    
}






@media (min-width: 576px) {.divider-text {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
}

.divider-text::before{
     content: "";
    flex: 1;
    border-bottom: 1px solid ;
    border-image: linear-gradient(45deg, #5d0fa150, #5b63d34c) 1;
    margin: 0 10px;
}
.divider-text::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid ;
    border-image: linear-gradient(45deg, #5b63d34c, #5d0fa150) 1;
    margin: 0 10px;
}}


@media (min-width: 768px) { 
    
}


@media (min-width: 992px) { .first-div{
        padding:0px 30% !important;
    }
    .first-heading{
        font-size:42px !important;
        color:#fff !important;
        line-height: 2;
   
    } 
    
    .fs-7{
        font-size:25px !important;
    }
    .fs-8{
        font-size:30px !important;
    }
    .fs-d{
        font-size:16px !important;
         line-height: 2;
    }
     .accordion{
        width: 75%;
    }
}


@media (min-width: 1200px) { ... }


@media (min-width: 1400px) { ... }
