/* ============================= SECTION FIRST ============================= */

.section-first {
    display: flex;
    flex-direction: column;
    height: 122vh;
    width: 100%;
}
.section-first .img-relative {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
}
.section-first .img-relative::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, hsla(0, 0%, 3%, 0.35) 0%, hsla(214, 87%, 15%, 0.50) 100%);
    z-index: 1;
    transition: all 0.5s ease-in-out;
}
.section-first .img-relative img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    z-index: 0;
    opacity: 1;
    transition: all .5s ease-in-out;
}

.section-first .contact-details {
    position: absolute;
    z-index: 2;
    padding: 0 4.9629vw;
    display: flex;
    justify-content: center;
    gap: 3.96825vw;
    height: auto;
    top: 26%;
    width: 100%;
}

.section-first .contact-details .right-content {
    display: flex;
    flex-direction: column;
    gap: 1.51vw;
    justify-content: flex-start;
    padding: 1.964vw 2.7116vw;
    align-items: center;
    background: hsla(0, 0%, 0%, 0.53);
    border-radius: 10px;
    width: 100%;
    height: max-content;
}
.section-first .contact-details .right-content span.title {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 2.8941vw;
    color: white;
    padding-bottom: 1vw;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
    font-family: var(--font-montserrat);
    border-bottom: .5px solid #DDD;
}
.section-first .contact-details .right-content form {
    display: flex;
    flex-direction: column;
    gap: 3vw;
    width: 100%;
}
.section-first .contact-details .right-content form .form {
    display: flex;
    gap: 1.30vw;
    width: 100%;
}
.section-first .contact-details .right-content form .form-col {
    display: flex;
    flex-direction: column;
    gap: 1.30vw;
    width: 100%;
}
.section-first .contact-details .right-content form .form-col .sub-title {
    color: white;
    font-family: var(--font-montserrat);
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
}
.section-first .contact-details .right-content form .form-col.two .sub-title {
    text-align: center;
}
.section-first .contact-details .right-content form input {
    outline: none;
    border-radius: 5px;
    border: none;
    background: #E6ECF4;
    color: black;
    font-size: 14px;
    font-weight: 300;
    font-family: var(--font-name);
    padding: 1.50vw 1.7195vw;
}
.section-first .contact-details .right-content form input::placeholder {
    color: #767676;
    font-size: 14px;
    font-weight: 300;
    font-family: var(--font-name);
}

.section-first .contact-details .right-content form .form-col .list-doc {
    display: flex;
    justify-content: center;
    gap: 1.32275vw;
    width: 100%;
}

/*  =========== */

.upload-container {
    height: auto;
    width: 18vw;
    padding: 1vw;
    border-radius: 5px;
    background: white;

    display: flex;
    flex-direction: column;
    gap: .35vw;
}
.upload-container .upload-label {
    font-size: 14px;
    font-weight: 600;
    font-family: var(--font-montserrat);
    color: #05234A;
}
.upload-container .info {
    font-weight: 500;
    font-family: var(--font-montserrat);
    color: #151515;
    font-size: 13px;
}
    
.upload-container .upload-box {
    width: 100%;
    padding: 2vw;
    border: 2px dashed #ccc;
    border-radius: 10px;
    background-color: #f5f5f5;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3vw;
}
.upload-container .upload-box .icon-add {
    width: 2vw;
    height: 2vw;
    border-radius: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    border: 2px solid #05234A;
    color: #05234a;
    font-size: 16px;
}
.upload-box input {
    display: none;
}
.file-preview {
    margin-top: 10px;
    padding: 10px;
    border-radius: 8px;
    background-color: #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.file-preview span {
    font-size: 14px;
    text-wrap: auto;
    overflow-wrap: break-word;
}
.file-preview span.btn-action-close {
    background: none;
    border: none;
    color: red;
    cursor: pointer;
    font-size: 14px;
}

.section-first .contact-details .right-content form button {
    background: #05234A;
    color: white;
    font-size: 18px;
    padding: 1.124vw 3vw;
    font-family: var(--font-name);
    font-weight: 500;
    outline: none;
    border: none;
    width: fit-content;
    transition: all .5s ease-in-out;
}
.section-first .contact-details .right-content form button:hover {
    background: white;
    color: #05234A;
    transition: all .5s ease-in-out;
}

/*===================== RESPONSIVE OF HEADER__WEBSITE ===========================*/

@media (max-width:800px) {
    
    .section-first {
        height: 1200px;
        width: 100%;
    }
    .section-first .contact-details {
        padding: 0 4.9629vw;
        gap: 3.96825vw;
        height: auto;
        top: 200px;
    }
    .section-first .contact-details .right-content {
        gap: 4.51vw;
        justify-content: flex-start;
        padding: 5.964vw 2.7116vw;
    }
    .section-first .contact-details .right-content span.title {
        font-size: 18px;
        line-height: 16px;
    }
    .section-first .contact-details .right-content form .form {
        flex-direction: column;
        gap: 4.3vw;
        width: 100%;
    }
    .section-first .contact-details .right-content form .form-col {
        gap: 3.3vw;
    }
    .section-first .contact-details .right-content form .form-col .sub-title {
        font-size: 16px;
    }
    .section-first .contact-details .right-content form input {
        font-size: 15px;
        padding: 2.5vw 4.7195vw;
        color: #000;
    }
    .section-first .contact-details .right-content form input::placeholder {
        color: #767676;
        font-size: 15px;
    }
    .upload-container {
        height: auto;
        width: 100%;
        padding: 3vw;
    }
    .upload-container .upload-label {
        font-size: 14px;
    }
    .upload-container .info {
        font-size: 14px;
    }

    .upload-container .upload-box .icon-add {
        width: 5vw;
        height: 5vw;
        font-size: 14px;
    }
    .section-first .contact-details .right-content form button {
        font-size: 18px;
        padding: 2.124vw 3vw;
    }
}

