.main-content{
    padding-top: 25px !important;
    padding-bottom: 75px !important;
}
.main-content{
    background-color: rgba(255, 255, 255, 0.9) !important;
}
p {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: #000;
  }
.topSection{
    width: 100%;
    position: relative;
    margin: -30px 0 30px;
}
.homeBtn{
    background: linear-gradient(to right,  rgba(235,130,130,1) 0%,rgba(168,116,116,1) 50%,rgba(151,252,196,1) 100%); 
    border-radius: 50%;
    width: 61px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gradientBtn_1{
    background: linear-gradient(to right,  rgba(235,130,130,1) 0%,rgba(168,116,116,1) 50%,rgba(151,252,196,1) 100%); 
    border-radius: 23px;
    width: auto;
    height: 46px;
    font-size: 20px;
    line-height: 46px;
    font-weight: 700;
    display: inline-block;
    padding: 0 60px;
    border: none;
    color: #fff;
    position: relative;
}
.gradientBtn_1::before{
    content: "";
    background-image: url(../images/greyStar.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 57px;
    height: 57px;
    position: absolute;
    right: -10px;
    top: -10px;
}
.gradientBtn_1.noStar::before{
    display: none;
}
.gradientBtn_2{
    background: linear-gradient(to right,  rgba(235,130,130,1) 0%,rgba(168,116,116,1) 50%,rgba(151,252,196,1) 100%); 
    border-radius: 23px;
    width: auto;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    padding: 0 30px;
    border: none;
    color: #fff;
    position: relative;
}
ul.topSectionLinks{
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}
ul.topSectionLinks li{
    margin: 0 0 0 20px;
    list-style: none;
    background: linear-gradient(to right,  rgba(235,130,130,1) 0%,rgba(168,116,116,1) 50%,rgba(151,252,196,1) 100%); 
    height: 61px;
    padding: 2px;
    border-radius: 30px;
}
ul.topSectionLinks li a{
    display: block;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    font-size: 21px;
    line-height: 57px;
    padding: 0 25px;
    margin: 0;
    border-radius: 30px;
}

.whiteBgSec_1{
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px;
    border-radius: 30px;
    padding: 50px;
    min-height: 596px;
    position: relative;
}
.whiteBgSec_1 .form-control{
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
    height: 48px;
    width: 100%;
    padding: 5px 10px;
}


.rdyToCrtBxes{
    width: 100%;
    padding: 30px 0 0 0;
}
.rdyToCrtBxes article{
    width: 100%;
    border-radius: 30px;
    padding: 35px 25px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 5px;
    margin: 0 0 30px;
    position: relative;
}
.rdyToCrtBxes article::before{
    content: "";
    background-image: url(../images/greyStar.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 57px;
    height: 57px;
    position: absolute;
    left: 0;
    top: 0;
}
.rdyToCrtBxes article.hideBefore::before{
    display: none;
}
.rdyToCrtBxes article.bg_1{
    background: radial-gradient(ellipse at center,  rgba(235,130,130,0.5) 15%,rgba(255,255,255,0) 55%) #fff;
}
.rdyToCrtBxes article.bg_2{
    background: radial-gradient(ellipse at center,  rgba(168,116,116,0.5) 15%,rgba(255,255,255,0) 55%) #fff;
}
.rdyToCrtBxes article.bg_3{
    background: radial-gradient(ellipse at center,  rgba(151,252,196,0.5) 15%,rgba(255,255,255,0) 55%) #fff;
}
.rdyToCrtBxes article textarea{
    width: 100%;
    height: 100px;
    border: none;
    background: transparent;
    font-size: 18px;
    color: #000;
}
.getCoinBx{
    background-color: #fff;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px;
    padding: 30px 20px 20px;
}
.whiteBgSec_1 .getCoinBx .form-control{
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px;
    margin-bottom: 30px;
    height: 34px;
}

.getCoinBx_2{
    width: 100%;
    min-height: 354px;
    position: relative;
    background: linear-gradient(to right,  rgba(235,130,130,1) 0%,rgba(168,116,116,1) 50%,rgba(151,252,196,1) 100%); 
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 10px;
    padding: 30px 20px 20px;
}
.getCoinBx_2::before{
    content: "";
    background-color: #fff;
    position: absolute;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 2px;
    border-radius: 30px;
}
.getCoinBx_2 h4{
    font-size: 32px;
    font-weight: 700;
    color: #000;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
}
.getCoinBx_2 h4 span{
    font-size: 32px;
    font-weight: 700;
    color: #000;
    padding: 0 5px;
}
.getCoinBx_2 h4 sup{
    font-size: 14px;
    font-weight: 700;
    color: #000;
}
.getCoinBx_2 h4 sub{
    font-size: 12px;
    font-weight: 400;
    color: #000;
}
.getCoinBx_2 h3{
    text-align: center;
    font-size: 20px;
    color: #000;
    position: relative;
    z-index: 1;
}
.getCoinBx_2 h3 span{
    color: #a87474;
}
.getCoinBx_2 img{
    position: relative;
    z-index: 1;
    margin: 0 auto;
    display: block;
}
.getCoinBx_2 .discount{
    position: absolute;
    right: -10px;
    top: -10px;
    width: 116px;
    height: 33px;
    background-color: #ECECEC;
    font-size: 16px;
    line-height: 33px;
    border-radius: 15px;
    text-align: center;
}
.getCoinBx_2 .purchaseBtn{
    background: linear-gradient(to right,  rgba(235,130,130,1) 0%,rgba(168,116,116,1) 50%,rgba(151,252,196,1) 100%); 
    border-radius: 23px;
    width: 100%;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
    font-weight: 600;
    display: inline-block;
    padding: 0 60px;
    border: none;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.whiteBgSec_1 ul.tabList{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: start;
}
.whiteBgSec_1 ul.tabList li{
    list-style: none;
    padding: 0 50px 0 0;
    margin: 0;
}
.whiteBgSec_1 ul.tabList li a{
    color: #333;
    font-size: 20px;
    line-height: 40px;
}
.whiteBgSec_1 .tabContent{
    width: 100%;
    border-radius: 30px;
    background-color: #fff;
    min-height: 400px;
    padding: 20px;
}




.magicAiLogin{
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px;
    border-radius: 30px;
    padding: 40px;
    min-height: 608px;
    position: relative;
}
.magicAiLogin h2{
    font-size: 32px;
    color: #000;
    padding: 0;
    margin: 0;
}
.magicAiLogin h2 span{
    font-weight: 400;
    background: linear-gradient(90deg, #f35926 0%, #41DFA5 21%, #E10707 87.5%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
    padding: 0 30px 0 0;
}
.magicAiLogin h2 span::before{
    content: "";
    background-image: url(../images/greyStar.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -10px;
    top: -10px;
}
.magicAiLogin h3{
    font-size: 20px;
    font-style: italic;
    background: linear-gradient(90deg, rgba(199, 27, 0, 0.48) 10.47%, rgba(178, 175, 16, 0.50) 48.48%, rgba(57, 131, 8, 0.50) 73.3%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
    padding: 20px 0;
}
.magicAiLogin form{
    padding: 25px 0 150px;
    border-top: 2px solid #ADADAD;
}
.magicAiLogin .form-control{
    border-radius: 15px;
    border: 1px solid #A8A8A8;
    width: 100%;
    height: 48px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 400;
    margin: 30px 0 0 0;
    color: #A3A3A3;
    background-position: 96% center !important;
}
.magicAiLogin button.forgot_pass{
    border: none;
    background: transparent;
    color: #333;
    font-size: 12px;
    float: right;
}
.magicAiLogin .buttonSec{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 40px;
}
.magicAiLogin .buttonSec button{
    border-radius: 15px;
    border: 1px solid #f35926;
    background: #f35926;
    width: 100%;
    height: 46px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.5s;
}
.magicAiLogin .buttonSec button:hover{
    color: #fff;
    background: #000;
    border-color: #000;
}
.magicAiLogin .buttonSec a{
    padding: 20px;
    display: block;
    text-align: center;
    color: #000;
    font-size: 14px;
    font-style: normal;
}
.magicAiLogin .buttonSec a span{
    color: #A3A3A3;
}
.magicAiLogin label[for="agree"]{
    color: #666;
    font-size: 14px;
    position: relative;
    display: block;
    padding: 0 0 0 20px;
    margin: 0;
    cursor: pointer;
}
.magicAiLogin input#agree{
    display: none;
}
.magicAiLogin label[for="agree"]::before{
    width: 15px;
    height: 15px;
    background: #ccc;
    border: 1px solid #333;
    position: absolute;
    left: 0;
    top: 3px;
    content: "";
}
.magicAiLogin input#agree:checked + label::before{
    background: #333;
}
.formSection_2 .form-group{
    margin: 0;
    padding: 0 0 10px;
}
.formSection_2 .form-group input.form-control{
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    height: 45px;
    padding: 5px 15px;
}
.formSection_2 .form-group label{
    width: 100%;
    padding: 15px 0 5px;
    margin: 0;
}

.modal-header .close{
    padding: 0;
  margin: -1rem -1rem -1rem auto;
  width: 15;
  width: 30px;
  height: 30px;
  background: #fff;
    background-color: rgb(255, 255, 255);
  display: block;
  line-height: 0.3 !important;
  font-size: 30px;
}


.withPopupDiv{
    position: relative;
    width: 100%;
    min-height: 125vh;
    overflow-y: auto;

}
.withPopupDiv iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    left: 0;
    top: 0;
}
.popupDiv{
  position: absolute;
  width: 100%;
  height: calc(100% - 64px);
  z-index: 9;
  left: 0;
  top: 0;
  margin-top: 64px;
  background-color: rgba(255, 255, 255, 0.7);
}
.popupDiv .whiteBgSec_1{
    margin-top: 25px;
}

.whiteBgSec_1 button.closeBtn{
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    color: #E10707;
    font-size: 35px;
    line-height: 40px;
    border: none;
    background: transparent;
}



span.magicAiStyle{
    font-style: italic;
    background: linear-gradient(90deg, rgba(199, 27, 0, 0.48) 10.47%, rgba(178, 175, 16, 0.50) 48.48%, rgba(57, 131, 8, 0.50) 73.3%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.welcomeSec h2{
    text-align: center;
}
.welcomeSec p{
    text-align: center;
}
.welcomeSec a.gradientBtn_1{
    max-width: 270px;
    margin: 0 auto;
    display: block;
    text-align: center;
    border-radius: 10px;
}
.welcomeSec a.gradientBtn_1:hover{
    color: #000;
}
.welcomeSec .widgetSec{
    width: 85%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
    border-radius: 15px;
    margin: 0 auto;
    display: block;
}
.welcomeSec .widgetSec img{
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    margin: 0 auto;
    display: block;
}
.welcomeSec .widgetSec h4{
    text-align: center;
    font-weight: 400;
    /* font-size: 38px; */
    color: #666;
    padding: 15px 0;
    margin: 0;
}
.whiteBgSec_1.welcomeSec{
    background-color: #fff;
}
.modal-header .close{
    padding: 0 !important;
}
.magicAiBtn{
    background: #0c236d !important;
    border-color: #0c236d !important;
}
.magicAiBtn:hover{
    color: #fff;
    text-decoration: none;
    background: #333 !important;
}
button.btn-close{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background-color: transparent;
}
button.btn-close::after{
    content: "\F62A";
    color: #333;
    font-family: "bootstrap-icons";
    font-size: 20px;
    line-height: 22px;
    display: block;
}
video.welcomePageVdo{
    width: 100%;
    height: auto;
}



@media screen and (max-width: 767px) {
    .whiteBgSec_1.welcomeSec{
        padding: 30px;
    }
    .welcomeSec .widgetSec h4{
        font-size: 20px;
    }
    .magicAiBtn.btn {
        padding: 10px 15px !important;
        width: auto;
        min-width: auto;
        font-size: 14px !important;
    }
    
}




