.heroAbout {
    background: #000;
}

.titleTextPadding {
    object-fit: contain !important;
}

.journeyBg {
    background: linear-gradient(188deg, rgba(0, 0, 0, 1) 10%, #27181C 30%, #161315 80%);
    position: sticky;
    z-index: -1;
    padding: 15vh 0 5vh 0;
}

.journeyTop {
    position: absolute;
    top: 0;
    width: 100%;
    padding: 15vh 0 5vh 0;
}

.journeyTitle {
    margin: 0;
    font-size: 56px;
    line-height: 62px;
    font-weight: 700;
    color: rgba(239, 66, 35, 1);
}

.journeyBoxSection {
    padding-top: 20vh;
}

.journeyBoxPos {
    margin-top: -5vh;
}

.journeyBox {
    border-radius: 32px;
    background: linear-gradient(153deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.00) 100%);
    backdrop-filter: blur(21px);
    -webkit-backdrop-filter: blur(21px);
    padding: 3vh 3vh 8vh 3vh;
}

.journeyBoxLast {
    padding: 3vh 3vh 1vh 3vh;
}

.journeyBox ul {
    padding-left: 0;
}

.journeyBox li {
    list-style: none;
    font-size: 16px;
    display: flex;
    margin-bottom: 2vh;
}

.journeyBox li:before {
    content:'\2022';
    color: #EF4223;
    font-size: 80px;
    vertical-align: top;
    line-height: 10px;
    padding-right: 15px;
}

.yearTitle {
    font-size: 48px;
    font-weight: 800;
}

.orangeLinearLine {
    background: linear-gradient(90deg, #ef412300 0%, #EF4223 33%, #EF4223 66%, #ef412300 100%);
    height: 1px;
    opacity: 1;
    border: none;
}

.deco2 {
    position: absolute;
    top: 30vh;
    right: 0;
    width: 22vw;
}

.headerMobile {
    height: 80vh;
    object-fit: cover;
    width: 100%;
}

.headerBgMobileSection {
    background-color: #432326;
}

.title-img-4 {
    height: 150px;
}

.glowSection {
    border-radius: 900px;
    opacity: 0.3;
    background: linear-gradient(350deg, rgba(239, 66, 35, 0.20) 7.03%, #CC2919 98.25%);
    filter: blur(100px);
    width: 60%;
    height: 50vh;
    position: absolute;
    left: 0;
    right: 0;
    margin: -10vh auto 0 auto;
}

.top20-container {
    top: 20%;
}

.legalPolicyBg {
    background: linear-gradient(180deg, #140c0f 0%, #2E1B20 24.87%, #161415 100%);
    position: sticky;
    z-index: -1;
}

.contactUsBg {
    background: linear-gradient(180deg, #140c0f 24.87%, #161415 100%) !important;
}

.legalPolicyTop {
    position: absolute;
    top: 0;
    width: 100%;
}

.legalPolicyTable {
    border-radius: 11px !important;
    padding: 10vh 0 !important;
}

.border-radius-11 {
    background-image: url(../img/legal-policies/policyBg.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 3.5vh 2vh !important;
}

.border-radius-11 h5 {
    font-size: 16px;
    line-height: 22px;
}

.documentIconSize {
    width: 60%;
}

.legal-small-title {
    font-size: 22px;
    line-height: 32px;
}

.contactUsBox {
    border-radius: 11px !important;
}

.contactUsBox .textBox {
    border-radius: 12px;
    background: #161616;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    border: none;
    width: 100%;
    padding: 1.5vh 2vh;
    outline: none !important;
}

.contactUsBox .dropdown {
    background: transparent;
    color: #fff;
    outline: none !important;
    border-width: 0 0 0 0;
    margin: 0 2vh 0 0;
}

.dropdownCountry {
    width: 30%;
}

.contactUsBox .contactFormLabel {
    font-size: 18px;
    line-height: 25px;
}

.contactUsBox .dropdownTextBox {
    border-left: 1.5px solid #EF4223 !important;
    border-radius: 0 !important;
}

.option {
    background-color: #000;
    color: #fff;
    outline: none !important;
    border-width: 0 0 0 0;
    border: none !important;
}

@media (max-width: 1199px) {
    .headerBgMobileSection {
        background: linear-gradient(188deg, #2D1A1F 0%, #372529 0%, #301B21 100%);
    }

    .journeyBg {
        background: linear-gradient(188deg, #301B21 0%, #161315 90%);
        padding: 0 0 0 0;
    }

    .headerMobile {
        object-position: 100% 70%;
    }

    .title-img-4 {
        height: auto;
        width: 100%;
        margin-top: -4vh;
    }

    .glowSection {
        opacity: 0.5;
        width: 70%;
        height: 60vh;
        margin: -80vh auto 0 auto;
    }

    .journeyTop {
        padding: 0 0 0 0;
    }

    .startAboutTradingTop {
        padding: 7vh 0;
    }

    .startAboutTradingBg {
        padding: 7vh 0;
    }

    .legalPolicyTable {
        border-radius: 11px !important;
        padding: 5vh 0 !important;
    }

    .legalPolicyTop {
        top: -5%;
    }

    .contactUsBox {
        margin-top: -10%;
    }

    .documentIconSize {
        width: 80%;
    }    

    .border-radius-11 {
        background-image: url(../img/legal-policies/policyBg.webp);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 3.5vh 1.2vh !important;
    }
}

@media (max-width: 575px) {
    .headerMobile {
        object-position: center;
    }

    .journeyBoxPos {
        padding: 0 !important;
    }

    .journeyBox {
        border-radius: 32px 0 0 0;
    }

    .journeyBoxLast {
        border-radius: 32px 0 0 32px;
    }

    .title-img-4 {
        height: 100%;
        width: 100%;
        object-fit: contain;
        margin-top: 0;
    }
    
    .journeyBoxPos {
        margin-top: -8vh;
    }

    .glowSection {
        opacity: 0.5;
        width: 100%;
        height: 50vh;
        margin: -80vh auto 0 auto;
    }

    .startAboutTradingTop {
        padding: 7vh 0;
    }

    .startAboutTradingBg {
        padding: 7vh 0;
    }

    .border-radius-11 h5 {
        font-size: 14px;
        line-height: 18px;
    }

    .contactUsBox {
        margin-top: -20%;
    }

    .textBackground-mobile {
        transform: scale(1.5);
    }

    .documentIconSize {
        width: 70%;
    }
}