/* General Styles */
.fa-brands {
    font-size: 25px;
    position: relative;
    top: 3px;
    color: #cc7d61;
}



.hero,
.full-w {
    width: 100%;
}

.full-h {
    height: 100%;
}

.hero {
    height: 728px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

body {
    background-color: #f4e9e3 !important;
    overflow-x: hidden;
}

.thankyoupopup {
    text-align: center;
}

/* Headings and Paragraph */
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-weight: 400 !important;
}

h1 {
    font-size: 80px !important;
}

h2 {
    font-size: 48px !important;
}

h3 {
    font-size: 44px !important;
}

h4 {
    font-size: 40px !important;
}

h5 {
    font-size: 24px !important;
    font-weight: 500 !important;
}

h6 {
    font-size: 24px !important;
    font-weight: 300 !important;
}

p {
    font-size: 22px !important;
    margin-bottom: 0 !important;
}

.signature {
    font-size: 20px;
}

/* Layout Utilities */
.gap-14 {
    gap: 14px;
}

.content-fluid {
    padding: 60px 100px;
}

/* Font-Face Declarations */
@font-face {
    font-family: "salvager";
    src: url("fonts/SALVAGER.woff2") format("woff2"),
    url("fonts/SALVAGER.woff") format("woff");
}

@font-face {
    font-family: "ezra";
    src: url("fonts/Ezra-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "inter";
    src: url("fonts/Inter-VariableFont_slnt,wght.woff2") format("woff2");
}

@font-face {
    font-family: "pnu";
    src: url("fonts/PNU-Regular.woff2") format("woff2");
}

@font-face {
    font-family: "etab";
    src: url("fonts/etab.woff2") format("woff2");
}

/* Font Family Assignments */
.salvager {
    font-family: "salvager";
}

.etab {
    font-family: "etab";
}

.ezra {
    font-family: "ezra";
}

.pnu {
    font-family: "pnu";
}

.inter {
    font-family: "inter";
}

/* Text Direction */
.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

/* Border Radius Utilities */
.right-border-radius-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.left-border-radius-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/* Colors */
.bg-burnt-sienna {
    background-color: #e3c7b8;
}

.text-white {
    color: #ffffff;
}

.text-sienna {
    color: #cc7d61;
}

.text-title {
    color: #2e3838;
}

.text-silver {
    color: #586060;
}

/* Button Styles */
.button,
.whatsapp-button .rounded-button {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.button,
.whatsapp-button-ar .rounded-button {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.button {
    border-radius: 83px;
    width: 234px;
    height: 53px;
    /* padding: 3.5px 24px; */
    font-size: 18px;
    text-decoration: none;
    background-color: #cc7d61;
    border: 1px solid #cc7d61;
    color: white;
    gap: 4px;
}

.button:hover,
.whatsapp-button .rounded-button:hover {
    border: 1px solid #cc7d61;
    background-color: #272b2b;
    cursor: pointer;
}

.button:hover,
.whatsapp-button-ar .rounded-button:hover {
    border: 1px solid #cc7d61;
    background-color: #272b2b;
    cursor: pointer;
}

.whatsapp-button {
    position: fixed;
    bottom: 25px;
    right: 82px;
    z-index: 999999;
    transition: all 0.3s ease-in-out;

    &:hover {
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }
}

.whatsapp-button-ar {
    position: fixed;
    bottom: 25px;
    left: 82px;
    z-index: 999999;
    transition: all 0.3s ease-in-out;

    &:hover {
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }
}

.whatsapp-button .rounded-button {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    background-color: #cc7d61;
}

.whatsapp-button-ar .rounded-button {
    border-radius: 50%;
    width: 55px;
    height: 55px;
    background-color: #cc7d61;
}

/* Language Switch */
.language-switch {
    top: 40px;
    right: 100px;
    font-size: 20px;
}

/* Carousel */
.carousel {
    height: 531px;
    top: -40px;
}

/* Owl Carousel */
.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    position: absolute;
    bottom: 40px;
    width: 50px;
    left: 48px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid white !important;
    color: white !important;
    font-size: 20px !important;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    z-index: 9999;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
    background-color: #272b2b !important;
    border: 1px solid #cc7d61 !important;
}

.owl-carousel .owl-next {
    left: 105px;
}

.owl-stage,
.owl-stage-outer,
.owl-item,
.owl-carousel {
    height: 100%;
    transition: all 0.1s ease-in-out;
}

/* Border Radius for Specific Elements */
.carousel-border-1 {
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    overflow: hidden;
}

.carousel-border-2 {
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    overflow: hidden;
}

.line {
    width: 35%;
    border: 0.47px dashed #2e3838;
}

.full-line {
    width: 100%;
    border: 0.47px dashed #2e3838;
}

.icon {
    padding-right: 12px;
}

.icon-ar {
    padding-left: 12px;
}

.info {
    p {
        max-width: 208px;
    }
}

.gap-20 {
    gap: 20px;
}

.form {
    height: 552px;
    padding: 80px;
    border-radius: 40px;
    box-shadow: #272b2b 0px 0px 20px 0px;
    max-width: 1200px;
    margin:0 auto;

    form {
        input,
        .country {
            background-color: #eeddd4;
            border-radius: 100px;
            border: 1px solid #f1f1f1;
            padding: 30px 40px 30px 40px;
            height: 60px;
        }

        .country {
            max-width: 130px;
        }
    }
}

.footer {
    a {
        text-decoration: none;

        &:hover {
            text-decoration: underline;
            cursor: pointer;
        }
    }
}

.country-select {
    background-color: transparent;
    border: none;
    width: 100px;
    transform: translate(-20px, 0);
}

.country-select-ar {
    background-color: transparent;
    border: none;
    width: 100px;
    transform: translate(22px, 0);
}

.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1a0d09cc;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear;

    .popup {
        padding: 60px 44px 60px 44px;
        width: 778px;
        height: 640px;
        border-radius: 40px;
        background-color: #e3c7b8;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;

        .close {
            position: absolute;
            top: 30px;
            right: 30px;
            cursor: pointer;
        }

        .close-ar {
            position: absolute;
            top: 30px;
            left: 30px;
            cursor: pointer;
        }

        form {
            width: 100%;

            input,
            .country {
                background-color: #eeddd4;
                border-radius: 100px;
                border: 1px solid #f1f1f1;
                padding: 30px 40px 30px 40px;
                height: 60px;
            }
        }
    }
}

/* TODO THIS UPON FORM SUBMISSION */
.popup-container2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1a0d09cc;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear;

    .popup {
        padding: 60px 44px 60px 44px;
        width: 70%;
        height: 50%;
        border-radius: 40px;
        background-color: #e3c7b8;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 30px;

        .thank-you-card {
            text-align: center;
            align-items: center;
            justify-content: center;
            display: flex;
            flex-direction: column;
            border-radius: 40px;
            border: 1px solid white;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 36px 2px;
        }
    }
}

