@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #fff;
}
a{
    text-decoration: none !important;
}

.bg-lights {
    background-color: transparent!important;
    color: #fff;
    height: auto;
    padding: 10px 0 10px 0;
    width: 100%;
    
}
ul{
    display: flex;
    list-style: none;
}
ul li{
    padding-left: 10px;
}
.navMain{

    display: flex;
    justify-content: space-between;
}
.rightS{
    font-size: 24px;
}


.heroSec{
    margin-top: -80px;
    background: linear-gradient(#2e284a, #2b67a5) center bottom / auto no-repeat;
    padding: 100px 0 0px 0;
    width: 100%;
    
}

.heroRight{
  text-align: center;
    margin: auto;
}
.heroRight h1{
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 3.25rem;
    line-height: 1.8;
    letter-spacing: -0.00833em;
    text-align: center;
    margin: 0 auto;
}

.NFT{
    background-color: #1f1b32;
    border-radius: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: 8px;
    box-shadow: 0px 0px 4px #2e284a;
}

.newBtn{
    background-color: #1f1b32;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    border-radius: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 34px;
    padding-right: 34px;
  
    box-shadow: 0px 0px 4px #2e284a;

}



/* third Section here  */
.thirdSec{
    padding: 100px 0 100px 0;
    width: 100%;
    background-color: #1f1b32;
    margin: 0 auto;
}

.circleImg{
    width: 70%;
    height: 70%;
    border-radius: 50%;
    text-align: center;
    margin-top: 80px;
}
hr {
    /* margin-top: 1rem; */
    margin-bottom: 1rem;
    border: 0;
    color: #007aff;
    background-color: #007aff;
    border: 2px solid #007aff;
    width: 170px;
}
/* third Section here  */




.card-1{
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 1.5rem;
    text-align: center;
}
.card-1 i{
    padding-right: 20px;
    padding-top: 10px;
    font-size: 2em !important;
    color: rgb(247, 146, 42);
}








/* slider section here  */
.text-center{
    padding: 40px 0 40px 0;
}

.slider {
    margin-bottom: 30px;
    position: relative;
  }
  .slider .owl-item.active.center .slider-card {
    transform: scale(1.15);
    opacity: 1;
    background-color: #1f1b32;
    color: #fff;
  }
  .slider-card {
    background: #fff;
    padding: 0px 0px;
    margin: 50px 15px 90px 15px;
    border-radius: 5px;
    box-shadow: 0 15px 45px -20px rgb(0 0 0 / 73%);
    transform: scale(0.9);
    opacity: 1;
    transition: all 0.3s;
  }
  .slider-card img {
    border-radius: 5px 5px 0px 0px;
  }
  .owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 25px);
    left: 0;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
  }
  .owl-nav .owl-next {
    position: absolute;
    top: calc(50% - 25px);
    right: 0;
    opacity: 1;
    font-size: 30px !important;
    z-index: 1;
  }
  .owl-dots {
    text-align: center;
  }
  .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #ccc !important;
    margin-left: 3px;
    margin-right: 3px;
    outline: none;
  }
  .owl-dots .owl-dot.active {
    background: #f44336 !important;
  }
/* slider section here  */



.footerSec{
    background: linear-gradient(#2e284a, #2b67a5) center bottom / auto no-repeat;
    padding: 20px 0 20px 0;
    width: 100%;
    font-size: 20px;
    text-align: center;
    
}







/* for mobile version  */
@media screen and (max-width: 767px) {
    .heroSec{

        padding: 80px 0 20px 0;
        width: 100%;
        
    }
    .circleImg{
        margin-top: 40px;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        text-align: center;
    }
    
}