@import url("https://fonts.googleapis.com/css2?family=DynaPuff:wght@400..700&family=Tac+One&display=swap");

* {
  font-family: "DynaPuff", system-ui;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

button {
    cursor: pointer;
}

.decnone{
    text-decoration: none;
}

html {
    background-color: #66a9e0;
    
}

#home {
    height: 100vh;
    background-image: url(./assets/topback.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
}



.home__para {
    text-align: center;
    max-width: 36vh;
    font-size: 36px;
    margin: 0 auto;
    padding: 24vh 0;
    color: #fdfdfd;
}

.buttons {
    display: flex; 
    flex-flow: column wrap; 
    position: absolute;
    bottom: 0; 
    right: 0;
    text-decoration: none !important;
    font-size: 64px;
    text-align: center;
    font-weight: 600;
    color: #fdfdfd;
    max-width: 300px;
    margin: 0 200px 80px 0;
} 

.buy__button {
    text-decoration: none !important;
    border: 6px solid #fdfdfd;
    border-radius: 24px;
    padding: 16px;
    background-color: #6a9eff;
    box-shadow: 10px 10px;
    margin: 5px;
    color: #fdfdfd;
    max-height: 120px;
    box-shadow: 2px 10px 4px 2px rgba(0, 0, 0, 0.3);
}



.social__buttons {
    display: flex;
    justify-content: center;
}

.social__buttons-bottom {
    display: flex;
    justify-content: flex-start;
    padding: 4%;
}

.social__button {
    text-decoration: none !important;
    border: 6px solid #fdfdfd;
    border-radius: 24px;
    padding: 32px;
    background-color: #6a9eff;
    box-shadow: 2px 10px 4px 2px rgba(0, 0, 0, 0.3);
    margin: 5px;
    color: #fdfdfd;
    
}

.social__button-bottom {
    text-decoration: none !important;
    border: 6px solid #fdfdfd;
    border-radius: 24px;
    padding: 32px;
    background-color: #6a9eff;
    box-shadow: 2px 10px 4px 2px rgba(0, 0, 0, 0.3);
    margin: 5px;
    color: #fdfdfd;
    
}
 /*BAR*/

 @keyframes animate {
    0%
    {
        transform: translateX(0%);
    }
    100%
    {
        transform: translateX(-1000%);
    }
}

.bar_{

    animation: animate var(--t) linear infinite;
    display: flex;
    background-color: #6a9eff;
    border: 6px solid #fdfdfd;
    overflow: hidden;
 }

 .bar {
    animation: animate var(--t) linear infinite;
    font-size: 36px;
    text-transform: uppercase;
    color: white;
    margin: 8px 8px;
 }

 .sharky {
    color: #1e5ccf;
 }

 /*Tokenomics*/

#tokenomics {
    min-height: 100vh;
    background-image: url(./assets/tokenomics.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left top;
    overflow: hidden;
}

.tokenomics__title{
    font-size: 150px;
    display: block;
    max-width: min-content;
    line-height: 120px;
    font-weight: 300;
    background-color: white;
    padding: 8vh 0 0 14vh;
}

.Shark__title {
    color: #a9edff;
    -webkit-text-stroke: 2px black;
    -webkit-text-stroke-color: black;
    font-size: 150px;

}

.contract {
    font-size: 30px;
    opacity: 0.2;
    color: #000;
    margin: 2vh 0 0 14vh;
}

.address__copy {
    display: flex;
    padding: 30px 12px;
    border: 2px solid white;
    border-radius: 24px;
    background-color: #ececec;
    align-items: center;
    max-width: fit-content;
    margin: 1vh 0 0 14vh;
}

.contract__address {
    font-size: 28px;
    display: flex;
    color: #000;
}

.copy_text { 
    font-size: 40px;
    color: #000;  
    background-color: #a9edff;
    margin: -14px 0;
    margin-left: 128px;
    padding: 12px 10px;
    border: 2px solid white;
    border-radius: 24px;
    box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.3);
}

.cards {
    display: flex;
    width: 60vw;
    max-width: 1600px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.card__image {
    max-width: 36%;
    height: auto;
    margin-top: 5%;
}



.toke {
    font-size: 150px;
}

#gameplan {
    background-color: #66a9e0;
    overflow: hidden;
}

