@font-face {
    font-family: 'PP Formula';
    src: local('PP Formula'), url("./assets/PPFormula-CondensedBlack.otf") format('opentype');
}

body {
    margin: 0%;
    background-color: #111111;
}

.main_banner_image {
    opacity: 0.6;
}

.main_banner_image,
.main_banner {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    text-align: center;
}

.overlay_tint {
    width: 100%;
    height: 100vh;
    position: absolute;
    background: #8B0000;
    opacity: 0.4;
    z-index: 1;
}

.main_banner_inner_div {
    width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    z-index: 6;
}

.main_banner_inner_div h2 {
    font-family: "Manrope", sans-serif;
    color: #FFF;
    margin: 0;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

.main_banner_inner_div h1 {
    font-family: 'PP Formula', sans-serif;
    color: white;
    font-size: 75px;
    font-style: normal;
    font-weight: 900;
    line-height: 75px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

.main_banner_inner_div button {
    width: max-content;
    padding: 13px 35px;
    border-radius: 3px;
    background: #ef4123;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    outline: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

.main_banner_inner_div a {
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.just_like_how_section,
.image_slider_section {
    background-color: #111111;
    padding: 120px 0;
}

.just_like_how_section_row {
    width: 80%;
    padding: 60px;
}

.just_like_how_inner_div {
    width: 75%;
    background-color: white;
    margin: auto;
    border-radius: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.image_slider_section {
    width: 100%;
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.image_slider_section::-webkit-scrollbar {
    display: none;
}

.image_slider_inner_section {
    display: flex;
    padding-left: 12.5%;
    overflow-x: scroll;
    cursor: pointer;
    gap: 50px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.image_slider_inner_section::-webkit-scrollbar {
    display: none;
}

.image_slider_inner_section img {
    width: 359px;
    height: 638px;
    object-fit: cover;
    scroll-snap-align: center;
    border-radius: 20px;
}

.why_us_section {
    background-color: #111111;
}

.why_us_inner_section {
    width: 75%;
    margin: auto;
    padding: 60px 0 120px;
}

.why_us_inner_section h4,
.forms_div h2 {
    color: #fff;
    font-family: 'PP Formula', sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 70px;
    text-transform: uppercase;
}

.just_like_how_inner_div h3 {
    color: #111;
    font-family: 'PP Formula', sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 70px;
    text-transform: uppercase;
    margin: 0;
}

.just_like_how_inner_div p {
    color: #3a3a3a;
    font-family: 'Manrope', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.why_us_section_col svg {
    display: block;
    margin: 22px 0;
}

.why_us_section_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 25px;
    row-gap: 50px;
}

.why_us_section_col {
    width: 70%;
}

.bolded_span {
    color: #FFF;
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    margin: 22px 0 13px 0;
}

.normal_span {
    color: #B1B1B1;
    font-family: 'Manrope', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.165px;
}

.form_section {
    background: radial-gradient(948.86% 103.84% at 68.21% 66.57%, #000 0, #ef4123 100%);
    /* background-color: rgb(239 65 35); */
    padding: 120px 0;
    display: flex;
    justify-content: center;
}

.forms_div {
    width: 75%;
    margin: auto;
}

form {
    background-color: #111;
    padding: 120px;
    margin: auto;
    width: 45%;
}

.forms_div label {
    display: block;
    color: #ccc6c6;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: .42px;
}

.forms_div input {
    width: 95%;
    height: 48px;
    border-radius: 3px;
    border: .852px solid #8d8d8d;
    background: #343333;
    padding: 0 17px;
    margin: 10px 0 20px;
    outline: none;
    color: #8d8d8d;
}

.forms_div button {
    width: 200px;
    height: 50px;
    border-radius: 3px;
    background: #ef4123;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    outline: none;
    border: none;
    margin-top: 32px;
    cursor: pointer;
}

footer {
    background-color: #111;
}

.footer_div {
    display: flex;
    align-items: center;
    column-gap: 16px;
    justify-content: center;
    height: 60px;
}

.iti--allow-dropdown,
input[type="tel"] {
    width: 100%;
    margin: 10px 0 20px;
}

.whats_coming_up_in_Q2 {
    width: 75%;
    margin: auto;
    padding: 60px 0 120px;
}

.whats_coming_up_in_Q2 h2 {
    color: #fff;
    font-family: 'PP Formula', sans-serif;
    font-size: 70px;
    font-style: normal;
    font-weight: 900;
    line-height: 70px;
    text-transform: uppercase;
}

.whats_coming_grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: 1.25rem;
    column-gap: 1rem;
}

.whats_coming_grid_col {
    /* width: 100%; */
    border: 1px solid #fff;
    border-radius: 8px;
    padding: 28px;
}

.whats_coming_grid_col p {
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 25px;
    padding-bottom: 14px;
}

.whats_coming_grid_col ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.165px;
    padding-left: 15px !important;
}

.pt-60 {
    padding-top: 60px;
}

@media only screen and (max-width: 790px) {

    .main_banner_inner_div,
    .just_like_how_inner_div {
        width: 85%;
    }

    .just_like_how_section_row {
        padding: 30px !important;
    }

    .pt-60 {
        padding-top: 30px !important;
    }

    .just_like_how_section,
    .image_slider_section {
        padding: 60px 0 !important;
    }
    .why_us_inner_section{
        padding: 0 0 60px !important;
    }
    h1 {
        font-size: 42px !important;
        line-height: 50px !important;
    }

    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 25px !important;
        line-height: 30px !important;
    }

    .just_like_how_section_row {
        width: auto !important;
    }

    .why_us_section_grid,
    .whats_coming_grid {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

    iframe {
        width: 85% !important;
        height: 760px !important;
    }
}