@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Bona+Nova:ital,wght@0,400;0,700;1,400&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: "Roboto", serif;
    scroll-behavior: smooth;
}

:root {
    --primary-color: #CFAC41;
    --text-color: #fff;
    --black: #111111;
    --black-light: #1A1A1A;
    --text-light: #F5F5F5;
    --gray-color: #777777;
    --border-color: #f0f0f0;
    --text-light2: #a3a3a3;
    --Quicksand-font: "Quicksand", serif;
    --transition-fast: all .4s ease-in-out;
    --transition-slow: all .6s ease-in-out;
}

/* custome css */

section {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    gap: 50px;
    padding: 120px 12%;
    z-index: 1;
}

section::before {
    content: attr(text);
    position: absolute;
    top: 4%;
    left: 10%;
    font-size: 180px;
    font-weight: 900;
    -webkit-text-stroke: 1px #1A1A1A;
    color: transparent;
    font-family: 'Franklin Gothic Medium' !important;
    opacity: 0.2;
    z-index: -1;
}

.BonaNova-font {
    font-family: 'Bona Nova' !important;
}

.KaushanScript-font {
    font-family: 'Kaushan Script' !important;
}

.Section_Heading {
    font-size: 12vw;
    /* font-size: 15vw; */
    position: relative;
    text-align: center;
    margin-top: 80px;
    font-weight: 800;
    color: #364440;
}

.Section_Heading span {
    font-size: 20px;
    position: relative;
    font-weight: 400;
    /* position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    background-color: #fff;
    width: 100%;
    text-transform: uppercase; */
}

.section_head {
    font-size: 6vw;
    color: rgba(255, 255, 255, 1);
            text-transform: capitalize !important; 
}

.section_head .Text{
    display: block;
    font-size: 50px;
}

.section_head .heading-text{
    display: block;
    width: fit-content;
    background-color: #364440;
    padding: 5px 12px;
}


.btn {
    width: 220px;
    height: 50px;
    border: none;
    cursor: pointer;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 5px !important;

}

.btn a {
    color: var(--text-color);
    font-size: 1.1rem;
}

.btn i {
    font-size: 1rem;
    color: var(--text-color);
}


.btn2 {
    width: 220px;
    height: 50px;
    border: none;
    cursor: pointer;
    background-color: var(--text-color);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border: 2px solid transparent;
    transition: var(--transition-slow);
    border-radius: 5px !important;

}

.btn2 a {
    color: var(--black);
    font-size: 1.1rem;
    font-family: var(--Quicksand-font);
    font-weight: 600;
    transition: var(--transition-slow);
}

.btn2 i {
    font-size: 1rem;
    color: var(--black);
    transition: var(--transition-slow);
}


.Section_title {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: start;
    position: relative;
}

.Section_title p {
    font-size: 1rem;
    font-family: var(--Quicksand-font);
    line-height: 1.8rem;
    text-transform: capitalize;
}

.Section_title .span {
    font-family: var(--Quicksand-font);
    font-size: 1.1rem;
    font-weight: 500;
    color: var(--black-light);
}

.Section_title_text {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.Section_title_text span {
    font-size: 1.5rem;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    padding: 5px 20px;
    /*background: #cfac41;*/
    width: fit-content;
}

.Section_title_text .header-text {
    /* background: linear-gradient(90deg, #cfac41, transparent); */
    width: auto;
    height: 40px;

    /*outline: 1px solid;*/
    /*outline-color: #cfac41;*/
    outline-offset: 5px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    
    
}

.Section_title_text svg {
    width: 80px;
    height: 30px;
}

.Section_title h1 {
    /* font-size: 4rem; */
    color: var(--black);
    font-family: var(--Quicksand-font);
    /* line-height: 5rem; */
    text-transform: capitalize;
}

.Section_title h2 {
    font-size: 4rem;
    color: var(--text-color);
    font-family: var(--Quicksand-font);
    line-height: 5rem;
    text-transform: capitalize;
}

.Section_Image {
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Section_Image img {
    width: 100%;
    height: 100%;
}

/* Broucher View */

.brucher-modal-wrapper {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.brucher-modal-content {
    background-color: white;
    margin: auto auto;
    margin-top: 1%;
    padding: 15px;
    width: 95%;
    max-height: 98vh;
    overflow-y: scroll;
    overflow-x: hidden;
    /*max-width: 900px;*/
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
}

.SUNRISE-PDF-VIWER-WRAPPER {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 50px;
}

.SUNRISE-PDF-VIWER-WRAPPER img{
    width: 100%;
}


.brucher-close-btn {
    position: fixed;
    top: 10px;
    right: 35px;
    font-size: 25px;
    font-weight: bold;
    cursor: pointer;

    height: 30px;
    width: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #CFAC41;
    border-radius: 50%;
}

 /* PDF Viewer */
 .brucher-viewer {
    width: 100%;
    height: 90vh;
    border: none;
}

@media screen and (max-width:900px) {
    .brucher-modal-content {
        margin: 2% auto;
        width: 90%;
        max-width: 800px;
    }

    .SUNRISE-PDF-VIWER-WRAPPER {
        padding: 0;
    }

    .brucher-viewer {
        height: 650px;
    }
    
    #show_sidebar {
        display: none !important;
    }
}

/* Navbar */

nav {
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid #CFAC41;
    /*backdrop-filter: blur(10px);*/
    color: rgb(51, 61, 60);
    z-index: 999;
    padding: 0px 8%;
}

.AboutNav {
    backdrop-filter: blur(10px);
}

.logo {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-right: 30px;
    width: 160px;
    height: 110px;
}

.logo img {
    height: 70px;
    width: 100%;
}


.menu {
    display: flex;
    gap: 50px;
    align-items: center;
}

.menu li {
    position: relative;
}

.text-highlight {
    animation: textHighlight 0.5s infinite forwards alternate;
    display: inline-block;
    background-color: #fff;
    padding: 2px 8px;
    border-radius: 30px;
}

@keyframes textHighlight {
    0%{
        color: #1C2D37;
    }
    100%{
        transform: scale(1.1);
        color: #CFAC41;
    }
}

.menu li a {
    color: #333D3C;
    font-size: 1rem;
    transition: var(--transition-slow);
    font-weight: 500;
}

.menu li a:hover {
    color: var(--primary-color);
}

#show_sidebar {
    cursor: pointer !important;

    font-size: 15px;

    height: 50px;
    width: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #fff;
    border: 1px solid #CFAC41;
    color: #CFAC41;
    border-radius: 50%;
}

.sub-menu-wrapper {
    height: 90px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.sub-menu-wrapper:hover .sub-menu {
    /* To Show Project */
    display: none;
}

.sub-menu {
    height: 200px;
    width: 280px;

    background-color: #cfac41;
    position: absolute;
    top: 100%;
    left: 0;

    display: flex;
    flex-direction: column;
    gap: 20px;

    padding: 20px;

    display: none;
}


.sub-menu li {
    padding: 10px;
    cursor: pointer;
}

.sub-menu li a {
    font-size: 16px;
    font-weight: 600;
}

.sub-menu li:hover a {
    color: #000;
}


.nav_right {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav_right ul {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    gap: 30px;
    padding-left: 20px;
}

.nav_right ul li {
    font-size: 1.5rem;
    color: var(--text-color);
    transition: var(--transition-slow);
}

.nav_right ul li:hover {
    color: var(--primary-color);
}

.sidebar {
    height: 100vh;
    position: absolute;
    top: 0;
    right: -100%;
    width: 20%;
    background-color: var(--black);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 30px;
    transition: var(--transition-slow);
}

.active {
    right: 0;
}

#close_sidebar {
    position: absolute;
    right: 20px;
    top: 20px;
    border: 2px solid var(--text-color);
    color: var(--text-color);
    padding: 8px;
    cursor: pointer;
}

.sidebar_logo {
    width: 100%;
    border-bottom: 1px solid #242424;
    padding: 30px 0;
    padding-top: 0;
}

.sidebar_logo h2 {
    font-size: 2rem;
    color: var(--text-color);
    font-family: var(--Quicksand-font);
}

.sidebar_logo h2 span {
    color: var(--primary-color);
    font-family: var(--Quicksand-font);
}

.sidebar ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
    padding-top: 30px;
}

.sidebar ul li {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
}


.sidebar h4 {
    color: var(--text-color);
    text-transform: uppercase;
    font-size: 1.3rem;
    padding-bottom: 8px;
}

.sidebar ul li p {
    color: var(--gray-color);
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.5rem;
}

.sidebar_wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-top: 30px;
}

.sidebar_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
    place-content: center;
    gap: 10px;
}

.sidebar_grid img {
    width: 100%;
    height: 100%;
}