.row-gap-24 {
    row-gap: 24px;
}

.mobile-only {
    display: none;
}

.svg {
    width: 48px;
    height: 48px;
}

.flex-row-reverse-carousel {
    flex-direction: row-reverse;
}

@media (max-width: 995px) {
    .form {
        height: fit-content;
        flex-direction: column !important;
        padding: 80px;
        border-radius: 40px;
        box-shadow: #272b2b 0px 0px 20px 0px;
        align-items: center;

        .col-lg-5 {
            align-items: center;

            h4 {
                align-items: center;
            }
        }

        form {
            width: 100%;
            align-items: center;

            input,
            .country {
                background-color: #eeddd4;
                border-radius: 100px;
                border: 1px solid #f1f1f1;
                padding: 30px 40px 30px 40px;
                height: 60px;
            }

            input {
                width: 100%;
            }
        }
    }
}

@media (max-width: 834px) {
    .thankyoupopup .flex-row-reverse {
        flex-direction: column !important;
    }

    h1 {
        font-size: 48px !important;
    }

    h2 {
        font-size: 40px !important;
    }

    h3 {
        font-size: 32px !important;
    }

    h4 {
        font-size: 32px !important;
    }

    h5 {
        font-size: 18px !important;
    }

    p {
        font-size: 16px !important;
    }

    .signature {
        font-size: 16px !important;
    }

    .button {
        border-radius: 83px;
        width: 197px;
        height: 44px;
        padding: 2.95px 24px 4.05px 24px;
        font-size: 15px;
        text-decoration: none;
        background-color: #cc7d61;
        border: 1px solid #cc7d61;
        color: white;
        gap: 4px;
    }

    .form {
        height: fit-content;
        flex-direction: column !important;
        padding: 80px;
        border-radius: 40px;
        box-shadow: #272b2b 0px 0px 20px 0px;
        align-items: center;

        .col-lg-5 {
            align-items: center;

            h4 {
                align-items: center;
            }
        }

        form {
            width: 100%;
            align-items: center;

            input,
            .country {
                background-color: #eeddd4;
                border-radius: 100px;
                border: 1px solid #f1f1f1;
                padding: 20px 40px 20px 40px;
                height: 40px;
            }

            input {
                width: 100%;
            }
        }
    }

    .content-fluid {
        padding: 40px;
    }

    .footer {
        p {
            font-size: 20px !important;
        }
    }

    .popup-container2 {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #1a0d09cc;
        z-index: 99999;
        display: none;
        align-items: center;
        justify-content: center;
        opacity: 1;
        transition: visibility 0s, opacity 0.5s linear;

        .popup {
            padding: 60px 44px 60px 44px;
            width: 70%;
            height: 50%;
            border-radius: 40px;
            background-color: #e3c7b8;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 30px;

            div {
                div {
                    .text-sienna {
                        display: none;
                    }
                }

                flex-direction: column;

                .thank-you-card {
                    align-items: center;
                    justify-content: center;
                    display: flex;
                    flex-direction: column;
                    border-radius: 40px;
                    border: none;
                    box-shadow: none;
                }
            }
        }
    }

    .owl-carousel .owl-next {
        right: 48 !important;
    }

    .owl-carousel .owl-prev {
        right: 105px !important;
    }

    .language-switch {
        right: 28px;
    }

    .line {
        width: 27% !important;
    }

    .input {
        font-size: 18 !important;
    }

    .button {
    }
}

