/*========================= Google fonts ======================*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*====================== Basic css ========================*/
@-ms-viewport {
    width: device-width;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body,
header,
footer,
main,
nav,
section,
div,
menu,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
button {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

/* body */
body {  
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;    
    background: #FAFAFA;
    color: #000;
    margin: 0;
    padding: 0;
}

/* custom_container */
.custom_container {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

/*===================== main_wrapper start ========================*/
.main_wrapper {
    background-image: url(images/main_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 35px 0;
    min-height: 100vh;
    position: relative;
}

.wrapper_upper {
    text-align: center;
}

.wrapper_upper img {
    max-width: 294px;
}

.wrapper_upper h2 {
    font-size: 47px;
    font-style: normal;
    font-weight: 900;
    line-height: 102.128%;
    color: #3B6AD6;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 0;
}

.wrapper_upper h3 {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; 
    letter-spacing: -0.8px;
    text-transform: uppercase;
    text-align: center;
    background: linear-gradient(90deg, #17468F 0.98%, #EE3342 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 28px 0 25px;
}

.wrapper_upper p {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; 
    color: #67748E;
    text-align: center;
}   

.wrapper_content {
    padding-top: 86px;
}

.wrapper_content h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #000;
    text-align: center;
    margin-bottom: 26px;
}

.drop-zone {
   max-width: 530px;
    width: 100%;
    height: 82px;
    margin: 0 auto;
    padding: 16px 24px 16px 32px;
    border: 1px dashed rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.upload_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

.upload_left {
    display: flex;
    align-items: center;
    gap: 24px;
}

.upload_left img {
    max-width: 48px;
}

.upload_cnt h4 {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
    margin-bottom: 6px;
}

.upload_cnt p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: rgba(0, 0, 0, 0.40);
    margin: 0;
}

.upload_right button {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color: #0F91D2;
    border: 1px solid rgba(15, 145, 210, 0.70);
    background: #FBFDFE;
    display: inline-block;
    padding: 10px 16px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

.wrapper_bottom {
    text-align: center;
    padding-top: 19px;
}

.wrapper_bottom a {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 75%;
    letter-spacing: -0.544px;
    text-decoration-line: underline;
    color: rgba(0, 0, 0, 0.70);
    text-align: center;
}

.analyze_btn {
    margin-top: 48px;
}

.analyze_btn a {
    font-family: "Open Sans", sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 63.158%;
    letter-spacing: -0.646px;
    color: #FFF;
    background: linear-gradient(90deg, #3B6AD6 0.98%, #FFC906 100%);
    width: 310px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    border-radius: 8px;
    transition: 0.2s all ease;
}

.analyze_btn a:hover {
    opacity: 0.85;
}

.wrapper_shape img {
    max-width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer_item {
    padding-top: 200px;
}

.footer_logo {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    bottom: 35px;
    right: 92px;
}

.footer_logo p {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 75%;
    letter-spacing: -0.544px;
    color: #000;
    text-align: center;
    margin: 0;
}

.footer_logo img {
    max-width: 195px;
}

/*================= page-2 start ===================*/
.preview_box {
    max-width: 568px;
    width: 100%;
    margin: 0 auto;
    padding: 16px 16px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.preview_left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.preview_left img {
    max-width: 24px;
}

.preview_left h4 {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #000;
    display: flex;
    align-items: center;
    margin: 0;
}

.preview_left h4 span {
    width: 3px;
    height: 3px;
    display: inline-block;
    background: #767676;
    border-radius: 50%;
    margin: 0 8px;
}

.preview_left h4 a {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #0F91D2;
}

.preview_right p {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: rgba(0, 0, 0, 0.70);
    margin: 0;
}

.checkup_btn {
    margin-top: 62px;
}

.result_part {
    max-width: 725px;
    width: 100%;
    margin: 0 auto;
    padding-top: 95px;
}

.result_title h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #000;
    text-align: center;
    margin-bottom: 27px;
}

.result_item {
    background: #FFF;
    padding: 20px 24px 20px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
    box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.10);
    margin-bottom: 15px;
}

.result_left p {
    font-family: "Montserrat", sans-serif;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 164.286%;
    color: #5E5873;
    margin: 0;
}

.result_right {
    display: flex;
    align-items: center;
    gap: 25px;
}

.result_right p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 164.286%;
    color: #6E6B7B;
    text-align: right;
}

.result_right img {
    max-width: 40px;
}

/*=== Responsive mode ===*/
@media screen and (max-width: 991px) {

    .custom_container {
        max-width: 720px;
    }

    .wrapper_upper h3 {
        font-size: 34px;
    }

    .wrapper_upper p {
        font-size: 18px;
    }

}

@media screen and (max-width: 767px) {

    .custom_container {
        max-width: 540px;
    }

    .main_wrapper {
        padding: 20px 0;
    }

    .wrapper_upper img {
        max-width: 220px;
    }

    .wrapper_upper h2 {
        font-size: 36px;
    }

    .wrapper_upper h3 {
        font-size: 25px;
        margin: 25px 0 22px;
    }

    .wrapper_upper p {
        font-size: 16px;
    }

    .wrapper_content {
        padding-top: 62px;
    }

    .drop-zone {
        padding: 16px 16px;
        height: 174px;
    }

    .upload_left {
        gap: 16px;
    }

    .upload_cnt h4 {
        margin-bottom: 3px;
    }

    .upload_left  {
        display: block;
        text-align: center;
    }

    .upload_box {
        display: block;
        text-align: center;
    }

    .upload_right button {
        margin-top: 10px;
    }

    .wrapper_bottom a {
        font-size: 15px;
    }

    .analyze_btn a {
        font-size: 16px;
        width: 250px;
        height: 52px;
    }

    .footer_item {
        padding-top: 160px;
    }

    .footer_logo {
        width: 280px;
        margin: 0 auto;
        text-align: center;
        justify-content: center;
        right: initial;
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
    }

    .footer_logo p {
        font-size: 14px;
    }

    .footer_logo img {
        max-width: 150px;
    }

    .result_part {
        padding-top: 60px;
    }

    .result_item {
        padding: 18px 18px 18px 20px;
    }

    .result_right {
        gap: 16px;
    }

}