/*----------------------------------------
[Master Stylesheet] 
Project:	shark-bets 
Version:	Latest 
----------------------------------------*/
/*
[Table of contents] 
1. Fonts
2. root variable
3. Common styles
4. header area styles 
5. Responcive 

*/
/*==============================
	Fonts
==============================*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
    font-family: 'Mortend';
    src: url('./fonts/Mortend-Bold.woff2') format('woff2'),
        url('./fonts/Mortend-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mortend';
    src: url('./fonts/Mortend-Bold.woff') format('woff2'),
        url('./fonts/Mortend-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*==============================
	root variable
==============================*/

:root {
    --white: #ffffff;
    --black: #000000;
    --white-color: #ffffff;
    --black-color: #000000;
    --Inter_font: "Inter", sans-serif;
    --red_comman_color: #FF0050;
}

/*==============================
	Common styles
==============================*/



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

div {
    transition: all ease 0.5s;
}

body {
    font-family: var(--Inter_font);
    width: 100%;
    height: 100%;
    color: var(--black) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

html,
body {
    overflow-x: hidden !important;
}

p {
    margin-bottom: 0px;
}

header {
    background: linear-gradient(170deg, #3EA0FF -0.07%, #1E3FF0 102.78%);
    padding: 50px 0;
}

.header_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 608.52px;
    margin: auto;
}

.hero_area {
    padding: 120px 0;
    background: linear-gradient(180deg, #FFF 0%, #E1EBFF 100%);
}

.hero_area_innner h1 {
    color: #1D1D1D;
    text-align: center;
    font-family: Mortend;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 63px;
    /* 157.5% */
    letter-spacing: 0.4px;
}

.container {
    max-width: 1280px;
}

.hero_area_innner>p {
    color: #1F1F1F;
    text-align: center;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 35.2px */
    letter-spacing: 0.22px;
}

.hero_area_innner .links {
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 24px;
    margin-top: 50px;
}

.hero_area_innner .links a img {
    /* width: 154.94px; */
    height: 64px;
}

.about_area {
    padding: 90px 0;
}

.about_area_head h2 {
    color: var(--Black-Color, #1D1D1D);
    text-align: center;
    font-family: Mortend;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.about_area_inner_img img.about_vact {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    z-index: 2;
}

.about_area_inner_img {
    position: relative;
    padding-top: 70%;

}
.about_area_inner_img.ch2{
    padding-top: 140% !important;
}

.about_area_inner_img::before {
    position: absolute;
    left: -20px;
    background: url(../images/vactor/bef_org.svg);
    width: 98.475px;
    height: 70.926px;
    top: -20px;
    content: '';
    z-index: 1;
    background-position: center;
    background-size: cover;
    animation: UpDown1 2s ease-in-out infinite alternate;
    transition: all ease 0.5s;

}

.about_area_inner_img::after {
    position: absolute;
    right: -20px;
    background: url(../images/vactor/bef_blc_fk.svg);
    width: 98.475px;
    height: 70.926px;
    bottom: -20px;
    content: '';
    z-index: 1;
    background-position: center;
    background-size: cover;
    animation: UpDown 2s ease-in-out infinite alternate;
    transition: all ease 0.5s;
}

@keyframes UpDown {
    0% {
        transform: translate(0);
    }

    100% {
        transform: translate(-10px, -10px);
    }
}

@keyframes UpDown1 {
    0% {
        transform: translate(0);
    }

    100% {
        transform: translateX(-10px);
    }
}



.about_area_inner_content p {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 177.778% */
    margin-bottom: 20px;
}

.about_area_inner_content .alt_bbx {
    border-radius: 0px 15px 15px 15px;
    background: #D7E3FF;
    padding: 11px 20px;
}

.about_area_inner_content .alt_bbx span {
    color: #000;
    font-family: Inter;
    font-size: 17px;
    font-style: italic;
    font-weight: 500;
    line-height: 24px;
    /* 141.176% */
    letter-spacing: 0.17px;
}

.about_area_head {
    margin-bottom: 60px;
}

.about_area_inner_content {
    padding-left: 20px;
}

.join_bx_area_inner {
    border-radius: 30px;
    background: linear-gradient(164deg, #3EA0FF 3.52%, #1E3FF0 96.76%);
    padding: 40px 200px;
}

.join_bx_area_inner h2 {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 37px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    /* 51.8px */
}

.join_bx_area_inner a {
    color: var(--White, #FFF);
    text-align: center;
    font-family: Inter;
    font-size: 37px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    /* 51.8px */
    margin: auto;
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.how_shark_area {
    padding: 128px 0;
}

.how_shark_area_inner>h2 {
    color: var(--Black-Color, #1D1D1D);
    font-family: Mortend;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 58.5px */
}

.how_shark_area_inner span {
    color: #000;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 145.455% */
    margin-bottom: 12px;
    display: flex;
}

.how_shark_area_inner p {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 12px;
    /* 166.667% */
}

.how_shark_area_inner>.links {
    display: flex;
    align-items: center;
    display: flex;
    gap: 24px;
    margin-top: 30px;
}

.how_shark_area_inner>.links a img {
    /* width: 154.94px; */
    height: 64px;
}

.how_shark_area_inner1 {
    position: relative;
    padding-top: 140%;

}

.how_shark_area_inner1 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.video_area_inner {
    padding: 117px 0;
    border-top: 1px solid #3EA0FF;
}

.video_area_inner_video_bx {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.video_area_inner_video_bx video {
    border-radius: 50px;
    width: 100%;
    position: relative;
}

.video_area_inner_video_bx button {
    position: absolute;
    background-color: transparent;
    border: 0;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.video_area_inner_video_bx .video {
    position: relative;
    padding-top: 56%;
    width: 100%;
}

.video_area_inner_video_bx .video video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cost_area {
    padding: 116px 0;
    background-color: #EBF1FF;
}

.cost_area_head h2 {
    color: var(--Black-Color, #1D1D1D);
    text-align: center;
    font-family: Mortend;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 58.5px */
}

.cost_bx {
    border-radius: 20px;
    background: #0050FF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
    padding: 30px 20px;
}

.cost_bx .bx1 h3 {
    color: #FFF;
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.cost_bx .bx1 span {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    /* 150% */
    text-align: center;
}

.cost_bx .bx1 {
    text-align: center;
    padding-top: 20px;
}

.cost_bx .content {
    border-radius: 10px;
    background: #F9FAFB;
    padding: 20px;
    margin-top: 80px;
}

.cost_bx .content ul {
    padding-left: 0;
}

.cost_bx .content ul li {
    list-style: none;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 125% */
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
}

.cost_bx .content ul li span {
    min-width: 26px;
    height: 26.04px;
    background-color: #0050FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: white;
    font-size: 15px;
}

.cost_area_head {
    margin-bottom: 60px;
}

.cost_bx .content button {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    border-radius: 20px;
    background: #0050FF;
    width: 100%;
    border: 0;
    margin-top: 15px;
    padding: 17px 40px;
    box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.05);
}

.play_friends_area {
    padding: 90px 0;
}


.play_friends_area_inner1 {
    position: relative;
    border-radius: 24px;
    border: 1px solid #E9E9E9;
    background: #FFF;
    padding: 14px;
}

.play_friends_area_inner1>.image {
    position: relative;
    /* padding-top: 82%; */
}

.play_friends_area_inner1>.image img {
    /* position: absolute;
    left: 0;
    top: 0;*/
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.play_friends_area_inner2 {
    position: relative;
    border-radius: 24px;
    border: 1px solid #E9E9E9;
    background: #FFF;
    padding: 14px;
}

.play_friends_area_inner2 .content {
    border-radius: 32px 32px 32px 0px;
    background: #F7F7F5;
    padding: 35px;
}

.play_friends_area_inner2 .content h2 {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 133.333% */
}

.play_friends_area_inner3 {
    margin-top: 60px;
}

.play_friends_area_inner3 h3 {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    /* 160% */
}

.play_friends_area_inner3 h4 {

    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 28px;
    font-style: italic;
    font-weight: 800;
    line-height: 40px;
    /* 142.857% */
    margin-top: 50px;
}



.play_friends_area_inner3 .links {
    display: flex;
    align-items: center;
    display: flex;
    gap: 24px;
    margin-top: 40px;
}

.play_friends_area_inner3 .links a img {
    /* width: 154.94px; */
    height: 64px;
}

.play_friends_area_inner4 {
    display: grid;
    gap: 20px;
}

.play_friends_area_inner4 img {
    width: 100%;
    border-radius: 20px;
    height: 201px;
    width: 310px;
    object-fit: cover;
    margin: auto;
}
.play_friends_area_inner4.big_secound img{
    width: 429px !important;
    height: 279px !important;
}

.play_friends_area_inner4 {
    margin-top: 60px;

}

footer {
    background: linear-gradient(170deg, #3EA0FF -0.07%, #1E3FF0 102.78%);
    padding: 60px 0 37px;
}

.footer_inner {
    text-align: center;
}

.footer_inner .logo {
    width: 100%;
    max-width: 373.71px;
}

.footer_inner .links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    color: white;
    margin-top: 40px;
}

.footer_inner .links a {
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
}

.footer_inner .support_bx {
    display: flex;
    justify-content: center;
    display: flex;
    gap: 5px;
    color: #FFF;
    font-family: Inter;
    font-size: 18.725px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 14px;

}

.footer_inner .social {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.footer_inner .social a {
    width: 40px;
    height: 40px;
    background-color: var(--white);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_inner .social a img {
    width: 20px;
}

.footer_inner .social {
    border-bottom: 1px solid #f5f5f53d;
    width: 100%;
    max-width: 500px;
    margin: auto;
    margin-top: 27px;
    padding-bottom: 17px;
}

.footer_foot p {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 16px;
}


.cost_area2 .cost_area_head h2 {
    color: var(--Black-Color, #1D1D1D);
    text-align: center;
    font-family: Mortend;
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    /* 58.5px */
    text-align: left;
}

.cost_area2 .cost_area_head p {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    /* 166.667% */
}


.comm_ln{
    display: flex
    ;
        width: 100%;
        height: 1px;
        background: #3EA0FF;
        margin: 48px 0 0;
        display: none;
}
.play_friends_area_inner4.big_secound .play_friends_area_inner3{
    display: none;
}
.about_area_inner_content span {
    color: #000;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 12px;
    display: inline-block;
}
@media screen and (max-width: 1450px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1350px) {}

@media screen and (max-width: 1300px) {
    .play_friends_area_inner2 .content h2 {
        font-size: 26px;
    }

    .play_friends_area_inner2 {
        height: 100%;
        padding: 0;
        border: none;
    }

    .play_friends_area_inner2 .content {
        height: 100%;

    }

    .play_friends_area_inner1 {
        height: 100%;
        padding: 0;
        border: none;
    }

    .play_friends_area_inner1>.image {
        height: 100%;
    }
}



@media screen and (max-width: 1250px) {}

@media screen and (max-width: 1200px) {}
.play_friends_area_inner4.big_secound img {
    width: 100% !important;
    height: 279px !important;
}

@media screen and (max-width: 1150px) {
    .join_bx_area_inner {
        padding: 40px 100px;
    }
}

@media screen and (max-width: 1100px) {}


@media screen and (max-width: 1098px) {}

@media screen and (max-width: 992px) {
    .hero_area_innner h1 {
        font-size: 30px;
    }
    .play_friends_area_inner4.big_secound img{
        width: 100% !important;
        height: auto !important;
    }
    .play_friends_area_inner4.big_secound .play_friends_area_inner3{
        display: block;
    }
    .join_bx_area_inner {
        padding: 40px 60px;
    }

    .play_friends_area_inner4 img {
        width: 100%;
        height: auto;
    }
    .about_area_inner_content p{
        text-align: left;
    }
    .about_area_inner_content .alt_bbx{
        text-align: center;

    }
}

@media screen and (max-width: 768px) {
    .header_inner>img {
        width: 300px;
    }

    join_bx_area_inner {
        padding: 40px 40px;
    }

    section {
        padding: 60px 0 !important;
    }

    .hero_area_innner h1 {
        font-size: 25px;
        line-height: 157%;
    }

    .hero_area_innner>p {
        font-size: 18px;
    }

    .about_area_head h2 {
        font-size: 30px;
    }

    .join_bx_area_inner h2 {
        font-size: 30px;

    }

    .join_bx_area_inner a {
        font-size: 30px;
    }

    .how_shark_area_inner>h2 {
        font-size: 30px;

    }

    .cost_area_head h2 {
        font-size: 30px;

    }

    .video_area_inner {
        padding: 80px 0;
    }
}

@media screen and (max-width: 550px) {
    .join_bx_area_inner h2 {
        font-size: 25px;
    }
    .play_friends_area_inner3 h3 { 
        font-size: 18px; 
        margin-bottom: 0;
        line-height: 30px;
    }
    .video_area_inner_video_bx video{
        border-radius: 33px;
    }
    .cost_area2 .cost_area_head p {
       font-size: 18px;
       line-height: 190%;
    }
    .comm_ln{ 
        display: flex
        ;
                margin: 20px auto 30px;
                width: 93%;
    }
    .play_friends_area_inner2 .content{
        background-color: transparent;
    }
    .play_friends_area_inner2 .content{
        padding: 5px !important;
    }

    .play_friends_area_inner2 .content h2{
        color: #000;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        margin-bottom: 12px;
    }
   
    .cost_area2 .cost_area_head h2{
        font-size: 30px;
    }
    .join_bx_area_inner a {
        font-size: 25px;
    }

    .play_friends_area_inner3 {
        margin-top: 0px;
    }

    .play_friends_area_inner4 {
        margin-top: 30px;
    }

    .play_friends_area_inner2 .content h2 {
        font-size: 22px;
    }

    .how_shark_area_inner1 {
        padding-top: 85%;
    }
    .how_shark_area_inner1 img{
        object-fit: contain;
    }

    .about_area_inner_content {
        padding-left: 0;
    }

    section {
        padding: 40px 0 !important;
    }

    .video_area_inner {
        padding: 40px 0;
    }

    .join_bx_area_inner {
        padding: 30px 20px;
    }

    .footer_inner .logo {
        width: 100%;
        max-width: 270.71px;
    }

    .header_inner>img {
        width: 274px;
    }

    header {
        padding: 35px 0;
    }

    .hero_area_innner .links {

        gap: 14px;
        margin-top: 21px;
    }
    .play_friends_area_inner2 .content h2 {
        font-weight: 700;
        font-size: 18px;
        line-height: 190%;
    }
    .play_friends_area_inner3 .links { 
        margin-top: 21px;
        margin-bottom: 20px;
    }
    .play_friends_area_inner3 h4 {
        margin-top: 7px;
        font-size: 28px;
    }
    .join_bx_area{
        padding-top: 0 !important;
    }
    .cost_area_head {
    margin-bottom: 0px;
}   
.play_friends_area_inner3 h4 {
    margin-top: 35px;
}
.about_area{
    padding-bottom: 15px !important;
}
.hero_area_innner>p {
    font-size: 15px;
}
}

@media screen and (max-width: 450px) {
    .play_friends_area_inner2 .content {
        padding: 20px 20px;
    }

    .footer_inner .social {
        gap: 21px;
    }

    .footer_inner .logo {
        width: 100%;
        max-width: 200.71px;
    }
    .hero_area_innner h1 {
        font-size: 20px;
        line-height: 157%;
    }
}

@media screen and (max-width: 375px) {
    .join_bx_area_inner a {
        font-size: 19px;
    }

    .join_bx_area_inner h2 {
        font-size: 19px;
    }

    .footer_inner .support_bx {
        font-size: 16px;
    }
   
    .play_friends_area_inner2 .content h2 {
        font-size: 18px;
    }
}


@media screen and (max-width: 325px) {}