section#contact {
    width: 100%;
    padding: 70px 0;
    background-image: url('/assets/images/horoscopeBG.png');
    background-repeat: no-repeat;
    background-size: contain;

}

.contactContainer {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.contactInfo {
    width: 100%;
}

.contactForm {
    width: 100%;
}

.contactFormContainer {
    width: 100%;
}

.contactInfo-title h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 119.84%;
    letter-spacing: 0.03em;
    color: #9E1256;
}

.contactInfo-title p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 166.5%;
    letter-spacing: 0.03em;
    color: #000000;
}

.contactInfo-office {
    display: flex;
    flex-direction: column;
    gap: 32px;
    padding: 28px 0 32px;
}

.contactInfo-office-one {
    display: flex;
    align-items: center;
    gap: 14px;
}

.office-one-text h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 119.84%;
    letter-spacing: 0.03em;
    color: #252525;
}

.office-one-text p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 120.5%;
    letter-spacing: 0.03em;
    color: #9E1256;
}

.contactInfo-socialMedia h1 {
    margin-bottom: 8px;
}

.contactFormContainer h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 119.84%;
    letter-spacing: 0.03em;
    color: #9E1256;
    padding-bottom: 30px;
}

.contactForm-fullName {
    display: flex;
    gap: 26px;
}

form#contactForm div input {
    width: 100%;
    padding: 18px 24px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #3A3938;
    background: #FFFFFF;
    box-shadow: 1px 0px 11px -2px rgb(190 24 35 / 44%);
    border-radius: 80px;
    border: none;
    outline: none;
}

form#contactForm {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.contactForm-phoneEmail {
    display: flex;
    gap: 26px;
}

.contactForm-message textarea {
    width: 100%;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.03em;
    color: #3A3938;
    padding: 18px 24px;
    background: #FFFFFF;
    box-shadow: 1px 0px 11px -2px rgb(190 24 35 / 44%);
    border-radius: 80px;
    border: none;
    outline: none;
    resize: none;
    min-height: 110px;
}

.contactForm-button input[type="submit"] {
    background: linear-gradient(90.1deg, #9E1256 0.55%, #CE164F 26.97%, #E74249 50.28%, #ED6E49 77.21%, #F9B048 100%) !important;
    border-radius: 80px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #FFFFFF !important;
    max-width: 200px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/*::placeholder {*/
/*    color: #3A3938;*/

/*}*/

/*  FAQ  */

section#faq {
    width: 100%;
    padding: 70px 0;
}

section#faq .lookingQuestion {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 45px;
}

.faq-questions-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 30px;
    padding: 30px 0 62px;
}

.faq-questions-box {
    width: 100%;
    max-width: 32%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #9E1256;
    border: 1px solid #9E1256;
    border-radius: 60px;
    padding: 12px 24px;
}

.faq-questions-box img {
    width: 100%;
    max-width: 30px;
    height: auto;
}

.faq-questions-box p {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 95.76%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

section#faq .questions-section-left-boxes {
    grid-template-columns: auto auto auto;
}

/* Testimonial  */

.testimonial-boxes {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 30px;
}

.testimonial-box {
    background: rgba(250, 202, 141, 0.65);
    border-radius: 20px;
    padding: 34px 40px;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.testimonial-box p {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #252525;
}

img.star-image {
    padding: 20px 0;
    width: 100%;
    max-width: 120px;
}

.testimonial-box h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    color: #252525;
}

.testimonial-box h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(37, 37, 37, 0.6);
}

.testimonial-box.testimonial-box-girl {
    height: 424px;
}

.testimonial-box.testimonial-box-one-boy {
    height: 486px;
}

.testimonial-box.testimonial-box-two-boy {
    height: 384px;
}

section#testimonial .service-content-text {
    padding: 70px 0 34px;
}

section#testimonial .banner-two-boxes-button {
    width: 100%;
    max-width: 187px;
    margin: 0 auto 100px;
}

section#testimonial .banner-two-boxes-button a.read-more-banner-two {
    justify-content: center;
}


/* Product */

.product-select-oneContainer {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 30px;
    padding: 70px 0;
}

.select-oneContainer-boxesOne {
    width: 100%;
    max-width: 264px;
}

.select-oneContainer-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #9E1256;
    border: 1px solid #9E1256;
    border-radius: 60px;
    padding: 20px;
    margin-top: 10px;
    cursor: pointer;
}

.select-oneContainer-boxesOne p {
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 95.76%;
    letter-spacing: 0.03em;
    color: #9E1256;
}

.select-oneContainer-box p {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 95.76%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

