.main-heading h2 {
    font-size: 72px;
    line-height: 77px;
    font-weight: 200;
    letter-spacing: -3px;
}
.main-heading h2 span{
    font-weight: 300;
}
.main-heading p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: -0.1px;
}

/* ========================================================== sub-hero-section ========================================================== */
.sub-hero-section.contact-page{
    background: url('../src/img/contact-sub-hero.png') no-repeat center center/cover;
}

/* ========================================================== contact-sections ========================================================== */
.contact-section{
    padding: 150px 0px;
}

.contact-details{
    display: flex;
    flex-direction: column;
    gap: 80px;
    padding-right: 100px;
}
.contact-details .heading h6{
    font-size: 72px;
    line-height: 77px;
    font-weight: 200;
    letter-spacing: -3px;
    color: #2E2E2E;
    font-family: 'Manrope';
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
}
.contact-details .heading h6 span{
    color: #D9BFA9;
}
.contact-details .heading p{
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: -0.1px;
    color: #3F3F3F;
}
.contact-info-inner{
    display: flex;
    flex-direction: column;
    gap: 20px;    
}
.contact-info-inner h6{
    font-size: 32px;
    color: #2E2E2E;
    font-family: 'Manrope';
}
.contact-info{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contact-info li{
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #3F3F3F;
}
.contact-info li span, .contact-info li a{
    font-weight: 500;
    color: #3F3F3F;
}

.get-in-touch{
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    background-color: #F3EBE0;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px 2px rgba(0, 0, 0, 0.1);
}
.heading{
    display: flex;
    flex-direction: column;
}
.heading h6{
    font-size: 46px;
    color: #2E2E2E;
    letter-spacing: -1px;
    font-weight: 400;
}
.heading p{
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    color: #2E2E2E;
    letter-spacing: -1px;
}
.form-input{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.form-group{
    position: relative;
}
.name-inputs{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.form-group input, .form-group textarea{
    width: 100%;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.1);
    background-color: #FAF7F4;
    transition: all 0.5s;
    font-size: 18px;
    border: 1px solid transparent;
}
.form-group textarea{
    height: 150px;
    resize: none;
    border-radius: 15px;
}
.form-group input:focus,
.form-group textarea:focus{
    box-shadow: 0 0px 8px 0px rgba(0, 0, 0, 0.2);
    border-color: rgba(63, 63, 63, 0.4);
}
.form-group input.phone-input{
    padding-left: 90px;
}
.form-group input.email-input{
    padding-left: 60px;
}
.country-code{
    position: absolute;
    top: 1px;
    border: none;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    outline: none;
    left: 1px; 
    font-size: 18px;
    font-weight: 400;
    background-color: #FAF7F4;
    z-index: 1;
    height: calc(100% - 2px);
    border-radius: 30px 0px 0px 30px;
    padding: 0px 20px;
    color: #3F3F3F;
    appearance: none;
}
.form-group svg{
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    left: 20px;
    transform: translateY(-50%);
    color: rgba(46, 46, 46, 0.3);
    pointer-events: none;
}
.form-group input::placeholder,.form-group textarea::placeholder {
    color: #A0A0A0;
    font-weight: 300;
}
.get-quote {
    width: fit-content;
    padding: 10px 40px;
    border: 1px solid #2E2E2E;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.5s;
    border-radius: 10px;
    background-color: #2E2E2E;
    outline: none;
}
.get-quote:hover{
    background-color: #fff;
    transform: scale(1.05);
    color: #D9BFA9;
    border-color: #fff;
}
/* ========================================================== relationships-section ========================================================== */
.relationships-section{
    padding-bottom: 150px;
}
.relationships-content p{
    font-family: 'Manrope';
    font-size: 40px;
    line-height: 80px;
    font-weight: 200;
    color: #707070;
    letter-spacing: -0.5px;
    display: flex;
    flex-direction: column;
}
.relationships-content p span{
    font-weight: 300;
    color: #D9BFA9;
    font-size: 80px;
}
.get-in-touch.form-mobile{
    display: none;
}

@media (max-width: 1399px) {}
@media (max-width: 1299px) {}
@media (max-width: 1199px) {
    .contact-details {
        gap: 40px;
        padding-right: 0;
    }
    .contact-details .heading h6 {
        font-size: 62px;
        line-height: 67px;
        letter-spacing: -2px;
        padding-bottom: 10px;
    }
    .get-in-touch {
        padding: 30px;
        gap: 30px;
    }
    .relationships-content p {
        font-size: 30px;
        line-height: 60px;
    }
    .relationships-content p span {
        font-size: 60px;
    }
}
@media (max-width: 1024px) {}
@media (max-width: 991px) {
    .contact-section {
        padding: 100px 0px;
    }
    .relationships-section {
        padding-bottom: 100px;
    }
    .contact-details .heading h6{
        display: block;
    }
    .contact-details {
        gap: 20px;
        padding-right: 0;
    }
    .contact-details{
        padding-bottom: 40px;
    }
    .contact-details .heading h6 {
        font-size: 52px;
        line-height: 57px;
        letter-spacing: -2px;
        padding-bottom: 10px;
    }
    .heading h6{
        font-size: 40px;
    }
    .get-in-touch.form-mobile{
        display: flex;
        margin: 50px 0px;
    }
    .get-in-touch.form-desktop{
        display: none;
    }
}
@media (max-width: 767px) {
    .relationships-content p {
        font-size: 20px;
        line-height: 1.2;
    }
    .relationships-content p span {
        font-size: 40px;
    }
}
@media (max-width: 575px) {
    .name-inputs {
        grid-template-columns: 1fr;
    }
    .get-quote {
        font-size: 16px;
    }
    .form-group input, .form-group textarea, .country-code {
        font-size: 16px;
    }
}
@media (max-width: 420px) {
    .get-in-touch {
        padding: 20px;
        gap: 20px;
    }
    .form-group input, .form-group textarea, .country-code {
        line-height: 24px;
    }
    .name-inputs, .form-input{
        gap: 16px;
    }
    .heading h6 {
        font-size: 30px;
    }
    .heading p {
        font-size: 18px;
        line-height: 20px;
    }
    .contact-details .heading h6{
        font-size: 42px;
    }
}