body {
    /* font-family: "Poppins"; */
    background-color: #000916;
}

@font-face {
    font-family: "archivo";
    src: url("/fonts/Archivo-Bold.ttf");
}
@font-face {
    font-family: "mordinest";
    src: url("/fonts/Sk-Modernist-Regular.otf");
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "archivo";
}

p,
a,
button {
    font-family: "mordinest";
}

.center-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.index-nav {
    height: 102px;
    background: #000001;
    padding-inline: 110px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

.main-body {
    padding-inline: 90px;
    padding-bottom: 50px;
    margin-top: 150px;
}
.main-body2 {
    padding-inline: 50px;
    padding-bottom: 50px;
    margin-top: 40px;
}
.t_and_c_body {
    padding-inline: 30px;
    padding-block: 50px;
    background-color: #000916;
}

.tc_text {
    line-height: 32px;
}

.index-nav-link {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-left: 15px;
    text-decoration: none;
    /* background: red; */
}
.index-nav-link:hover {
    text-decoration: none;
    /* background: red; */
}

.app_btn {
    background: #57b119;
    color: #fff;
    border-radius: 8px;
    height: 48px;
    border: none;
    margin-left: 15px;
}
.app_btn2 {
    background: #000916;
    color: #fff;
    border-radius: 8px;
    height: 48px;
    padding-inline: 10px;
    border: none;
    margin-left: 15px;
    border: 1px solid #57b119;
    display: flex;
    align-items: center;
    justify-self: center;
}
.anchor_btn {
    background: #57b119;
    color: #fff;
    border-radius: 8px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 15px;
    padding-block: 10px;
}
.anchor_btn2 {
    /* background: #57b119; */
    color: #fff;
    border-radius: 8px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 15px;
    padding-block: 10px;
    border: 1px solid white;
}
.anchor_btn:hover {
    text-decoration: none;
    color: #fff;
}

.side_opener {
    display: none;
}

.hero_section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    /* height: 800px;
    background-color: white; */
}

.title {
    font-weight: 700;
    font-size: 90px;
    color: #fff;
}
.title_2 {
    font-weight: 700;
    font-size: 64px;
    color: #fff;
}
.sub_title {
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    line-height: 44px;
    text-align: center;
}
.t_and_c_title {
    font-weight: 700;
    font-size: 48px;
    color: #fff;
    line-height: 44px;
}

.t_and_c_subtitle {
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    line-height: 44px;
}
.slider_img_div {
    border-radius: 10px;
    width: 100%;
    height: 500px;
    background-position: center;
}

.swiper {
    width: 100%;
    height: 550px;
}

.swiper-pagination-bullet {
    background-color: #fff !important;
}
.swiper-pagination-bullet-active {
    background-color: #57b119 !important;
}

.about_us {
    margin-top: 50px;
}
.why_us {
    margin-top: 50px;
}
.how_it_works {
    margin-top: 50px;
}

.t_and_c {
    margin-top: 50px;
}

.footer {
    margin-top: 50px;
    padding-block: 50px;
}

.footer_sub_title {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.footer_title {
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px !important;
}

.footer_sub_cover {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}

.why_us_card_parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.two_per_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.how_it_works_card_parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.our_product_card_parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 30px;
}
.why_us_card {
    height: 305px;
    margin-top: 30px;
    width: 48%;
    border-radius: 8px;
    border: 1px solid #efefef;
    padding-inline: 45px;
    padding-block: 35px;
    background: linear-gradient(
        120.37deg,
        rgba(126, 124, 124, 0.6) 0%,
        rgba(255, 255, 255, 0.1) 100%
    );
}
.gm_card {
    min-height: 500px;
    margin-top: 30px;
    width: 48%;
    border-radius: 8px;
    border: 1px solid #efefef;
    padding-inline: 45px;
    padding-block: 35px;
    background: linear-gradient(
        120.37deg,
        rgba(126, 124, 124, 0.6) 0%,
        rgba(255, 255, 255, 0.1) 100%
    );
}

.gallery_img1,
.gallery_img2,
.gallery_img3 {
    width: 380px;
    position: relative;
}

.gallery_box1,
.gallery_box2,
.gallery_box3 {
    width: 380px;
    position: relative;
}
.gm_up {
    margin-top: 90px;
    padding-top: 100px;
    min-height: 640px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* animation: slideLeft 0.5s ease-in-out; */
    transition: background-image 0.5s ease-in-out;
}

.fade_me1,
.fade_me2,
.fade_me3 {
    transition: opacity 0.3s ease-in-out;
}

.gm_card2 {
    min-height: 400px;
    margin-top: 30px;
    width: 48%;
    border-radius: 8px;
    border: 1px solid #efefef;
    padding-inline: 45px;
    padding-block: 35px;
    background: linear-gradient(
        120.37deg,
        rgba(126, 124, 124, 0.6) 0%,
        rgba(255, 255, 255, 0.1) 100%
    );
}
.logo-nav {
    padding-inline: 45px;
}
.one_row {
    /* height: 305px; */
    margin-top: 30px;
    width: 48%;
    padding-inline: 45px;
    padding-block: 35px;
}
.how_it_works_card {
    height: 282px;
    margin-top: 30px;
    width: 48%;
    border-radius: 8px;
    border: 1px solid #efefef;
    padding-inline: 45px;
    padding-block: 25px;
    background: linear-gradient(
        120.37deg,
        rgba(126, 124, 124, 0.6) 0%,
        rgba(255, 255, 255, 0.1) 100%
    );
}
.our_product_card {
    width: 48%;
}
.our_product_card img {
    width: 100%;
}