#toggle {
    display: none;
    
    height: 50px;
    width: 50px;

    align-items: center;
    justify-content: center;

    background-color: #CFAC41;
    border-radius: 50%;

    color: var(--text-color);
    font-size: 1rem;
}

/* Contact Model Wrapper */
.contact_model_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999 !important;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    display: none;
    opacity: 0;
    transition: .6s !important;
}

.contact_model_wrapper {
    padding: 20px;
    border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 450px;
    height: 550px;
    position: relative;
    z-index: 1;
}

.contact_model_wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #fffefe 60%, #ffffff00 100%);
    z-index: -1;
}

.contact_model_wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-image: url(Images/Sunrise-AVANYA/Sunrise-Avyanna-interior01.JPG);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.close_contact {
    position: absolute;
    top: 4%;
    right: 5%;
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, 0.8);
    background-color: #fff;
    cursor: pointer;
}

.contact_model_wrapper h2 {
    text-align: start;
    font-family: var(--Quicksand-font);
    font-size: 2rem !important;
    color: #fff;
    margin-bottom: 20px;
}

.contact_model_wrapper form {
    margin-top: 30px;
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 15px;
    padding-right: 40px;
    border: 1px solid var(--black);
    border: 1px solid rgba(131, 131, 131, 0.5);
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
    color: var(--black);
    border-radius: 25px;
    font-size: 16px;
    outline: none;

    &::placeholder {
        color: var(--black);
    }
}

.form-group textarea {
    resize: none;
    height: 150px;
}

#contact textarea {
    border-radius: 5px;
}

.form-group i {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #000;
}

.textareas i {
    top: 18% !important;
}

.contact_btn {
    width: 250px;
    background: #1C2D37;
    color: #fff;
    padding: 12px;
    font-size: 16px;
    border-radius: 25px;
    margin-top: 30px;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
}

.contact_btn i {
    font-size: 1.5rem;
}

.show_contact_wrapper {
    opacity: 1;
    display: flex;
}

/* Hero Section */


.headerSwiper {
    width: 100%;
    overflow: hidden;
    height: 100%;
    z-index: 9;
}

.swiper-header video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;

    z-index: -1;
}


.hero-slide {
    min-height: 90vh;
    height: 100%;
    z-index: 1;

    position: relative;

    padding: 180px;
    padding-top: 250px;

    overflow: hidden !important;
}

.hero-slide img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: -1;
    animation: zoom 20s infinite linear alternate;
}

@keyframes zoom {
    100% {
        transform: scale(2);
    }
}


.hero-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
    z-index: -1;
    opacity: 0.4;
}

.Hero_title {
    width: 100%;
}

.Hero_title h2 {
    font-size: 5rem;
    color: var(--text-color);
    line-height: 6rem;
    margin-top: 20px;
    margin-bottom: 50px;
    font-weight: 500;
}

.Hero_btns {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    padding: 30px 0;
    
    z-index: 99;
}

.Overview_btns {justify-content: center; flex-direction: row !important;}

.Hero_btns .btn2:nth-child(1) {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.Hero_btns .btn2:nth-child(1) a {
    color: var(--text-color);
}

.Hero_btns .btn2:nth-child(1) i {
    color: var(--text-color);
}

.Hero_btns .btn2:nth-child(1):hover {
    background-color: var(--text-color);
    border: 2px solid transparent;
}

.Hero_btns .btn2:nth-child(1):hover a {
    color: var(--black);
}

.Hero_btns .btn2:nth-child(1):hover i {
    color: var(--black);
}

.Hero_btns .btn2:nth-child(2):hover {
    background-color: transparent;
    border: 2px solid var(--text-light2);
}

.Hero_btns .btn2:nth-child(2):hover a {
    color: var(--text-color);
}

.Hero_btns .btn2:nth-child(2):hover i {
    color: var(--text-color);
}

.Hero_Icon {
    position: absolute;
    z-index: 9;
    color: var(--text-color);
    display: flex;
    flex-direction: row;
    gap: 30px;
    left: -4%;
    top: 50%;
    padding: 20px;
    transform: rotate(-90deg);
}

.Hero_Icon li {
    font-size: 1.1rem;
    color: var(--text-color);
    font-weight: 600;
    font-family: var(--Quicksand-font);
    transition: var(--transition-slow);
}

.Hero_Icon li a {
    color: #fff;
}


.Hero_Icon li:hover {
    color: var(--primary-color);
}

.Hero_content {
    position: absolute;
    z-index: 9;
    color: var(--text-color);
    display: flex;
    flex-direction: row;
    gap: 50px;
    right: -4%;
    top: 50%;
    transform: rotate(-90deg);
}

.Hero_content li {
    font-size: 1.1rem;
    font-weight: 600;
    transition: var(--transition-slow);
}

.Hero_content li:hover {
    color: var(--primary-color);
}

.Feature_sripe {
    height: 180px;
    border-bottom: 1px solid rgba(131, 131, 131, 0.4);
    background-color: #fafafac0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12%;
    position: relative;
}

.feature-item{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    height: 100%;
    width: 100%;
}

.feature-item:nth-of-type(2){
    border-left: 1px solid rgba(131, 131, 131, 0.4);
    border-right: 1px solid rgba(131, 131, 131, 0.4);
}


.feature-item i {
    font-size: 45px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;

    border-color: #CFAC41;
    color: #CFAC41;
}



/* counter Section */

.counter {
    background-color: var(--text-light);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    place-items: center;
    place-content: center;
    gap: 50px;

    padding: 60px 12%;
}

.counter_col {
    width: 100%;
    text-align: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.counter_col h2 {
    font-size: 6rem;
    font-family: var(--Quicksand-font);
    color: var(--primary-color);
}

.counter_col p {
    position: absolute;
    color: var(--black);
    text-transform: uppercase;
    left: 50%;
    top: 55%;
    width: 100%;
    background-color: var(--text-light);
    transform: translate(-50%, 200%);
    font-size: 1.1rem;
    font-weight: 600;
}


/* About Section */

.About {
    background-color: #fff;
}

.about-title {
    font-family: var(--Quicksand-font);
    color: var(--black) !important;
}

.featurebtn {
    width: 250px; 
    margin: 0 auto;
}

.about-pere {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 15px 0;
    font-family: var(--Quicksand-font);
    font-weight: 600;
}

.About_title  {
    width: 70%;
}

.About_title .About_left h6{
    font-size: 15px !important;
}

.About_Image {
    width: 30%;
} 

.features_section {
    width: 100%;
}

.features_section ul {
    margin-top: 50px;
    grid-template-columns: repeat(4, 1fr) !important;
}

.About_title ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: flex-start;
    place-content: center;
    gap: 30px;
    padding: 30px 0;
    padding-top: 10px;
}

.About_title ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background-color: #fff;
    position: relative;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.About_title .Avyanna-features li {
    flex-direction: column-reverse;
    justify-content: center;
    border: none;
    box-shadow: none;
    gap: 10px;
    text-align: center;
}

.About_title .Avyanna-features .About_left {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(0);
}


.About_title ul li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 0.5px solid var(--border-color);
    opacity: 0.5;
}

.About_title ul li .About_left {
    display: flex;
    align-items: center;
    transform: translateX(-20px);
}

.About_left svg {
    transform: rotate(90deg);
    height: 100%;
    width: 50px;
}

.About_left h6 {
    font-size: 1.1rem;
    color: var(--text-color);
    line-height: 1.5rem;
    color: var(--black);
}

.About_left h6 span {
    color: var(--gray-color);
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
}

.About_title ul li img {
    /* height: 100%;
    width: 45px; */
    width: 40px !important;
    height: 40px !important;
    object-fit: contain;
    filter: invert(0%);
}

.about_gallery {
    width: 100%;
    height: 550px;
    overflow: hidden;
    border-radius: 10px;
}

.about_gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* Propertys Section */

.Propertys {
    height: 650px;
    padding: 0;
}

.Propertys_title {
    height: 100%;
    padding: 80px;
    padding-left: 12%;
}

.Propertys_title h2 {
    color: var(--black);
}

.Propertys_title ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    place-items: center;
    place-content: center;
    padding: 30px 0;
}

.Propertys_title ul li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
}

.Propertys_title ul li i {
    color: var(--primary-color);
}

.Propertys_Image {
    position: relative;
    overflow: hidden;

    width: 100%;
}

.Propertys_Image video {
    width: 100%;
}

.Propertys_Image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.Play_btn {
    position: absolute;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--black);
}

.Play_btn i {
    font-size: 2rem;
    color: var(--text-color);
    border-radius: 10px;
}

/* Overview section */

