/* Reset default styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

button {
    font-family: 'LamaSans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}

/* Reset default styles */

/* Fonts */

@font-face {
    font-family: 'LamaSans';
    src: url('../fonts/LamaSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'LamaSans';
    src: url('../fonts/LamaSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'LamaSans';
    src: url('../fonts/LamaSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'LamaSans', sans-serif;
}

/* Fonts */
.animated-button {
    position: relative;
    display: flex;
    border: none;
    padding-inline: 51px;
    justify-content: center;
    align-items: center;
    height: 51px;
    border-radius: 10px;
    color: #1e4182;
    background: #ffffff;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.animated-button span:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    color: #1A232C;
    background-color: #C7B07A;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
}

.animated-button span:first-child {
    position: relative;
    z-index: 1;
}

.animated-button:hover {
    color: #1A232C;
}

.animated-button:active {
    scale: 0.95;
}

.animated-button:hover span:last-child {
    width: 250px;
    height: 250px;
    opacity: 1;
}





/* Navigation styles */
nav {
    display: flex;
    width: 100%;
    justify-content: center;
    background: #1e4182;
    height: 94px;
    position: fixed;
    z-index: 9999;
    transition: 0.3s;
    box-shadow: none;
}

.nav-scrolled {
    height: 70px;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
}

.container-of-nav {
    width: 65%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-of-nav {
    width: 138px;
}

.container-of-nav>div {
    display: flex;
    align-items: center;
    width: 70%;
    gap: 138px;
}

.nav-links {
    list-style: none;
    display: flex;
    gap: 40px;
    text-decoration: none;
    color: white;
}

/* Navigation styles */

/* Hero style */
.hero {
    width: 100%;
    height: 630px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero>img {
    margin-top: 200px;
    width: 100%;
}

/* Hero style */

/* Mazad Style */

.mazad-container {
    width: 65%;
    margin: 0 auto;
    margin-top: -265px;
}

.mazad-header {
    background: #FFFFFFE6;
    z-index: 122;
    position: relative;
    border-radius: 15px;
    border: 0.5px solid #D5D5D5;
}

.mazad-info-logo {
    padding: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mazad-info-logo>div {
    display: flex;
    gap: 16px;
}

.mazad-logo {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D5D5D5;
    border-radius: 15px;
    padding: 10px;
    display: flex;
    justify-content: center;
    height: 100px;
    align-items: center;
}

.mazad-logo>img {
    width: 110px;
}

.mazad-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
}

.mazad-info>h1 {
    font-size: 22px;
    line-height: 27px;
    color: #1e4182;
    font-weight: 700;
}

.mazad-share-btn {
    width: 122px;
    height: 41px;
    background: white;
    border: 0.5px solid #D5D5D5;
    color: #7E7E7E;
    transition: 0.3s;
    border-radius: 10px;
    line-height: 17px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    opacity: 0;
}

.location-mazad-info {
    color: #C7B07A;
    gap: 5px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}

.type-mazad-info {
    color: #1e4182;
    font-size: 14px;
    font-weight: 400;
    gap: 6px;
    display: flex;
    align-items: center;
    line-height: 17px;
}

.type-mazad-info>span {
    width: 10px;
    height: 10px;
    background: #00B44E;
    border-radius: 100px;
}

.swiper-slide>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-container {
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}

.map-images-btns {
    position: absolute;
    z-index: 13;
    top: 0;
    right: 0;
    transform: translate(-22px, 14px);
}

.tabs {
    display: flex;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    height: 29px;
}

.tabs * {
    z-index: 2;
}

.map-images-btns input[type="radio"] {
    display: none;
}

.tab {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    font-size: 14px;
    color: #1e4182;
    font-weight: 500;
    border-radius: 10px;
    cursor: pointer;
    line-height: 17px;
    transition: color 0.15s ease-in;
}

.tab:nth-of-type(2) {
    width: 120px;
}


.map-images-btns input[type="radio"]:checked+label {
    color: white;
    font-weight: 500;
}

.map-images-btns input[id="radio-1"]:checked~.glider {
    transform: translateX(0);
}

.map-images-btns input[id="radio-2"]:checked~.glider {
    transform: translateX(-71%);
    width: 120px;
}

.glider {
    position: absolute;
    display: flex;
    height: 29px;
    width: 86px;
    background-color: #C7B07A;
    z-index: 1;
    border-radius: 10px;
    transition: 0.25s ease-out;
}

.mazad-images-time {
    padding: 36px;
    padding-top: 11px;
    display: flex;
    justify-content: space-between;
}

.swiper-slide {
    height: auto !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none;
}

.swiper-pagination-bullet {
    background: white !important;
    opacity: 0.7 !important;
    transition: 0.3s;
}

.swiper-pagination-bullet-active {
    background: white !important;
    opacity: 1 !important;
    width: 30px !important;
    height: 8px !important;
    border-radius: 10px !important;
}

.swiper-button-prev>div>svg,
.swiper-button-next>div>svg {
    width: 8px !important;
}

.swiper-button-prev>div>svg {
    transform: rotate(360deg) !important;
}

.swiper-button-prev>div,
.swiper-button-next>div {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF8F;
    width: 27px !important;
    height: 27px !important;
    border-radius: 8px;
    transition: 0.3s;
}

.swiper-button-next,
.swiper-button-prev {
    top: 0 !important;
    height: 100% !important;
    width: 60px !important;
    bottom: 0 !important;
    margin-top: unset !important;
}

.swiper-button-next:hover>div,
.swiper-button-prev:hover>div {
    background: white;
}

.swiper-button-next {
    left: 0 !important;
}

.swiper-button-prev {
    right: 0 !important;
}

.mazad-images {
    width: 58%;
}

/* Mazad Style */

/* Mazad Details Style */
.mazad-time-info-wrapper {
    width: 40%;
    gap: 11px;
    display: flex;
    flex-direction: column;
}

.mazad-time-details {
    background: white;
    border: 0.5px solid #D5D5D5;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mazad-details {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding-bottom: 14px;
    margin-bottom: 34px;
    padding-top: 14px;
    border-bottom: 0.5px solid #D5D5D5;
}

.mazad-details>p {
    color: #1e4182;
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
}

.mazad-details>span {
    font-size: 14px;
    line-height: 17px;
    padding: 6px 14px;
    background: #00B44E;
    border-radius: 10px;
    font-weight: 700;
    color: white;
}

.mazad-time-details>h2 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #1e4182;
    margin-bottom: 27px;
}

.mazad-time-countdown {
    margin-bottom: 35px;
    gap: 21px;
    display: flex;
    flex-direction: row-reverse;
}

.countdown-item {
    display: flex;
    flex-direction: column;
}

.countdown-number {
    display: flex;
    width: 55px;
    height: 52px;
    justify-content: center;
    align-items: center;
    background: #FCF4EB;
    border-radius: 15px;
    font-size: 14px;
    color: #1e4182;
}

.countdown-label {
    text-align: center;
    margin-top: 6px;
    font-size: 12px;
    line-height: 15px;
    color: #1e4182;
}

.register-now-btn-mazad {
    width: 100%;
    display: flex;
    background: #1e4182;
    color: white;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    height: 52px;
    font-size: 14px;
    line-height: 17px;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
    cursor: pointer;
}

.register-now-btn-mazad:hover {
    background: #19366b;
}

.register-now-btn-mazad::before {
    content: "";
    position: absolute;
    top: 0;
    left: -110%;
    width: 180%;
    height: 300%;
    background: linear-gradient(to bottom, transparent, #203e7371 50%, transparent);
    transform: rotate(4deg);
    animation: shine 2s infinite;
    opacity: 0;
}

@keyframes shine {
    0% {
        opacity: 1;
        transform: translateX(-10%) rotate(45deg);
    }

    100% {
        opacity: 1;
        transform: translateX(100%) rotate(45deg);
    }
}

.brochure-btn-mazad {
    width: 100%;
    display: flex;
    background: #FCF4EB;
    color: #1e4182;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    height: 52px;
    font-size: 14px;
    line-height: 17px;
    transition: 0.3s;
}

.brochure-btn-mazad:hover {
    background: #e6e6e6;
}

.whatsapp-btn-mazad {
    width: 83%;
    display: flex;
    background: #549D78;
    color: white;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    height: 52px;
    font-size: 14px;
    line-height: 17px;
    gap: 6px;
    transition: 0.3s;
}

.whatsapp-btn-mazad:hover {
    background: #3f7a5c;
}

.whats-phone-mazad {
    display: flex;
    justify-content: space-between;
}

.phone-btn-mazad {
    width: 15%;
    display: flex;
    background: white;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    height: 52px;
    font-size: 14px;
    line-height: 17px;
    color: #549d78;
    border: 1px solid #549D78;
    transition: 0.3s;
}

.phone-btn-mazad:hover {
    background: #549D78;
    color: white;
}

/* Mazad Details Style */


/* Mazad Map-INFO Style */

.tabs-box-maps {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    gap: 20px;
}

.tabs-maps {
    display: flex;
    position: relative;
    border-radius: 10px;
    height: 41px;
    width: 100%;
    justify-content: space-between;
    background-color: #f5f5f5;
}

.tabs-maps * {
    z-index: 2;
}

.tabs-box-maps input[type="radio"] {
    display: none;
}

.tab-btn-maps {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
    font-size: 14px;
    color: #1e4182;
    font-weight: 500;
    border-radius: 10px;
    cursor: pointer;
    line-height: 17px;
    transition: color 0.15s ease-in;
    position: relative;
}

.tab-badge-maps {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 4px;
    left: 60%;
    font-size: 10px;
    border-radius: 50%;
    background-color: #e6eef9;
    color: #000;
}

.tabs-box-maps input[type="radio"]:checked+label {
    color: white;
    font-weight: 700;
}

.tabs-box-maps input[id="tab-1"]:checked~.tab-slider-maps {
    transform: translateX(0);
}

.tabs-box-maps input[id="tab-2"]:checked~.tab-slider-maps {
    transform: translateX(-105%);
}

.tabs-box-maps input[id="tab-3"]:checked~.tab-slider-maps {
    transform: translateX(-212%);
}

.tabs-box-maps input[id="tab-4"]:checked~.tab-slider-maps {
    transform: translateX(-316%);
}

.tab-slider-maps {
    position: absolute;
    display: flex;
    height: 41px;
    width: 24%;
    background-color: #1e4182;
    z-index: 1;
    border-radius: 10px;
    transition: 0.25s ease-out;
}


.mazad-map-info-videos-wrapper {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}

.tab-content-maps {
    width: 100%;
}

.tab-item-maps>iframe {
    width: 100%;
    height: 500px;
    border-radius: 15px;
}

.tab-item-maps {
    display: none;
}

.tab-item-maps.active {
    display: block;
}

.mazad-info-beside-maps>h2 {
    font-size: 14px;
    color: #1e4182;
    background: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    line-height: 17px;
    width: 139px;
    height: 41px;
}

.mazad-info-beside-maps {
    gap: 20px;
    display: flex;
    flex-direction: column;
    width: 40%;
}

.mazad-info-beside-maps>div>div>p {
    font-size: 12px;
    line-height: 15px;
    color: #C7B07A;
    font-weight: 500;
}

.mazad-info-beside-maps>div>div>span {
    font-size: 12px;
    color: #1e4182;
    font-weight: 700;
}

.mazad-info-beside-maps>div {
    display: flex;
    width: 100%;
    gap: 64px;
}

/* Mazad Map-INFO Style */
/* Mazad Properties Style */
.mazad-properties>h2 {
    font-size: 14px;
    color: #1e4182;
    background: #FCF4EB;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    line-height: 17px;
    width: 139px;
    height: 41px;
    margin-bottom: 35px;
}

.mazad-properties {
    margin-top: 32px;
}

.mazad-property-item {
    display: block;
    width: 100%;
    border: 0.5px solid #D5D5D5;
    border-radius: 15px;
}

.mazad-properties-list>div {
    flex: 0 1 calc(25% - 18px);
}

.mazad-property-item>img {
    width: 100%;
    border-radius: 15px 15px 0px 0px;
    height: 150px;
    object-fit: cover;
}

.mazad-properties-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.mazad-property-info>h3 {
    color: #1e4182;
    font-size: 16px;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 15px;
    padding-inline-start: 14px;
}

.mazad-property-info {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.mazad-property-info>div {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 14px;
    width: 56%;
    padding-inline-start: 14px;
}

.mazad-property-info>div>svg {
    width: 14px;
    display: flex;
}

.mazad-property-info>div>span {
    color: #1e4182;
    font-size: 14px;
    font-weight: 500;
}

.mazad-property-info>a {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 14px;
    width: 56%;
    padding-inline-start: 14px;
}

.mazad-property-info>a>svg {
    width: 14px;
    display: flex;
}

.mazad-property-info>a>span {
    color: #1e4182;
    font-size: 14px;
    font-weight: 500;
}

.mazad-details-property-odd {
    width: 43% !important;
}

.cheque-details {
    gap: 3px !important;
    width: 100% !important;
    border-top: 0.5px solid #D5D5D5;
    justify-content: center;
    padding-inline: unset !important;
    padding-top: 10px;
    align-items: center;
}

.cheque-details>p {
    font-size: 14px;
    font-weight: 600;
    line-height: 15px;
    color: #1e4182;
}

.cheque-details>span {
    color: #C7B07A !important;
    font-weight: 700;
    font-size: 14px !important;
}

.cheque-details>svg {
    width: 14px;
    height: 14px;
}

.mazad-details-property-map>span,
.mazad-details-property-map>svg {
    color: #C7B07A !important;
    transition: 0.3s;
}

.mazad-details-property-map:hover>span,
.mazad-details-property-map:hover>svg {
    color: #1e4182 !important;
}

.mazad-details-property-map {
    z-index: 99;
}

/* Mazad Properties Style */

/* Terms and Conditions Style */
.terms-and-conditions>h2 {
    font-size: 14px;
    color: #1e4182;
    background: #FCF4EB;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    line-height: 17px;
    width: 139px;
    height: 41px;
    margin-bottom: 35px;
}

.terms-and-conditions {
    margin-top: 32px;
}

.terms-and-conditions>ul {
    list-style: none;
    gap: 20px;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    line-height: 20px;
    color: #1e4182;
    font-weight: 500;
}

.terms-and-conditions>ul>li>span {
    width: 7px;
    display: block;
    height: 7px;
    background: #C7B07A;
    border-radius: 100px;
    margin-top: 7px;
}

.terms-and-conditions>ul>li {
    display: flex;
    gap: 12px;
}

.terms-and-conditions>ul>li>p {
    display: flex;
    width: 100%;
}

/* Terms and Conditions Style */


/* Footer Style */
.footer {
    background: #1e4182;
    margin-top: 60px;
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer>.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer-logo>img {
    width: 270px;
    padding-inline: 40px;
    /* margin-inline: 5px; */
    height: 75px;
    object-fit: contain;
}

.footer-logo>span {
    width: 1px;
    height: 37px;
    border-left: 0.1px solid #d5d5d55a;
}

.footer-logo>img:last-child {
    border-left: unset;
}

.footer>a {
    font-size: 22px;
    margin-top: 60px;
    color: white;
    font-weight: 700;
}

.social-footer {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin-top: 12px;
}

.social-footer>a>svg {
    display: flex;
    width: 14px;
    height: 14px;
    color: #C59C7A;
}

.social-footer>p {
    font-size: 14px;
    color: white;
}

.aqar-one-footer {
    margin-top: 55px;
    font-size: 12px;
    color: white;
}

.iframe-of-map {
    width: 100%;
    height: 114%;
    margin-top: -61px;
}



@media screen and (max-width: 1290px) {
    .mazad-share-btn>img {
        width: 55%;
    }

    button {
        font-family: 'LamaSans', sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
    }

    .nav-links {
        display: none;
    }

    .container-of-nav {
        width: 100%;
        padding-inline: 25px;
    }

    .container-of-nav>div {
        width: 100%;
        gap: unset;
    }

    .mazad-container {
        width: 100%;
        margin-top: -310px;
    }

    .mazad-header {
        background: white;
        border: unset;
    }

    .mazad-info-logo {
        gap: 8px;
        align-items: flex-start;
        padding: 20px;
    }

    .mazad-share-btn {
        width: 30px;
        height: 30px;
        margin-top: 5%;
    }

    .mazad-share-btn>span {
        display: none;
    }

    .mazad-images {
        width: 100%;
        height: 300px;
    }

    .mazad-info-beside-maps {
        width: 100%;
        padding-inline: 25px;
    }

    .mazad-map-info-videos-wrapper {
        flex-direction: column-reverse;
    }

    .mazad-info-beside-maps>div {
        justify-content: space-between;
        gap: unset;
    }

    .tabs-box-maps {
        width: 100%;
        padding-inline: 25px;
    }

    .mazad-properties-list {
        align-items: center;
    }

    .mazad-property-item {
        width: 100%;
    }

    .animated-button {
        padding-inline: 10px;
        width: 60%;
        height: 30px;
        border-radius: 5px;
    }

    .hero>img {
        width: 175%;
        margin-top: -226px;
    }

    .mazad-images-time {
        padding: 20px;
        flex-direction: column;
        gap: 22px;
    }

    .mazad-time-info-wrapper {
        width: 100%;
    }

    .tabs-maps {
        margin-top: 44px;
    }

    .tabs-box-maps input[type="radio"]:checked+label {
        font-weight: 600;
    }

    .tab-btn-maps {
        align-items: center;
        text-align: center;
    }

    .mazad-properties {
        padding-inline: 25px;
    }

    .footer {
        padding: 60px 0px;
    }

    .footer-logo>img {
        width: 32%;
        height: 55px !important;
        /* padding: 10px; */
        padding-inline: 8px;
    }

    .terms-and-conditions {
        padding-inline: 25px;
    }

}

@media screen and (max-width: 700px) {
    .mazad-property-item {
        width: 48%;
    }
}

@media screen and (max-width: 1000px) {
    .mazad-property-item {
        width: 100%;
    }
}

@media screen and (max-width: 1800px) {
    .mazad-properties-list>div {
        flex: 0 1 calc(33% - 14px);
    }
}

@media screen and (max-width: 800px) {
    .mazad-property-info>a>span {
        font-size: 14px;
        font-weight: 500;
    }

    .mazad-properties-list>div {
        flex: 0 1 calc(50% - 12px);
    }

    .mazad-property-info>div>span {
        font-size: 14px;
        font-weight: 500;
    }

    .mazad-property-info>h3 {
        font-size: 16px;
    }

    .cheque-details>span {
        font-size: 16px !important;
    }

    .cheque-details>p {
        font-size: 16px;
    }

    .iframe-of-map {
        width: 100%;
        height: 122%;
        margin-top: -61px;
    }
}

@media screen and (max-width: 650px) {
    .mazad-properties-list>div {
        flex: 0 1 calc(100% - 0px);
    }
}

.swiper-wrapper {
    display: none;
}

.sticky-whatsapp {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
    background: #549d78;
    width: 60px;
    border-radius: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.sticky-whatsapp:hover {
    background: #3f7a5c;
}

.sticky-whatsapp>img {
    width: 30px;
}

.sticky-call {
    position: fixed;
    bottom: 100px;
    right: 25px;
    z-index: 9999;
    color: white;
    background: #19366b;
    width: 60px;
    border-radius: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.sticky-call:hover {
    background: #152c59;
}

.sticky-call>svg {
    width: 30px;
    height: 30px;
}

@media screen and (max-width: 380px) {
    .animated-button span:first-child {
        font-size: 12px;
    }
}

@media screen and (max-width: 300px) {
    .animated-button span:first-child {
        font-size: 10px;
    }
}

.infathz-logo {
    object-fit: contain !important;
    padding-inline-end: 45px !important;
    width: 162px !important;
}

@media screen and (max-width: 1290px) {
    .infathz-logo {
        padding: unset !important;
        margin: unset !important;
        margin-inline-start: 11px !important;
        padding-inline-end: 10px !important;
        width: 15% !important;
        height: 100px !important;
    }

    .footer-logo>span:first-of-type {
        /* display: none; */
    }
}

.animated>div>.mazad-share-btn {
    opacity: 1;
}

.mazad-images>img {
    width: 100%;
    border-radius: 15px;
    height: 100%;
    cursor: pointer;
}

.mazad-saudi>img {
    width: 100%;
    height: 500px;
    border-radius: 15px;
    object-fit: cover;
    border: 0.5px solid #D5D5D5;
    z-index: -1;
}

@media screen and (max-width: 1290px) {
    .mazad-saudi>img {
        height: 350px;
    }

    .tabs-box-maps input[id="tab-2"]:checked~.tab-slider-maps {
        transform: translateX(-104%);
    }

    .tabs-box-maps input[id="tab-1"]:checked~.tab-slider-maps {
        transform: translateX(-2px);
    }

    .tabs-box-maps input[id="tab-3"]:checked~.tab-slider-maps {
        transform: translateX(-211%);
    }

    .tabs-box-maps input[id="tab-4"]:checked~.tab-slider-maps {
        transform: translateX(-314%);
    }
}

@media screen and (max-width: 455px) {
    .mazad-images>img {
        object-fit: cover;
    }
}

.mazad-saudi>div {
    z-index: 999;
    position: absolute;
    top: 50%;
    align-items: center;
    left: 50%;
    display: flex;
    transform: translate(-50%, -7%);
    flex-direction: column;
    gap: 20px;
    cursor: pointer;
    text-align: center;
}

.mazad-saudi {
    position: relative;
    height: fit-content;
    display: flex;
}

.mazad-saudi>div>button {
    border-radius: 8px;
    background: #e1e1e1;
    border: unset;
    width: 250px;
    height: 40px;
    color: #656161;
    cursor: pointer;
}

@media screen and (max-width: 800px) {
    .mazad-saudi>div>p {
        width: 65%;
    }
}

.terms-container {
    width: 65%;
    margin: 0 auto;
    padding-top: 150px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (max-width: 800px) {
    .terms-container {
        width: 80%;
    }
}

.register-iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 0;
    z-index: 99999;
    display: none;
}
.register-iframe-done{
    display: block;
}
.x-btn{
    display: none;
    color: white;
    z-index: 9999999;
    position: absolute;
    top: 15px;
    right: 25px;
    background-color: #1e4182;
    cursor: pointer;
    display: none;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}
.x-btn>svg{
    width: 45%;
    height: 100%;
}
.x-btn-done{
    display: flex;
}

.iXfFZG {
    background: transparent !important;
}
.tly-ovl{
    display: none !important;
}

.footer > img {
    width: 15%;
}
@media screen and (max-width: 800px) {
    .footer > img {
    width: 35%;
}
}