/* all */
body{
    background-color: white;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    min-width: 350px !important;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
}

[dir="rtl"] body {
    font-family: 'Almarai', sans-serif;
}

.content-container-card{
    width: 80vw;
    max-width: 1280px;
    background: #F3F6F4;
    margin: auto;
    border-radius: 1rem;
    margin-top: 5rem;
    min-width: 350px;
}

/* about */
.about{
    background-color: #164e29;
    color: #fafbfb;
    min-width: 300px;
}

.about .content-container{
    display: flex;
    height: 97vh;
    justify-content: center;
    align-items: center;
}

.logo{
    height: 2rem;
    margin-bottom: 1.5rem;
    object-fit: contain;
}

.about .content{
    display: flex;
    flex-direction: column;
    font-size: 1.3rem;
    font-family: Arial, Helvetica, sans-serif;
}

.about .copyright{
    text-align: center;
    font-size: 0.7rem;
    color: #bacbc0;
}

.instagram-logo{
    margin-top: 1.5rem;
    height: 1.2rem;
}

[lang] {
    display: none;
}
[lang=en] {
    display: unset;
}

/* home */

/* navbar */

@media only screen and (max-width: 1000px) {
    .navbar-nav{
        display: flex;
        align-items: center !important;
    }

    [dir="rtl"] .navbar-nav{
        margin-right: -18px;
    }

    .about-us-arrow{
        display: none;
    }
    
    .contact-us-arrow{
        display: none;
    }
    
    .service-provider-arrow{
        display: none;
    }
}

.container {
    padding: 5px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1500px;
    min-width: 300px;
    width: 100%;
}

