:root {
    --black: #000000;
    --blue: #4F46CA;
}
.montserrat-400 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.montserrat-600 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.montserrat-700 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}
.montserrat-900 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}
body {
    background-color: white;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
header {
    background-color: var(--blue);
    padding-bottom: 40px;
}

main {
    min-height: 400px;
}

footer {
    background-color: var(--blue);
}
.logo {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 256px;
}
.logo_footer {
    display: block;
    margin: auto;
    height: 183px;
}
h1 {
    font-size: 96px;
    line-height: 105px;
    text-align: center;
    margin-top: 0;
    color: white;
}
h2 {
    color: var(--blue);
    font-size: 64px;
    line-height: 78px;
    text-align: center;
    margin-bottom: 20px;
}
h3 {
    color: var(--blue);
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}
.header-p {
    font-size: 18px;
    max-width: 635px;
    margin: auto;
    color: white;
    text-align: center;
}
.btn {
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    border-radius: 30px;
    display: block;
    width: 260px;
    margin: auto;
    text-align: center;
    margin-top: 40px;
}
.btn-white {
    background-color: white;
    color: var(--blue);
    font-size: 18px;
}
.btn-blue {
    color: white;
    background-color: var(--blue);
    font-size: 18px;
}
.about_p {
    font-size: 20px;
    line-height: 25px;
    max-width: 1136px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 0;
}
.content {
    max-width: 1400px;
    margin: auto;
}
.box {
    width: 33.33333%;
    box-sizing: border-box;
    float: left;
    padding: 0 20px;
}
.clear {
    clear: both;
}
.content p {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 16px;
}
.vector_2 {
    float: right;
    margin-top: -20px;
}
.orange-box {
    width: 96%;
    max-width: 1136px;
    height: 450px;
    margin: auto;
    position: relative;
    border-radius: 43px;
    background-color: #FE9900;
    margin-top: 80px;
    overflow: hidden;
}
.subscribe_title {
    font-size: 64px;
    line-height: 68px;
    text-align: center;
    display: block;
    padding-top: 50px;
    color: var(--blue);
}
.orange-box p {
    max-width: 628px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 20px;
}
.subscribe_form {
    max-width: 546px;
    margin: 20px auto;
    height: 60px;
    position: relative;
    margin-top: 60px;
}
.subscribe_form input {
    display: block;
    border: none;
    outline: none;
    background: white;
    height: 60px;
    border-radius: 30px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 120px;
    font-size: 20px;
}
.subscribe_form input::placeholder {
   font-size: 16px;
}
.subscribe-btn {
    position: absolute;
    right: 4px;
    background: var(--blue);
    height: 52px;
    top: 4px;
    border-radius: 26px;
    width: 102px;
    cursor: pointer;
}
.starh2 {
    position: absolute;
}
.star1 {
    position: absolute;
    left: -100px;
}
.star2 {
    position: absolute;
    right: -200px;
    top: 30px;
}
.star3 {
    position: absolute;
    left: -120px;
    bottom: -40px;
}
.vector2 {
    position: absolute;
    right: -50px;
    bottom:-20px
}
.relative {
    position: relative;
}
.st {
    position: absolute;
}
.st1 {
    left: -60px;
    bottom: -5px;
}
.st2 {
    left: 200px;
    top: 20px;
}
.st3 {
    right: 160px;
    top: 230px;
}
.st4 {
    right: 20px;
    top: 5px;
}
.message {
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: bold;
}
.social {
    margin: 0 4px;
}
.form_two {
    max-width: 780px;
    padding:30px 5px;
    margin: auto;
    min-height: 60px;
}
.w40 {
    width: 40%;
    float: left;
    padding: 0 5px;
    box-sizing: border-box;
}
.w20 {
    width: 20%;
    float: left;
    padding: 0 5px;
    box-sizing: border-box;
}
.form_two input {
    display: block;
    border: none;
    outline: none;
    background: white;
    height: 60px;
    border-radius: 30px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
}
.form_two input::placeholder {
    font-size: 16px;
}
.btn_two {
    display: block;
    border: none;
    outline: none;
    background: #FE9900;
    height: 60px;
    border-radius: 30px;
    width: 100%;
    box-sizing: border-box;
    font-size: 20px;
    text-align: center;
    color: var(--blue);
    font-weight: bold;
    cursor: pointer;
}
.question {
    max-width: 710px;
    border-radius: 30px;
    margin: auto;
    margin-bottom: 30px;
    font-size: 18px;
    display: none;
    padding: 20px;
}
.question_item {
    border-radius: 30px;
    background-color: #C6D9FA;
    padding: 30px 50px;
}
.question_item input {
    width: 18px;
    height: 18px;
}

.next_btn {
    display: block;
    border: none;
    outline: none;
    background: #FE9900;
    height: 60px;
    border-radius: 30px;
    box-sizing: border-box;
    font-size: 20px;
    text-align: center;
    color: var(--blue);
    font-weight: bold;
    cursor: pointer;
    width: 140px;
    line-height: 60px;
    margin: 30px auto;
}

.question:nth-child(1) {
    display: block;
}

#timer {
    float: right;
    color: #4F46CA;
    position: absolute;
    right: 50px;
    top: 80px;
    font-size: 60px;
    font-weight: bold;
}
#timer sub {
    font-size: 20px;
}
#results {
    text-align: center;
    font-size: 30px;
    color: var(--blue);
    margin-bottom: 30px;
    font-weight: bold;
}

.which_test {
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    border-radius: 20px;
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 20px;
    background-color: white;
    cursor: pointer;
}

.active_test {
    background-color: #FE9900;
    color: white;;
}






@media(max-width: 1400px){
    .box {
        width: 50%;
    }
    .about_p {
        padding: 0 20px;
    }
}


@media(max-width: 991px){
    .box {
        width: 100%;
    }
    .content p {
        font-size: 16px;
        line-height: 20px;
    }
    h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .vector_2 {
        width: 250px;
    }
    .about_p {
        font-size: 16px;
        line-height: 20px;
    }
    h2 {
        font-size: 40px;
        line-height: 56px;
    }
    h1 {
        font-size: 48px;
        line-height: 60px;
    }
    .vector2 {
        width: 200px;
    }
    .header-p {
        padding: 0 20px;
    }
    .star1 {
        left: -50px;
    }
    .star3, .star2 {
        display: none;
    }
    .st1, .st3, .st4 {
        display: none;
    }
    .subscribe_title {
        font-size: 36px;
        line-height: 48px;
    }
    .subscribe_form {
        width: 90%;
    }
    .orange-box {
        height: auto;
    }
    .orange-box p {
        width: 90%;
    }
    .st2 {
    left: -10px;
    }
    .w40, .w20 {
        float: none;
        margin-bottom: 20px;
        width: 100%;
    }
    #timer {
        right: 10px;
        top: 20px;
        font-size: 20px;
    }
    #timer sub {
        font-size: 14px;
    }
}