.Overview {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-image: url(Images/overview_bg.jpg); */
    background-color: #cfac41;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.overview_shape1,
.overview_shape2,
.overview_shape3 {
    position: absolute;
    top: 40%;
    left: 80%;
    transform: translate(-50%, -50%);
    animation: anim-up-down 4s infinite linear;
}

.overview_shape2 {
    top: 20%;
    left: 15%;
    animation-delay: .6s;
}

.overview_shape3 {
    top: 80%;
    left: 35%;
    animation: anim-LR 4s .6s infinite linear;
}

@keyframes anim-up-down {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes anim-LR {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-30px);
    }

    100% {
        transform: translateX(0px);
    }
}

.Overview_title {
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.Overview_title_text {
    width: 100%;
    justify-content: center;
}

.Overview_title_text span {
    color: var(--text-color);
}

.Overview_title p {
    color: var(--text-color);
    font-size: 1.1rem;
    width: 50%;
}

.Overview_title .btn {
    background-color: var(--black);
}


/* Overview2 Section */

.Overview2_title {
    width: 40%;
}

.Overview2_Swiper {
    width: 60% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.Overview2_gallery {
    width: 100% !important;
}

.Overview2_title h2 {
    color: var(--black);
}

.Overview2_title ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
}


.Overview2_title ul li img {
    margin: -7px;
    border: 3px solid var(--text-color);
    border-radius: 50%;
}

.Overview2_title ul li:nth-child(6) {
    padding-left: 30px;
    font-family: var(--Quicksand-font);
    font-size: 0.9rem;
    font-weight: 600;
}

.Overview2_title ul li:nth-child(6) span {
    color: var(--primary-color);
}

/* Plans Sections */
.Plans {
    flex-direction: column;
    background-color: var(--text-light);
    gap: 80px;
    padding-top: 12%;
}

.Layouts {
    background-color: #fff !important;
}

.Plans_title {
    width: 100%;
    text-align: center;
    align-items: center;
}

.Plans_title_text {
    justify-content: center;
}

.Plans_title h2 {
    color: var(--black);
}

.Plans_title ul {
    width: 100%;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    /* display: grid;
    grid-template-columns: repeat(7, 1fr);
    place-items: center;
    place-content: center; */
    padding: 30px 0;
    margin: auto;
}

.Plans_title ul li {
    height: 50px;
    width: 14%;
    font-size: 15px;

    color: var(--black);
    font-family: var(--Quicksand-font);
    font-weight: 600;
    background-color: var(--text-color);

    
    display: flex;
    align-items: center;
    justify-content: center;

    border-left: 1px solid var(--border-color);
    cursor: pointer;
}

.Plans_Wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.Plans_Container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.Plan_Content {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background-color: var(--text-color);
    padding: 40px;
    border-radius: 6px;
}

.Plan_Content li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    color: var(--black);
    font-family: var(--Quicksand-font);
    font-weight: 600;
    border-bottom: 1px solid #f0f0f0;
    padding: 24px 0;
}

.Plan_Content li span {
    color: var(--text-light2);
    font-size: 1rem;
    font-weight: 400;
}



.Plans .Image_gallery_image img , 
.Plans .Image_gallery_image{
    border-radius: 0 !important;
}

.Plans::before {
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 180px;
}

.projects {
    /* background: url(Images/Sunrise-AVANYA/Sunrise-Avyanna-interior16.jpg); */
    /* background-attachment: fixed; */
    position: relative;
    z-index: 1;
    color: #fff;
    background-color: #fff;
}

.projects::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: #00000087; */
    height: 100%;
    width: 100%;
    z-index: -1;
}

.projects::before {
    -webkit-text-stroke-color: #d5d5d5;
    opacity: 1;
}

.projects .project-content h3 {
    font-size: 48px;
    color: #1e1e1e;
}

.projects .project-content {
    display: flex;
    flex-direction: column;
    gap: 20px;

    width: 40%;
}

.projects .project-content p {
    /* color: rgba(255, 255, 255, 0.7); */
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    width: 80%;
    font-family: var(--Quicksand-font);
}

.projects .project-content button {
    color: #000;
    font-size: 18px;
    height: 45px;
    width: 150px;
    color: #fff;
}

.project-wrapper {
    width: 100%;
    height: 480px;

    position: relative;
}


.project-wrapper::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: #1b1b1b26;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    z-index: 6;
}

.project-info {
    position: absolute;
    top: -5%;
    left: 5%;
    width: 90%;
    height: 90%;
    z-index: 1;
    opacity: 0;
    padding: 50px;

    background-color: #1b1b1bdb;

    border-radius: 20px;

    backdrop-filter: blur(8px);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    transition: var(--transition-fast);
}

.project-wrapper:hover .project-info {
    top: 5%;
    opacity: 1;
}

.project-info h3 {
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.project-info h3 span{
    font-size: 20px;
    color: #CFAC41;
}

.project-info p {
    margin-top: 20px;
}

.project-info button {
    height: 38px;
    width: 140px;
    cursor: pointer;
    color: #fff;
    z-index: 1;
}

#leftArrow {
    position: absolute;
    right: 60%;
    top: 50%;

    height: 40px;
    width: 40px;
    font-size: 30px;
    background-color: #fff;
    color: #000;

    display: flex;
    align-items: center;
    justify-content: center;


    cursor: pointer;

    border-radius: 50%;
}

#RightArrow {
    position: absolute;
    right: 8%;
    top: 50%;

    height: 40px;
    width: 40px;
    font-size: 30px;
    background-color: #fff;
    color: #000;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    border-radius: 50%;
}


.project-wrapper img {
    height: 100%;
    width: 100%;

    object-fit: cover;

    border-radius: 10px;

    display: inline-block;
    position: relative;
    z-index: 1;
}


.project-image {
    width: 60% !important;
}


/* Feature Section */

.Feature {
    background-color: var(--primary-color);
    flex-direction: column;
}

.Feature_title {
    width: 100%;
    align-items: center;
    text-align: center;
}

.Feature_title_text {
    justify-content: center;
}

.Feature_title_text span {
    color: var(--text-color);
}

.Feature_Wrap {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    place-items: center;
    place-content: center;
    gap: 30px;
}

.Feature_item {
    width: 100%;
    height: 200px;
    border: 2px solid #cfac41;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.Feature_item img {
    width: 50px !important;
    height: 50px !important;
}

.Feature_item p {
    color: var(--text-color);
    font-family: var(--Quicksand-font);
    font-size: 1.1rem;
    font-weight: 600;
    padding-top: 20px;
}

.Features_btn {
    display: flex;
    gap: 30px;
}

.Features_btn .btn2:nth-child(1) {
    background-color: var(--black);
}

.Features_btn .btn2:nth-child(1) a {
    color: var(--text-color);
}

.Features_btn .btn2:nth-child(1) i {
    color: var(--text-color);
}


.Features_btn .btn2:nth-child(1):hover {
    background-color: var(--text-color);
}

.Features_btn .btn2:nth-child(1):hover a {
    color: var(--black);
}

.Features_btn .btn2:nth-child(1):hover i {
    color: var(--black);
}


.Features_btn .btn2:nth-child(2) {
    background-color: var(--text-color);
}

.Features_btn .btn2:nth-child(2) a {
    color: var(--black);
}

.Features_btn .btn2:nth-child(2) i {
    color: var(--black);
}


.Features_btn .btn2:nth-child(2):hover {
    background-color: var(--black);
}

.Features_btn .btn2:nth-child(2):hover a {
    color: var(--text-color);
}

.Features_btn .btn2:nth-child(2):hover i {
    color: var(--text-color);
}

/* Testimonials Section */

.Testimonials {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.Testimonials::before {
    font-size: 100px;
    top: 10%;
}


.Testimonials_title {
    width: 90%;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 30px;
    border: 1px solid rgba(131, 131, 131, 0.2);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 3px rgba(0, 0, 0, 0.1);
    margin: 20px;
}

.Testimonials_title h2 {
    color: var(--black);
}

.Testimonials_title p {
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 500;
    color: var(--gray-color);
    font-family: var(--Quicksand-font);
    width: 100%;
    text-align: start;
}

.test_stars {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
}

.test_stars i {
    font-size: 1.3rem;
    color: var(--primary-color) !important;
}

#tst_logo {
    width: 80px;
    height: 80px;
    transform: rotate(180deg);
}

