* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

body {
    overflow-x: hidden;
}
  

@font-face {
    font-family: Patrick Hand;
    src: url(../fonts/ComicNeue-Bold.ttf);
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
    cursor: default;
    font-family: 'Patrick Hand', cursive;
    font-weight: 400;
}

.btn {
    font-family: Patrick Hand;
    font-size: 1vw;
    color: black;
    padding: .8vw 1.5vw;
    border-radius: .8vw;
    border: 2px solid #3867E1;
    background: #6CE5FF;
    box-shadow: 0px .4vw 0px 0px #3867E1;
}


h2 {
    color: white;
    font-family: Patrick Hand;
    font-size: 2vw;
    line-height: normal;
}

p {
    color: white;
    font-size: 1vw;
    line-height: 120%;
}

/*------------------- website management ------------
------------*/

/*--------------- hero-section -------------
--------*/

.hero-section {
    width: 100%;
    height: 70vw;
    background: url(../images/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1000;
    margin-top: -1vw;
}

nav {
    width: 100%;
    height: auto;
    display: flex;
    padding: 2vw 3vw;
    align-items: center;
    justify-content: flex-end;
    gap: 1vw;
    z-index: 2;
    position: relative;
}

nav .links {
    display: flex;
    justify-content: center;
    gap: 1vw;
    align-items: center;
}

nav .links a img {
    width: 3vw;
}

.hero-section .heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 26vw;
    z-index: 2;
    position: relative;
}

.hero-section .heading .hero-img {
    width: 30vw;
    animation: backInDown 2s cubic-bezier(0.075, 0.82, 0.165, 1)  forwards;
}

.hero-section .heading .hero-title {
    width: 23vw;
    align-self: flex-end;
}

.hero-section .hero {
    width: 23vw;
    animation: bounceInDown 1s;
}

.hero-section .signs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 25vw;
}

.hero-section .signs a img {
    width: 13vw;
}

.hero-section .signs a img.board1 {
    margin-top: 4.8vw;
    margin-left: 1.4vw;
}

.hero-section .signs a img.board2 {
    margin-top: 5.2vw;
    margin-right: -1.4vw;
}

.hero-section .signs a img.board3 {
    margin-top: 1.7vw;
    margin-right: -3vw;
}

.hero-section .t1 {
    position: absolute;
    top: 5vw;
    left: -7vw;
    width: 25vw;
    z-index: 1;
    transform: rotateZ(-60deg);
    transform-origin: bottom;
    animation: ani 1s linear forwards;
    animation-delay: .5s;
}

.hero-section .t2 {
    position: absolute;
    top: 22vw;
    left: -7vw;
    width: 20vw;
    z-index: 1;
    transform: rotateZ(-60deg);
    transform-origin: bottom;
    animation: ani 1s linear forwards;
    animation-delay: 1s; 
}

.hero-section .t3 {
    position: absolute;
    top: 0;
    right: -4vw; 
    width: 24vw;
    z-index: 1;
    /* margin-right: -21vw; */
    transform: rotateZ(90deg);
    transform-origin: top right;
    animation: ani1 1s linear forwards;
    animation-delay: .5s;
}

@keyframes ani {
    from {
        transform: rotateZ(-60deg);
    }
    to {
        transform: rotateZ(0deg);
    }
}

