/*@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.position-absolute {
    width: 50%;
    height: 300px;
    z-index: -1;
    right: 24%;
    top: 2%;
    background-color: #2e00ff24;
    border-radius: 50%;
    box-shadow: 0px 0px 100px 200px #2e00ff24;
}
.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;
}
.main-img {
    width: 80px;
}

.main-disc {
    font-size: 12px !important;
    color: #d0d0d0 !important;
    line-height: 2rem;
}
.about-img{
    width: 100%;
    box-shadow: -12px 9px 0px #002548;
}

.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);
}
.main-bg-color{
 background-color: #ffffff0b;
}

    .footer-p{
        line-height: 2rem;
    }




@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: 767.98px) {
    .main-img {
        width: 70px;
    }
     .main-disc {
        font-size: 14px !important;
        color: #d0d0d0 !important;
        line-height: 2rem;
    }
    .footer-content{
        padding-left: 50%;
    }
    .about-disc{
    font-size: 18px;
    line-height: 2;
    font-weight:300;
    
}
}

@media (min-width: 992px) { .first-div{
        padding:0px 30% !important;
    }
    .first-heading{
        font-size:42px !important;
        color:#fff !important;
    } 
    
    .fs-7{
        font-size:25px !important;
    }
    .fs-8{
        font-size:30px !important;
    }
    .fs-d{
        font-size:16px !important;
         line-height: 2;
    }
    .main-disc {
        font-size: 16px !important;
        color: #d0d0d0 !important;
        line-height: 2rem;
    }
    .accordion{
        width: 75%;
    }
    .sp-3 {
    width: 20%;
    height: 50px;
    background-color: #7900ff1f;
    right: 40%;
    z-index: -1;
    box-shadow: 0px 40px 100px 200px #7900ff1f;
    border-radius: 50%;
}

}