.gameplan-wrapper{
    width: 100vw;
    height: 220vh;
    position: relative;
    max-width: 2400px;
    margin: 0 auto;
    margin-top: -12vh;
    overflow: hidden;
}

.middle { 
    display: flex;
    align-items: center;
    padding: 10% 0;

}

.gameplan__title {
    font-size: 150px;
    margin: 0 auto;
    color: #fdfdfd;
    -webkit-text-stroke: 2px black;
}

.sharky__title {
    color: #35519F;
}

.image__box-holder{
    display: flex;
    align-items: flex-end;
    margin-bottom: 10vh;
    position: absolute;
    margin-left: 3vw;
    padding-left: 2vw;
    top: 0; 
    left: 0;
}

.box {
    width: 44%;
    max-width: 800px;
    height: fit-content;
    border: 2px solid #1e5ccf;
    border-radius: 32px;
    transform: rotate(2deg);
    background-color: #fdfdfd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    
}

.text__containeer {
    padding: 22px 22px 0 22px;
    color: #1e5ccf;
}

.card-title{
    font-size: 38px;
    font-weight: 200;
}

.card-para {
    font-size: 22px;
}

.wave {
    width: 100%;
    max-width: 798px;
    max-height: auto;
    padding-bottom: 2px;
    border-radius: 32px;
}


.coral {
    width: auto;
    height: 10%;
    margin-right: -4%;
    z-index: 2;
}

.image__box-holder2{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: -5%;
    position: absolute;
    top: 20%; 
    right: 10%;
}

.box2 {
    width: 42%;
    max-width: 700px;
    height: fit-content;
    border: 2px solid #1e5ccf;
    border-radius: 32px;
    transform: rotate(1.8deg);
    background-color: #fdfdfd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.wave2 {
    width: 100%;
    max-width: 798px;
    max-height: auto;
    padding-bottom: 2px;
    border-radius: 32px;
}

.card-title3 {
    font-size: 60px;
    font-weight: 100;
    text-align: center;
}

.image__box-holder3 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 0;
    position: absolute;
    top: 42%; 
    left: 4%;
}

.box3 {
    width: 45%;
    max-width: 600px;
    height: fit-content;
    border: 2px solid #1e5ccf;
    border-radius: 32px;
    transform: rotate(-3deg);
    background-color: #fdfdfd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    
}

.wave3 {
    width: 100%;
    max-width: 598px;
    max-height: auto;
    padding-bottom: 2px;
    border-radius: 32px;
}

.coral3 {
    width: auto;
    height: 10%;
    margin-right: -3vw;
    margin-bottom: -2vh;
    z-index: 2;
}

.map {
    position: absolute;
    top: 4%; 
    left: 0%;
}

.box4 {
    width: 44%;
    max-width: 600px;
    height: fit-content;
    border: 2px solid #1e5ccf;
    border-radius: 32px;
    transform: rotate(3deg);
    background-color: #fdfdfd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;  

}


.card-title4 {
    font-size: 60px;
    font-weight: 100;
    text-align: center;
    padding-bottom: 30px;
}

.coral4 {
    width: auto;
    height: 10%;
    margin-right: -60%;
    margin-bottom: -15%;
    z-index: 2;
}

.image__box-holder4{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    top: 50%; 
    right: 5%;
}

.coral2 {
    width: auto;
    height: 10%;
    margin-right: -5%;
    z-index: 2;
}


.image__box-holder5{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    top: 62%; 
    right: 40%;
}

.box5 {
    width: 52%;
    max-width: 400px;
    height: fit-content;
    border: 2px solid #1e5ccf;
    border-radius: 32px;
    transform: rotate(-10deg);
    background-color: #fdfdfd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;  

}

.coral5 {
    width: auto;
    height: 10%;
    margin-left: -12%;
    margin-bottom: -1%;
    z-index: 2;
}

.image__box-holder6{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    bottom: 8%; 
    left: 6%;
}

