@import url('https://fonts.googleapis.com/css2?family=Work+Sans: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&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Work Sans', sans-serif;
}

:root {
    --black: #0D0D0D;
    --lblack: rgb(24, 24, 24);
    --lblue: #5EC9E3;
    --blue: #3DC6EF;
    --dblue: #1F2970;
    --shadow: 0px 5px 30px rgba(0, 0, 0, 0.123);
    --gray: rgb(158, 158, 158);
    --btn: linear-gradient(45deg, var(--dblue), var(--blue));
    --gradient: linear-gradient(45deg, rgb(255, 23, 185), rgb(23, 143, 255));
    --tgradient: linear-gradient(45deg, rgba(255, 23, 185, 0.815), rgba(23, 143, 255, 0.753));
    --dgradient: linear-gradient(45deg, rgb(32, 32, 32), rgb(14, 14, 14));
}

body {
    background-color: #04062e;
}

ul {
    list-style: none;
    padding-left: 0;
}

a {
    text-decoration: none;
    color: white;
}

ul li a{
    font-weight: 600;
    transition: 0.6s;
}

ul li a:hover{
    color: #95f9e2;
}

html {
    scroll-behavior: smooth;
}

.container {
    max-width: 1200px;
    margin: auto;
}

.sec-main {
    padding: 5em 0em;
    overflow-x: hidden !important;
    z-index: -1;
}

nav {
    background-color: #04062e;
    padding: 0.5em 0em;
    box-shadow: var(--shadow);
}

.nav-bar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
}

.nav-bar .logo {
    width: 90px;
    margin-right: 400px;
}

img {
    width: 100%;
}

.mb {
    display: none;
}

.pc {
    display: block;
}

.links {
    width: 420px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-active {
    background: var(--btn) !important;
}

/* banner */

.big-size{
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

.size{
    max-width: 1400px;
    width: 80%;
    margin: auto;
}

.banner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.banner-text{
    padding: 0 10%;
}

.head-text{
    padding: 8% 8%;
    text-align: center;
}

.banner-text h1,.head-text h1{
    color: white;
    font-size: 60px;
    font-weight: 600;
    text-transform: capitalize;
}

.head-text h1{
    font-size: 45px;
}

.banner-text p,.head-text p{
    color: #bfc1d5;
    font-size: 22px;
    line-height: 35px;
    padding: 3% 0;
}

.banner-text h3{
    color: #95f9e2;
    font-size: 25px;
    padding: 2% 0 5% 0;
    font-weight: 500;
}
.head-text h3{
    color: #ee3f92;
    font-size: 25px;
    padding: 2% 0 5% 0;
    font-weight: 500;
}
.btnn{
    background: #95f9e2;
    color: black;
    outline: none;
    border: none;
    border-radius: 4px;
    text-align: center;
    padding: 16px 50px;
    margin: 3% 0;
    transition: 0.4s;
}

.btnn a {
    color: #1a1e1d;
    font-size: 18px;
    font-weight: 600;
}

.d{
    display: block;
}
.p{
    display: none;
}
#about-us,#insights,#contact{
    scroll-behavior: smooth;
}
#myBtn {
  display: none;
  position: fixed;
  height: 50px;
  width: 50px;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  font-weight: 800;
  border: none;
  outline: none;
  background-color: #95f9e2;
  color: white;
  cursor: pointer;
  transition: 0.4s;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}


.about{
    width: 100%;
    background: #3c3d57;
    padding: 10% 0;
    text-align: center;
}

.us h1{
    font-size: 60px;
    color: #bfc1d5;
     padding-bottom: 5%;
    }

.us p{
    color: #bfc1d5;
    padding: 5% 0;
    font-size: 20px;
}

.Insights{
    padding: 10% 0;
    text-align: center;
}

.Insights h1{
    font-size: 35px;
    color: #95f9e2;
    padding-bottom: 5%;
}
.pamp{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 4%;
}

.bor{
    border: 2px dashed white;
    padding: 5% 3%;
}

.bor p{
    color: #bfc1d5;
    font-size: 18px;
    line-height: 30px;
}
.bor h2{
    color: white;
    font-size: 22px;
    padding: 5% 0;
}
.bor h4{
    color: #f14485;
    padding: 5% 0;
}

.form{
    padding:8% 10% -8% 10%;
    text-align: center;
    margin-bottom: -10%;
}

.form h1{
    font-size: 35px;
    color: #95f9e2;
    font-weight: 600;
    padding-bottom: 5%;
    letter-spacing: 1px;
}

.footer{
    background: black;
    padding: 3% 0;
    text-align: center;
}

.foot{
    color: white;
    font-size: 14px;
}


.logo{
    color: white;
    font-size: 50px;
    font-weight: 200;
}
.logo a{
    font-weight: 500;

}

.logo a:hover{
    color: white;
}