@keyframes ani1 {
    from {
        transform: rotateZ(90deg); 
    }
    to {
        transform: rotateZ(0deg);
    }
}
/* ----------------------CA--------------
---- */
.ca {
    text-align: center;
    position: relative;
    margin-top: 5vw;
}
.c-4{
    position: absolute;
    width: 3vw;
    top: 3vw;
    left: 10vw;
    animation: float 5s ease-in-out infinite alternate;
}
.ca .btn-group {
    display: flex;
    align-items: center;
    position: absolute;
    top: -8vw;
    right: -0.3vw;
}
.ca .btn-group a:nth-child(2) img{
    margin-top: 1.6vw;
}
.ca .btn-group a img {
    width: 10vw;
    transition: all .3s;
}
.ca .btn-group a img:hover {
    transform: translateY(-3px);
    filter: drop-shadow(10px 20px rgba(0, 0, 0, 0.2));
}
.ca div input{
    width: 50vw;
    background: transparent;
    padding: 1.5vw 2vw;
    border: 3px solid #000;
    transform: skewY(-2.35deg);
    margin-top: -3vw;
    color: #000;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-size: 1.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 130% */
}
/*------------------ bg2 ----------------
-----------*/

.bg2 {
    width: 100%;
    height: 222vw;
    background: url(../images/bg2.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: 1;
    margin-top: -10vw;
}

.why {
    width: 100%;
    height: auto;
    position: relative;
    padding: 5vw;
    text-align: center;
    padding-top: 10vw;
}

.why .why-img {
    width: 70%;
}

.why .why-surfer {
    width: 20vw;
    position: absolute;
    top: 5vw;
    left: 8vw;
    animation: shakeX 1s linear infinite alternate ;
}

.tokenomics {
    width: 100%;
    height: auto;
    text-align: center;
}

.tokenomics img {
    width: 33%;
}

.map {
    width: 100%;
    text-align: center;
    padding-top: 16vw;
}

.map img {
    width: 50%;
}

.join {
    width: 100%;
    text-align: center;
    padding: 0 19vw;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.join img {
    width: 100%;
}

.join .content {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0 5vw;
    margin-top: -26vw;
    margin-bottom: 2vw;
}

.join .content .left {
    width: 40%;
}

.join .content .left img {
    width: 100%;
    animation: flash 1.5s linear  infinite alternate;
}

.join .content .right {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
}

.join .content .right h2 {
    -webkit-text-stroke: 1px #295DA9;
    text-stroke: 1px #295DA9;
}

.join .content .right .links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
}

.join .content .right .links a img {
    width: 3vw;
}

.copy {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1vw;
    padding: 2vw 13vw;
    background: #3775c8;
}

.mob {
    display: none;
}

/*----------------------- website responsive -------------
---------------*/

@media (max-width:600px) {

    .web {
        display: none;
    }
    .mob {
        display: flex;
    }

    .btn {
        padding: 1vw 3vw;
        font-size: 3vw;
        border-radius: 2vw;
    }

    h2 {
        font-size: 5vw;
    }
    p {
        font-size: 3vw;
    }
    /*--------------- hero-section 600px-------------
--------*/

.hero-section {
    width: 100%;
    height: 95vw;
    background: url(../images/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -3vw;
}

nav {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row-reverse;
    padding: 2vw 3vw;
    align-items: center;
    justify-content: flex-start;
    gap: 2vw;
    z-index: 2;
    position: relative;
}

nav .links {
    display: flex;
    justify-content: center;
    gap: 2vw;
    align-items: center;
}

nav .links a img {
    width: 7vw;
}

.hero-section .heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 21vw;
    z-index: 2;
    position: relative;
}

.hero-section .heading .hero-img {
    width: 55vw;
}

.hero-section .heading .hero-title {
    width: 33vw;
    align-self: flex-end;
}

.hero-section .hero {
    width: 31vw;
    animation: bounceInDown 1s;
}

.hero-section .signs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20vw;
}

.hero-section .signs a img {
    width: 18vw;
}

.hero-section .signs a img.board1 {
    margin-top: 2.1vw;
    margin-left: 0vw;
}

.hero-section .signs a img.board2 {
    margin-top: 2.5vw;
    margin-right: -.8vw;
}

.hero-section .signs a img.board3 {
    margin-top: -1.7vw;
    margin-right: -6vw;
}

.hero-section .t1 {
    position: absolute;
    top: 5vw;
    left: -11vw;
    width: 35vw;
    z-index: 1;
    transform: rotateZ(-60deg);
    transform-origin: bottom;
    animation: ani 1s linear forwards;
    animation-delay: .5s;
}

.hero-section .t2 {
    position: absolute;
    top: 32vw;
    left: -9vw;
    width: 26vw;
    z-index: 1;
    transform: rotateZ(-60deg);
    transform-origin: bottom;
    animation: ani 1s linear forwards;
    animation-delay: 1s; 
}

.hero-section .t3 {
    position: absolute;
    top: 0;
    right: 0vw;  
    width: 34vw;
    z-index: 1;
    /* margin-right: -21vw; */
    transform: rotateZ(90deg);
    transform-origin: top right;
    animation: ani1 1s linear forwards;
    animation-delay: .5s;
}

/* ----------------------CA--------------
---- */
.ca {
    text-align: center;
    position: relative;
}
.c-4{
    position: absolute;
    width: 3vw;
    top: 3vw;
    left: 10vw;
    animation: float 5s ease-in-out infinite alternate;
}
.ca .btn-group {
    display: flex;
    align-items: center;
    position: absolute;
    top: -8vw;
    right: 0vw;
}
.ca .btn-group a:nth-child(2) img{
    margin-top: 1.6vw;
}
.ca .btn-group a img {
    width: 10vw;
    transition: all .3s;
}
.ca .btn-group a img:hover {
    transform: translateY(-3px);
    filter: drop-shadow(10px 20px rgba(0, 0, 0, 0.2));
}
.ca div input{
    width: 50vw;
    background: #EAFF15;
    padding: 1.5vw 2vw;
    border: 3px solid #000;
    transform: skewY(-2.35deg);
    margin-top: -3vw;
    color: #000;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.00);
    font-family: Akbar;
    font-size: 1.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 130% */
}
/*------------------ bg2 ----------------
-----------*/

.bg2 {
    width: 100%;
    height: auto;
    background: url(../images/bg2.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    z-index: 1;
    margin-top: -10vw;
}

.why {
    width: 100%;
    height: auto;
    position: relative;
    padding: 5vw;
    text-align: center;
    padding-top: 10vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.why .why-img {
    width: 85%;
}

.why .why-surfer {
    width: 30vw;
    position: absolute;
    top: 0vw;
    left: -5vw;
    animation: shakeX 1s infinite;
}

.tokenomics {
    width: 100%;
    height: auto;
    text-align: center;
}

.tokenomics img {
    width: 90%;
}

.map {
    width: 100%;
    text-align: center;
    padding-top: 16vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.map img {
    width: 75%;
}


.join {
    width: 100%;
    text-align: center;
    padding: 5vw 13vw;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.join .mob {
    width: 100%;
    height: 110vw;
}

.join .content {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding: 5vw;
    /* background: url(../images/social-bg1.png) no-repeat;
    background-position: center;
    background-size: 100%; */
    gap: 5vw;
    margin-top: -103vw;
    margin-bottom: 2vw;
}

.join .content .left {
    width: 100%;
}

.join .content .left img {
    width: 100%;
}

.join .content .right {
    width:95%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5vw;
}

.join .content .right h2 {
    -webkit-text-stroke: 1px #295DA9;
    text-stroke: 1px #295DA9;
}

.join .content .right .links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
}

.join .content .right .links a img {
    width: 6vw;
}


.copy {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2vw;
    padding: 2vw 13vw;
}

.copy p:last-child {
    margin-top: 3vw;
}

}

.partner-section {
    text-align: center;
    background: #FFFFE1;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 150px;
    margin-top: -60px;
}
.partner-section img{
    margin-left: 30px;
    margin-right: 20px;
    width: 200px;
}
.partner-img {
    margin-top: -100px;
    margin-top: 10px;
}
@media(max-width:420px){
    .partner-section .partner-img img{
        padding-top: 10px !important;
    }
}