* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    cursor: pointer;
}

html {
    scroll-behavior: smooth;
}
  

body {
    font-family: 'Montserrat', sans-serif;
    background-color: white;
}

/*----------------------------------------------------INFO---------------------------------------------------*/
section.info {
    background-color: black !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px 20px;
    color: white;
}

/*************************************************HEADER*******************************************************/

section.header {
    height: 100px;
    display: flex;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 60px 0 30px !important;
    width: 100%;
}

.menu .menu-item {
    padding: 0 10px;
    color: #000094;
    font-weight: 600;
}

.center-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-explore {
    height: 40px;
    background-color: #000095;
    border-radius: 4px;
    padding: 0 24px;
    width: 170px;
    white-space: nowrap;
    overflow: hidden;
    word-wrap: none;
    color: white
}

.btn-register {
    height: 40px;
    width: 170px;
    white-space: nowrap;
    overflow: hidden;
    background-color: #fd0000;
    border-radius: 4px;
    padding: 0 24px;
    word-wrap: none;
    color: white
}


section.header img {
    height: 100%;
}

/*************************************************BANNER MAIN*******************************************************/

.main-banner {
    position: relative;
}

.main-banner img {
    width: 100%;
}

.banner-content {
    position: absolute;
    top: 80px;
    left: 150px;
    width: 50%;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.title-banner {
    font-size: 40px;
    font-weight: 700;
}

/*************************************************Description*******************************************************/
.description-container {
    padding-top: 10px;
}

.banner-infos {
    width: 100%;
    display: flex; 
    justify-content: center;
    gap: 100px;
    margin: 20px 0 40px 0;
}

.description {
    width: 300px;
    background-color: white;
    height: 150px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    color: #000095;
    padding: 20px 10px;
}

.description h1 {
    font-weight: 700;
}

.description p {
    text-align: center;
}

.btn-container {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 20px;
}

.benefit {
    display: flex;
    width: 100vw;
    gap: 20px;
    padding-left: 150px !important;
    margin-bottom: 50px;
    gap: 30px;
}

.benefit .benefit-img {
    height: 500px;
}

.benefit2 {
    flex-flow: row-reverse;
}

.benefit2 p {
    font-style: italic;
    color: #cd5053;
    font-size: 20px;
}

.benefit-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px
}

.benefit.benefit2 img {
    width: 50%;
    height: auto;
}

.benefit h1 {
    color: #000095;
    font-size: 50px;
    font-weight: 700;
}

.benefit-item {
    margin-bottom: 10px;
}

.item-title {
    font-weight: 600;
    font-size: 24px
}

.item-description {
    font-style: italic;
    color: #cd5053;
    font-size: 20px;
}


/***********************************************Program******************************************/

.program-container {
    padding: 20px 40px;
}

.program-title {
    height: 125px;
    width: 753px;
}

.program-content {
    padding: 0 16px 0 64px !important;
}

/************************************************PARTNER****************************************/
.partner {
    display: flex;
    padding: 0 160px;
    align-items: center;
    margin-bottom: 40px;
}

.partner-title {
    width: 300px;
    font-size: 24px;
    font-weight: 600;
    color: #000095
}

.partner-title span {
    font-weight: 800;
    font-style: italic;
}

.partner-list {
    flex: 1;    
    border: 8px solid #000095;
    border-top: none;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partner-list img {
    width: 100px;
    width: 100px;
}

/************************************************FORM*************************************/
.register {
    width: 100%;
    display: flex;
    gap: 10px;
    padding: 20px 100px;
    margin-bottom: 20px;
}

.register > img {
    height: 600px;
    width: auto;
}

.register h1 {
    font-weight: 700;
    font-size: 46px;
    text-align: center;
    color: #000095;
}

.form-register {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-container {
    width: 100% !important;
}

#tuvan {
    font-size: 3rem;
    font-weight: 700;
    color: #065196;
    margin: 0
}

.video-advertisement {
    width: 100%;
    border: none;
    border-radius: 10px;
    height: 40rem;
}

.form-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.registration-form input,
.registration-form select,
.registration-form button,
#google-recaptcha-checkbox {
    width: 100%;
    margin: 0 0 1rem 0;
}

.registration-form button {
    background: #333;
    color: white;
    border: none;
    cursor: pointer;
}

.registration-form {
    /* border-bottom: 0.12rem solid #b3b5d7; */
    border-radius: 0.62rem;
    padding: 0 1.5rem;
    width: 100% !important;
}

.registration-form p {
    color: #56589f;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

.gender {
    display: flex;
    align-items: center;
    gap: 0.62rem;
    width: 100%;
}

.gender input {
    margin: 0;
}

.gender strong,
.gender label {
    align-self: center;
    height: 2rem;
    line-height: 2rem;
}

.gender label {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin: 0 !important;
}

.center-horizontal {
    display: flex;
    align-items: center;
}

.m-0 {
    margin: 0 !important
}

#button-container {
    width: 25rem;
    height: 4rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

#button-container button {
    background-color: #2e3192;
    width: 25.75rem;
    /* padding: 0.1rem 3.5rem; */
    border-radius: 1rem
}

.infor-form {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px;
    height: auto;
}

.infor-form img {
    height: 50px;
    width: auto !important;
}

.infor-form span{
    width: 150px;
}

.phone {
    color: #000095;
    font-size: 24px;
    font-weight: 600;
}

/***********************************************NEWS*********************************/
.news {
    display: flex;
    padding: 0 160px;
    width: 100vw;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
    gap: 40px;
}

.news img {
    width: 600px;
}

.news-container {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-around !important;
    gap: 20px;
}

.news-container img {
    height: 70px !important;
    width: auto;
}

/*************QUESTION***************/
.question {
    background: url('../img/question-background.png') no-repeat;
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 150px;
    gap: 30px;
}

.question h1 {
    color: white;
    font-weight: 900;
    font-size: 40px;
    text-align: center;
}

.question-item {
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 10px;
    padding: 5px 20px;
    border-radius: 20px;
    font-weight: 600;
}

/************************************************SCREEN******************************************/

@media screen and (max-width: 1100px) {
    .header {
        flex-direction: column;
        height: auto !important;
    }

    .header img {
        display: none;
    }

    .menu {
        flex-direction: column;
        align-items: center;
        padding: 10px !important;
        gap: 10px;
        margin-bottom: 10px;
    }

    .main-banner {
        position: static;
    }

    .banner-content {
        position: static;
        width: 100%;
        padding: 20px;
        color: black
    }

    .description-container {
        position: static;
        padding-top: 20px;
    }

    .banner-infos {
        position: static;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .benefit {
        flex-direction: column;
        align-items: center;
        padding: 0 10px !important;
        margin-top: 20px;
    }
    
    .benefit img {
        width: 100% !important;
    }

    .partner {
        flex-direction: column;
        align-items: center;
        gap: 20px
    }

    .partner-title {
        text-align: center;
    }

    .register {
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .register > img {
        width: 70%;
        height: auto;
    }

    .infor-form {
        flex-wrap: wrap;
    }

    .news {
        padding: 0 10px;
    }

    .news img {
        width: 100%;
        padding: 0 !important;
    }

    .news-container {
        flex-wrap: wrap;
    }

    .question {
        height: auto;
        padding: 20px 10px;
    }
}