@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap');
body{
    font-family: 'Inter', sans-serif;
    background: #180352;
}
.white-color{
    color: #ffffff;
}
.l-white{
    color: #d6d2e0;
}
.sign-in{
    background:transparent;

}
.card-title
{
    font-weight: 500;
}

@keyframes rotation {
  100%{ transform:rotatey(360deg); }
}

#example ul li {
    display: inline-block;
    padding: 0px 5px;
    text-align: center;
    background: #3816ac;
    width: 85px;
    height: 85px;
    border-radius: 8px;
    padding: 3px !important;
}
#example
{
    display: flex;
    justify-content: center;
}
#example ul li p {
    color: #d8c3f5 !important;
    }
#example ul li span
{
    font-weight: 700 !important;
    font-size: 40px !important;
}
#example ul li.seperator
{
    width: auto;
    height: auto;
    background:transparent;
    line-height: 70px !important;
}
.white-btn-outline{
   border-radius: 40px;
   border: 2px solid #3c1f91;
    padding: 10px 28px !important;
    background: transparent;
}

.nav-link{
    font-size: 15px;
}
.main-menu .nav-link
{
    color: #fff !important;
    font-weight: 500 !important;
}
.main{
    line-height: 60px;
}
.lorem{
    line-height: 30px;
}
.blue-box{
    width: 90px;
    height: 90px;
    background-color: #36189e;
    display: inline-block;
    border-radius: 8px;
    position: relative;
    margin: 0px 10px;
}
.days{
    font-size: 13px;
}
.blue-box::after{
    content: ':';
    right: -18px;
    position: absolute;
    top: 6%;
    font-size: 50px;
    color: #fcfcfd;
}
.blue-box:last-child:after{
   display: none;
}
.blue-button{
    border-radius: 28px;
    background: #0921ff;
    padding: 15px 25px;
    color: #e0e2fe;
    border: none;
    margin: 0px 10px;
}
.cradiant-btn{
    border: none;
    border-radius: 25px;
    padding: 15px 35px;
    background: rgb(251,111,69);
    background:linear-gradient(228deg, rgba(251,111,69,1) 20%, #0921FF 66%)
}

.border{
    max-width:190px ;
    width: 100%;
    height: 8px;
    background: rgb(243,20,161);
    background: linear-gradient(273deg, rgba(243,20,161,1) 26%, rgba(9,33,255,1) 94%);
    display: inline-block;
    border-radius: 20px;
    border: none !important;
    object-fit: cover;
}
.bg-color{
    background:#4317a942;

}
.card{
    border: 1px solid #421CC6;
    border-radius: 10px;
    padding: 30px !important;
}
.green{
    background: #45b972;
    width: 76px;
    height: 76px;
    border-radius: 50px;
    padding: 20px;
    border: 5px solid #143c3d;
}
.card-body{
    padding: 10px 0px;
}
.orange{
    background: #ff7723;
    width: 76px;
    height: 76px;
    border-radius: 50px;
    padding: 20px;
    border: 5px solid #41192d;
}
.spacing{
    padding:0px 10px;
}
.pink{
    background: #cc0ea2;
    width: 76px;
    height: 76px;
    border-radius: 50px;
    padding: 20px;
    border: 5px solid #581a6c;
}
.blue{
    background:#6111ff ;
    width: 76px;
    height: 76px;
    border-radius: 50px;
    padding: 20px;
    border: 5px solid #34127f ;
}
.s-blue{
    width: 15px;
    height: 15px;
    background:#0258ff;
    display: inline-block;
    margin: 0px 15px;
}
.list-width{
    list-style: none;
    float: left;
    line-height: 40px;
    
}
.s-green{
    width: 15px;
    height: 15px;
    background:#55b37f;
    display: inline-block;
    margin: 0px 15px;
}
.s-orange{
    width: 15px;
    height: 15px;
    background:#fa7526;
    display: inline-block;
    margin: 0px 15px;
}
.s-voilet{
    width: 15px;
    height: 15px;
    background:#7f2eff;
    display: inline-block;
    margin: 0px 15px;
}
.s-yellow{
    width: 15px;
    height: 15px;
    background:#e6c03b;
    display: inline-block;
    margin: 0px 15px;
}
.s-pink{
    width: 15px;
    height: 15px;
    background:#dc5fd5;
    display: inline-block;
    margin: 0px 15px;
}
.white-circle{
    width: 15px;
    height: 15px;
    background: #4d30fe;
    border-radius: 8px;
}
.time{
    font-size: 13px;
}
.rectangle-box{
    border-radius: 20px;
    padding: 10px 0px;
    border: 3px solid #290d80;
}
.social-icon{
   max-width: 33.3%;
   width: 100%;
   float: left;
}
.form-box{
    max-width: 426px;
    width: 100%;
    height: 103px;
    border: 2px solid #30108f;
    padding: 20px 10px;
    border-radius: 15px;
}

.forms{
    max-width: 553px;
    width: 100%;
    height: 650px;
    border-radius: 15px;
    border: 2px solid #2c0e86;
}
.error1{
    error 
    color: #f24040 !important;

}
hr{
    border: 1px solid #33147f;
}
.form-control{
    background: transparent;
     box-shadow: none !important;
     font-size: 20px;
     border-bottom-color: #492D93;
}
:-ms-input-placeholder
{
    color: #566079 !important;
}
::-webkit-input-placeholder
{
    color: #566079 !important;
}
 ::placeholder
{
    color: #566079 !important;
}
.form-control::placeholder{
    color: #37128e;
}
.message{
    max-width: 100%;
    width: 100%;
    height: 100px;
    display: block;
    background: transparent;
    border: none;
    box-shadow: none !important;
}

.light-color{
    color:  #37128e;
    font-size: 20px;
}
.submit-btn{
    border-radius: 25px;
    background: rgb(246,109,70);
background: linear-gradient(266deg, rgba(246,109,70,1) 17%, rgba(8,33,255,1) 100%);
border: none;
padding: 15px 45px;
margin-top: 30px;
}
.newsletter{
    max-width: 350px;
    width: 100%;
    background: #160647;
    
}

.content {
    max-width: 500px;
    width: 100%;
    height: 60px;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, .2);
    border-radius: 60px;
    overflow: hidden;
   
  }
  