.Tst_user_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Tst_user {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.Tst_user img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.Tst_user h4 {
    color: var(--black);
    font-family: var(--Quicksand-font);
    font-size: 1.1rem;
    font-weight: 600;
    text-align: left;
}

.Tst_user h4 span {
    display: block;
    color: var(--gray-color);
    font-weight: 400;
}

.test_slide_wrap {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.test_slide_wrap h1 {
    font-size: 3rem;
    margin-left: 20px;
    font-family: var(--Quicksand-font);
}

.Tst_Swiper {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.test-image-wrap {
    width: 45%;
    position: relative;
}

.test-image-wrap img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.test-image-sec {
    position: absolute;
    top: 80%;
    left: 75%;
    transform: translate(-50%, -50%);
    width: 55% !important;
    height: 55% !important;
    animation: anim-top-bottom 3s infinite linear;
}

@keyframes anim-top-bottom {
    0% {
        transform: translate(-50%, -50%) translateY(0px);
    }

    50% {
        transform: translate(-50%, -50%) translateY(-10px);
    }

    100% {
        transform: translate(-50%, -50%) translateY(0px);
    }
}

/* contact section */
.contact {
    background-color: #333D3C;
    height: 750px;
    padding: 0;
}

.contact_Image {
    background-image: url(Images/Sunrise-AVANYA/Sunrise-Avyanna-interior07.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.contact_title {
    padding: 120px 80px 120px 80px;
}

.contact_Form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-top: 30px;
}

.contact_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding-bottom: 30px;
}

.contact_box input {
    width: 100%;
    height: 45px;
    padding-left: 12px;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-radius: 4px;
}

.contact_Form textarea {
    width: 100%;
    padding: 2%;
    border: none;
    outline: none;
}

.contact_Form .btn {
    width: 100%;
    margin-top: 20px;
}


/* Brands Section */
.Brands {
    padding: 50px 0;
    justify-content: center;
}

.Brands_swiper {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: var(--black);
    padding: 30px 0 !important;
}

.Brands_Image {
    width: 40%;
    height: 50px;
}

.Brands_Image img {
    object-fit: contain;
}

/* Blog Section */

.Blog {
    flex-direction: column;
}

.Blog_title {
    width: 100%;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.Blog_title_text {
    justify-content: center;
}

.Blog_title h2 {
    color: var(--black);
}

.Blog_Wrap {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
    place-content: center;
    gap: 30px;
}

.Blog_Item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    position: relative;
    background-color: var(--text-light);
    border-radius: 8px;
    overflow: hidden;
}

.Blog_Item_img {
    width: 100%;
    overflow: hidden;
}

.Blog_Item_img:hover img {
    transform: scale(1.1);
}

.Blog_Item_img img {
    width: 100%;
    transition: var(--transition-slow);
}

.Blog_Item_img .date {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--text-color);
    padding: 8px;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    font-family: var(--Quicksand-font);
}

.Blog_Item_img .date i {
    color: var(--primary-color);
}

.Blog_Item_Content {
    width: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    padding: 30px;
    gap: 10px;
}

.Blog_Item_Content ul {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.Blog_Item_Content ul li {
    display: flex;
    gap: 10px;
}

.Blog_Item_Content ul li svg {
    width: 50px;
}

.Blog_Item_Content ul .category {
    font-size: 1.1rem;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 600;
}

.Blog_Item ul .author span {
    color: var(--gray-color);
    font-weight: 500;
}

.Blog_Item ul .author p {
    font-size: 1.1rem;
    font-weight: 600;
}

.Blog_Item_Content h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 2rem;
    font-family: var(--Quicksand-font);
}

.Blog_Item_Content .btn {
    width: 100%;
    height: 40px;
    justify-content: flex-start;
    background-color: transparent;
}

.Blog_Item_Content .btn a {
    color: var(--black);
    font-weight: 500;
}

.Blog_Item_Content .btn i {
    color: var(--primary-color);
}


/* footer */
footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #F7F7F7;
}

.Footer_Wrap {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    place-items: flex-start;
    place-content: center;
    gap: 30px;
    padding: 120px 12%;
    padding-bottom: 60px;
}

.Footer_col {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
}

.F_logo {
    background-color: transparent;
    transform: translateX(-25px);
}

.Footer_col .F_logo::after {
    display: none;
}

.F_logo {
    padding-bottom: 20px;
}

.Footer_col p {
    font-size: 1rem;
    line-height: 1.8rem;
    color: #6E7070;
}

.footer_icon {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.footer_icon i {
    font-size: 1.1rem;
    border: 1px solid #C2D6C2;
    min-height: 40px;
    min-width: 40px;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    transition: var(--transition-fast)
}


.footer_icon a {
    color: #364440;
}

.footer_icon i:hover {
    background-color: #364440;
    color: #fff;
    transform: translateY(-10px);
    cursor: pointer;
}

.Footer_col:nth-child(2) ul li i {
    min-width: 40px;
    min-height: 40px;
    border: 1px solid #C2D6C2;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    color: var(--black);
    align-items: center;
    margin-right: 10px;
}

.Footer_col ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 30px;
}

.Footer_col ul li {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 12px 0;
    gap: 5px;
}

.Footer_col ul li span {
    color: var(--text-color);
    font-size: 1rem;
    font-family: var(--Quicksand-font);
}

.Footer_col ul li i {
    font-size: 1rem;
    color: var(--primary-color);
}


.Footer_col ul li a {
    color: var(--gray-color);
    font-size: 1rem;
    transition: var(--transition-fast) !important;
    font-family: var(--Quicksand-font);
    font-weight: 500;
    cursor: pointer;
}

.Footer_col ul li a:hover {
    color: var(--black);
    transform: translateX(5px);
}

.Footer_col:nth-child(3) p {
    padding: 20px 0;
}

.contact_box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    position: relative;
}

.contact_box input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    position: relative;
    padding-left: 12px;
}

.contact_box .fa-envelope-open {
    position: absolute;
    left: 11px;
    top: 16px;
    color: var(--primary-color);
    z-index: 2;
}

.contact_box button {
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 50px;
}

.contact_grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
    place-content: center;
    gap: 10px;
    padding-top: 30px;
}

.contact_grid img {
    width: 100%;
    height: 90px;
    object-fit: cover;
}


.Footer_col h3 {
    font-size: 1.5rem !important;
    color: var(--black);
    position: relative;
}

