.case-ar-bathroom a {
    color: #fff;
    text-decoration: none;
}
.case-ar-bathroom h1 {
    font-weight: 700;
    font-size: 64px;
    line-height: 84px;
}
.case-ar-bathroom h2 {
    font-size: 48px;
    line-height: 66px;
}
.case-ar-bathroom h3 {
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
}
.case-ar-bathroom p {
    font-size: 24px;
    line-height: 36px;
}
.case-ar-bathroom .container {
    width: 90%;
    max-width: 1664px;
    padding: 128px 0;
    margin: 0 auto;
    display: flex;
}

/*=== main ===*/
.case-ar-bathroom .main {
    height: 852px;
    color: #fff;
    /*background-size: cover;*/
    /*background-position: center 70%;*/
    position: relative;
}
.case-ar-bathroom .main:before {
    content: "";
    background-size: cover;
    background-position: center 70%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    z-index: -1;
}
.case-ar-bathroom .main .container {
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.case-ar-bathroom .main h1 {
    margin-bottom: 32px;
}
.case-ar-bathroom .main h3 {
    margin-bottom: 64px;
}
.case-ar-bathroom .main a {
    padding: 12px 24px;
    border: 1px solid #fff;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    width: 300px;
    border-radius: 47px;
    transition: all 0.5s ease;
}
.case-ar-bathroom .main a:hover {
    color: #1A191D;
    background-color: #fff;
}
.case-ar-bathroom .main a:active {
    color: #1A191D;
    background-color: #fff;
    opacity: 0.5;
}

/*=== general-description ===*/
.case-ar-bathroom .media-wrapper-youtube iframe {
    height: 512px;
    width: 900px;
    border-radius: 20px;
}

.case-ar-bathroom .general-description {
    background-color: #fff;
    color: #1A191D;
}
.case-ar-bathroom .general-description .container {
    gap: 160px;
    align-items: center;
}
.case-ar-bathroom .general-description .image-wrapper{
    height: 100%;
    display: flex;
    align-items: center;
}
.case-ar-bathroom .general-description img {
    width: 512px;
    height: 512px;
    border-radius: 40px;
}
.case-ar-bathroom .general-description .content-container {
    display: flex;
    align-items: center;
}

/*=== aestar ===*/
.case-ar-bathroom .aestar-info {
    background-color: #1A191D;
    color: #fff;
}
.case-ar-bathroom .aestar-info  .container {
    gap: 192px;
    align-items: center;
}
.case-ar-bathroom .aestar-info .content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.case-ar-bathroom .aestar-info h2 {
    margin-bottom: 48px;
}
.case-ar-bathroom .aestar-info .image-wrapper{
    height: 100%;
    display: flex;
    align-items: center;
}
.case-ar-bathroom .aestar-info img {
    width: 512px;
    height: 512px;
    border-radius: 40px;
}

/*=== contacts ===*/
.case-ar-bathroom .contacts {
    display: flex;
    height: 768px;
    background-color: #fff;
    color: #1A191D;
}
.case-ar-bathroom .contacts.contacts-ar {
    background-color: #1A191D;
    color: #fff;
}
.case-ar-bathroom .contacts .img-wrapper {
    width: 50%;
    height: 100%;
}
.case-ar-bathroom .contacts .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}
.case-ar-bathroom .contacts .img-wrapper img.tablet { display: none }
.case-ar-bathroom .contacts .img-wrapper img.mobile { display: none }
.case-ar-bathroom .contacts .contact-form {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.case-ar-bathroom .contacts h3 {
    width: 734px;
    text-align: center;
    margin-bottom: 72px;
}
.case-ar-bathroom .contacts .input-field small {
    display: none;
    position: absolute;
    font-size: 16px;
    line-height: 22px;
    color: #1A191D;
    opacity: 0.5;
}.case-ar-bathroom .contacts.contacts-ar .input-field small {
     color: #fff;
 }
.case-ar-bathroom .contacts .input-field.is_empty .empty_error {
    display: block;
}
.case-ar-bathroom .contacts .input-field.is_invalid .email_error,
.case-ar-bathroom .contacts .input-field.is_invalid .phone_error {
    display: block;
}
.case-ar-bathroom .contacts .input-field {
    position: relative;
    margin-bottom: 48px;
}
.case-ar-bathroom .contacts .input-field input {
    background-color: transparent;
    width: 538px;
    height: 40px;
    border: none;
    border-bottom: 1px solid #1A191D;
    color: #1A191D;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    outline: none;
    font-family: 'Manrope', sans-serif;
}
.case-ar-bathroom .contacts.contacts-ar .input-field input {
    border-bottom: 1px solid #fff;
    color: #fff;
}

.case-ar-bathroom .contacts .input-field input::placeholder {
    opacity: 0;
}
.case-ar-bathroom .contacts .input-field input.show-placeholder::placeholder {
    opacity: 1;
}
.case-ar-bathroom .contacts label {
    position: absolute;
    pointer-events: none;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    left: 4px;
    top: 0;
    transition: 0.2s ease all;
}

.case-ar-bathroom .contacts input:focus ~ label,
.case-ar-bathroom .contacts input:not(:focus):valid ~ label {
    top: -30px;
    left: 0;
    opacity: 0.7;
    font-size: 16px;
}

/*button*/
.case-ar-bathroom .contacts p.fake-submit {
    background-color: #1A191D;
    color:  #fff;
    border-radius: 1000px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding: 15px 43px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    user-select: none;
    transition: all 0.5s ease;
    box-sizing: border-box;
    border: 1px solid #fff;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}
.case-ar-bathroom .contacts p.fake-submit.disabled {
    opacity: 0.5;
}
.case-ar-bathroom .contacts p.fake-submit:not(.disabled):hover {
    border: 1px solid #1A191D;
    color: #1A191D;
    background-color: #fff;
}
.case-ar-bathroom .contacts p.fake-submit:not(.disabled):active {
    opacity: 0.5;
}
.case-ar-bathroom .contacts .contact-footer {
    display: none;
}
.wpcf7 {
    position: fixed;
    z-index: -1;
    opacity: 0;
}
.case-ar-bathroom .contacts .contact-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(6px);
    justify-content: center;
    align-items: center;
}
.case-ar-bathroom .contacts .contact-overlay.show {
    display: flex;
}
.case-ar-bathroom .contacts .contact-overlay p {
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: #1A191D;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.75);
}
.case-ar-bathroom .contacts .contact-loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.case-ar-bathroom .contacts .contact-loader img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*=== fix library number styles ===*/
.case-ar-bathroom .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    font-size: 24px;
}
.case-ar-bathroom .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}
.case-ar-bathroom .iti__arrow {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 9px solid #555;
}
.case-ar-bathroom .iti__arrow.iti__arrow--up {
    border-top: none;
    border-bottom: 9px solid #555;
}