@media (max-width: 600px) {
    .form {
        padding: 80px 30px;
    }
}

.country {
    max-width: 130px;
}

@media (max-width: 575px) {
    .ar .hero .button {
        max-width: 178px;
    }

    .carousel {
        flex-direction: column-reverse !important;
        height: fit-content !important;
        top: 0;

        .carousel-container {
            width: 100%;
            height: 500px !important;

            .owl-carousel-parent div {
                height: 100%;

                .owl-carousel {
                    height: 100%;
                }
            }

            .carousel-border-1 {
                border-radius: 60px !important;
            }

            .carousel-border-2 {
                border-radius: 60px !important;
            }
        }
    }
}

@media (max-width: 400px) {
    .language-switch {
        right: 20px;
    }

    .content-fluid {
        padding: 20px;
    }

    h1 {
        font-size: 36px !important;
    }

    h2 {
        font-size: 28px !important;
    }

    h3 {
        font-size: 28px !important;
    }

    h4 {
        font-size: 26px !important;
    }

    h5 {
        font-size: 16px !important;
        font-weight: 500 !important;
    }

    h6 {
        font-size: 16px !important;
        font-weight: 300 !important;
    }

    p {
        font-size: 14px !important;
        margin-bottom: 0 !important;
    }

    .signature {
        font-size: 14px !important;
    }

    .button {
        border-radius: 83px;
        width: 168px;
        height: 36px;
        padding: 2.95px 14px 4.05px 14px;
        font-size: 12px;
        text-decoration: none;
        background-color: #cc7d61;
        border: 1px solid #cc7d61;
        color: white;
        gap: 4px;
    }

    .no-mobile {
        display: none;
    }

    .only-mobile {
        display: block;
    }

    .carousel-container {
        display: flex;
        flex-direction: column;
        margin-bottom: 70px;

        .button {
            height: 36px !important;
            position: absolute;
            bottom: -55px;
            left: 20px;
        }
    }

    .line {
        width: 48px !important;
    }

    .svg {
        width: 28px !important;
        height: 28px !important;
    }

    .mobile-50-width {
        width: 50%;
    }

    .form {
        padding: 20px;
        margin-bottom: 30px;
    }

    .col-sx-3 {
        width: 25%;
    }

    .col-sx-9 {
        width: 75%;
    }

    .flex-row-reverse-carousel {
        flex-direction: column-reverse !important;
    }
}