@media only screen and (max-width:650px) {
    .section-first {
        height: 800px;
        width: 100%;
    }

    .section-first .contact-details {
        padding: 0 4.9629vw;
        gap: 3.96825vw;
        height: auto;
        top: 150px;
    }

    .section-first .contact-details .right-content span.title {
        font-size: 15px;
        line-height: 15px;
    }

    .section-first .contact-details .right-content form .form-col .sub-title {
        font-size: 14px;
    }

    .section-first .contact-details .right-content form input {
        font-size: 14px;
        padding: 12px 18px;
        color: #000;
    }

    .form-col input::placeholder {
        font-size: 14px !important;
    }
    

    .section-first .contact-details .right-content form .form-col {
        gap: 15px;
    }
    .section-first .contact-details .right-content form .form-col .list-doc {
        display: flex
    ;
        justify-content: center;
        gap: 10px;
        width: 100%;
    }
    .upload-container {
        height: auto;
        width: 100%;
        padding: 15px;
    }
    .upload-container .upload-label {
        font-size: 14px;
    }
    .upload-container .info {
        font-size: 13px;
    }
    .upload-container .upload-box {
        width: 90%;
        padding: 5px;
        border: 2px dashed #ccc;
        border-radius: 10px;
        background-color: #f5f5f5;
        cursor: pointer;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 12px;
    }

    .file-preview span {
        font-size: 13px;
        text-wrap: auto;
        overflow-wrap: break-word;
    }

    .file-preview span.btn-action-close {
        background: none;
        border: none;
        color: red;
        cursor: pointer;
        font-size: 13px;
    }
}


@media only screen and (max-width:500px) {
    .section-first {
        height: 800px;
        width: 100%;
    }

    .section-first .contact-details {
        padding: 0 4.9629vw;
        gap: 3.96825vw;
        height: auto;
        top: 150px;
    }

    .section-first .contact-details .right-content span.title {
        font-size: 14px;
        line-height: 15px;
    }

    .section-first .contact-details .right-content form .form-col .sub-title {
        font-size: 14px;
    }

    .section-first .contact-details .right-content form input {
        font-size: 14px;
        padding: 12px 18px;
        color: #000;
    }

    .form-col input::placeholder {
        font-size: 14px !important;
    }
    

    .section-first .contact-details .right-content form .form-col {
        gap: 15px;
    }
    .section-first .contact-details .right-content form .form-col .list-doc {
        display: flex
    ;
        justify-content: center;
        gap: 10px;
        width: 100%;
    }
    .upload-container {
        height: auto;
        width: 100%;
        padding: 12px;
    }
    .upload-container .upload-label {
        font-size: 13px;
    }
    .upload-container .info {
        font-size: 11px;
    }
    .upload-container .upload-box {
        width: 90%;
        padding: 5px;
        border: 2px dashed #ccc;
        border-radius: 10px;
        background-color: #f5f5f5;
        cursor: pointer;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 12px;
    }

    .file-preview span {
        font-size: 12px;
        text-wrap: auto;
        overflow-wrap: break-word;
    }

    .file-preview span.btn-action-close {
        background: none;
        border: none;
        color: red;
        cursor: pointer;
        font-size: 13px;
    }
}


@media only screen and (max-width:413px) {
    .section-first {
        height: 800px;
        width: 100%;
    }

    .section-first .contact-details {
        padding: 0 4.9629vw;
        gap: 3.96825vw;
        height: auto;
        top: 150px;
    }

    .section-first .contact-details .right-content span.title {
        font-size: 14px;
        line-height: 15px;
    }

    .section-first .contact-details .right-content form .form-col .sub-title {
        font-size: 14px;
    }

    .section-first .contact-details .right-content form input {
        font-size: 14px;
        padding: 12px 18px;
        color: #000;
    }

    .form-col input::placeholder {
        font-size: 14px !important;
    }
    

    .section-first .contact-details .right-content form .form-col {
        gap: 15px;
    }
    .section-first .contact-details .right-content form .form-col .list-doc {
        display: flex
    ;
        justify-content: center;
        gap: 10px;
        width: 100%;
    }
    .upload-container {
        height: auto;
        width: 100%;
        padding: 12px;
    }
    .upload-container .upload-label {
        font-size: 13px;
    }
    .upload-container .info {
        font-size: 11px;
    }
    .upload-container .upload-box {
        width: 90%;
        padding: 5px;
        border: 2px dashed #ccc;
        border-radius: 10px;
        background-color: #f5f5f5;
        cursor: pointer;
        display: flex
    ;
        justify-content: center;
        align-items: center;
        margin-top: 12px;
    }

    .file-preview span {
        font-size: 10px;
        text-wrap: auto;
        overflow-wrap: break-word;
    }

    .file-preview span.btn-action-close {
        background: none;
        border: none;
        color: red;
        cursor: pointer;
        font-size: 12px;
    }
}