.case-ar-bathroom .input-lib-container .iti__country-list::-webkit-scrollbar {
    width: 5px
}
.case-ar-bathroom .input-lib-container .iti__country-list::-webkit-scrollbar-track {
    background: #fff
}

.case-ar-bathroom .input-lib-container .iti__country-list::-webkit-scrollbar-thumb {
    background-color: #1A191D;
    border-radius: 5px;
}
.case-ar-bathroom .input-lib-container .iti__country-list::-webkit-scrollbar-track-piece {
    background: #8e8e8e;
}

/*=== advantages ===*/
.case-ar-bathroom .advantages .container {
    display: block;
}
.case-ar-bathroom .advantages h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 48px;
}
.case-ar-bathroom .advantages .container .description-panel {
    display: flex;
    justify-content: center;
    gap: 8%;
}
.case-ar-bathroom .advantages .container .description-panel .col {
    width: 660px;
    display: flex;
    flex-direction: column;
    gap: 96px;
}
.case-ar-bathroom .advantages .container .description-panel .col-2 {
    flex-direction: column-reverse;
}
.case-ar-bathroom .advantages .container .description-panel .col img {
    width: 100%;
    border-radius: 40px;
    object-fit: cover;
}

@media (max-width: 1440px) {
    .case-ar-bathroom .container {
        width: 90%;
        max-width: 888px;
    }
    .case-ar-bathroom h1 {
        font-size: 28px;
        line-height: 38px;
    }
    .case-ar-bathroom h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .case-ar-bathroom h3 {
        font-size: 16px;
        line-height: 22px;
    }
    .case-ar-bathroom p {
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
    }

    /*===main===*/
    .case-ar-bathroom .main {
        height: 368px;
    }
    .case-ar-bathroom .main h3 {
        margin-bottom: 32px;
    }
    .case-ar-bathroom .main a {
        padding: 13px 0;
        font-size: 16px;
        line-height: 22px;
        border-radius: 100px;
        width: 243px;
    }

    /*=== general-description ===*/
    .case-ar-bathroom .media-wrapper-youtube iframe {
        width: 400px;
        height: 226px;
        border-radius: 10px;
    }
    .case-ar-bathroom .container { padding: 48px 0 }
    .case-ar-bathroom .general-description .container { gap: 95px }
    .case-ar-bathroom .general-description img {
        width: 284px;
        height: 284px;
        border-radius: 18px;
    }

    /*=== aestar ===*/
    .case-ar-bathroom .aestar-info .container {
        gap: 92px
    }
    .case-ar-bathroom .aestar-info h2 {
        margin-bottom: 32px;
    }
    .case-ar-bathroom .aestar-info img {
        width: 284px;
        height: 284px;
        border-radius: 18px;
    }

    /*=== contacts ===*/
    .case-ar-bathroom .contacts {
        height: 532px;
    }
    .case-ar-bathroom .contacts h3 {
        width: 480px;
        margin-bottom: 48px;
    }
    .case-ar-bathroom .contacts .input-field {
        margin-bottom: 32px;
    }
    .case-ar-bathroom .contacts .input-field input {
        width: 311px;
        height: 48px;
        border: 1px solid #1A191D;
        border-radius: 100px;
        font-size: 16px;
        line-height: 22px;
        padding: 0 22px;
    }
    .case-ar-bathroom .contacts.contacts-ar .input-field input {
        border: 1px solid #fff;
    }
    .case-ar-bathroom .contacts .input-field input::placeholder {
        opacity: 1;
    }
    .case-ar-bathroom .contacts .input-field label {
        display: none;
    }
    .case-ar-bathroom .contacts p.fake-submit {
        width: 311px;
    }
    .case-ar-bathroom .contacts p.fake-submit.disabled {
        padding: 16px 0;
    }
    .case-ar-bathroom .contacts .input-field small {
        font-size: 14px;
        margin-left: 22px;
    }
    .case-ar-bathroom .contacts p.fake-submit {
        margin-top: 16px;
    }

    /*=== fix library number styles ===*/
    .case-ar-bathroom .input-field input.non-rounded-corners {
        border-radius: 16px 16px 0 0;
    }
    .case-ar-bathroom .iti__country-list {
        border: 1px solid #1A191D;
    }

    .case-ar-bathroom .iti--separate-dial-code .iti__selected-flag {
        font-size: 16px;
    }
    .case-ar-bathroom .input-lib-container .iti__country-name {
        white-space: normal;
    }
    .case-ar-bathroom .iti__arrow {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 7px solid #555;
    }
    .case-ar-bathroom .iti__arrow.iti__arrow--up {
        border-top: none;
        border-bottom: 7px solid #555;
    }
}
@media (max-width: 1280px) {
    .case-ar-bathroom .contacts .img-wrapper img.desktop { display: none }
    .case-ar-bathroom .contacts .img-wrapper img.tablet { display: block }
    .case-ar-bathroom .advantages .container .description-panel .col {
        gap: 26px;
    }
}
@media (max-width: 960px) {
    .case-ar-bathroom .media-wrapper-youtube iframe {
        width: 311px;
        height: 176px;
    }
    .case-ar-bathroom .contacts h3 {
        width: 360px;
    }
}
@media (max-width: 800px) {
    .case-ar-bathroom .container {
        width: 90%;
        max-width: 311px;
    }
    .case-ar-bathroom h2 {
        font-size: 24px;
        line-height: 33px;
    }
    .case-ar-bathroom h3 {
        font-size: 16px;
        line-height: 22px;

    }
    .case-ar-bathroom p {
        font-size: 14px;
        line-height: 19px;
    }
    /*== main ===*/
    .case-ar-bathroom .main span {
        background-color: #000;
        line-height: 1.7;
    }
    .case-ar-bathroom .main {
        height: 513px;
    }
    .case-ar-bathroom .main::before {
        background-position: 95% top;
        background-repeat: no-repeat;
    }
    .case-ar-bathroom .main .container {
        justify-content: start;
    }
    .case-ar-bathroom .main h1 {
        font-size: 31px;
        line-height: 43px;
        margin: 133px 0 48px;
    }
    .case-ar-bathroom .main h3 {
        margin-bottom: 48px;
    }
    .case-ar-bathroom .main a {
        background-color: #fff;
        color: #1A191D;
        width: 311px;
        font-size: 16px;
        line-height: 22px;
        padding: 13px 0;
    }

    /*=== general-description ===*/
    .case-ar-bathroom .general-description .container {
        flex-direction: column;
        gap: 32px;
    }
    .case-ar-bathroom .general-description img {
        width: 311px;
        height: 311px;
    }

    /*== aestar ===*/
    .case-ar-bathroom .aestar-info .container {
        flex-direction: column-reverse;
        gap: 24px;
    }
    .case-ar-bathroom .aestar-info img {
        width: 311px;
        height: 311px;
    }
    .case-ar-bathroom .aestar-info h2 {
        margin-bottom: 24px;
    }

    /*=== contact ===*/
    .case-ar-bathroom .contacts {
        flex-direction: column-reverse;
        height: unset;
        padding-bottom: 48px;
    }
    .case-ar-bathroom .contacts .contact-form, .case-ar-bathroom .contacts .img-wrapper {
        width: 100%;
    }
    .case-ar-bathroom .contacts h3 {
        width: 90%;
    }
    .case-ar-bathroom .contacts .img-wrapper img.tablet { display: none }
    .case-ar-bathroom .contacts .img-wrapper img.mobile { display: block }

    /*=== advantages ===*/
    .case-ar-bathroom .advantages .container .description-panel {
        flex-direction: column-reverse;
        gap: 48px;
    }
    .case-ar-bathroom .advantages .container .description-panel .col {
        width: 100%;
    }
    .case-ar-bathroom .advantages .container .description-panel .col-2 {
        flex-direction: column;
    }

}
@media (max-width: 480px) {
    .case-ar-bathroom .contacts h3 {
        width: 311px;
    }
}