/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.wrap-contact100 {
    max-width: 960px;
    background: transparent;
    border-radius: 2px;
    padding: 66px 115px 59px 115px;
    position: relative;
}

/*==================================================================
[ Form ]*/

.contact100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact100-form-title {
    display: block;
    width: 100%;
    font-size: 30px;
    color: white;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 32px;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    width: 100%;
    position: relative;
    background-color: #f1f1f1;
    margin-bottom: 35px;
}

.rs1-wrap-input100 {
    width: calc((100% - 30px) / 2);
}

.label-input100 {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
}

.input100 {
    display: block;
    width: 100%;
    background: #f1f1f1;
    border:none;
    border-bottom: 1px solid white;
    font-size: 18px;
    color: #04062e;
    outline: none;
    line-height: 1.2;
    padding: 0 28px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    margin-top: 10px;
}

/*---------------------------------------------*/

input.input100 {
    height: 62px;
}

textarea.input100 {
    min-height: 162px;
    padding-top: 19px;
    padding-bottom: 13px;
}

.input100:focus {
    background: #e6e6e6;
}

/*------------------------------------------------------------------
[ Button ]*/

.container-contact100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5px;
}

.wrap-contact100-form-btn {
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 2px;
    overflow: hidden;
}

.contact100-form-bgbtn {
    position: absolute;
    z-index: -1;
    width: 300%;
    height: 100%;
    background: var(--yellow);
    top: 0;
    left: -100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.contact100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 150px;
    height: 62px;
    /* font-family: Raleway-Bold; */
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
}

.wrap-contact100-form-btn:hover .contact100-form-bgbtn {
    left: 0;
}

.btnu{
    background: #95f9e2;
    color: #231d1f;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    height: 40px;
    border: none;
    cursor: pointer;
    transition: 0.4s;
}

.btnu:hover{
  background-color: #bfc1d5;
}
.btnn:hover{
    background-color: #bfc1d5;
}
/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
    .wrap-contact100 {
        padding: 66px 80px 59px 80px;
    }
}

@media (max-width: 768px) {
    .rs1-wrap-input100 {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .wrap-contact100 {
        padding: 66px 15px 59px 15px;
    }
}

/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    bottom: calc((100% - 34px) / 2);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 10px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 16px;
    bottom: calc((100% - 34px) / 2);
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 18px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

/*==================================================================
[ Contact more ]*/

.contact100-more {
    display: block;
    max-width: 960px;
    font-size: 20px;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    padding: 40px 0 10px 0;
}

@media (max-width:991px) {
    .container {
        padding: 0% 5%;
    }
    .pc {
        display: none;
    }
    .mb {
        display: block;
    }
    nav {
        position: fixed;
        width: 100%;
        z-index: 99999;
        top: 0;
    }
    .btns {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    .btns button {
        width: 100%;
    }
    .mmm {
        display: none;
    }
    .active {
        display: block;
    }
    .menu {
        height: 87vh;
        position: fixed;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: var(--black);
        width: 100%;
        left: 0;
        top: 13vh;
        z-index: 9999;
        justify-content: space-around;
        padding: 5em 0em;
    }
    .toggle i {
        color: white;
        font-size: 2rem;
    }
    .close {
        display: none;
    }
    .close i {
        color: white;
        font-size: 2rem;
    }
    .nav-bar .logo {
        width: 70px;
        margin-right: 0px;
    }
    .title-s {
        font-size: 2rem;
    }
    .size{
        width: 85%;
    }
    .hero-wraper,.banner,.pamp {
        grid-template-columns: 1fr;
        grid-gap: 3em;
    }
    .head-text{
        padding: 8% 0;
    }
    .banner-text h1,
    .head-text h1{
        font-size: 30px;
    }
    .dash{
        padding-top: 45%;
    }
    .banner-text p,.head-text p{
      line-height: 28px;
      font-size: 18px;
    }
    .head-text p{
        padding: 7% 0;
    }
    .wraper,
    .package-wraper,
    .package-wraperr,
    .crypto-wraper {
        grid-template-columns: 1fr !important;
        width: 100%;
    }
    .none {
        display: none;
    }
    .tab-btn {
        width: 120px;
        padding: 0.8em 1em;
        font-size: 1rem;
        margin: 5px;
    }
    .title {
        font-size: 2.5rem;
        margin-top: 2em;
    }
    .menu {
        padding: 12em 0em;
    }
    .support i {
        height: 60px;
        width: 60px;
        right: 25px;
    }
    .form{
        margin-top: 15%;
    }
    .aff-wraper,
    .how-wraper,
    .signup {
        grid-template-columns: 1fr;
    }
    .d{
        display: none;
    }
    .p{
        display: block;
    }
    .head-text h3{
        font-size: 15px;
    }
    .deep{
        padding-bottom: 20%;
    }
}