.subscription {
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  .subscription .add-email{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 20px;
    background: #160647;
  }
  
  .subscription .submit-email {
    position: absolute;
    top: 0;
    right: 10px;
    height:60px;
    width: 150px;
    border: none;
    border-radius: 60px;
    outline: none;
    margin: 1px;
    padding: 15px 30px;
    cursor: pointer;
    background: rgb(246,109,70);
    background: linear-gradient(266deg, rgba(246,109,70,1) 17%, rgba(8,33,255,1) 100%);
    color: #FFFFFF;
    transition: width .35s ease-in-out, background .35s ease-in-out;
  }
  
  .subscription.done .submit-email {
    width: calc(100% - 2px);
    background: #C0E02E;
  }
  
 .footer-link{
    color: #5536a7;
 }
 .footer-space{
    margin-top: 70px;
 }

 .bg-vr{
    background-image: url("../images/Rectangle28.png");
   
   margin-top: 40px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
 }
 .road-map{
    max-width: 400px;
    width: 100%;
    height: auto;
    border:  3px solid #250a72;
 }

 .road-map::before{
    content: "";
    height: 16px;
    width: 50px;
    background: #3A28A0;
    position: absolute;
    top: 101px;
    left: -50px;
    
}
 .road-circle{
    position: absolute;
    top: 96px;
    left: -58px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background: #7C5DCF;
 }
 .road-left{
    max-width: 400px;
    width: 100%;
    height: auto;
    margin-top: -50px;
 }
 .road-right{
    float: right;
 }
 .bg-blue{
    background: #421aae;
 }
 .letter-space{
    letter-spacing: 1px;
 }
 .road-left::after{
    content: "";
    position: absolute;
    top: 100px;
    right: -41px;
    height: 16px;
    width: 50px;
    background: #3A28A0;
    z-index: -1;
 }
 .road-orange{
    position: absolute;
    top: 94px;
    right: -57px;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background: #ff8c77;
 }
 .site-t
 {
    background: -webkit-linear-gradient(
0deg
, #63ebb0 44%, #aaffe2 59%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
 }
 a.site-t
 {
    color: #71fac1 !important;
    background: transparent !important;
    -webkit-text-fill-color: #71fac1;
 }
.form-bg {
    background: #181F32;
}
.footer-content-area {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 130px;
    display: block;
    padding: 20px 0;
    background: #14053f;
}
.s-form {
    max-width: 450px;
    margin-top: 0px;
    position: relative;
    z-index: 999;
}
.m-form {

    margin-top: 0px;
    position: relative;
    z-index: 999;
}
.site-form .form-control {
    border-width: 0px 0px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-radius: 0px;
    border-bottom-color: #323d5a;
    background-color: transparent !important;
    color: #fff !important;
    }
.user-page
{
    background: #181F32;
}
.site-form form {
    background: #1e273db8;
    padding: 15px 15px;
    border-radius: 11px;
    border: 1px solid #2e3d60;
}
.dream-btn {
    border: none;
    border-radius: 25px;
    background: rgb(251,111,69);
    background: linear-gradient(
228deg
, rgb(98 250 193) 20%, #22b598 66%);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    height:55px;
}
.footerpart
{
    background-image: url(../images/footer-bottom-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
.form-bg::after,.banner::after {
    position: absolute;
    content: "";
    background-image: url(../images/pinkblur.svg), url(../images/blueblur.svg), url(../images/orangeblur.svg);
    width: 100%;
    height: 100%;
    top: 0;
    background-position: center -50px, left center, center right;
    background-size: 54%, 45%, 45%;
    background-repeat: no-repeat;
    left: 0px;
    z-index: 9;
    }

    .main-sub-menu{
            position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    }
    .banner {
    position: relative;
    height: 100vh;
    display: table;
    width: 100%;
}
.banner  .container
{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    position: relative;

}
.circle_animation
{
    text-align: center;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0px;
        height: 100vh;
        z-index: -1;

}
.main-menu{
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 100%;
    left: 0px;
}
.b_circle
{
    top: 92px;
    position: relative;

    -webkit-animation:spin 60s linear infinite;
    -moz-animation:spin 60s linear infinite;
    animation:spin 60s linear infinite;
    display: table;
    width: auto;
    margin: 0px auto;
}
.s_circle
{
    top: -610px;
    position: relative;
    -webkit-animation:spinr 50s linear infinite;
    -moz-animation:spinr 50s linear infinite;
    animation:spinr 50s linear infinite;
    display: table;
    width: auto;
    margin: 0px auto;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
@-moz-keyframes spinr { 100% { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spinr { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes spinr { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }
.pink-orange-bg
{
    position:relative;
}
.pink-orange-bg::after {
    
        position: absolute;
    content: "";
    background-image:url(../images/blueblur.svg), url(../images/orangeblur.svg);
    width: 100%;
    height: 100%;
    top: 0;
    background-position: left top, right bottom;
    background-size: 45%, 45%;
    background-repeat: no-repeat;
    left: 0px;
    z-index: -1;
    }
@media (max-width:1200px) {
    
    .road-map{
      max-width: 400px;
      width: 100%;
      height: auto;
    }
    .road-right{
        float: right !important;
    }
}
 @media (max-width:576px) {

    .list-width{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .bg-vr{
       background: none;
       height: auto;
    }
    .road-left::after{
        display: none;
    }
    .road-map::before{
        display: none;
    }
    .road-orange{
        display: none;
    }
    .road-left{
        margin-top: 10px;
    }
    .road-map{
        margin-top: 10px;
    }
    .blue-box{
        margin-top: 10px;
    }
    .blue-box::after{
        display: none;
    }
    .cradiant-btn{
        margin-top: 10px;
    }
    .road-circle{
        display: none;
    }
    .road-right{
        float: none;
    }
 }