.why_us_title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-top: 15px;
}

.why_us_desc {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
}

.our_products {
    margin-top: 50px;
}

.num_card {
    width: 73px;
    height: 76px;
    border-radius: 6.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #57b119;
}

.num {
    color: #fff;
    font-size: 25px;
    font-weight: 900;
}

.left_side {
    background: #000001;
    height: 100vh;
    position: absolute;
    left: -100%;
}

.links-parent {
    display: none;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.gallery_img1:hover .fade_me1 {
    opacity: 0.3;
}
.gallery_img1:hover .event_name1 {
    display: block;
}
.gallery_img2:hover .event_name2 {
    display: block;
}
.gallery_img3:hover .event_name3 {
    display: block;
}
.gallery_img2:hover .fade_me2 {
    opacity: 0.3;
}
.gallery_img3:hover .fade_me3 {
    opacity: 0.3;
}

.event_name1,
.event_name2,
.event_name3 {
    display: none;
    position: absolute;
    top: 0;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.gallery_parent {
    height: 560px;
}

@media only screen and (max-width: 900px) {
    .left_side {
        width: 60%;
        background: #000001;
        height: 100vh;
        position: absolute;
        left: -100%;
        transition: 0.5s;
        z-index: 999999;
    }

    .right_side {
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
    }
    .t_and_c_title {
        font-weight: 700;
        font-size: 35px;
        color: #fff;
        line-height: 44px;
    }
    .t_and_c_body {
        padding-inline: 10px;
        padding-block: 25px;
        background-color: #000916;
    }
    .index-nav {
        padding-inline: 20px;
        height: 90px;
    }
    .links-parent {
        display: none;
    }

    .side_opener {
        display: block;
    }
    .side_opener,
    i {
        color: #57b119;
        font-size: 30px;
        cursor: pointer;
    }

    .main-body {
        padding-inline: 15px;
    }
    .main-body2 {
        padding-inline: 15px;
    }
    .title {
        font-weight: 700;
        font-size: 50px;
        color: #fff;
    }

    .title_2 {
        font-weight: 700;
        font-size: 40px;
        color: #fff;
    }
    .slider_img_div {
        border-radius: 10px;
        width: 100%;
        height: 300px;
        background-position: center;
    }

    .swiper {
        width: 100%;
        height: 350px;
    }
    .why_us_card_parent {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .two_per_row {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .gallery_parent {
        height: 1700px;
    }
    .gallery_box2,
    .gallery_box1 {
        margin-bottom: 20px;
    }
    .how_it_works_card_parent {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .why_us_card {
        width: 100%;
        border-radius: 8px;
        border: 1px solid #efefef;
        padding-inline: 20px;
        padding-block: 15px;
        margin-top: 20px;
        background: linear-gradient(
            120.37deg,
            rgba(126, 124, 124, 0.6) 0%,
            rgba(255, 255, 255, 0.1) 100%
        );
    }
    .gm_card,
    .gm_card2 {
        margin-top: 20px;
        width: 100%;
        border-radius: 8px;
        border: 1px solid #efefef;
        padding-inline: 20px;
        padding-block: 15px;
        background: linear-gradient(
            120.37deg,
            rgba(126, 124, 124, 0.6) 0%,
            rgba(255, 255, 255, 0.1) 100%
        );
    }
    .logo-nav {
        padding-inline: 20px;
    }
    .one_row {
        width: 100%;
        border-radius: 8px;
        padding-inline: 20px;
        padding-block: 15px;
        margin-top: 20px;
    }
    .how_it_works_card {
        width: 100%;
        border-radius: 8px;
        border: 1px solid #efefef;
        padding-inline: 20px;
        padding-block: 15px;
        margin-top: 20px;
        background: linear-gradient(
            120.37deg,
            rgba(126, 124, 124, 0.6) 0%,
            rgba(255, 255, 255, 0.1) 100%
        );
    }

    .footer_sub_cover {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
    }

    .one,
    .two,
    .three {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 30px;
    }

    .footer_title {
        font-weight: 700;
        font-size: 22px;
        color: #fff;
        margin-bottom: 15px !important;
    }

    .gallery_img1,
    .gallery_img2,
    .gallery_img3 {
        width: 100%;
        margin-bottom: 15px;
        position: relative;
    }
    .gallery_img1:hover .fade_me1 {
        opacity: 0.5; /* Reduce the opacity on hover */
    }
    .gallery_img2:hover .fade_me2 {
        opacity: 0.5;
    }
    .gallery_img3:hover .fade_me3 {
        opacity: 0.5;
    }
}
@media only screen and (max-width: 500px) {
    .title {
        font-weight: 700;
        font-size: 40px;
        color: #fff;
    }

    .title_2 {
        font-weight: 700;
        font-size: 30px;
        color: #fff;
    }
    .sub_title {
        font-weight: 400;
        font-size: 18px;
        color: #fff;
        line-height: 30px;
        margin-top: 15px;
    }
    .our_product_card_parent {
        display: flex;
        flex-direction: column;
    }
    .our_product_card {
        width: 100%;
    }
}
