@font-face {
    font-family: Russo One;
    src: url(/assets/fonts/Russo_One/RussoOne-Regular.ttf);
}

@font-face {
    font-family: Saira SemiCondensed;
    src: url(/assets/fonts/Saira_Semi_Condensed/SairaSemiCondensed-Regular.ttf);
}

@font-face {
    font-family: Poppins;
    src: url(/assets/fonts/Poppins/Poppins-Regular.ttf);
}

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

.placeholder_girl {
    padding-top: calc(958/1020*100%);
    position: relative;
    width: 100%;
    height: 100%;
}

body {
    overflow: hidden;
}

img::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 178px;
    background: rgb(17, 17, 17);
    background: linear-gradient(0deg, rgba(17, 17, 17, 0.8071603641456583) 93%, rgba(0, 212, 255, 0) 95%);
    bottom: 0%;
}

.main_sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #111;
    height: 100vh;
    position: relative;
    bottom: 0%;
}

.main_sec::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 98px;
    background: linear-gradient(180deg, rgb(22 42 0 / 0%) 0%, #162A00 100%);
    bottom: 0%;
    z-index: 9;
}

.logo_sec {
    position: absolute;
    top: 4%;
    left: 4%;
    z-index: 9;
    width: 130px;
}
.logo_sec img{
    width: 130px;
    top: 4%;
    left: 4%;
    z-index: 9;
    cursor: pointer;
    width: 130px;
}

.left_img_bg {
    background-image: url(/assets/images/main_bg/girl_img1.svg), url(/assets/images/main_bg/left_bg.svg);
    background-position: bottom left;
    background-repeat: no-repeat;
    width: 100%;
    background-size: contain, contain;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.logo_img {
    width: 123px;
}

.girl_img {
    width: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    top: 0px;
    left: 0%;
    background: #0c0e0ded;
}

.girl_img img {
    width: 100%;
    position: relative;
    z-index: 3;
}

.girl_img:before {
    position: absolute;
    content: "";
    height: 200px;
    width: 100%;
    top: 0px;
    background-image: linear-gradient(to top, #11111100, #111);
    z-index: 5;
}

.girl_img:after {
    position: absolute;
    content: "";
    height: 200px;
    width: 100%;
    bottom: 0px;
    background-image: linear-gradient(to bottom, #11111100, #111);
    z-index: 5;
    left: 0;
}

.left_side_sec {
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.left_bg_img {
    position: absolute;
    left: 0px;
    width: 70%;
    bottom: 0px;
}

.right_side_sec {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 6vh;
    position: relative;
    margin-left: -15%;
    z-index: 8;
}

.right_side_img {
    background-image: url(/assets/images/main_bg/right_bg.svg);
    background-position: right;
    background-repeat: no-repeat;
    height: 100%;
    width: 45%;
    padding-right: 30px;
    display: flex;
    position: relative;
}

.right_side_img::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    bottom: 0px;
    z-index: 7;
    left: 0px;
    box-shadow: 4px 2px 20px 20px #111, 20px 2px 22px 20px #111;
}

.right_text_sec {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
}

.play_more_txt {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}

.play_txt h1 {
    font-family: Russo One;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
}

.play_txt h1:first-child {
    color: #FFF;
}

.play_txt h1:nth-child(2) {
    color: #7FF800;
}

.play_more_txt p {
    color: #FFF;
    font-family: Saira SemiCondensed;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    max-width: 80%;
}

.sign_up {
    display: flex;
    width: 280px;
    padding: 16px 45px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: #7FF800;
    cursor: pointer;
}

.sign_up p {
    color: #040404;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.contact_txt_sec h4 {
    margin: 0;
}

.contact_txt_sec>p {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    max-width: 87%;
}

.application_txt h4,
.social_media_sec h4 {
    color: var(--Primary, #7CF700);
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.social_media_sec a h4 {
    color: #ffffff;
    font-weight: 700;
}

.contact_txt {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 50px;
    flex-wrap: nowrap;
}

.contact_txt_sec {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
}

.application_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    justify-content: flex-start;
}

.android_btn,
.ios_btn {
    display: flex;
    width: 140px;
    max-width: 100%;
    padding: 10px 10px;
    align-items: center;
    gap: 10px;
    background-image: linear-gradient(0deg, #042D10, #00CC3B), linear-gradient(90deg, #00CC3B, #042D10), linear-gradient(180deg, #042D10, #00CC3B), linear-gradient(270deg, #00CC3B, #042D10);
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-size: 2.5% 100%, 100% 3.5%, 1.5% 100%, 100% 3.5%;
    background-repeat: no-repeat;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.application_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.application_txt_inner {
    color: #FFF;
    font-family: Poppins;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

.application_txt_inner p {
    font-size: 12px;
}

.social_media_sec h4:nth-child(2) {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.social_media_sec {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
}
.social_media_sec a h4{
    cursor: default;
}
.social_media_btn img {
    width: 33px;
}

.social_media_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
}

.social_media_sec a,
.sign_up,
.application_btn a {
    text-decoration: none;
    color: unset;
}

.gradient-button {
    color: #fff;
    padding: 8px 18px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    background: #2C2C2C;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 150px;
}

.gradient-border {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(165deg, #00CC3B 0%, #00CC3B 25%, #1f3317 50%, #00CC3B 85%, #00CC3B 100%);
    border-radius: 10px;
    z-index: -1;
}

.application_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.application_txt_inner {
    color: #FFF;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
}

.application_txt_inner p {
    font-size: 13px;
    text-align: left;
    white-space: nowrap;
    line-height: 19px;
}
img.android {
    height: 3.4vh;
}