.Footer_col h3::after {
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    background-image: url(Images/title_line.png);
    height: 20px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.Footer_Bottom {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 12%;
    background-color: #364440;
}

.Footer_Bottom p {
    color: #C2D6C2;
    font-size: 1rem;
}

.Footer_Bottom ul {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

.Footer_Bottom ul li i {
    color: var(--text-color);
    font-size: 1.1rem;
    transition: var(--transition-slow);
}

.Footer_Bottom ul li a {
    color: #C2D6C2;
}

/*==========================================================================================================================*/
/*=============================================== ABOUT PAGE ===========================================================================*/

/* About Propertys */

.About_Property {
    gap: 80px;
}

.projects_index {
    margin-top: -100px;
}

.about_btns {
    justify-content: flex-start;
}

.about_btns button{
    margin: 0;
}

.About_Property_Image {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.About_Property_Top {
    width: 100%;
    height: 40%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.About_Property_Top_Image {
    width: 45%;
    border-radius: 6px;
    overflow: hidden;
}

.Experience_Year {
    width: 55%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.Experience_Info {
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url(Images/experience_img.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 20px;
}

.Experience_text {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: var(--text-color);
    border-radius: 50%;
    background-color: var(--primary-color);
}

.Experience_text h2 {
    font-size: 3rem;
    font-family: var(--Quicksand-font);
}

.Experience_text span {
    font-size: 0.9rem;
    text-align: center;
}

.About_Property_Top_Image img {
    width: 100%;
    height: 100%;
}

.About_Property_Bottom {
    width: 100%;
    height: 60%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    transform: translateY(-50px);
}

.About_Property_Bottom_Image img {
    width: 100%;
    height: 100%;
}

.About_Property_Bottom_Image4 {
    width: 70%;
    border-radius: 6px;
    overflow: hidden;
}

.About_Property_Bottom_Image4 img {
    object-fit: cover;
}

.About_Property_Content {
    width: 50%;
}

.About_Property_Content .About_Property_menu {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    padding: 20px 0;
}

.About_Property_menu li {
    position: relative;
    background-color: var(--text-color);
    padding: 12px 20px;
    cursor: pointer;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.08);
    z-index: 2;
}

.About_Property_menu li span {
    position: relative;
    font-family: var(--Quicksand-font);
    font-weight: 600;
    font-size: 1.1rem;
    overflow: hidden;
    z-index: 3;
}

.About_Property_menu li:nth-child(1) span {
    color: var(--text-color);
}

.About_Property_menu li span.active-span::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -32px;
    border-width: 10px;
    border-style: solid;
    border-color: var(--primary-color) transparent transparent transparent;
    z-index: 1;
}

.About_Property_menu li:nth-child(1) {
    background-color: var(--primary-color);
}

.About_Property_menu li:nth-child(1) span::after {
    opacity: 1;
    color: var(--primary-color);
}

.About_Property_Info {
    height: 350px;
    width: 100%;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    position: relative;
}

.About_Property_Info p {
    font-size: 1rem;
    line-height: 1.8rem;
    color: var(--gray-color);
}

.About_Property_Info ul {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: flex-start;
    place-content: center;
    gap: 30px;
    padding: 20px 0;
}

.About_Property_Info ul li {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    gap: 8px;
}

.About_Property_Info .btn {
    margin-top: 14px;
}

.About_Property_Info img {
    width: 100%;
    height: 100%;
}

.Play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    border-radius: 50%;
}


.Play_btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 50%;
    background-color: var(--primary-color);
    animation: Plus_anim 1500ms infinite linear;
}

.Play_btn i {
    font-size: 1.5rem;
    color: var(--text-color);
}

.About_Property_Info iframe {
    width: 100%;
}

@keyframes Plus_anim {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.About_Property_Content h2 {
    color: var(--black);
}


.About_Property_Info2 {
    display: none;
}

.About_Property_Info3 {
    display: none;
}


/* About_Property_Features Section */

.About_Property_Features {
    flex-direction: column;
    background-color: var(--text-light);
}

.About_Property_Features_title {
    align-items: center;
    text-align: center;
}

.About_Property_Features_text {
    justify-content: center;
}

.About_Property_Features_title h2 {
    color: var(--black);
}

.About_Property_Features_Wrap {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    place-items: center;
    place-content: center;
    gap: 30px;
}

.About_Property_Features_Item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 20px;
}

.About_Property_Features_Box {
    height: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    gap: 12px;
    text-align: center;
    transition: var(--transition-slow);
    background-color: #f3f0e8;
}

.About_Property_Features_Box:hover {
    background-color: var(--primary-color);
}

.About_Property_Features_Box:hover i {
    color: var(--text-color);
}

.About_Property_Features_Box:hover span {
    color: var(--text-color);
}

.About_Property_Features_Box i {
    font-size: 4rem;
    color: var(--primary-color);
    transition: var(--transition-slow);
}

.About_Property_Features_Box span {
    color: var(--black);
    font-size: 1.1rem;
    font-family: var(--Quicksand-font);
    font-weight: 600;
    transition: var(--transition-slow);
}

.About_Property_Features_Item p {
    font-size: 3rem;
    font-family: var(--Quicksand-font);
    color: var(--primary-color);
    font-weight: 600;
}

/*=================================================================================================================================================*/
/*============================================================= OUR TEAMS ====================================================================================*/

.Our_Team {
    flex-direction: column;
    background-color: var(--text-light);
}

.Our_Team_title {
    width: 100%;
    align-items: center;
    text-align: center;
}

.Our_Team_title h2 {
    color: var(--black);
}


.Our_Team_text {
    justify-content: center;
}

.Our_Team_Wrap {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    place-items: center;
    place-content: center;
    gap: 30px;
}

.Our_Team_Card {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    background-color: var(--transition-slow);
}

.Our_Team_Image {
    width: 100%;
}

.Our_Team_Content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    background-color: var(--text-color);
    border-radius: 0 0 6px 6px;
    padding: 30px;
    gap: 8px;
}

.Our_Team_Content span {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 1rem;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 600;
}

.Our_Team_Content span svg {
    width: 40px;
}

.Our_Team_Content h2 {
    color: var(--black);
    font-size: 1.5rem;
    padding-bottom: 20px;
    font-family: var(--Quicksand-font);
}


.Our_Team_Content ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 14px;
}

.Our_Team_Content ul li {
    font-size: 1rem;
    color: var(--gray-color);
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    transition: var(--transition-slow);
}


.Our_Team_Content ul li:hover {
    color: var(--primary-color);
}

.Our_Team_Content ul li i {
    color: var(--black);
}

.Our_Team_Content ul li i {
    color: var(--black);
}

/*===================================================================================================================================================  */
/*=================================================== BLOG SCTIONS ================================================================================================  */

.Blog_left {
    width: 70%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 30px;
}

.Blog_Container {
    align-items: flex-start;
}

.Blog_Container_Item_img {
    width: 100%;
}

.Blog_Container_Item_Content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    border: 2px solid #f3f3f3;
    padding: 50px;
    gap: 20px;
}

.Blog_Container_Item_Content span:nth-child(1) {
    background-color: var(--primary-color);
    padding: 12px;
    color: var(--text-color);
    font-size: 1rem;
    font-weight: 500;
    text-transform: capitalize;
}

.Blog_Container_Item_Content h2 {
    font-size: 2rem;
    font-family: var(--Quicksand-font);
}

.Blog_Container_Item_Content p {
    font-size: 1rem;
    line-height: 1.8rem;
    color: var(--gray-color);
}

.Blog_Container_Item_Content ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    border-top: 1px solid #f3f3f3;
    padding-top: 30px;
}

.Blog_Container_Item_Content li {
    border-left: 2px solid #f3f3f3;
    padding-left: 18px;
    color: var(--gray-color);
    font-size: 1rem;
}

.Blog_right {
    width: 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: start;
    border-left: 2px solid #f5f5f5;
    padding: 0 30px;
}

.Blog_right h3 {
    width: 100%;
    padding: 18px 0;
    font-size: 1.5rem;
    padding-top: 0;
    position: relative;
    font-family: var(--Quicksand-font);
    border-bottom: 1px solid #f1f1f1;
}

.Blog_right h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 1px;
    background-color: var(--primary-color);
}

#author {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 50px 10px;
    flex-direction: column;
    gap: 10px;
}

#author img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.author_info h4 {
    font-size: 1.3rem;
    font-family: var(--Quicksand-font);
    padding-bottom: 10px;
}

.author_info p {
    font-size: 1rem;
    color: var(--gray-color);
    line-height: 1.5rem;
}

.author_info ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 20px 0;
}

.author_info ul li i {
    font-size: 1rem;
    color: var(--primary-color);
}

.Search_Box {
    height: 55px;
    padding: 60px 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.Search_Box input {
    width: 100%;
    height: 55px;
    padding-left: 12px;
    border: 1px solid #e8e8e8;
    background-color: #f9f9f9;
    outline: none;
    position: relative;
}

.Search_Box i {
    position: absolute;
    right: 0;
    top: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-color);
    background-color: var(--primary-color);
    height: 55px;
    width: 20%;
}


.Popular_feeds_Wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 30px;
    padding: 30px 0;
}

.Popular_feeds_Item {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.Popular_feeds_Image {
    min-height: 90px;
    min-width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Popular_feeds_Image img {
    width: 100%;
    height: 100%;
}

.Popular_feeds_content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.Popular_feeds_content h5 {
    font-size: 1.1rem;
    font-family: var(--Quicksand-font);
    line-height: 1.8rem;
}

.Popular_feeds_content span {
    font-size: 1rem;
    color: var(--gray-color);
}

.Popular_feeds_content span i {
    color: var(--black);
}

.Ctg {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    padding: 30px 0;
}

.Ctg li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
}

.tages {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 30px 0;
}

.tages span {
    font-size: 1rem;
    background-color: #f4f4f4;
    color: #0a174c;
    padding: 12px;
    transition: var(--transition-slow);
}

.tages span:hover {
    background-color: var(--primary-color);
    color: var(--text-color);
}

.Add_baner {
    height: 350px;
    width: 100%;
    padding: 30px 0;
}

.Add_baner img {
    object-fit: cover;
}

/*================================================================================================================================================================  */
/*================================================= CONTACT PAGE ===============================================================================================================  */

.Contact_Container {
    flex-direction: column;
}

.Contact_Container_Image {
    width: 100%;
    position: relative;
}

.Contact_Container_Play_btn {
    position: absolute;
    top: 50%;
    z-index: 9;
    left: 50%;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--text-color);
    transform: translate(-50%, -50%);
    z-index: 9;
}

.Contact_Container_Play_btn::after {
    content: '';
    position: absolute;
    top: 50%;
    z-index: -1;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--text-color);
    animation: Plus_anim 1500ms infinite linear;
}

.Contact_Container_Play_btn i {
    color: var(--black);
    font-size: 1.5rem;
    z-index: 99;
}


.Contact_Container_Content {
    width: 100%;
}

.Contact_Container_Content h2 {
    color: var(--black);
    font-weight: 500;
    width: 90%;
    padding-top: 10px;
}

.Contact_Container_Content span {
    font-size: 1.2rem;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 600;
}

.Contact_Container_Wrap {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    place-items: flex-start;
    place-content: center;
    gap: 30px;
}

.Contact_Container_Wrap li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.Contact_Container_Wrap li span {
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 500;
    padding-bottom: 20px;
}

.Contact_Container_Wrap li h4 {
    font-size: 1.3rem;
    font-family: var(--Quicksand-font);
    font-weight: 600;
    line-height: 1.8rem;
}

.Contact_Wrapper {
    height: 750px;
    width: 100%;
    padding: 0;
    gap: 0;
}

