@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Oleo+Script:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Spicy+Rice&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

@font-face {
    font-family: 'Zona Pro';
    src: url('../assets/Zona-Pro-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Zona Pro';
    src: url('../assets/Zona-Pro-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}
.gold-logo {
            width: 100%;
           /* max-width: 280px;*/
            max-width: 500px;
          }

html,
body {
    direction: rtl;
    font-family: "Zona Pro", serif !important;
    scroll-behavior: smooth;
    color: #fff;
    background: url('../assets/bg_texture.jpg')!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position:top center!important;
    background-attachment: fixed!important;
    overflow-x: hidden;
}


.banner_section {
    background: url('../assets/header-image.jpg?');
    background-size: cover;
   background-position: right;
    padding: 250px 0 100px;
    /* min-height: 800px; */
    background-repeat: no-repeat;
}

.banner_overlay {
    background: #000000ab;
    z-index: 0;
}

.banner_txt {
    z-index: 2;
    padding: 0px 80px !important;
}

.span_txt {
    font-size: 13px;
    top: 4px;
}

header {
    z-index: 999;
}

a {
    color: #fff !important;
    text-decoration: none !important;
}

.header {
    padding: 8px 0px;
}

.logo-img img {
    width: 100%;
    max-width: 250px;
}

.page-content {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
}

.video-section {
    background: linear-gradient(150deg, rgb(85, 71, 0) 0%, rgb(0, 0, 0) 100%);
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90vh;
    background: linear-gradient(90deg, #ffd7002b 0, #0f1527 30%, rgba(15, 21, 39, 0) 85%);
    display: none
}

.video-overlay {
    display: block;
}

.video-overlay:before {
    content: '';
    background: linear-gradient(180deg, #261445bf 0, rgba(15, 21, 39, 0) 100%);
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 30vw;
    display: none
}

.video-bg {
    height: 90vh;
}

.video-bg video {
    height: 90vh;
    object-fit: cover;
    overflow: hidden;
}

.section-1 {
    padding: 150px 0px 00px 0;
}

.head-title span {
    position: relative;
}


.head-title {
    font-size: 30px;
    line-height: 50px;
}

.head-title span {
    position: relative;
    display: inline-block;
}

.head-title span:before {
    animation: anim 2s linear infinite;
    color: #e1295c;
    position: absolute;
    top: -1px;
    right: 1px;
    width: 0;
    overflow: hidden;
    content: attr(data-text);
}

@keyframes anim {

    0%,
    50%,
    100% {
        width: 0;
    }

    80% {
        width: 100%;
    }
}

.section-1 p {
    font-size: 20px;
    line-height: 30px;
}

.main-form {
    background-color: #ffffff21;
    padding: 30px;
    border-radius: 10px;
    max-width: 400px;
    width: 100%;
    margin: auto 0 auto auto;
    backdrop-filter: blur(20px);
}

.form-title {
    color: #ffd700;
    font-weight: 600;
}

.register-btn {
    background-color: #261445 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #fff !important;
    padding: 15px 50px !important;
    border-radius: 30px !important;
    width: 100%;
}

.banner_pera {
    font-weight: 500;
    font-size: 22px;
}

.section-title {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
}

.section-title2 {
    font-size: 40px !important;
}

.font-size-text {
    font-size: 20px;
}

.section-3 {
    padding: 80px 0px;
}

footer {
    /*  background-color: #000;*/
    background-color: #0C1319;
}

hr {
    border-top: 2px solid gray !important;
}

.call-btn1:hover {
    animation: pulse 1s infinite;
    transition: .3s;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
    }
}

.form-control {
    border-radius: 30px !important;
}

.call-btn1 {
    background-image: linear-gradient(100deg, #F2295B 0%, #1D2462 100%);
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #fff !important;
    padding: 15px 50px !important;
    border-radius: 10px !important;
    border: none !important;
    padding: 8px 50px !important;
    border-radius: 30px !important;
}

.head-btn {
    padding: 15px 26px !important;
    font-size: 22px !important;
    display: inline-block;
}

.img-5star {
    width: 80%;
}

.text-gold {
    font-size: 25px;
}

.card-box p {
    font-size: 16px;
}

.section-4 {
    /* background: linear-gradient(150deg, rgba(46, 36, 97, 1) 0%, rgba(226, 41, 91, 1) 100%); */
    padding: 80px 0px;
}

.coin-icon {
    width: 50%;
}

.design-box {
    padding: 40px;
}

.design-box.step-2 {
    margin-top: 170px;
}

.left-line {
    position: absolute;
    top: 200px;
    left: -40px;
    width: 100px;
}

.right-line {
    position: absolute;
    top: 200px;
    right: -40px;
    width: 100px;
}

.video-bg2 {
    width: 100%;
    height: 100%;
    max-height: 550px;
    width: 100%;
    object-fit: cover;
}

.text-box2 {
    position: relative;
    z-index: 3;
}

.gold-box {
    border: goldenrod solid 3px;
    border-radius: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
    /* margin: 20px 0; */
}

th,
td {
    border: 1px solid #ddd;
    padding: 20px;
    text-align: left;
}


.dark_bg {
    background: #00000000;
}

.price_table {
    background: linear-gradient(100deg, #F2295B 0%, #1D2462 100%);
}

.txtt_box {
    border-bottom: 1px solid #f7f7f752;
}

.section-gap {
    padding: 80px 0;
}


@media(max-width: 990px) {
    .header {
        padding: 10px 0px;
    }

    .main-form {
        margin: 0 auto;
        margin-top: 10px !important;
    }

    .video-overlay {
        display: none;
    }

    .video-bg {
        display: none;
    }

    .video-bg2 {
        display: none;
    }

    .page-content {
        position: unset;
    }

    .logo-img {
        text-align: center;
    }

    .section-1 {
        padding: 80px 0px 80px 0px !important;
    }

    .left-line {
        width: 80px;

    }

    .right-line {
        width: 80px;
    }

    .design-box {
        padding: 20px;
    }

    .coin-icon {
        width: 100%;
        max-width: 200px;
    }

    .big-text {
        font-size: 25px;
    }


}

@media(max-width: 768px) {
    .head-title {
        font-size: 25px;
        line-height: 35px;
        text-align: center;
    }

    .section-1 p {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
    }

    .button {
        text-align: center;
    }

    .section-title {
  /*      font-size: 35px;*/
  font-size: 20px;
  text-align: center;
    }

    .section-1 {
        padding: 50px 0px !important;
    }

    .call-btn1 {
        margin-bottom: 20px;
    }

    .head-title {
        margin-bottom: 0.2rem !important;
    }

    .form-title {
        font-size: 20px;
    }

    .main-form {
        background-color: #fff;
        padding: 15px;
    }

    .form-group {
        margin-bottom: 0.3rem !important;
    }

    .left-line {
        display: none;
    }

    .right-line {
        display: none;
    }

    .design-box.step-2 {
        margin-top: 0px;
    }
    .nav-sec{
            padding:0 10px!important;
         }
}

footer p {
    color: #fff;
    font-size: 12px;
    text-align: justify;
}

.legal {
    float: left;
    margin: 0;
}

.legal a {
    color: #7e7f7f;
}

.section-1 {
    position: relative;
}

.section-3 {
    position: relative;
}

.social-link {
    display: flex;
    list-style: none;
    justify-content: end;
    margin: 0 !important;
}

.social-link img {
    width: 100%;
    max-width: 30px;
}

.social-link li {
    margin-right: 15px;
}

@media(max-width: 769px) {

    .footer-text,
    .social-link {
        text-align: center;
        justify-content: center !important;
        margin-bottom: 10px;
    }

    .form-group {
        margin-bottom: 10px !important;
    }

    .logo-img1 {
        display: block !important;
        text-align: center;
    }

    .logo-img1 img {
        width: 100%;
        max-width: 80px;
        margin: 10px 20px !important;
    }
}

.logo-img1 {
    display: flex;
    gap: 40px;
}

.logo-img1 img {
    width: 100%;
    max-width: 60px;
}


.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 1 !important;
}

@media(max-width: 768px) {
    #form {
        margin: 0px 10px;
    }

    .register-btn {
        padding: 15px 20px !important;
    }

    .mobile_para {
        text-align: center !important;
        font-size: 18px;
    }

    .section-3 {
        padding: 50px 0px;
    }

    .head-btn {
        padding: 10px 40px !important;
        font-size: 20px !important;
    }

    .button2 {
        display: grid !important;
    }

    .main_pera {
        font-size: 30px !important;
    }
}

.main_pera {
    font-size: 50px;
    line-height: 1.3;
}

.submit-btn.btn.register-btn {
    border: none !important;
}

/*mystyle*/
.slider-img {
    width: 100%;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    width: 40px !important;
    height: 40px !important;
    background-color: #fff !important;
    border-radius: 50% !important;
    position: absolute;
    box-shadow: 0px 0px 10px 0px #bababa;
    border: 1px solid #000 !important;
}

.owl-nav .owl-prev span,
.owl-nav .owl-next span {
    font-size: 40px !important;
    line-height: 35px !important;
}

.owl-nav .owl-prev {
    right: -60px;
    top: 40%;
}

.owl-nav .owl-next {
    left: -60px;
    top: 40%;
}

@media(max-width: 600px) {
    .owl-nav .owl-prev {
        right: 00px;
    }

    .owl-nav .owl-next {
        left: 00px;
    }

    .owl-nav .owl-prev,
    .owl-nav .owl-next {
        width: 30px !important;
        height: 30px !important;
    }

    #carousel {
        padding: 0px 30px;
        width: 100%;
    }

    #carousel2 {
        padding: 0px 30px;
        width: 100%;
    }

    .owl-nav .owl-prev span,
    .owl-nav .owl-next span {
        font-size: 25px !important;
        line-height: 25px !important;
    }
}

.white-bg {
    background-color: #f1f1f1;
}

.white-bg .section-title {
    color: #0f1527;
}

.section-2 {
    position: relative;
}

.man-image1 {
    position: absolute;
    bottom: 0px;
    right: 5%;
    max-width: 400px;
}

.man-image2 {
    position: absolute;
    bottom: 0px;
    left: 3%;
    max-width: 400px;
}

.terms-text {
    font-size: 18px;
}

.big-text {
    font-size: 50px;
}

.left-section6 p {
    font-size: 25px;
}

.right-section6 h4 {
    margin-bottom: 0px;
}

.section-7 {
    padding: 80px 0px;
}

.left-side1 h2 {
    font-size: 50px;
}

.trustpilot-stars {
    width: 100%;
    max-width: 200px;
}

.trustpilot-logo {
    width: 100%;
    max-width: 150px;
}

.pilot-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    min-height: 305px;
}

.pilot-box h3 {
    font-size: 20px;
    font-weight: 700;
}

.pilot-box .trustpilot-stars {
    max-width: 150px;
    margin-bottom: 20px;
}

.pilot-box h3 {
    font-size: 20px;
}

.pilot-box p {
    font-size: 14px;
}

.trust-pilot-box {
    padding: 0px 80px;
}

.form {
    max-width: 900px;
    background: linear-gradient(100deg, #F2295B 0%, #1D2462 100%);
    padding: 40px 30px;
    border-radius: 20px;
}

.clock-timer {
    font-size: 16px;
}

.clock-label {
    font-size: 12px;
}

.clock-col {
    padding: 8px;
    background: linear-gradient(100deg, #F2295B 0%, #1D2462 100%);
    width: 22%;
}

.moreless-button {
    color: #00b47b;
    text-decoration: underline;
}

.moretext {
    display: none;
}

.moreless-button {
    cursor: pointer;
}

.icon-box-image img {
    border-radius: 10px;
}

.icon-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.intl-tel-input,
.iti {
    width: 100%;
    color: #000;
}

.form-control {
    margin-bottom: 15px;
    height: 50px;
}

.fixed-box {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 9999;
    background: #000000bd;
    padding: 40px 35px;
    backdrop-filter: blur(20px);
    border-radius: 10px;
    width: 100%;
    max-width: 380px;
    border: 1px solid #fff;
}

.fixed-box h2 {
    font-size: 35px;
}

.fixed-box h3 {
    font-size: 19px;
}

@media(max-width: 1480px) {
    .man-image1 {
        right: 2%;
        max-width: 350px;
    }

    .man-image2 {
        left: 0%;
        max-width: 350px;
    }
}

@media(max-width: 990px) {
    .man-image1 {
        right: 0%;
        max-width: 270px;
    }

    .man-image2 {
        left: 0%;
        max-width: 270px;
    }
}

@media(max-width: 768px) {

    .man-image1,
    .man-image2 {
        display: none;
    }

    .trust-pilot-box {
        padding: 0px 30px;
    }

    .banner_section {
        /*padding: 120px 0;*/
        min-height: 500px;
        padding: 120px 0 0 0;
    }

    .section-7,
    .section-gap {
        padding: 40px 0px;
    }

    .left-side1 h2 {
        font-size: 35px;
    }

    .form {
        padding: 40px 15px;
    }

    .fixed-box {
        bottom: 00px;
        right: 00px;
        padding: 40px 20px !important
    }

    .banner_txt {
        padding: 0px 20px !important;
    }

    .main_hed {
        text-align: center;
    }
}

.camp-img {
    max-width: 500px;
}

.discord-logo-img {
    max-width: 30px;
    margin-right: 10px;
}

.call-btn2 {
    background: #121d46 !important;
    border-radius: 30px !important;
    box-shadow: 5px 5px 0px 1px #ec518f;
}

.banner_pera span {
    color: #00b67a00;
    background: linear-gradient(to right, #e1295c, #e1295c);
/*    background: radial-gradient(circle, rgb(222, 41, 92) 0%, rgb(154, 39, 94) 35%, rgb(40, 36, 98) 100%);*/
    background-clip: text;
    font-weight: 700;
}

.head-box-width {
    max-width: 650px;
    text-align: center;
    width: 100%;
}

.button2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.banner_pera1 {
    font-size: 40px;
    font-weight: 700;

}

.banner_pera1 span {
    font-weight: 400;
    font-size: 30px;
}

.close-icon {
    top: 10px;
    color: #fff;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

.fixed-box {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.fixed-box.hide {
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
    /* Prevent interaction after hiding */
}

.battle-img {
    width: 100%;
    max-width: 200px;
}

.bitcoin-logo {
    max-width: 200px;
}

.circle-box {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    margin: 0 auto;
}

.circle-box h2 {
    font-size: 26px !important;
    color: #fff !important;

}

.icon-box-image h2 {
    font-size: 16px;
    line-height: 25px;
}

.icon-box-image {
    padding: 30px;
    background-color: #000000c2;
    height: 300px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgb(62, 62, 62);
    margin-bottom: 20px;
}

.head-title2 {
    font-size: 50px;
    font-family: "Oleo Script", serif !important;
    letter-spacing: 4px;
}

.head-title4 {
    font-size: 40px;
    font-family: "Bree Serif", serif !important;
}

.icon-section .col-lg-4 {
    margin-bottom: 30px;
}

.table-width {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

thead th {
    color: #b2275d;
}

tbody td {
    color: #000;
    font-weight: bold;
}

.nav-tabs {
    gap: 30px;
    width: max-content;
    margin: 0 auto;
    /* background-color: #303242; */
    padding: 20px !important;
    /* border-radius: 100px; */
}

.nav-tabs .nav-link {
    color: #495057;
    background: transparent;
    border: 2px solid #fff !important;
    border-radius: 50px !important;
    padding: 10px 35px 10px 35px;
    font-size: 18px;
}

.nav-tabs .nav-link.active {
    color: #495057;
    background: linear-gradient(89deg, #332663 0%, #EA2A5C 100%);
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 10px 35px 10px 35px;
    font-size: 18px;
}

.nav-link {
    position: relative;
}


table {
    width: 100%;
    background-color: #000;
    border-radius: 20px;
}

table th {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
}

.tab-pane {
    overflow: auto !important;
    box-shadow: 0px 0px 10px rgb(62, 62, 62);
    border-radius: 20px;
}

table th,
table td {
    padding: 18px;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
}

td:nth-child(2),
td:nth-child(4),
td:nth-child(6),
td:nth-child(8) {
    background: #13161f;
    font-size: 15px;
}

table td:first-child {
    color: #fff;
    font-weight: 600;
}

table td {
    color: #898A94;
}

table thead th {
    background: #000;
}

table thead th:last-child {
    border-radius: 00px 20px 0px 0px;
}

table thead th:first-child {
    border-radius: 20px 0px 0px 0px;
}

table th,
table td {
    padding: 18px;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
}

table {
    width: 100%;
    background-color: #000;
    border-radius: 20px;
}

.table-title {
    background-image: linear-gradient(100deg, #F2295B 0%, #1D2462 100%);
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #fff !important;
    border-radius: 10px !important;
    border: none !important;
    padding: 8px 50px !important;
    border-radius: 30px !important;
    width: fit-content;
    margin: 0 auto;
}

.funded-logo {
    max-width: 400px;
}


/*index css*/
 .early-bird-box{
         background-color: rgba(0, 0, 0, 1);
         width:100%;
         max-width: 450px;
         border-radius: 10px;
         border:1px solid #fff;
         }
         .banner_pera2{
         font-size: 20px;
         }
         .nav-sec{
         padding:0 60px;
         }
         #dropdownMenuButton1{
             background: #000;
             border:1px solid #fff;
             padding: 6px 10px;
         }
         .dropdown-menu.show {
         display: block;
         background: #000;
         }
         .dropdown-item:hover,
         .dropdown-item:active {
         background-image: linear-gradient(100deg, rgb(242, 41, 91) 0%, rgb(29, 36, 98) 100%);
         color: white;
         }
         .dropdown-item.active {
         background-image: linear-gradient(100deg, rgb(242, 41, 91) 0%, rgb(29, 36, 98) 100%);
         color: white; 
         }

         .fund-txt {
          
           letter-spacing: 0 !important;
           font-size:27px;
           font-weight: 600;
         }


         
         @media(max-width:768px){
            .win_txt {
                font-size: 50px !important;
              }
              .head-title-h1 {
                font-size: 18px;
                line-height: 26px;
                letter-spacing: 1px !important;
                text-align: center;
              }
              .fund-txt {
              font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
    text-align: center;
         }
         .txt-sec {
            font-size: 32px;
          }
          .gold-logo {
            width: 100%;
            max-width: 200px;
          }
        }