.box6 {
    width: 38%;
    max-width: 700px;
    height: fit-content;
    border: 2px solid #1e5ccf;
    border-radius: 32px;
    transform: rotate(10deg);
    background-color: #fdfdfd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;  

}

#surf__pass{
    background: linear-gradient(#66a9e0 , #fdfdfd);
    height: 60vh;
    padding-bottom: 10vh;
    overflow: hidden;
}



.surfpass{
    margin: 0 auto;
    border: 8px solid #35519F;
    border-radius: 32px;
    width: 84%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2%;
    background: linear-gradient(#fdfdfd 70% , #66a9e0);
    color: #1e5ccf;
}

.frame {
    width: auto;
    height: 100%;
    margin: 0 auto;
    border: 8px solid #35519F;
    border-radius: 32px;
}

.frameimg {
    width: auto;
    height: 100%;
    border-radius: 32px;
}

.surfpass-title {
    font-size: 64px;
    font-weight: 300;
    text-align: center;
}

.surfpass-para{
    font-size: 28px;
    font-weight: 100;
    text-align: center;
    padding: 2%;
}

.social-buttons_bottom{
    margin: 0 0 0 10%;
}

#footer {
    height: 26vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
}

.sharky__logo {
    height: 60%;
    width: auto;
    padding-left: 8%;
}

.sharkyimg{
    height: 100%;
    width: auto;
    
}