.navbar{
    background-color: #164e29 !important;
    margin: 0;
    padding: 1rem;
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.nav-link { 
    text-decoration: none;
    color: #FFFFFF !important;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 8px;
    border-radius: 5px;
}

.navbar-nav .nav-link{
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.navbar-nav .nav-item {
    position: relative;
    margin-top: 10px;
}

.navbar-nav .nav-item .nav-link {
    padding-bottom: 0;
}

.navbar-nav .nav-item .nav-link .arrow-icon {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.about-us-arrow{
    position: absolute; 
    transform: translate(-38px, 43px); 
    font-size: 18px;
}

.contact-us-arrow{
    position: absolute; 
    transform: translate(-47px, 43px); 
    font-size: 18px;
}

.service-provider-arrow{
    position: absolute; 
    transform: translate(-73px, 43px); 
    font-size: 18px;
}

[dir="rtl"] .about-us-arrow{
    transform: translate(32px, 43px); 
}

[dir="rtl"] .contact-us-arrow{
    transform: translate(41px, 43px); 
}

[dir="rtl"] .service-provider-arrow{
    transform: translate(56px, 43px); 
}

/* main */
[dir="rtl"] .header .title {
    max-width: 30rem;
}

.header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px; 
}

.header .subtitle {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 8px;
    text-align: center;
    margin-bottom: 10px;
}

[dir="rtl"] .header .subtitle{
    letter-spacing: 0 !important;
}

.header .title {
    color: #164e29;
    font-size: 48px; 
    font-weight: 700;
    line-height: 54px;
    text-align: center;
    max-width: 70rem; 
    width: 100%;
    margin-bottom: 1.5rem;
}

.join-button {
    background: #164E29;
    color: white;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    width: 100%; 
    max-width: 300px;
    height: 56px;
    border-radius: 8px;
    margin-bottom: 48px; 
    cursor: pointer;
    border: 0;
}

@media only screen and (max-width: 600px) {
    .header .title {
        font-size: 24px;
        line-height: 36px;
    }
    .mobile-container-card img{
        width: 85% !important;
    }
    footer{
        min-height: 6.5rem !important;
    }
}

.mobile-container-card{
    margin: auto;
    max-width: 1280px;
    min-width: 350px;
    text-align: center;
    width: 80vw;
    border-radius: 0px 0px 16px 16px;
    background: linear-gradient(360deg, #F3F6F4 0%, rgba(255, 255, 255, 0) 100%);
}

.mobile-container-card img{
    width: 45%;
    object-fit: contain;
}

/* benefits */
.benefits-card{
    padding-bottom: 2rem;
}

.benefits-card ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    padding-left: 0;
}

.benefits-card ul li {
    margin: 32px 24px 0px 24px;
    display: flex;
}

[dir="rtl"] .benefits-card ul li {
    margin-right: 0;
    margin-top: 2.5rem;
    text-align: right;
}

@media only screen and (max-width: 800px) {
    .benefits-card ul li {
        display: block
    }
    .benefits-card img{
        margin:1rem 0 !important;
    }
    [dir="rtl"] .benefits-card ul {
        margin-right: 0;
        margin-top: 2.5rem;
        text-align: right;
        padding-right: 24px;
    }
}


.benefits-card .title{
    display: flex;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #164E29;
}

.benefits-card .description{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin-bottom: 2rem;
}

[dir="rtl"] .benefits-card .description{
    text-align: right;
}

.benefits-card img{
    margin: 0 1rem;
}

/* for home owners */
.for-homeowners{
    display: flex;
    min-height: 55rem;
}

.for-homeowners .content-container{
    width: 50%;
    height: 100%;
}
[dir="rtl"] .for-homeowners .image {
    border-radius: 1rem 0 0 1rem;
}

.for-homeowners .content{
    width: 80%;
    margin: 5rem auto;
}

.for-homeowners .image{
    background-color: #164E29;
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 0 1rem 1rem 0;
}

@media only screen and (max-width: 1300px) {
    .for-homeowners .image{
        display: none;
    }
    .for-homeowners .content-container{
        width: 100%;
        height: 100%;
    }
}

[dir="rtl"] .for-homeowners .title {
    display: flex;
}

[dir="rtl"] .for-homeowners .description,[dir="rtl"] .for-homeowners .footer {
    text-align: right !important;
}

.for-homeowners .title{
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    color: #164E29;
}

.for-homeowners .content .description{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    margin-top: 3rem;
}

.for-homeowners .footer{
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    color: #164E29;
    margin-top: 3rem;
}

/* join the waitlist */
[dir="rtl"] .join-the-waitlist .image {
    border-radius: 0 1rem 1rem 0;
}

[dir="rtl"] .join-the-waitlist .image .text {
    margin-left: auto;
    margin-right: 2rem;
}

[dir="rtl"] .join-the-waitlist .image img {
    transform: scaleX(-1);
}

[dir="rtl"] .join-the-waitlist .image img, [dir="rtl"] .join-the-waitlist .message-container img {
    transform: scaleX(-1);
}

.join-the-waitlist{
    display: flex;
    min-height: 40rem;
}

.join-the-waitlist .content-container{
    width: 50%;
}

.join-the-waitlist .content{
    width: 80%;
    margin: 5rem auto;
}

.join-the-waitlist .message-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}


.join-the-waitlist .added-to-waitlist{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 315px;
}

.join-the-waitlist .added-to-waitlist .title{
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    color: #164E29;
}

.join-the-waitlist .added-to-waitlist .description{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    color: #164E29
}

.join-the-waitlist .image{
    background-color: #164E29;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    border-radius: 1rem 0 0 1rem;
}

@media only screen and (max-width: 1300px) {
    [dir="rtl"] .join-the-waitlist .image {
        border-radius: 1rem 1rem 0 0;
    }

    .join-the-waitlist{
        flex-direction: column;
    }
    .join-the-waitlist .person-sitting{
        display: none;
    }
    .join-the-waitlist .content-container{
        width: 100%;
        margin: auto;
    }
    .join-the-waitlist .image{
        height: 90px;
        width: 100%;
        border-radius: 1rem 1rem 0 0;
        display: flex;
        align-items: flex-start;
    }
    .join-the-waitlist .image .text{
        margin-bottom: 0 !important;
        margin-left: 0 !important;
        font-size: 24px !important;
        font-weight: 700 !important;
        line-height: 36px !important;
        text-align: left !important;
        padding-left: 24px !important;
        padding-bottom: 16px !important;
    }
}

.join-the-waitlist .image .text{
    color: white;
    margin-bottom: 5rem;
    font-size: 2rem;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    margin-left: -15rem;
}


[dir="rtl"] .join-the-waitlist .mobile-number input{
    padding-right: 35px;
}

[dir="rtl"] .join-the-waitlist .flag-icon{
    transform: translate(45%, 170%) !important;
    -webkit-transform: translate(45%, 170%) !important;
    position: relative;
}

input[type="text"],
input[type="email"] {
    width: 100%;
    height: 48px;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #0000001A;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

label {
    display: block;
    margin-bottom: 5px;
}

[dir="rtl"] label{
    text-align: right;
}

.input-with-flag {
    position: relative;
}

.input-with-flag input[type="text"] {
    padding-left: 40px; 
    border: 1px solid #0000001A;
    height: 48px
}

.input-with-flag img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 20px;
    height: auto;
}

.flag-container {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.flag-icon {
    width: 20px;
    height: auto;
}

.country-code {
    margin-left: 5px; 
}

.input-with-flag {
    padding-left: 30px !important;
    border: 1px solid #ccc;
    width: 100%; 
    box-sizing: border-box; 
}

.flag-icon{
    transform: translate(45%, 65%);
    -webkit-transform: translate(45%, 65%);
    position: absolute;
    z-index: 10;
}

select{
    background-color: white;
    width: 100%;
    height: 48px;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #0000001A;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

select {
    border: unset;
    width: 100%;
    padding: 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    appearance: none;
    background-image: url("../dropdown-arrow.svg");
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.65rem auto;
  }
  
  .city select,
.property-type select {
    width: 100%;
}

@media only screen and (max-width: 700px) {
    .join-the-waitlist .one-line{
        display: flex;
        flex-direction: column;
    }
}

.join-the-waitlist .one-line{
    display: flex;
    justify-content: space-between;
}


button.join-now{
    width: 100%;
    height: 48px;
    border-radius: 8px;
    background: #164E29;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
    border: 0;
}

/* footer */
@media only screen and (max-width: 850px) {
    .footer-container{
        justify-content: normal !important;
        flex-direction: column !important;
    }

    [dir="rtl"] .footer-container{
        align-items: flex-start;
    }
	
    [dir="rtl"] .footer-container span{
        text-align: right;
    }

     footer span{
        margin-top: 15px !important;
        margin-bottom: 7px !important;
    }

    footer img{
        margin-top: 0 !important;
    }
}


footer{
    background-color: #F3F6F4;
    margin-top: 5rem;
    min-height: 5rem;
}

.footer-container{
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

footer span{
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #164E29;
    margin-top: 2rem;
}

footer img{
    margin-top: 2rem;
}

/* about us page */
.about-us-card{
    display: flex;
    justify-content: space-between;
    min-height: 600px;
}

.about-us-card .content{
    width: 50%;
    padding: 4%;
}

.about-us-card .image{
    display: flex;
    justify-content: flex-end;
    width: 50%;
}

.about-us-card img{
    object-fit: cover;
    width: 100%;
    border-radius: 0 1rem 1rem 0;
    background: #164E29;
    height: 100%;
}

.our-process-image img{
    border-radius: 1rem 0 0 1rem !important;
    background: #164E29;
}

[dir="rtl"] .about-us-card img{
    border-radius: 1rem 0 0 1rem;
}

[dir="rtl"] .our-process-image img{
    border-radius: 0rem 1rem  1rem 0rem !important
}

.about-us-card .title{
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    text-align: left;
    color: #164E29;
}

.about-us-card .description{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    margin-top: 2rem;
}

[dir="rtl"] .about-us-card .title, [dir="rtl"] .about-us-card .description{
    text-align: right;
}

@media only screen and (max-width: 850px) {
    .about-us-card {
        flex-direction: column !important;
        max-height: fit-content;
    }

    .about-us-card .content,
    .about-us-card .image {
        width: 100% !important;
    }

    .about-us-card .content {
        padding: 4%;
    }

    .about-us-card .image {
        justify-content: flex-end;
    }

    .about-us-card img{
        border-radius: 0 0rem 1rem 1rem;
        background: #164E29;
        max-height: 350px;
    }

    .our-process-image img{
        border-radius: 1rem 1rem 0 0 !important 
    }

    [dir="rtl"] .about-us-card img{
        border-radius:  0 0rem 1rem 1rem;
    }
    [dir="rtl"] .our-process-image img{
        border-radius: 1rem 1rem  0rem 0rem !important 
    }
}


/* contact us */

.bottom-links{
    color: white !important;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: left;
    margin-top: 175px;
    margin-bottom: 20px;
}

.bottom-links span{
    margin-bottom: 40px;
}

.contact-us{
    display: flex;
}

.contact-us .content-container{
    width: 50%;
}

.contact-us .content{
    width: 80%;
    margin: 5rem auto;
}

.contact-us .image{
    background-color: #164E29;
    width: 50%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 1rem 0 0 1rem;
    padding-left: 6%;
}

[dir="rtl"] .contact-us > .image{
    text-align: right !important;
    padding-right: 6%;
    border-radius: 0rem 1rem 1rem 0 !important;
}

[dir="rtl"] .contact-us .bottom-links{
    align-items: flex-start !important;
    text-align: right
}

@media only screen and (max-width: 850px) {
    .contact-us{
        flex-direction: column !important;
    }
    .contact-us .image{
        width: 100%;
        border-radius: 1rem 1rem 0 0;
    }
    .contact-us .content-container{
        width: 100%;
    }

    [dir="rtl"] .contact-us > .image{
        border-radius: 1rem 1rem 0 0 !important;
    }
}

.contact-us .image .text{
    color: white;
    margin-top: 80px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 48px;
}

.contact-us textarea{
    width: -webkit-fill-available;
    border: 1px solid #0000001A
}

@media only screen and (max-width: 1400px) {
    .contact-us .one-line{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
}

.contact-us .one-line{
    display: flex;
    justify-content: space-between;
}

.contact-us .one-line select{
    width: 100%;
}

.contact-us-phone-number{
    display: flex;
    align-items: flex-start;
}

[dir="rtl"] .contact-us-phone-number{
    flex-direction: row-reverse !important;
}

.contact-data{
    display: flex;
    align-items: flex-start;
}

.contact-data img{
    margin-top: 3px;
    margin-right: 16px
}

.contact-us-phone-number img{
    margin-right: 16px
}

[dir="rtl"] .contact-data img{
    margin-left: 16px;
    margin-right: 0px !important
}

[dir="rtl"] .contact-us-phone-number img{
    margin-left: 10px;
    margin-right: 0px !important;
    transform: scaleX(-1);
}