.Contact_Wrapper .contact_title {
    height: 100%;
    background-color: var(--text-light);
}

.Contact_Wrapper .contact_title h2 {
    color: var(--black);
}

.Contact_Wrapper_Form {
    height: 100%;
}

.Contact_Wrapper_Form .contact_box input {
    border: 1px solid var(--primary-color);
}

.Contact_Wrapper_Form textarea {
    border: 1px solid var(--primary-color);
}

.Contact_map {
    height: 100%;
    width: 50%;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.Contact_map iframe {
    width: 100%;
    height: 100%;
}


/*================================================================================================================*/
/*======================================= IMAGE GALLERY SECTION ==========================================*/

.Image_gallery {
    flex-direction: column;
    background-color: #F7F7F7;
}

.Image_gallery::before {
    left: 50%;
    transform: translateX(-50%) translateY(-20%);
}


.Image_gallery_title {
    width: 100%;
    align-items: center;
    text-align: center;
}

.Image_gallery_title h2 {
    color: var(--black);
}

.infinte-Scroll-image-wrapper {
    display: flex;
    overflow: hidden;

    position: relative;
    width: 100%;
}

.infinte-Scroll-image-wrapper::after ,
.infinte-Scroll-image-wrapper::before { 
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 10%;
    z-index: 1;
}

.infinte-Scroll-image-wrapper::after {
    background: linear-gradient(270deg , transparent , #fff 70%);
    left: 0%;
}
.infinte-Scroll-image-wrapper::before {
    background: linear-gradient(90deg , transparent , #fff 70%);
    right: 0%;
}

.infinte-Scroll-image-wrapper img{
    height: 250px;
    width: 250px;
}

.infinite-scroll-image {
    display: flex;
    animation: scroll 30s infinite linear;
}

@keyframes scroll {
    100%{
        transform: translateX(-100%);
    }
}


.Image_gallery_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.Image_gallery_image {
    width: 30%;    
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
}

.Image_gallery_image img {
    transition: var(--transition-slow);
}

.Image_gallery_image:hover img {
    transform: scale(1.1);
}

#gallery button {
    color: #fff;
    font-size: 25px;
}

/* =============================================================================================================================== */
/*================================================== ABOUT PAGE SECTION =================================================================================*/

.about_page {
    background-color: #f0f0f0;
    padding-top: 12%;
}

.about_page::before {
    font-size: 90px;
    /* top: 320px; */
    top: 150px;
}

.about_page_title {
    width: 100% !important;
}

.about_page_title h2 {
    font-size: 3.5rem !important;
    padding-bottom: 20px;
}

.about_page_title p {
    font-size: 1rem;
    font-family: var(--Quicksand-font);
    line-height: 1.8rem;
    padding-bottom: 20px;
}

.about_page_image {
    height: 700px;
    border-radius: 5px;
    border: 1px solid rgba(131, 131, 131, 0.5);
    box-shadow: 6px 6px 2px rgba(131, 131, 131, 0.4);
    overflow: hidden;
}

.about_page_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.about_Projects {
    flex-direction: column;
    align-items: flex-start;
    width: 100% !important;
}

.work_Swiper {
    width: 100%;
}


@media screen and (max-width:1500px) {
    .features_section ul {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    
    .Plans {
        gap: 10px;
    }

    .swiper-header video {
        height: 100%;
        object-fit: cover;
    }

    .About:before {
        top: 0%;
        left: 25%;
    }

    
}
@media screen and (max-width:1400px) {
    .about_page_title h2 {
        font-size: 3rem !important;
    }

    .about_page::before {
        font-size: 75px;
        top: 130px;
    }

    
    .About_title ul{
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media screen and (max-width:1300px) {
    .about_page_title h2 {
        font-size: 2.5rem !important;
        line-height: 3rem !important;
    }

    .about_page::before {
        font-size: 75px;
        top: 120px;
    }

    .features_section ul {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media screen and (max-width:768px) {
    .about_page {
        padding-top: 18%;
    }

    .about_Projects::before {
        font-size: 70px;
    }

    .About:before {
        left: 10% !important;
    }

    .section_head .Text {
        font-size: 40px;
        line-height: 50px;
    }
}
@media screen and (max-width:500px) {
    .about_page_title span {
        font-size: .9rem;
    }

    .about_page_title h2 {
        font-size: 2.5rem !important;
    }

    .about_page {
        padding-top: 25%;
    }

    .about_page_title p {
        font-size: .9rem;
        padding: 10px 0;
        line-height: 1.5rem;
    }

    .section_head {
        font-size: 16vw;
    }

    .section_head .Text {
        display: block;
        font-size: 25px;
    }

    .About_title ul {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .hero-slide h2 span{
        font-size: 40px !important;
    }

}
/*==============================================================================================*/
/*=============================================== ABOOUT CONTINAER ================================================= */
.about_container {
    align-items: flex-start;
}
.about_container_gird {
    width: 50%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    place-items: center;
    place-content: center;
    gap: 30px;
}
.about_container_gird img {
    width: 100%;
    border-radius: 10px;
}
.about_container_gird img:nth-child(1) {
    transform: translateY(-40px);
}
.about_container_gird img:nth-child(3) {
    transform: translateY(-40px);
}
.about_container_title {
    width: 100% !important;
}
.about_container_title h1 {
    padding-bottom: 20px;
}
.about_container_title p {
    margin-bottom: 10px;
    font-weight: 500;
}
@media screen and (max-width:1200px) {
    .about_container_title p {
        font-size: .8rem;
        line-height: 1.5rem;
    }
}
/* ======================================================================================================== vision_and_mission ================================================================*/
.vision_and_mission_title {
    width: 100% !important;
}
.vision_and_mission_title h1 {
    color: var(--black);
    margin-bottom: 30px;
}
.vision_and_mission {
    position: relative;
    /* height: 750px; */
}
.vision_and_mission_image {
    height: 100%;
}
.vision_and_mission_image img {
    object-fit: cover;
}
.vision_and_mission_title p {
    font-family: var(--Quicksand-font);
    font-size: 1rem;
    line-height: 1.8rem;
    margin-bottom: 20px;
}
@media screen and (max-width:1400px) {
    .vision_and_mission_title h1 {
        font-size: 2.5rem;
    }
}
/* =============================================================================================== */
/* ================================= WORK ===============================================================*/

.work::before {
    top: 30px;
}
.work_title {
    width: 100% !important;
}
.work_title p {
    padding-bottom: 20px;
    width: 100%;
}
.work_image img {
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 1);
}
@media screen and (max-width:1400px) {
    .work::before {
        top: -30px;
    }

    .work_title p {
        font-size: .9rem;
    }
}
@media screen and (max-width:1300px) {
    .work_title h1 {
        font-size: 3.5rem;
    }

    .work::before {
        top: -10px;
        font-size: 170px !important;
    }
}
@media screen and (max-width:1300px) {
    .work_title h1 {
        font-size: 3.5rem;
    }

    .work::before {
        top: -10px;
        font-size: 150px !important;
    }

    .work::before {
        top: 42px;
        font-size: 140px !important;
    }
}
@media screen and (max-width:900px) {
    .work {
        height: auto;
    }
}
@media screen and (max-width:500px) {
    .work::before {
        top: 76px;
        font-size: 100px !important;
    }

    section {
        padding: 50px 8% !important;
    }

    .Plans {
        padding: 100px 8% !important;
    }

    .Plans::before {
        top: 1%;
    }
}
/* ----------------------------------------------------------------------------------- */
/* ===================================================== WHY CHOOSE US ==============================================*/

.why_choose_us {
    flex-direction: column;
}

.why_choose_us_title {
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
}

.why_choose_us_title .btn {
    border-radius: 30px;
}

.why_choose_us_info {
    width: 60%;
}

.why_choose_us_info h1 {
    padding-bottom: 20px;
}

.why_choose_us_wrap {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
    place-content: center;
    gap: 30px;
}

.why_choose_us_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 10px;
}

.why_choose_us_content h3 {
    font-family: var(--Quicksand-font);
    font-size: 1.5rem;
    padding-bottom: 10px;
}

.why_choose_us_content p {
    font-family: var(--Quicksand-font);
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
}



/* ====================================================================================== */
/*================================== BANNER SECTION  =======================================*/

.Banner_title {
    width: 100%;
    padding: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #333D3C;
    gap: 30px;
    /* border-radius: 30px; */
}



@media screen and (max-width:900px) {
    .Banner_title h2 {
        font-size: 2rem !important;
        line-height: 2.8rem !important;
    }

    .Banner_title {
        gap: 20px;
    }
}


@media screen and (max-width:768px) {
    .Banner_title h2 {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }

    .Banner_title {
        gap: 10px;
    }
}


@media screen and (max-width:500px) {
    .Banner {
        padding-top: 0;
    }

    .Banner_title {
        padding: 30px;
    }

    .Banner_title h2 {
        font-size: 1.1rem !important;
        line-height: 1.5rem;
    }
}

/* ======================================================================================================= */

@media screen and (max-width:1400px) {
    .sidebar {
        width: 30%;
    }

    .Hero_content {
        right: -6%;
    }

    .Hero_Icon {
        left: -7%;
    }


    .counter_col h2 {
        font-size: 5rem;
    }

    .Section_title h2 {
        font-size: 3rem;
    }

    .Section_title h2 {
        font-size: 3rem;
        line-height: 4rem;
    }

    .About_left h6 {
        font-size: 1rem;
    }

    .projects .project-content h3 {
        font-size: 35px;
    }

    .projects::before {
        top: 10%;
        font-size: 150px;
    }

    .Feature_Wrap {
        grid-template-columns: repeat(3, 1fr);
    }

    .Testimonials_title p {
        font-size: 1.2rem;
    }

    .contact_title {
        padding: 50px;
    }

    .contact {
        gap: 30px;
    }

    .Blog_Item_Content h2 {
        font-size: 1.1rem;
        line-height: 1.8rem;
    }

    .Blog_Item_Content .category {
        font-size: 0.9rem !important;
    }

    .About_Property_Content h2 {
        font-size: 3rem;
    }

    .Experience_Info {
        width: 130px;
        height: 130px;
        padding: 14px;
    }

    .Experience_text span {
        font-size: 0.7rem;
    }

    .About_Property_Features_Wrap {
        grid-template-columns: repeat(3, 1fr);
    }

    /*=================================================================================================================================================*/
    /*============================================================= OUR TEAMS ====================================================================================*/
    .Our_Team_Content h2 {
        font-size: 1.2rem;
        padding-bottom: 14px;
    }

    /*==========================================================================================================================================*/
    /*============================================== BLOG PAGE ============================================================================================*/

    .author_info {
        padding: 0px;
    }

    .author_info h4 {
        font-size: 1.1rem;
    }

    .author_info p {
        font-size: 0.9rem;
    }

    .Blog_left {
        width: 65%;
    }

    .Blog_right {
        width: 35%;
    }

    .Popular_feeds_content h5 {
        font-size: 1.1rem;
        line-height: 1.7rem;
    }
}

@media screen and (max-width:1300px) {
    .menu {
        gap: 30px;
    }

    .navbar button {
        display: none;
    }

    .btn {
        width: 189px;
        height: 50px;
    }

    .projects .project-content h3 {
        font-size: 30px;
    }

    .project-wrapper:hover .project-info {
        padding: 50px 20px;
    }

    .test_slide_wrap h1 {
        font-size: 4rem;
    }

    .project-info p {
        font-size: 15px;
    }

    .hero-slide {
        padding: 100px;
        padding-top: 140px;
    }

    .Hero_title {
        padding-top: 80px;
    }
}


@media screen and (max-width:1200px) {
    .hero-slide {
        min-height: 52vh;
        z-index: 1;
        position: relative;
        padding: 12%;
        padding-top: 20%;
        /* padding-top: 150px; */
        overflow: hidden !important;
    }

    .menu {
        gap: 20px;
    }

    .Hero_Icon {
        display: none;
    }

    .Hero_content {
        display: none;
    }

    .About {
        flex-direction: column-reverse;
    }

    .About:before {
        top: -3%;
        left: 30%;
    }

    .About_title {
        width: 100%;
    }

    .About_Image {
        width: 100%;
    }

    .About_title ul {
        width: 100%;
    }

    .projects .project-content h3 {
        font-size: 30px;
    }

    .project-wrapper {
        height: 380px;
    }

    #leftArrow {
        right: 57%;
    }

    .project-info {
        padding: 30px;
    }

    .project-info p {
        font-size: 13px;
    }

    .project-image {
        width: 55% !important;
    }

    .Propertys_title h2 {
        font-size: 3rem;
    }

    .Overview_title p {
        width: 80%;
    }

    .Overview2_title h2 {
        font-size: 3rem;
    }

    .Plans_title ul li {
        width: 25%;
    }

    .test_slide_wrap h1 {
        font-size: 2.5rem;
    }

    .Testimonials_title p {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    #tst_logo {
        width: 50px;
        height: 50px;
    }

    .test-image-wrap {
        width: 50%;
    }

    .test-image-sec {
        width: 70% !important;
        height: 70% !important;
    }

    .Blog_Wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .Footer_Wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }

    .About_Property {
        flex-direction: column;
    }

    .About_Property_Content {
        width: 100%;
    }

    .About_Property_Image {
        width: 100%;
    }

    .Experience_Info {
        width: 200px;
        height: 200px;
        padding: 20px;
    }

    /*=================================================================================================================================================*/
    /*============================================================= OUR TEAMS ====================================================================================*/
    .Our_Team_Wrap {
        grid-template-columns: repeat(3, 1fr);
    }

    /*==========================================================================================================================================*/
    /*============================================== BLOG PAGE ============================================================================================*/

    .Blog_Container {
        gap: 30px;
    }

    .Blog_left {
        width: 70%;
    }

    .Blog_right {
        width: 40%;
    }

    .Popular_feeds_content h5 {
        font-size: 0.9rem;
        line-height: 1.3rem;
    }

    /*================================================================================================================================================================  */
    /*================================================= CONTACT PAGE ===============================================================================================================  */
    .Contact_Container_Content h2 {
        font-size: 2.5rem;
        line-height: 3rem;
    }

}

@media screen and (max-width:900px) {
    section {
        flex-direction: column;
    }

    .Hero_content {
        display: none;
    }

    .Section_title {
        width: 100%;
    }

    .Section_Image {
        width: 100%;
    }

    .menu {
        height: 0;
        overflow: hidden;
        position: absolute;
        flex-direction: column;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: var(--black);
        opacity: 0;
        gap: 0;
        transition: var(--transition-slow);
    }

    .menu li {
        padding: 18px 0;
    }

    .nav_right ul {
        padding-left: 0 !important;
    }

    .nav_right ul li:nth-child(2) {
        display: none;
    }

    #toggle {
        display: flex;
    }

    .show_menu {
        height: 280px;
        opacity: 1;
    }

    .menu li a {
        color: #fff;
    }

    .sub-menu-wrapper {
        height: auto;
    }

    .sidebar {
        width: 40%;
    }

    .Hero_Icon {
        left: -17%;
    }

    .Hero {
        flex-direction: row;
        background-position: left center;
    }

    .Hero_content {
        right: -16%;
    }

    .About:before {
        left: 25%;
    }

    .counter {
        grid-template-columns: repeat(2, 1fr);
    }

    .Propertys {
        height: auto;
    }

    .Overview {
        padding: 80px 12%;
    }

    .Overview2_Swiper {
        width: 100% !important;
    }

    .projects .project-content {
        width: 100%;
    }

    .project-image {
        width: 100% !important;
    }

    .projects::before {
        top: 0;
    }

    #RightArrow {
        right: 5%;
        top: 60%;
    }

    #leftArrow {
        right: 90%;
        top: 60%;
    }

    .Plans_Wrap {
        flex-direction: column;
    }

    .Plans_Container {
        flex-direction: column;
    }

    .Plan_Image {
        width: 100%;
    }

    .Plan_Content {
        width: 100%;
    }

    .Feature_item {
        padding: 30px;
    }

    .Testimonials_title p {
        font-size: 1.3rem;
        line-height: 2rem;
    }

    .Testimonials::before {
        top: 4%;
    }

    .test_slide_wrap h1 {
        margin: 0;
    }

    .test_slide_wrap {
        width: 100%;
    }

    .test-image-wrap {
        width: 100%;
    }

    .Testimonials_title {
        margin: 0;
    }

    .test-image-sec {
        width: 60% !important;
        height: 60% !important;
    }

    .contact {
        height: auto;
    }


    /*==========================================================================================================================*/
    /*=============================================== ABOUT PAGE ===========================================================================*/

    .Banner {
        flex-direction: row;
    }

    .About_Property_Bottom {
        gap: 50px;
    }

    .About_Property_Bottom_Image3 {
        width: 20%;
    }

    .About_Property_Bottom_Image4 {
        width: 80%;
    }

    /*=================================================================================================================================================*/
    /*============================================================= OUR TEAMS ====================================================================================*/
    .Our_Team_Wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .Our_Team_Content span {
        font-size: 0.9rem;
        font-weight: 500;
    }

    .Our_Team_Content h2 {
        font-size: 1.3rem;
    }

    /*==========================================================================================================================================*/
    /*============================================== BLOG PAGE ============================================================================================*/

    .Blog_left {
        width: 100%;
    }

    .Blog_right {
        width: 100%;
    }

    /*================================================================================================================================================================  */
    /*================================================= CONTACT PAGE ===============================================================================================================  */

    .Contact_Wrapper {
        height: auto;
    }

    .Contact_map {
        height: 350px;
        width: 100%;
    }

    .Contact_Container_Wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .Contact_Container_Content h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

}


@media screen and (max-width:768px) {
    .Hero_title {
        padding-top: 0px;
    }

    .sidebar {
        width: 45%;
    }

    .Section_title h2 {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }

    .Section_title_text span {
        font-size: 1.1rem;
    }

    .Section_title_text svg {
        width: 60px;
    }

    .Hero_Icon {
        left: -20%;
    }

    .Hero_content {
        right: -19%;
    }

    .hero-slide {
        padding-top: 28%;
    }

    .Hero_btns {
        gap: 10px;
    }

    .Hero_btns .btn2 {
        width: 220px;
    }

    .Hero_btns .btn2 a {
        font-size: 1rem;
    }

    .About_title ul {
        width: 100%;
    }

    .About:before {
        left: 20%;
    }

    .Propertys_title h2 {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .projects .project-content h3 {
        font-size: 50px;
    }

    .Play_btn {
        top: 52%;
    }

    .Overview_title p {
        width: 100%;
    }

    .Feature_Wrap,
    .Image_gallery_wrap {
        grid-template-columns: repeat(2, 1fr);
    }


    .Testimonials_title h2 {
        font-size: 3rem;
    }

    .test_slide_wrap h1 {
        font-size: 3rem;
    }

    .Blog_Wrap {
        grid-template-columns: repeat(1, 1fr);
    }


    .Footer_Wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .contact_grid {
        width: 100%;
    }


    /*==========================================================================================================================*/
    /*=============================================== ABOUT PAGE ===========================================================================*/

    .Banner {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 30px;
    }

    .Banner_left {
        width: 100%;
    }

    .Experience_Info {
        width: 160px;
        height: 160px;
        padding: 14px;
    }

    .About_Property_Features_Wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    /*==========================================================================================================================================*/
    /*============================================== BLOG PAGE ============================================================================================*/

    .Blog_Container_Item_Content h2 {
        font-size: 1.4rem;
    }

    .Blog_Container_Item_Content p {
        font-size: 1rem;
    }

    /*================================================================================================================================================================  */
    /*================================================= CONTACT PAGE ===============================================================================================================  */
    .Contact_Container_Content h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    #leftArrow {
        top: 94%;
        left: 30%;
    }

    #RightArrow {
        top: 94%;
        right: 33%;
    }

    .feature-item i {
        font-size: 25px;
        height: 50px;
        width: 50px;
    }

    .feature-item h3 {
        font-size: 15px;
        text-align: center;
    }

    .Layouts .Image_gallery_wrap {
        flex-direction: column;
        gap: 80px;
    }

    .About:before {
        left: 4% !important;
        top: 0% !important;
    }

    .Feature_sripe {
        height: 100px;
        padding: 1%;
        gap: 0; 
    }

    .feature-item  {
        width: 33%;
        margin: auto;
        gap: 5px; 
    }

    .feature-item i {
        font-size: 18px;
        height: 30px;
        width: 30px;
  
    }

    .feature-item h3 {
        font-size: 8px;
        width: 100%;
    }

    .feature-item h3 span{
        display: block;
    }

}


