@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;800&display=swap');
* {
    box-sizing: border-box;
}
body {
    background-image: url("../images/image.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(38, 35, 94, 0.4);
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    -moz-overflow-x: hidden;
    -webkit-overflow-x: hidden;
    -ms-overflow-x: hidden;
    min-height: 100vh;
}
body::after {
}
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    background-size: cover;
    background-position: center;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 0 0.7rem 0.7rem;
    position: relative;
    height: 5rem;
    max-width: 1550px;
    margin-left: auto;
    margin-right: auto;
}
.main {
    position: sticky !important;
    z-index: 9999999;
    max-width: 1550px;
    margin-left: auto;
    margin-right: auto;
}
.logo {
}
header .logo svg {
    width: 100%;
    max-width: 200px;
    position: absolute;
    left: 6px;
    right: auto;
    top: 1px;
}
.header_text {
    background: linear-gradient(to right, #26235e, #202e6b, #1b3978);
    padding: 8px 8px;
    border-radius: 20px;
    width: 100%;
    max-width: 580px;
    text-align: center;
    position: absolute;
    left: 4rem;
    top: 1rem;
    overflow: hidden;
}
.carousel-section {
    width: 100%;
}
.header_text_p {
    color: orange;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2;
}
.form_logo {
    width: 100%;
    max-width: 100px;
}
header img {
    position: absolute;
    top: 80px;
    right: 0;
    width: 130px;
}
.main {
    display: flex;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 4rem;
    padding: 0 80px;
}
.top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.top_title {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 300;
    color: orange;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.15;
    margin-bottom: 16px;
}
.top_info {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0;
    color: #ffffff;
}
.info_mill {
    width: 500px;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
}
.top_title strong {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.top_text {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.3rem;
    margin: 0;
    line-height: 1.15;
    text-transform: uppercase;
}
iframe {
    aspect-ratio: 1/1;
    -webkit-aspect-ratio: 1/1;
    -moz-aspect-ratio: 1/1;
    -ms-aspect-ratio: 1/1;
    width: 100%;
}
.text_box {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 480px;
    margin-top: 2rem;
}
.item {
    display: grid;
    grid-template-rows: 2fr 2fr;
    margin: 0 2rem 0 0;
}
.item img {
    width: 100%;
    max-width: 100px;
}
.form {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 420px;
    background-color: rgba(255, 255, 255, 1);
    padding: 1.4rem;
    border-radius: 20px;
    margin: 0;
}
form {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form_title {
    text-align: center;
}
input[name="phone2"] {
    margin: 10px 0 !important;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    margin: 10px 0;
    width: 100%;
}
.iti {
    display: flex !important;
    justify-content: center;
}
input {
    display: flex;
    padding: 12px;
    font-size: 18px;
    width: 100%;
    border-radius: 10px;
    border: 2px solid #575555;
    margin: 10px 0 !important;
    outline: none;
}
input.chek {
    width: 30px;
}
label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.reg_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    /* max-width: 340px; */
    width: 100%;
    padding: 20px 12px;
    background: #631132;
    border: none;
    outline: none;
    border-radius: 10px;
    color: white;
    font-size: 1.1rem;
    margin-top: 20px;
    cursor: pointer;
}
.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    padding: 0.4rem 0.4rem;
    margin-top: 130px;
    color: #fff;
}
.mob {
    display: none;
}
.top_info_img {
    float: left;
    width: 340px;
    height: auto;
    margin: 10px 10px 10px 0;
    border-radius: 10px;
}
.mill_wr {
    width: 140px;
    height: auto;
    margin: 10px 100% 20px 0;
}
@media all and (max-width: 520px) {
    body {
        background-position-x: 27%;
        height: auto;
    }
    .main {
        display: flex;
        flex-direction: column;
        padding: 0 20px;
        overflow-x: hidden !important;
    }
    header {
        position: absolute;
        padding: 2px;
        height: 0;
        width: 100%;
        max-width: 374px;
        -webkit-max-width: 374px;
    }
    iframe {
        aspect-ratio: 1/1;
        -webkit-aspect-ratio: 1/1;
        -moz-aspect-ratio: 1/1;
        -ms-aspect-ratio: 1/1;
        width: 100%;
    }
    .info_mill {
        width: 100%;
    }
    .header_text {
        left: 6px;
        right: 6;
        top: -16px;
        width: 100%;
        position: relative;
        max-width: 400px;
    }
    .hide-mobile {
        display: none;
    }
    .text_box {
        flex-direction: column;
    }
    .top_info {
        font-size: 1.5rem;
    }
    .form {
        margin-top: 1.8rem;
        max-width: 400px;
        background-color: rgba(255, 255, 255, 0.7);
        padding: 10px;
    }
    .mob {
        display: flex;
        padding: 1rem;
        flex-direction: column;
        align-items: center;
    }
    .item {
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        margin: 0;
        padding: 1rem;
    }
    .top_info_img {
        float: left;
        width: 160px;
        height: auto;
        margin: 10px 10px 10px 0;
        border-radius: 10px;
    }
    .top {
        margin-top: 1.9rem;
    }
    .top_title {
        font-size: 1rem;
        margin-top: 20px;
    }
    .top_text {
        font-size: 1.65rem;
        z-index: 999;
    }
    header .logo svg {
        max-width: 150px;
    }
}
.header_text_p{
    text-transform: uppercase;
}