@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..900;1,100..900&display=swap');

:root{
    --blue_color:rgb(36 61 115) !important;
    --font-family-main: 'Manrope', sans-serif;
    --hero-font-size: 94px;
    --menu-font-size: 14px;
    --hero-color: #ffffff;
    --primarycolor:#233c72;
    --gradient:linear-gradient(103deg, #74d711 0%, rgb(53 73 231) 100%);
     /* --gradient:linear-gradient(103deg, rgb(17, 40, 164) 0%, rgb(157, 164, 220) 100%); */
    /* --gradient:linear-gradient(103deg, rgb(17, 40, 164) 0%, rgb(147 219 75) 100%); */
    --secondcolor:rgb(255, 255, 255);
    --elementbackground:#ffffff;
    --greenColor:#85d638;
    --blackColor:black;
    --newbackground:#ececed;
    /* --text_color:#9b9191; */
     --text_color:#222222;
     --text_weight:400;
     --heading_weight:500;
     --letter_spacing:-1.67px;
     --border_radius:10px;
     --sectionPading:75px 0;
     --borderColor:rgb(209 204 204);
}
body{
  font-family: "Poppins", sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  background-color: var(--newbackground) !important;
  color: var(--secondcolor);
}
@media screen and (min-width:1240px) {
    header .nav_links{
        align-items: center;
    }
}
@media screen and (min-width:600px) {
    .martop{
        margin-top:220px !important;
    }
}
section {
    scroll-margin-top: 85px;
}
.mt_75{
    margin-top: 75px;
}
.text_primary{
    color:var(--blue_color);
}
.subtitle{
    font-size: 59px;
    letter-spacing: -3.5px;
}
.amtscs{
    display: inline-block;
    background-image: var(--gradient);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    -webkit-background-clip: text;
}
.profix{
    display: inline-block;
    background-image: var(--gradient);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
}
.box_shad{
    /* box-shadow: 5px 0px 8px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 5px 0px 8px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 0px 8px 0px rgba(0,0,0,0.75);
border-radius: 4px; */
}
.makeback{
     background-color: black !important;
}
.makewhie{
     background-color: var(--elementbackground) !important;
}
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 20px;
    cursor: pointer;
    }