@media screen and (max-width:500px) {
    .swiper-header video {
        object-fit: cover !important;
    }

    .Hero_btns {
        padding: 20px 0;
    }

    .hero-slide {
        padding: 40px;
        padding-top: 200px;
        min-height: 100%;
    }

    .nav_right button {
        display: none;
    }


    .sidebar {
        width: 100%;
    }

    .nav_right ul li {
        padding-right: 10px;
    }

    .logo h2 {
        font-size: 1.5rem;
    }

    .Hero_content {
        display: none;
    }

    .Hero_Icon {
        display: none;
    }
    .projects
    .Section_title h2 {
        font-size: 2rem;
        line-height: 3rem;
    }

    .hero-slide h2 {
        font-size: 2.6rem !important;
        line-height: 3rem !important;
    }

    .Section_title_text span {
        font-size: 1rem;
        margin-bottom: 30px;
    }

    .Section_title_text svg {
        width: 50px;
    }

    .Overview {
        height: 250px;
        padding: 30px 12%;
    }

    .Overview_title_text {
        display: none;
    }

    .Overview_btns {
        flex-direction: column !important;
    }
    .Overview_btns button{
        width: 100% !important;
    }

    .About_title ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .counter {
        grid-template-columns: repeat(1, 1fr);
    }

    .counter_col h2 {
        font-size: 4.5rem;
    }

    .counter_col p {
        font-size: 1rem;
    }

    .Propertys_title {
        padding: 30px;
    }

    .Play_btn {
        top: 60%;
        height: 50px;
        width: 50px;
    }

    .Play_btn i {
        font-size: 1.2rem;
    }

    .overview_shape3 {
        display: none;
    }

    .Overview_title p {
        font-size: 0.9rem;
    }

    .Overview_title .btn {
        width: 160px;
        height: 40px;
    }

    .Overview_title .btn a {
        font-size: 1rem;
    }

    #about:before {
        top: 32%;
    }
    
    .Plans_title ul li {
        width: 33%;
    }

    .projects .project-content h3 , 
    .Section_title h2{
        font-size: 22px !important;
    }

    .projects .project-content p , 
    .Testimonials p {
        width: 100%;
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .Feature_Wrap,
    .Image_gallery_wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .Features_btn {
        flex-direction: column;
    }

    .Testimonials_title p {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    #tst_logo {
        width: 50px;
        height: 50px;
    }

    .test_slide_wrap h1 {
        font-size: 2.2rem;
    }

    .test-image-sec {
        display: none;
    }

    .projects::before {
        font-size: 100px;
    }

    .Image_gallery::before {
        font-size: 120px;
    }

    .Testimonials::before {
        font-size: 75px !important;
    }

    .contact_title {
        padding: 30px;
    }

    .contact .contact_title {
        padding: 0;
    }
    
    .contact_title h2 {
        margin-top: 0;
    }

    .Footer_Bottom {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 30px;
    }

    .contact_grid {
        width: 100%;
    }

    .Footer_Bottom ul {
        width: 100%;
        justify-content: center;
    }

    .contact_box {
        flex-direction: column;
        height: 150px;
    }

    /*==========================================================================================================================*/
    /*=============================================== ABOUT PAGE ===========================================================================*/

    .Banner_left h1 {
        font-size: 2.3rem;
    }

    .Banner_left span {
        font-size: 1rem;
    }

    .Experience_Info {
        display: none;
    }

    .About_Property_Info ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .About_Property_Features_Wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    /*=================================================================================================================================================*/
    /*============================================================= OUR TEAMS ====================================================================================*/
    .Our_Team_Wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    /*==========================================================================================================================================*/
    /*============================================== BLOG PAGE ============================================================================================*/
    .Blog_Container_Item_Content {
        padding: 20px;
    }

    .Blog_Container_Item_Content ul {
        gap: 20px;
        flex-wrap: wrap;
    }

    .Blog_Container_Item_Content ul li {
        font-size: 0.9rem;
    }

    .Blog_Container_Item_Content span {
        font-size: 0.8rem !important;
        padding: 8px !important;
    }


    /*================================================================================================================================================================  */
    /*================================================= CONTACT PAGE ===============================================================================================================  */
    .Contact_Container_Content h2 {
        font-size: 1.2rem;
        line-height: 1.5rem;
    }

    .Contact_Container_Content span {
        font-size: 1rem;
    }

    .Contact_Container_Wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .Contact_Container_Play_btn {
        width: 50px;
        height: 50px;
    }

    .logo img {
        height: 60px !important;
        width: 120px !important;
        object-fit: contain;
    }
}


@media screen and (max-width:480px) {
    .Hero_btns {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 10px;
    }

    .Section_title h2 {
        font-size: 2rem;
        line-height: 3rem;
        margin-bottom: 0px;
    }

    .Section_title h2 {
        font-size: 27px;
        line-height: 38px;
    }


    .Hero_btns .btn2 {
        width: 210px;
        height: 40px;
    }

    section::before,
    .Testimonials::before,
    .About:before,
    .projects::before {
        font-size: 60px !important;
        top: 1%;
    }

    .About:before {
        top: 41%;
        left: 8%;
    }

    .test_slide_wrap h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    section {
        padding: 60px 6%;
    }

}

@media screen and (max-width:380px) {
    .section_head .Text{
        font-size: 15px;
        line-height: 25px;
        margin-top: 10px;
    }

    .section_head .Text .heading-text{
        display: block;
        font-size: 15px;
        width: fit-content;
    }

    .Image_gallery_image {
        height: 350px;
    }

}