body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    background: #fff;
    color: #1D1D1D;
}


.head-section {
    background-image: url(./images/jaaa-Copy-scaled.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 1270px;
}



/* Scroll-to-top */
#scrollTop {
    position: fixed;
    bottom: 25px;
    right: 25px;
    padding: 10px 12px;
    background: #2663ff;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    display: none;
    box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}

.content-part h3 {
    text-align: center;
    margin: 10px 0;
    color: #040935;
    font-size: 30px;
    font-weight: 500;
}   
.img-part img {
    width: 100%;
    margin-top: 20px;
}
.images-bottom-content p {
    color: #7a7a7a;
    font-size: 15px;
    margin-top: 30px;
}

.images-bottom-content {
    text-align: center;
}
.contact-form h3 {
    text-align: center;
    color: #000000;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 40px;
        font-weight: 500;
}
.form-part label {
    color: #141414;
    font-weight: 500;
    padding-bottom: 10px;
}
.form-part span {
    color: #d93e3e;
}
.form-part input {
    padding: 7px 14px;
    border: 1px solid #ddd;
    width: 100%;
    height: 43px;
    border-radius: 2px;
}
label.hide {
    visibility: hidden;
}
.form-part p {
    font-size: 14px;
    padding-top: 3px;
    color: #666666;
}
.form-part textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-top: 5px;
}
.form-part.textarea {
    padding-top: 25px;
}
.form-part button {
    background: #066aab;
    color: #fff;
    font-weight: 500;
    padding: 7px 16px;
    border: 1px solid #066aab;
    border-radius: 3px;
    margin-top: 15px;
}
.footer p {
    font-size: 15px;
    margin-top: 40px;
    color: #333;
}
.footer{
    text-align: right;
}
.button-left a {
    background: #283055;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    line-height: 1;
    padding: 8px 24px;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    border-radius: 3px;
}
.button-left {
    margin-top: 35px;
}
.button-right{
    margin-top: 35px;
    float: right;
}
.button-right a {
    background: #283055;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    line-height: 1;
    padding: 8px 24px;
    fill: #fff;
    text-align: center;
    transition: all .3s;
    border-radius: 3px;
}

@media screen and (max-width: 767px) {
    .head-section{
        height: 538px;
    }
    .footer {
    text-align: center;
}

}