* {
    padding: 0;
    margin: 0;
    font-family: "Manrope", sans-serif;
    box-sizing: border-box;
}
.page_unavailiable {
    width: 100%;
    padding: 20px 0px 20px 0px;
    background-color: #f0f1f5;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.page_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1360px;
    margin: auto;
}
.page_left {
    padding: 16px;
    max-width: 666px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
}
.page_topleft {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
.page_toptext {
    background-color: #fff;
    font-weight: 400;
    font-size: 16px;
    /* max-height: 46px; */
    line-height: 24px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 13px 14px 13px 14px;
    border: 1px solid #ebedf0;
}

.page_bottomleft h1 {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 32px;
    word-break: keep-all;
    text-align: center;
}

.page_bottomleft .page_textII {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}
.country_list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
    width: 75%;
}
@media only screen and (max-width: 760px) {
    .country_list {
        width: 100%;
        justify-content: center;
    }
}
.country_list div {
    /* width: 100%; */
}
.country_list a {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    gap: 4px;
    width: fit-content;
}
.country_list div a span {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}
.country_list div a span:hover {
    opacity: 0.7;
}
.social_section {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    /* align-items: center; */
    gap: 8px;
}
.social_section div {
    display: flex;
    gap: 10px;
    margin-bottom: 4px;
    justify-content: center;
}

.social_section div:nth-child(1) {
    font-weight: 600;
}
.social_section div:nth-child(2) a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.page_right {
    display: none;
    width: 31%;
}
.page_cover {
    display: none;
}

.pageright_img img {
    width: 100%;
    height: 100%;
}
.flag_img {
    position: relative;
    right: 60px;
    width: 30vw;
    max-width: 516px;
    height: 100%;
    border-radius: 80px;
}
.flag_img img {
    width: 100%;
    height: 100%;
    border-radius: 40px 0 0 40px;
}
.imagediv {
    width: 100%;
    margin-bottom: 40px;
}
.flagsm_img {
    width: 60%;
    max-width: 200px;
    margin: auto;
    position: relative;
}
.flagsm_img img {
    width: 100%;
}
.carsm_img {
    width: 90vw;
    max-width: 356px;
    height: 55%;
    position: absolute;
    left: -45%;
    bottom: -20px;
}

.flag_img img {
    width: 100%;
}

.car_img {
    position: absolute;
    bottom: -64px;
    right: -50px;
    width: 170%;
}
.car_img img,
.carsm_img img {
    width: 100%;
    height: 100%;
}

.page_inputfield {
    margin-bottom: 32px;
    position: relative;
}
.page_inputfield input {
    border: 2px solid #c8ccd9;
    border-radius: 16px !important;
    padding: 16px 0px 16px 16px;
    height: 64px;
    width: 100%;
}

.page_inputfield input::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.notify-btn {
    background-color: #000000;
    border-radius: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    height: 48px;
    color: #fff;
    padding: 0px 16px;
    position: absolute;
    top: 8px;
    right: 8px;
    border: none;
    width: auto !important;
    max-width: 150px;
    cursor: pointer;
    margin: 0 !important;
}
.mce_inline_error {
    background: #f0f1f5 !important;
}

#mce-responses {
    margin: 0 !important;
}
.form-validation {
    margin: 2px;
    padding: 3px;
    display: none;
    color: red;
}
.page_footer {
    width: 80%;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #6b6b6b;
    margin-top: 46px;
}

.social_section div:nth-child(2) a:hover,
.page_footer a:hover {
    text-decoration: none;
}
.social_section div:nth-child(2) a span,
.page_footer a {
    display: inline-block;
    position: relative;
    color: #000;
    text-decoration: none;
}
.page_footer a {
    color: #0087ca;
}
.social_section div:nth-child(2) a span:hover,
.page_footer a:hover {
    color: #0087ca;
}
.social_section div:nth-child(2) a span::after,
.page_footer a::after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #0087ca;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.social_section div:nth-child(2) a span:hover::after,
.page_footer a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

@media only screen and (min-width: 768px) {
    .page_left {
        width: 46%;
        padding: 0 0 0 54px;
    }
    .page_bottomleft .page_textII {
        text-align: start;
    }
    .country_list a {
        margin: 0;
    }
    .social_section div {
        justify-content: start;
    }
    .page_footer {
        max-width: 700px;
    }
    .imagediv {
        display: none;
    }
    .page_bottomleft h1 {
        text-align: start;
    }
    .page_cover {
        display: block;
    }

    .page_topleft {
        flex-direction: row;
    }
}
@media only screen and (min-width: 1024px) {
    .notify-btn {
        width: 150px;
    }
}
@media only screen and (min-width: 1280px) {
    .page_bottomleft h1 {
        word-break: keep-all;
        font-size: clamp(24px, 5vw, 48px);
    }

    .page_textII,
    .country_list div span {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1920px) {
    .page_left {
        gap: 80px;
    }
    .flag_img {
        right: 0px;
    }
    .page_bottomleft h1,
    .page_inputfield {
        margin-bottom: 60px;
    }
    .country_list {
        margin-top: 32px;
    }
}
