/* Global Styles */

    .custom_container{
        max-width: 1248px;
        width: 100%;
    }

    .custom_container_large{
        width: 100%;
    }


/* About */

    .about_box{
        padding: 86px 0px 44px 102px;
        border-radius: 200px 32px 200px 32px;
        height: 504px;
    }

    .about_image{
        width: 257px;
        height: 567px;
        object-fit: cover;
        top: -108px;
        right: 93px;
        z-index: 10;
    }

    .bg_purple{
        right: -76px;
        top: -330px;
        object-fit: cover;
    }

    .howItWorkVector{
        width: 43.23px;
        height: 65.04px;
        left: 218px;
    }

    .about_head_title{
        font-size: 60px;
    }

/* How It Works */

    #howitworks .box{
        height: 100%;
        padding: 44px 24px 44px 24px;
    }

    #howitworks .box img{
        width: 28px;
        height: 28px;
        object-fit: cover;
    }

/* Privacy Policy */

    #privacypolicy .box{
        height: 100%;
        border-radius: 20px;
        padding: 40px 40px 25px 40px;
    }

    #privacypolicy li::marker{
        color: white;
    }

/* Contact */

    #contact .contactVector{
        left: 17px;
    }

    #contact .contact_box{
        border-radius: 64px;
        padding: 56px 102px;
        margin-top: 25px;
    }

    #contact .contact_box .bottom div p{
        max-width: 135px;
        width: 100%;
    }


    #contact .yellowBrightness{
        top: -73%;
    }

    #contact .contact_map{
        position: relative;
        z-index: 21387;
        width: 384px;
        height: 490px;
    }

    .contact_map iframe{
        width: 384px;
        height: 490px;
    }

/* Foooter */

    #footer{
        margin-top: 220px;
    }

    .mobile_store{
        display: none;
    }

/* Header */

    #menu_button{
        display: none;
    }

    .hamburger_menu {
        width: 100%;
        height: 100vh;
        background-color: red;
        position: fixed;
        left: -100%;
        top: 0;
        z-index: 9999;
        background: #0E2F1F;
        padding: 16px !important;
        transition: .7s;
    }

    .hamburger_menu.active{
        left: 0%;
    }

    .hamburger_menu nav {
        display: flex !important;
        margin-top: 32px;
    }

    .hamburger_menu nav ul li a {
		font-family: boldFont;
    }

    .mobile_title{
        display: none;
    }

    .menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        transition: opacity 0.3s ease;
    }

    .menu.active {
        padding: 0px !important;
        display: flex;
        flex-direction: column;
        opacity: 1;
        gap: 12px;
    }

    .header_flag{
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 0.001px solid darkgray;
    }

/* Reclam */

    #reclam .right img{
        width: 622px;
        height: 776px;
    }



    .appstore{
        width: 108px;
        height: 35px;
        border-radius: 6px;
    }

    .gplay{
        width: 108px;
        height: 35px;
        border-radius: 6px;
    }

    .rounded_box{
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