/*fixes*/
.ar .hero h1 {
    font-size: 140px !important;
}

.ar .button {
    font-size: 36px;
    flex-direction: row-reverse;
    width: 259px;
    padding: 0 20px;

    a {
        direction: rtl;
    }
}

.hero h1 {
    text-align: center;
}

.ar h2 {
    font-size: 64px !important;
}

.ar h3 {
    font-size: 52px !important;
}

.ar h4 {
    font-size: 48px !important;
}

.ar h5 {
    font-size: 32px !important;
    font-weight: 700;
}

.ar p {
    font-size: 24px !important;
    line-height: 26px;
}

.ar .footer p {
    font-size: 28px !important;
}

.lined-text {
    min-width: 235px;
    margin-bottom: 15px;
}

input {
    font-size: 20px !important;
}

.grid2 > div, .ar .grid2 > div {
    flex: 1 0 25%;
}
.grid1,.grid2 {
    margin:25px 0 45px 0;
}

@media (max-width: 1225px) {
    .ar h2 {
        font-size: 55px !important;
    }
    .ar h4 {
        font-size: 40px !important;
    }
    .lined-text {
        min-width: 270px;
    }
}
@media (max-width: 1200px) {
    .content-fluid {
        padding: 60px 65px;
    }
    .grid1,.grid2 {
        margin:25px 0;
    }
    .grid1 > div,
    .grid2 > div {
        flex: 1 0 50%; /*2 by 2*/
    }
}

@media (max-width: 834px) {
    .ar .carousel h3 {
        font-size: 44px !important;
    }
    .ar .grid1 p,
    .ar .grid2 p {
        font-size: 19px!important;
    }
    .content-fluid {
        padding: 40px;
    }
    #grid2a {
        padding-bottom: 20px;
    }
    .info .full-line{
        margin-bottom: 2em;
    }

    .lined-text {
        margin-bottom: 0;
    }

    .ar .hero h1 {
        font-size: 80px !important;
    }

    .ar .button {
        font-size: 24px;
    }

    .ar .line {
        width: 33% !important;
    }

    .ar h2 {
        font-size: 52px !important;
    }

    .ar h3 {
        font-size: 48px !important;
    }

    .ar h4 {
        font-size: 40px !important;
    }

    .ar h5 {
        font-size: 24px !important;
    }

    .ar p {
        font-size: 22px !important;
        line-height: 24px;
    }

    .whatsapp-button {
        right: 12px !important;
    }
}

@media (max-width: 600px) {
    .content-fluid {
        padding: 20px;
    }

    .grid1 > div,
    .ar .grid1 > div {
        flex: 1 0 50%; /*2 by 2*/
    }

    .grid2 > div,
    .ar .grid2 > div {
        flex: 1 0 50%; /*2 by 2*/
    }

    #grid2a {
        margin-bottom: 0 !important;
    }

    .ar h2 {
        font-size: 48px !important;
    }

    .ar h4 {
        font-size: 38px !important;
    }
}

@media (max-width: 500px) {
    .ar .hero h1 {
        font-size: 70px !important;
    }
}

@media (max-width: 400px) {
    .grid2 > div, .ar .grid2 > div {
        flex: 1 0 100%;
    }

    .ar .hero h1 {
        font-size: 56px !important;
    }

    .ar h3 {
        font-size: 40px !important;
    }

    .ar h5 {
        font-size: 16px !important;
    }

    .ar p {
        font-size: 15px !important;
        line-height: 17px;
    }

    .ar .button {
        font-size: 20px;
    }

    .ar h2 {
        font-size: 40px !important;
    }

    .ar h4 {
        font-size: 28px !important;
    }

    .ar .form h4 {
        font-size: 42px !important;
    }

    input {
        font-size: 16px !important;
    }

    #grid2a,
    #grid2b {
        row-gap: 8px !important;
    }

    .ar .footer h3 {
        font-size: 28px !important;
    }

    .ar .footer p {
        font-size: 18px !important;
    }
}

.loader {
    display: none;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite;
}

.loader::before,
.loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #fff;
    animation: prixClipFix 2s linear infinite;
}

.loader::after {
    inset: 8px;
    transform: rotate3d(90, 90, 0, 180deg);
    border-color: #cc7d61;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    }
    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
    }
    75%,
    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
    }
}