.footer-para {
    padding: 4% 8% 4% 16%;
    font-size: 24px;
    color: #fdfdfd;
}
@media (min-width: 1000px) and (max-width: 1800px){

    .social-buttons_bottom{
        margin: 0 10%;
        font-size: 22px;
    }
    .surfpass{
        margin: 0 auto;
        border: 8px solid #35519F;
        border-radius: 32px;
        width: 72%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2%;
        background: linear-gradient(#fdfdfd 70% , #66a9e0);
        color: #1e5ccf;
    }

    .surfpass-title {
        font-size: 42px;
        font-weight: 300;
        text-align: center;
    }
    
    .surfpass-para{
        font-size: 16px;
        font-weight: 100;
        text-align: center;
        padding: 2%;
    }

    .gameplan-wrapper{
        width: 100vw;
        height: 280vh;
        position: relative;
        max-width: 2400px;
        margin: 0 auto;
        margin-top: -12vh;
        overflow: hidden;
    }
    
    .home__para {
        font-size: 24px;
    }

    .buttons {
        font-size: 24px;
        margin: 0 100px 40px 0;
    } 

    .social__button {
        padding: 16px;

    }

    .buy__button {
        padding: 16px;
    }
    
    .tokenomics__title{
        font-size: 100px;
        line-height: 78px;
    }

    .Shark__title {
        font-size: 100px;
    }

    .gameplan__title {
        font-size: 100px;
    }

    .cards {
        display: flex;
        max-width: 800px;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .image__box-holder{
        display: flex;
        align-items: flex-end;
        margin-bottom: 10vh;
        position: absolute;
        margin-left: 3vw;
        padding-left: 2vw;
        top: 0; 
        left: 0;
    }
    
    .box {
        width: 38%;
        max-width: 600px;
        height: fit-content;
        border: 2px solid #1e5ccf;
        border-radius: 32px;
        transform: rotate(2deg);
        background-color: #fdfdfd;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        
    }
    
    .text__containeer {
        padding: 16px 10px 0 10px;
        color: #1e5ccf;
    }
    
    .card-title{
        font-size: 26px;
        font-weight: 200;
        text-align: center;
    }
    
    .card-para {
        font-size: 16px;
        text-align: center;
    }
    
    .wave {
        width: 100%;
        max-width: 798px;
        max-height: auto;
        padding-bottom: 2px;
        border-radius: 32px;
    }
    
    
    .coral {
        width: auto;
        height: 2%;
        margin-right: -4%;
        z-index: 2;
        max-height: 150px;
    }
    
    .image__box-holder2{
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        margin-top: -5%;
        position: absolute;
        top: 20%; 
        right: 10%;
    }
    
    .box2 {
        width: 42%;
        max-width: 700px;
        height: fit-content;
        border: 2px solid #1e5ccf;
        border-radius: 32px;
        transform: rotate(1.8deg);
        background-color: #fdfdfd;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
    
    .wave2 {
        width: 100%;
        max-width: 798px;
        max-height: auto;
        padding-bottom: 2px;
        border-radius: 32px;
    }
    
    .card-title3 {
        font-size: 36px;
        font-weight: 100;
        text-align: center;
    }
    
    .image__box-holder3 {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        margin-top: 0;
        position: absolute;
        top: 36%; 
        left: 0%;
    }
    
    .box3 {
        width: 45%;
        max-width: 400px;
        height: fit-content;
        border: 2px solid #1e5ccf;
        border-radius: 32px;
        transform: rotate(-3deg);
        background-color: #fdfdfd;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        
    }
    
    .wave3 {
        width: 100%;
        max-width: 598px;
        max-height: auto;
        padding-bottom: 2px;
        border-radius: 32px;
    }
    
    .coral3 {
        width: auto;
        height: 10%;
        margin-right: -3vw;
        margin-bottom: -2vh;
        z-index: 2;
        max-height: 150px;
    }
    
    .map {
        position: absolute;
        top: 4%; 
        left: 0%;
    }
    
    .box4 {
        width: 44%;
        max-width: 400px;
        height: fit-content;
        border: 2px solid #1e5ccf;
        border-radius: 32px;
        transform: rotate(3deg);
        background-color: #fdfdfd;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;  
    
    }
    
    
    .card-title4 {
        font-size: 36px;
        font-weight: 100;
        text-align: center;
        padding-bottom: 30px;
    }
    
    .coral4 {
        width: auto;
        height: 10%;
        margin-right: -48%;
        margin-bottom: -15%;
        z-index: 2;
        max-height: 160px;
    }
    
    .image__box-holder4{
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        position: absolute;
        top: 46%; 
        right: 10%;
    }
    
    .coral2 {
        width: auto;
        height: 10%;
        margin-right: -2%;
        z-index: 2;
        max-height: 196px;
    }
    
    
    .image__box-holder5{
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        position: absolute;
        top: 58%; 
        right: 40%;
    }
    
    .box5 {
        width: 52%;
        max-width: 200px;
        height: fit-content;
        border: 2px solid #1e5ccf;
        border-radius: 32px;
        transform: rotate(-10deg);
        background-color: #fdfdfd;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;  
    
    }
    
    .coral5 {
        width: auto;
        height: 10%;
        margin-left: -12%;
        margin-bottom: -1%;
        z-index: 2;
    }
    
    .image__box-holder6{
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        position: absolute;
        bottom: 8%; 
        left: 6%;
    }
    
    .box6 {
        width: 38%;
        max-width: 300px;
        height: fit-content;
        border: 2px solid #1e5ccf;
        border-radius: 32px;
        transform: rotate(10deg);
        background-color: #fdfdfd;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;  
    
    }

    .footer-para {
        padding: 2% 8% 2% 16%;
        font-size: 18px;
        color: #fdfdfd;
    }

}


@media (min-width: 2000px) and (max-width: 2600px){
    .buy__button {
        background-color: #6a9eff;
    }
    .surfpass-title {
        font-size: 72px;
        font-weight: 300;
        text-align: center;
    }
    
    .surfpass-para{
        font-size: 42px;
        font-weight: 100;
        text-align: center;
        padding: 2%;
    }

}

/*(min-width: 1000px) and (max-width: 1900px)*/



@media only screen and (max-width: 600px) {


    #home {
        width: 100vw;
        height: 26vh;
        background-image: url(./assets/topback.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center top;
        overflow: hidden;
        z-index: 4;
        background-color: linear-gradient(#fdfdfd 70% , #66a9e0);

    }

    .home__para {
        text-align: center;
        max-width: 30vw;
        font-size: 7px;
        margin: 0 auto;
        padding: 6vh 0;
    }


    .social__button {
        padding: 16px;

    }

    .buy__button {
        padding: 16px;
    }

    .buttons {
        font-size: 8px;
        margin: 0 20px 10px 0;
        display: flex; 
        flex-flow: column wrap; 
        position: fixed;
        bottom: 0; 
        right: 0;
        text-decoration: none !important;
        text-align: center;
        font-weight: 600;
        max-width: 300px;
        z-index: 8;
    } 

    .bar_{
        animation: animate var(--t) linear infinite;
        display: flex;
        background-color: #6a9eff;
        border: 1.4px solid #fdfdfd;
        overflow-x: hidden;
     }
    
     .bar {
        animation: animate var(--t) linear infinite;
        font-size: 10px;
        text-transform: uppercase;
        color: white;
        padding: 0px 0px;
        margin: 1px 1px;
     }

     #tokenomics {
        background-image: url(./assets/tokenomics\ -\ Copy.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: left top;
        overflow-x: hidden;
        min-height: 0;
        
    }
    
    .tokenomics__title{
        font-size: 50px;
        display: block;
        max-width: min-content;
        line-height: 36px;
        font-weight: 300;
        background-color: white;
        padding: 2vh 0 0 3vw;
    }
    
    .Shark__title {
        color: #a9edff;
        -webkit-text-stroke: 1px black;
        -webkit-text-stroke-color: black;
        font-size: 50px;
    
    }

    .contract {
        font-size: 10px;
        opacity: 0.2;
        color: #000;
        margin: 1vh 0 0 8vw;
    }
    
    .address__copy {
        display: flex;
        padding: 10px 4px;
        border: 2px solid white;
        border-radius: 24px;
        background-color: #ececec;
        align-items: center;
        max-width: fit-content;
        margin: 0.5vh 0 0 3vw;
    }
    
    .contract__address {
        font-size: 8px;
        display: flex;
        color: #000;
    }
    
    .copy__button { 
        font-size: 14px;
        color: #000;  
        background-color: #a9edff;
        margin: -14px 0;
        margin-left: 80px;
        padding: 4px 3px;
        border: 1px solid white;
        border-radius: 24px;
        box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.3);
    }
    
    .cards {
        display: flex;
        width: 66vw;
        max-width: 1600px;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }
    
    .card__image {
        max-width: 36%;
        height: auto;
        margin-top: 5%;
    }
    
    

    .gameplan-wrapper{
        width: 100vw;
        height: 100vh;
        position: relative;
        max-width: 2400px;
        margin: 0 auto;
        margin-top: 0;
        overflow: hidden;
    }
    
    .middle { 
        display: flex;
        align-items: center;
        padding: 10% 0;
    
    }
    
    .gameplan__title {
        font-size: 40px;
        margin: 0 auto;
        color: #fdfdfd;
        -webkit-text-stroke: 1px black;
    }
    
    .sharky__title {
        color: #35519F;
    }
    
    .image__box-holder{
        display: flex;
        align-items: flex-end;
        margin-bottom: 10vh;
        position: absolute;
        margin-left: 3vw;
        padding-left: 2vw;
        top: 0; 
        left: 0;
    }
    
    .box {
        width: 40%;
        max-width: 800px;
        height: fit-content;
        border: 2px solid #1e5ccf;
        border-radius: 32px;
        transform: rotate(2deg);
        background-color: #fdfdfd;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        
    }
    
    .text__containeer {
        padding: 9px 9px 0 9px;
        color: #1e5ccf;
    }
    
    .card-title{
        font-size: 10px;
        font-weight: 200;
    }
    
    .card-para {
        font-size: 5px;
    }
    
    .wave {
        width: 100%;
        max-width: 798px;
        max-height: auto;
        margin-bottom: -4.4px;
        border-radius: 32px;
    }
    
    
    .coral {
        width: auto;
        height: 2%;
        max-height: 60px;
        margin-right: -4%;
        z-index: 2;
    }
    
    .image__box-holder2{
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        margin-top: -5%;
        position: absolute;
        top: 16%; 
        right: 10%;
    }
    
    .box2 {
        width: 42%;
        max-width: 700px;
        height: fit-content;
        border: 2px solid #1e5ccf;
        border-radius: 32px;
        transform: rotate(1.8deg);
        background-color: #fdfdfd;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
       
    }
    
    .wave2 {
        width: 100%;
        max-width: 798px;
        max-height: auto;
        margin-bottom: -4.4px;
        border-radius: 32px;
    }
    
    .card-title3 {
        font-size: 12px;
        font-weight: 100;
        text-align: center;
    }
    
    .image__box-holder3 {
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        margin-top: 0;
        position: absolute;
        top: 26%; 
        right: 50%;
    }
    
    .box3 {
        width: 100%;
        max-width: 600px;
        height: fit-content;
        border: 2px solid #1e5ccf;
        border-radius: 32px;
        transform: rotate(-3deg);
        background-color: #fdfdfd;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        
    }
    
    .wave3 {
        width: 100%;
        max-width: 598px;
        max-height: auto;
        margin-bottom: -4.4px;
        border-radius: 32px;
    }
    
    .coral3 {
        width: auto;
        max-height: 60px;
        height: 2%;
        margin-right: -3vw;
        margin-bottom: -2vh;
        z-index: 2;
    }
    
    .map {
        position: absolute;
        top: 4%; 
        left: 0%;
    }
    
    .box4 {
        width: 30%;
        max-width: 600px;
        height: fit-content;
        border: 2px solid #1e5ccf;
        border-radius: 32px;
        transform: rotate(3deg);
        background-color: #fdfdfd;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;  
    
    }
    
    
    .card-title4 {
        font-size: 12px;
        font-weight: 100;
        text-align: center;
        padding-bottom: 4px;
    }
    
    .coral4 {
        width: auto;
        height: 2%;
        max-height: 80px;
        margin-right: -30%;
        margin-bottom: -15%;
        z-index: 2;
    }
    
    .image__box-holder4{
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        position: absolute;
        top: 32%; 
        right: 8%;
    }
    
    .coral2 {
        width: auto;
        height: 2%;
        max-height: 80px;
        margin-right: -3%;
        z-index: 2;
    }
    
    
    .image__box-holder5{
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        position: absolute;
        top: 38%; 
        right: 40%;
    }
    
    .box5 {
        width: 42%;
        max-width: 400px;
        height: fit-content;
        border: 2px solid #1e5ccf;
        border-radius: 32px;
        transform: rotate(-10deg);
        background-color: #fdfdfd;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;  
    
    }
    
    .coral5 {
        width: auto;
        height: 10%;
        max-height: 80px;
        margin-left: -12%;
        margin-bottom: -1%;
        z-index: 2;
    }
    
    .image__box-holder6{
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        position: absolute;
        bottom: 40%; 
        right: 16%;
    }
    
    .box6 {
        width: 38%;
        max-width: 700px;
        height: fit-content;
        border: 2px solid #1e5ccf;
        border-radius: 32px;
        transform: rotate(10deg);
        background-color: #fdfdfd;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;  
    
    }

    #surf__pass{
        background: linear-gradient(#66a9e0 , #fdfdfd);
        height: 40vh;
        padding-bottom: 10vh;
        overflow: hidden;
        margin-top: -26vh;
    }
    
    
    
    .surfpass{
        margin: 0 auto;
        border: 8px solid #35519F;
        border-radius: 32px;
        width: 84%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 2%;
        background: linear-gradient(#fdfdfd 70% , #66a9e0);
        color: #1e5ccf;
    }
    
    .frame {
        width: auto;
        height: 60%;
        margin: 0 auto;
        border: 8px solid #35519F;
        border-radius: 32px;
    }
    
    .frameimg {
        width: auto;
        height: 100%;
        border-radius: 32px;
    }
    
    .surfpass-title {
        font-size: 20px;
        font-weight: 300;
        text-align: center;
        padding-top: 6%;
    }
    
    .surfpass-para{
        font-size: 9px;
        font-weight: 100;
        text-align: center;
        padding: 2%;
    }

    .social__buttons-bottom{
        display: none;
    }

    .social__button-bottom{
        display: none;
    }
    
    .sharky__logo {
        height: auto;
        width: 40vw;
        padding-left: 1%;
    }
    
    .sharkyimg{
        height: auto;
        width: 100%;
        
    }

    .footer-para {
        padding: 0;
        font-size: 8px;
        color: #fdfdfd;
        text-align: center;
    }

    #footer {
        height: 26vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow-x: hidden;
    }
    }