.hamburger div {
      height: 3px;
      background-color: white;
      border-radius: 2px;
}
.headingtitle{
    font-size: 70px;
    text-align: center;
    margin-bottom: 60px;
}
a{
    text-decoration: none;
    display: inline-block;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul{
    list-style-type: none;
    padding: 0;
}

.headerbackgroundnormal{
    background-color: rgb(147 14 14 / 3%);
    backdrop-filter: blur(15px);
} 
.headerbackgroundwhite{
    background-color: var(--elementbackground);
}
.newcolorheaderblack{
    color: var(--blackColor) !important;;
    font-weight: 500;
}
.newcolorbtnblack{
    border: 1px solid rgb(209 204 204) !important;
    color:var(--blackColor) !important;
    background-color: var(--elementbackground) !important;
}
header{
    background-color: rgb(147 14 14 / 3%);
    backdrop-filter: blur(15px);
    width: 100%;
    position: fixed;
    top:0;
    display: flex;
    gap:72px;
    align-items: center;
    padding: 0 35px;
    height: 88px;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
header .logo1{
    height: 58px;
}
header .nav_links{
    padding: 0;
    margin: 0;
    display: flex;
    gap: 13px;
    list-style-type: none;
}
.content_header{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
header .nav_links a{
    text-decoration: none;
    display: inline-block;
    padding: 4px 6px;
    font-size: 14px;
     color: var(--secondcolor);
     font-weight: 500;
}
.third_section a{
    display: inline-block;
    text-decoration: none;
    border: 1px solid var(--text_color);
    color: var(--secondcolor);
    padding: 4px 18px;
    background-color: #0d1829;
    border-radius: var(--border_radius);
}
header .nav_links a:hover{
    color: gray;
}

.text-slider {
  height: 80px;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  box-sizing: border-box;
}

.text-slider ul {
  list-style: none;
  padding: 0;
  margin: 0;
  transition: transform 0.5s ease;
}

.text-slider li {
  font-size: 60px;
  text-align: center;
  height: 80px;
  line-height: 80px;
  display: flex;
  justify-content: start;
  align-items: center;
  background-image: var(--gradient);
 color: #fff;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 500;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media screen  and (max-width:700px){
    .text-slider li{
        text-align: start;
        line-height: 40px;
        font-size: 35px;
    } 
    .front_content{
        left: 0 !important;
        padding: 0 15px;
    }
}
.front_sec{
    position: relative;
}
.front_sec video{
   width: 100%;
    height: 850px;
    object-fit: cover;
}
.front_content{
    position: absolute;
    top: 190px;
    left: 15%;
    color: var(--secondcolor);
}
.front_content ul{
     list-style-type: none;
     padding: 0;
}
.front_content h4{
    font-size: 95px;
}
.front_content p{
    font-size: 18px;
    margin-bottom: 0;
}
.front_sec_btn a{
    display: inline-block;
    padding: 9px 31px;
    text-decoration: none;
    background-color: var(--primarycolor);
    color: var(--secondcolor);
    margin-top: 15px;
    border-radius: var(--border_radius);
}
.image_sec11{
    width: 80%;
    position: relative;
     top: -300px;
    margin: 0 auto;
}
.image_sec11_con .desktop{
    width: 100%;
}

.image_sec11_ani{
    position: relative;
    display: flex;
   bottom: 188px;
}
.image_sec11_ani img{
    width: 26%;
    height: 500px;
    position: absolute;
}
.firstIma{
    position: absolute;
    left: 175px;
    height: 600px;
    width: 26%;
    height: 500px;
    top: 100px;
}
.firstIma img{
    width: 100%;
}
.image_sec11_ani .imgphone1{ 
    transform: rotate3d(1, 1, 1, 325deg);
}
.image_sec11_ani .imgphone2{
    right: 372px;
    height: 600px;
}
.image_sec11_ani .imgphone3{
    right: 135px;
    height: 600px;
}

.challenge{
    margin-top: 150px;
    padding: var(--sectionPading);
    text-align: center;
    background-color: var(--elementbackground);
}
.challene_card_heading{
    border-bottom: 1px solid #dddada
}
.challenge h4{
    display: block !important;
}
.challenge p{
      color: var(--text_color);
    font-weight: 500;
    line-height: 19px;
    margin: 13px 0;
}
.challenprice{
    margin-top: 50px;
}
.challengepricemobile{
    display: none;
}
.challengcontainer{
    display: flex;
    justify-content: center;
    align-items: center;
      gap: 21px;
}
.challennav{
    margin: 0 auto;
}
 .challeng_btn{
    border: 1px solid #e3e3e3;
    width: fit-content;
    border-radius: var(--border_radius);
    padding: 2px 14px;
    cursor: pointer;
}
.challenactive{
    /* background-color: var(--primarycolor); */
    background: var(--gradient);
    color: var(--newbackground);
}
.faqactive{
    background-color: var(--primarycolor) !important;
    color: var(--elementbackground) !important;
}
.challeng_btn img{
    cursor: pointer;
}
.challene_card{
    border: 1px solid #dddada;
}
.challengetable thead th{
    font-weight: 500;
}
.challengetable thead a{
   display: block;
    font-weight: 400;
    text-decoration: none;
    border: 1px solid #d7cece;
    color: white;
    background: #282828;
    border-radius: 14px;
}
@media screen and (min-width:992px) {
    .challenprice{
        margin: 0 auto;
    }
}

.challene_card_heading h3{
    margin: 0 20px;
    padding: 14px 0;
    text-align: start;
    font-size: 20px;
    color: var(--text_color);
}
.body_subheading{
    display: flex;
    justify-content: space-between;
    margin: 5px 20px;
}
.body_subheading .hight_12{
     padding: 26px 0;
}
.body_subheading .left_side{
    text-align: start;
}
.body_subheading .right_side{
    text-align: right;
}
.right_side .hight_12{
    font-size: 36px;
    color: black;
}
.left_side p:first-child,
.right_side p:first-child{
    height: 90px;
}
.body_subheading .left_side p{
    font-weight: 400;
}
.key_feature{

}
.withdrawals{
    background-color: var(--elementbackground);
}

.withdrawals{
    padding: var(--sectionPading);
    text-align: center;
}
.withdrawals p{
    color: var(--text_color);
    text-align: center;
    width: 84%;
    margin: 0 auto;
}
.withdrawals .payment_slider{
    width: 60%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.card_feature{
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: var(--secondcolor);
    padding: 10px 20px;
    margin-bottom: 21px;

}
.card_feature img{
    width: 81px;
    height: 81px;
    margin: 0 auto;
    display: block;
}
.card_feature_conte{
    height: 147px;
}
.card_feature h5{
    font-size: 37px;
    font-weight: bold;
    margin: 0;
}
.card_feature span{
    font-size: 37px;
    font-weight: bold;
    /* line-height: 35px; */
}
.card_feature p{
    color: var(--text_color);
    margin-top: 9px;
    /* line-height: 18px; */
}
.card_feature .svgcont{
    height: 107px;
    display: flex;
     align-items: center;
    justify-content: center;
}
.card_feature .svgtext{
    margin: 0;
    font-size: 76px;
    font-weight: 500;
    color: #e4e8f2;
}
.faqdes{
    background-color: var(--elementbackground);
    margin-top: 75px;
    padding: var(--sectionPading);
}
.boxleftfaq{
    padding: 3px 8px;
    border-radius: 5px;
    margin: 4px 0;
    cursor: pointer;
}
.faqdes .ques{
    margin: 6px 0;
}
.faqdes p {
    margin: 0;
    font-weight: normal;
}
.faqdes i{
    display: inline-block;
    margin-right: 10px;
}
.faqdes .quescon{
     border:1px solid var(--borderColor);
     padding: 10px 3px;
     cursor: pointer;
     background: #f5f5f5;
}
.faqdes .anser12{
     border:1px solid var(--borderColor);
    padding: 10px 11px;
    border-top: none;
}
.comunity_card1{
    background-color: var(--elementbackground);
    padding: 70px 20px;
    text-align: center;
}
.comunity_card1 p{
    margin: 0;
}
.comunity_card1 h4{
    margin: 0;
    line-height: 33px;
}
.comunity_card1 .compara{
     font-weight: 500;

}
.comunity_card1 .people_com{
    position: relative;
    width: 390px;
    height: 240px;
        margin: 0 auto;
}
.comunity_card1 .people_com img{
    width: 188px;
    height: 188px;
    position: absolute;
}
.comunity_card1 .people_com_img1{
    left: 0;
}
.comunity_card1 .people_com_img2{
    right: 108px;
}
.comunity_card1 .people_com_img3{
    left: 162px;
}
.comunity_card1 .people_com_img4{
    right: -35px;
}
.comunity_p p{
    color: var(--text_color);
    line-height: 20px;
    width: 84%;
    margin: 0 auto !important;
    text-align: start;
}
.readcontainer12{
   display: flex;
    flex-direction: column;
    gap: 40px;
    height: 550px;
}
.readcontainer{
    display: flex;
    justify-content: center;
    align-items: end;
}
.readcontainer img{
    width: 182px;
}
.social_icon{
   margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.social_icon a{
    display: inline-block;
}
.social_icon img{
    width: 30px;
    height: 30px;;
}
.Journey{
    width: 80%;
    margin: 33px auto;
    position: relative;
}
.Journey video{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.content_journey{
    position: absolute;
    top: 76px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.content_journey h4,
.content_journey p{
    color: var(--elementbackground);
    margin: 0;
}
.content_journey h4{
    font-size: 59px;
    letter-spacing: -2px;
}
.content_journey .conpar{
        margin-top: 16px;
}
.content_journey p {
    line-height: 20px;
}
.combtn{
    display: inline-block;
    padding: 9px 31px;
    text-decoration: none;
    background-color: var(--primarycolor);
    color: var(--secondcolor);
    margin-top: 15px;
    border-radius: var(--border_radius);
}
footer{
    margin-top: 100px;
    /* background-color: var(--elementbackground); */
    padding-top: 20px;
}
footer .logo2{
    width: 170px;
}
footer .foheading{
    margin: 0;
    /* color: var(--elementbackground); */
    font-weight: 700;
}
footer a{
    display: block;
    text-decoration: none;
    color: var(--text_color);
        font-size: 13px;
        margin: 14px 0;
}
footer .trade{
    color: var(--text_color);
    font-weight: 600;
}
footer .fotbotomcontent{
    color: var(--text_color);
    font-weight: 400;
    line-height: 20px;
    text-align: start;
    font-size: 13px;
}
.paramfotter{
    margin-bottom: 10px;
}

@media screen and (max-width: 1240px) {
    header{
        padding: 0 30px;
        justify-content: space-between;
    }
    .showheader{
        display: flex !important;
    }
    .mobliemenu{
        display: flex;
    }
    .hamburger{
        display: flex;
    }
    .content_header{
        display: none;
        flex-direction: column;
        position: absolute;
        top: 87px;
        width: 100%;
        left: 0;
        padding: 10px;
        background-color: var(--blue_color);
        border-top: 1px solid #e9d4d4;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    header .nav_links{
         flex-direction: column;
    }
    .third_section a{
      display: block;
      text-align: center;
    }
    .content_journey{
         top: 85px;
    }
    .content_journey h4{
        font-size:49px;
    }
    .image_sec11_ani .imgphone1{
         left: 27px;
    }
    header .nav_links a{
        display: block;
        padding: 2px 6px;
    } 
    header .nav_links li:not(:last-child){
         border-bottom: 1px solid #f1dfdf;
    }  
}
@media screen and (max-width:1024px){
    .subtitle{
        font-size: 59px;
    }
    .image_sec11_ani{
        display: none;
    }
    .challenge{
        margin-top: 34px;
    }
    .pricing {
         margin-top: 80px;
    }
    .card_feature_conte{
        height: 231px;
    }
}
@media screen and (max-width: 1000px) {
    .challene_card{
        margin-bottom: 23px;
    }
    /* .challengepricemobile{
        display: block;
    } */
    .challenprice12{
        /* display: none; */
        
    }
    .tablecontainmob{
        overflow-x: scroll;
    }
    .challengetable thead a{
        font-size: 12px;
    }
}
@media screen and (max-width: 830px) {
    .content_journey h4{
        font-size: 43px;
    }
}
@media screen and (max-width:780px){
    .front_content h4{
        font-size: 64px;
    }
}
@media screen and (max-width:550px) {
    .content_journey{
        top: 73px;
    }   
    .content_journey h4{
        font-size: 24px;
    }
    .subtitle{
        font-size:46px;
    }
    .headingtitle{
        font-size: 48px;
    }
    .challenprice .challeng_btn{
        /* width: 59%; */
    }
    header .logo1{
        height: 48px;
    }
    header{
        padding: 0 13px;
    }
    .front_content h4{
        font-size: 46px;
    }
}
@media screen and (max-width:400px){
    .front_content h4{
        font-size: 44px;
    }
}
.row12{
    display: grid;
    grid-template-columns: auto auto auto auto auto;   
}
.col12 {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 7px;
}
.col12 .pricbox{
    width: 187px;
    height: 90px;
    border: 1px solid #dddada;
}
.pricingcontainer{
    width: 89%;
    margin: 0 auto;
    position: relative;
}
.price_btn_change{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: end;
    gap: 21px;
    margin-top: 15px;
    top: 39%;
}
.price_btn_change i{
    cursor: pointer;
    font-size: 28px;
}   
.col12 p,
.col12 h6{
    margin: 0;
}
.col12 .pricbox{
    display: flex;
    justify-content: center;
    align-items: center;
}
.col12 .price1{
    background: var(--gradient);
    color: white;
    height: 50px;
    transition: all 0.5s ease-in-out;
    transform-style: preserve-3d;
    perspective: 1000px;
}
.col12 .price1:hover{
    transform: rotateY(180deg);
}
.col12 .price1 h6{
    transition: all 0.5s ease;
}
.col12 .price1:hover h6 {
  transform: rotateY(180deg);
}
.col12 .price2{
    flex-direction: column;
}
.price2 p{
    font-weight: 400;
}
.price2 span,
.pricbox h6{
    font-weight: 600;
    display: block;
}
@media screen and (min-width:600px) {
    .image_sec11_con .phone{
        display: none;
    }
}

@media screen and (max-width:600px) {
    .people_com{
        display: none;
    }
    .image_sec11_con .desktop{
        display: none;
    }    
    .image_sec11_con .phone{
        width: 80%;
        margin: 0 auto;
        display: flex;
        position: relative;
        top: 39px;
    }
    .challengetable thead a{
        font-size: 12px;
    }
}
@media screen  and (min-width:1200px){
    .pricingcontainer table{
        display: none;
    }
}
@media screen and (max-width:1200px) {
    .deskprincing{
        display: none;
    }
}
@media screen and (max-width:420px) {
    .comunity_card1 .people_com{
        width: 290px;
    }
    .comunity_card1 .people_com_img1{
        left: -35px;
    }
    .comunity_card1 .people_com_img2{
        right: 83px;
    }
    .comunity_card1 .people_com_img3{
        left: 86px;
    }
    .front_content{
        left: 33px;
    }   
    .content_journey h4{
        letter-spacing: 1px;
    }
    .content_journey{
        top: 50px;
    }
    .content_journey p{
        line-height: unset;
    }
    .comunity_card1  h4{
        line-height: 42px;
    }
    .profix{
        display: block;
    }
    .subtitle{
        letter-spacing: 0px;
    }
}

@media screen and (min-width:1366px) {
    .image_sec11{
        top: -350px;
    }
}

