:root {
  --primary-color: #143642;
  --secondary-color: #F8FAD3;
  --third-color: #086273;
  --fourth-color: #FFFFFF;
  --font-gilroy-bold: "gilroy-Bold";
  --font-gilroy-regular: "gilroy-regular";
  --font-gilroy-semibold: "gilroy-semibold";
  --font-gilroy-medium: "gilroy-medium";
}

@font-face {
    font-family: 'gilroy-Bold';
    src: url('https://sierasky.com/public/assets/font/gilroy-bold-webfont.woff2') format('woff2'),
        url('https://sierasky.com/public/assets/font/gilroy-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'gilroy-regular';
  src: url('https://sierasky.com/public/assets/font/gilroy-regular-webfont.woff2') format('woff2'),
       url('https://sierasky.com/public/assets/font/gilroy-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'gilroy-semibold';
  src: url('https://sierasky.com/public/assets/font/gilroy-semibold-webfont.woff2') format('woff2'),
       url('https://sierasky.com/public/assets/font/gilroy-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'gilroy-medium';
  src: url('https://sierasky.com/public/assets/font/gilroy-medium-webfont.woff2') format('woff2'),
       url('https://sierasky.com/public/assets/font/gilroy-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-size: 16px;
  color: var(--fourth-color);
  font-weight: 400;
  background: var(--primary-color);
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* width: 100%;
  height: 100%;
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; */
}

p{
  font-family: var(--font-gilroy-medium);
  line-height: 1.8;
}


.menu_item ul li {
  display: inline-block;
  margin: 0 30px 0 0;
  gap: 20px;
}

.header {
  background: #143642;
  display: flex;
  align-items: center;
  padding: 15px 0px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99999;
}

.menu_item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu_item ul .dropdown-toggle {
  border: 0;
  background: transparent;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.where-we h2 {
  text-align: center;
}

.desktop-logo img {
  width: 200px;
}

.toggleIcon {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu_item ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: var(--font-gilroy-bold);
}

/*.dropbtn {
    background-color: transparent;
    color: white;
    color: white;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    border: none;
    position: relative;
}*/
.dropbtn {
  background-color: transparent;
  color: white;
  color: white;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  position: relative;
}

.dropbtn:after {
  content: "";
  position: absolute;
  background: url(../images/Arrow-Down.png);
  width: 20px;
  height: 20px;
  right: 0;
  top: 22px;
  background-size: contain;
}

.dropdown {
  position: relative;
  display: inline-block;
  margin: 0 20px 0 0;
}

.decoration {
  text-decoration: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #143642;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 0px 18px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #e5ebe1;
}

/* .dropdown:hover .dropbtn {background-color: #3e8e41;} */
.header-btn {
  background: var(--secondary-color);
  padding: 14px 20px;
  color: #000 !important;
  text-transform: uppercase;
  border-radius: 0px;
  transition: all 0.5s;
  font-family: var(--font-gilroy-semibold);
}

.header-btn:hover {
  background: var(--secondary-color);
  border-radius: 0px; 
}

.h-100-two {
  height: 494px;
}


.menu_item ul li:last-child {
  margin: 0;
}

.menu_item ul li .dropdown ul li {
  display: block;
  margin: 0;
}

.menu_item ul li .dropdown ul li a {
  color: #000;
  display: block;
  width: 100%;
}

.solialIcon {
  width: 100%;
  text-align: center;
  margin: 50px 0 20px;
}

.solialIcon p {
  margin: 5px 0 0;
  color: #ddd;
  text-align: center;
}

/* banner section css start */

.video-wrap {
  height: auto;
  width: 100%;
  border-radius: 30px;
  max-height: 600px;
  overflow: hidden;
  position: relative;
  object-fit: cover;
}

.video-wrap video {
  height: 100%;
  width: 100%;
}

.banner .video-text > .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  z-index: 9;
}

.banner .video-text > .title h1 {
  text-align: center;
}

.banner .video-text > .title p {
  max-width: 400px;
  margin: auto;
  padding-bottom: 10px;
}

.banner {
  background: #143642;
  position: relative;
}

.banner .title {
  position: absolute;
  top: 70px;
  left: 7.5%;
}

.banner .title h1 {
  font-family: var(--font-gilroy-bold);
  font-size: 60px;
  font-weight: 400;
  color: var(--secondary-color);
  line-height: 70px;
  text-align: left;
}

.banner .title h1 a {
  text-decoration: none;
  color: #e5ebe1;
}

.bannerImg {
  border-radius: 30px;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}

.banner .title p {
  font-size: 17px;
  max-width: 360px;
  color: #fff;
}

.ratting-banner {
  width: auto;
  border-radius: 10px;
  position: absolute;
  bottom: 5%;
  left: 7%;
  padding: 10px;
  display: inline-block;
  font-size: 17px;
  max-width: 360px;
  background: #fff;
}

.ratting-banner p {
  font-family: Inter;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.decoration span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.decoration span img {
  width: 30px !important;
  height: auto;
}

.where-we {
  padding: 50px 0;
  background: #143642;
}

.title h2 {
  color: #fff;
  font-size: 50px;
  margin: 0 0 10px;
  font-family: Gilroy-Bold;
}

.placeIMG .position-relative {
  position: relative;
}

.full-hight img {
  object-fit: cover;
  border-radius: 20px;
}

.placeIMG .place-title {
  position: absolute;
  bottom: 0%;
  padding: 20px;
  color: #fff;
}

.place-title h2 {
  font-size: 54px;
  font-weight: 600;
  font-family: "Inter";
  text-transform: uppercase;
  text-align: left;
}

.placeIMG .place-title p {
  margin: 0;
  max-width: 330px;
}

.home2 img {
  object-fit: cover;
  border-radius: 20px;
  object-position: center;
}

.home3 img {
  object-fit: cover;
  border-radius: 20px;
  object-position: center;
}

.getwat {
  overflow: hidden;
  padding: 10px 0 50px;
  background: #143642;
}

.getwat .title h2 {
  text-align: center;
}

.title h2 a {
  color: var(--fourth-color);
  text-decoration: none;
  font-family: var(--font-gilroy-bold);
}

.gateway_tabs {
  display: table;
  width: auto;
  margin: 0 auto;
}

.tab-box .nav-tabs {
  justify-content: center;
  background: #2c2e42;
  border-radius: 50px;
  border: 0;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  justify-content: space-between;
}

.tab-box .nav-tabs button {
  color: #e5ebe1;
  border: 1px solid #e5ebe1;
  border-radius: 50px;
  padding: 7px 15px;
  margin: 0 3px;
  font-size: 15px;
  text-transform: uppercase;
  min-width: 112px;
}

.tab-box .nav-tabs button.active {
  color: #000;
  background: #e5ebe1;
  border: 1px solid #e5ebe1;
}

.img-grop {
  height: auto;
  position: relative;
  height: 230px;
}

.img-grop img {
  width: 100%;
  border-radius: 20px 20px 0px 0px;
  height: auto;
  object-fit: cover;
  object-position: center;
  height: 100%;
}

.future {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #e5ebe1;
  padding: 7px 15px;
  border-radius: 80px;
  font-weight: 500;
  color: #2b2d39;
  font-size: 14px;
}

.title_grp {
  box-shadow: 0px 1.25px 5.01px 0px #181a2012;
  background: #2c2e42;
  padding: 15px;
  color: #fff;
  border-radius: 0px 0px 20px 20px;
  min-height: 146px;
}

.title_grp p {
  font-size: 15px;
  margin: 0 0 15px;
}

.title_grp img {
  width: 22px;
}

.title_grp span {
  font-size: 14px;
  margin-right: 10px;
}

.title_grp h4 {
  font-size: 24px;
}

.main-section {
  padding: 60px 0px;
  background: var(--secondary-color);
  position: relative;
  overflow: hidden;
}


.about h1 , .property-all-title h1{
  color: #fff;
  font-size: 50px;
  margin: 0 0 8px;
  font-family: var(--font-gilroy-bold);
  
}

.main-section .title h2 {
  color: var(--third-color);
}

.main-section .title p {
  /* font-size: 20px; */
  max-width: 60%;
  color: var(--third-color);
}

.price-pro p {
  font-size: 12px;
  font-family: var(--font-gilroy-semibold);
  color: var(--primary-color);
}

.no-more {
  margin-top: 50px;
  border: 2px solid var(--primary-color);
  text-decoration: none;
  font-family: var(--font-gilroy-semibold);
  color: var(--primary-color);
  padding: 10px;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.5s;
}

.no-more:hover {
  background: #143642;
  color: #fff;
}

.counter_tab {
  justify-content: center;
  margin: 50px 0 0;
  gap: 50px;
  z-index: 22;
  position: relative;
}

.counter-box {
  text-align: center;
  min-width: 230px;
}

.counter-box h3 {
  font-size: 50px;
  margin: 0;
  font-family: Branch;
}

span.plus {
  font-size: 30px;
}

.counter-box p {
  font-size: 20px;
  margin: 0;
}

.logo-sec img {
  width: 80%;
}

.logo-sec {
  padding: 30px 0;
  background: #f9efd4;
}

.map-sec {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.map-text {
  position: absolute;
  color: #fff;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
}

img.map-img {
  /* height: 700px; */
  object-fit: contain;
  object-position: center;
}

.map-text p {
  position: absolute;
  margin: 0;
  width: 100%;
  top: 20px;
  left: 50px;
}

.map-text .map-description {
  bottom: 50px;
  top: auto;
  max-width: 300px;
  left: 0%;
}

.map-text .present-location {
  top: 10%;
  left: 7%;
}

.map-text .finding-place {
  left: auto;
  right: 0%;
  top: 70px;
  font-size: 40px;
  font-weight: 400;
  max-width: 290px;
  font-family: "Branch";
  line-height: 1.2;
}

.map-text .villa {
  right: 0px;
  left: 63%;
  top: 60%;
  font-size: 40px;
}

.map-text .plus-location {
  right: 0px;
  left: 73%;
  top: 80%;
  font-size: 40px;
}

.map-text .villa sub,
.map-text .plus-location sub {
  font-size: 16px;
  position: relative;
  bottom: 3px;
  font-weight: 300;
  left: -4px;
}

.feature-property {
  padding: 50px 0;
  background: #e5ebe1;
}

.feature-property .title h2 {
  color: #143642;
  text-align: center;
}

#carouselExampleIndicators {
  padding: 0px 0px 30px;
}

.bg-color-set .d-block {
  width: 80px;
}

.customer-sec {
  padding: 50px 0px;
  background: #143642;
}

.slider-content p {
  font-size: 22px;
  line-height: 40px;
  padding: 0px 60px;
  color: #fff;
  font-weight: 300;
  margin: 0;
}

.customer-sec .carousel-indicators {
  z-index: 9999999;
}

.customer-sec .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 9999999;
}

.bg-color-set {
  background: linear-gradient(119.13deg, #353746 0%, #43465e 100%);
  padding: 35px 30px;
  border-radius: 20px;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
  min-height: 445px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.call-us img {
  width: 60px;
}

.bg-color-set .d-block {
  margin: 0 auto 30px;
}

.sliderIMg {
  width: 100%;

  object-fit: cover;
  border-radius: 10px;
}

.client-name {
  background: linear-gradient(119.13deg, #353746 0%, #43465e 100%);
  margin: 10px 0 0;
  padding: 17px 15px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
}

.client-name p {
  font-size: 18px;
}

.customer-sec .carousel-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.call-us,
.form-section {
  padding: 50px 40px;
  background: #e5ebe1;
  max-width: 83%;
  margin: 20px auto 60px;
  border-radius: 40px;
}

.call {
  min-width: 300px;
}

.call span:first-child {
  margin: 0 15px 0 0;
}

.call span a {
  text-decoration: none;
  color: #2b2d39;
  font-size: 20px;
  margin: 5px 0 0;
  display: block;
}

section.call-us .title p {
  font-size: 20px;
  margin: 0 0 50px;
}

.call-us .title h2,
.call b {
  color: #2b2d39;
}

.blog-tranding {
  padding: 30px 0 60px;
}

.view-post-img {
  object-fit: cover;
  border-radius: 30px;
}

.view-post {
  position: relative;
  height: 450px;
  width: 100%;
}

.view-post img {
  height: 100%;
  width: 100%;
}

.view-post .blog-title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}

.view-post .blog-title p {
  max-width: 500px;
}

.blog-title p {
  font-weight: 400;
  font-size: 15px;
}

.scroll-blog {
  height: 450px;
  overflow: auto;
  padding-right: 10px;
}

.scroll-blog::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #2c2d36;
}

.scroll-blog::-webkit-scrollbar {
  width: 10px;
  background-color: #2c2d36;
  border-radius: 10px;
}

.scroll-blog::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #e5ebe1;
}

.blog-title {
  color: #fff;
  flex: 1;
}

.single-post-img {
  object-fit: cover;
  border-radius: 20px;
  width: 230px;
  height: 180px;
}

.form-section .title h2 {
  color: #2b2d39;
}

.form-section .title p {
  font-size: 20px;
  max-width: 500px;
  margin: 10px 0 0;
}

.form {
  display: flex;
  flex-wrap: wrap;
}

.fomr-group {
  padding: 0 10px 15px 0;
}

.fomr-group input,
.fomr-group select {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  border: 1.6px solid #143642;
  font-size: 16px;
}

.landing-form .fomr-group select {
  border-radius: 10px !important;
  padding: 16px;
}

.fomr-group input:focus {
  outline: none;
}

.fomr-group input::placeholder {
  text-transform: uppercase;
}

.submit-btn {
    background: #143642;
    color: #fff;
    font-family: 'Gilroy-SemiBold';
    padding: 12px 20px;
    border: 0;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.5s;
    text-transform: uppercase;
}

.submit-btn:hover {
  background: #000;
}

.catch-on .title a {
  text-decoration: none;
}

.catch-on {
  padding: 30px 0 100px;
}

.lauxry-img {
  width: 100%;

  object-fit: cover;
  border-radius: 15px;
}

.catch-on .title b {
  color: #e5ebe1;
  font-size: 30px;
}

.footer {
  background: var(--primary-color);
  padding: 40px 0;
  position: relative;
}

.footer::after {
  content: "";
  position: absolute;
  background: url(../images/seiraimg/Group107.svg);
  width: 409px;
  height: 363px;
  bottom: 0;
  z-index: 0;
  right: 0;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
}

.footer .container {
  z-index: 2;
  position: relative;
}

.logo-box p {
  color: #fff;
  font-size: 15px;
  max-width: 400px;
  line-height: 2;
  margin: 10px 0 20px;
}

.menu-list {
  padding: 0;
  margin: 90px 0 0;
}

.menu-list a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  margin: 0 0 20px;
  display: block;
}

.menu-list b {
  color: #fff;
  font-size: 20px;
  margin: 0 10px 0 0;
  font-weight: 400;
}

.bottom-footer {
  margin: 50px 0 0;
}

.bottom-footer p {
  color: #5f648f;
  font-size: 15px;
  margin: 0;
  opacity: 0.8;
}

.bottom-footer a {
  text-decoration: none;
  color: #5f648f;
  font-size: 15px;
  opacity: 0.8;
}

/* product details page css start */
.product-details {
  padding: 50px 0;
}

.product-title {
  color: #fff;
  margin: 0 0 0 12px;
  flex: 1;
}

.product-description {
  color: #fff;
}

.product-description b {
  font-size: 20px;
  font-weight: 400;
  opacity: 0.5;
  margin: 0 0 10px;
  display: block;
font-family: var(--font-gilroy-medium);
}

.product-description h1 {
  font-size: 40px;
  font-weight: 400;
  font-family: var(--font-gilroy-medium);
}

.m-10 {
        margin-bottom: 15px;
    }

 .pricing h3 {
        font-size: 30px;
        font-family: var(--font-gilroy-medium);
    }

    span.price-text {
        font-family: var(--font-gilroy-regular);
        font-size: 16px;
        color: #fff;
        letter-spacing: 0.2px;
        opacity: 0.7;
    }

   
    .product-detail-box {
        position: relative;
    }

    .contact-today {
        display: flex;
        align-items: center;
        justify-content: space-around;
        background-color: #0A788D;
        color: #fff;
        padding: 20px 15px;
        width: 90%;
        margin-top: 5%;
        position: absolute;
    bottom: 0;
    }

    .contact-today .icon-wrapper img {
        width: 80%;
        height: 80%;
    }

    .contact-today .today-text {
        flex: 1;
    }

    .today-text h2 {
        font-size: 22px;
        font-family: Gilroy-Bold;
        margin-bottom: 5px;
    }

    .today-text p {
        font-size: 16px;
        color: #e3f2f9;
        margin-bottom: 0px;
    }

    .info-section {
        margin: 5% 0%;
    }

    .info-section h2 {
        font-size: 16px;
        color: #fff;
        letter-spacing: 0.2px;
        opacity: 0.7;
        margin-bottom: 20px;
        font-family: var(--font-gilroy-regular);
    }

    .info-item .details {
        padding-left: 10px;
    }

    .info-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;

    }

    .info-item {
        display: flex;
        width: calc(33.333% - 20px);
        align-items: center;
    }


    .info-item .details {
        text-align: left;
    }

    .info-item .details h3 {
        font-size: 20px;
        font-family: var(--font-gilroy-medium);
        margin-bottom: 0;
    }

    .info-item .details p {
        font-size: 16px;
        letter-spacing: 0.1px;
        color: #fff;
        font-family: 'Gilroy-Bold';
        margin-bottom: 0;
    }


.icon-row {
  margin: 40px 0 0;
}

.product-title p {
  margin: 0;
  font-size: 16px;
  opacity: 0.8;
}

.product-title h4 {
  font-size: 20px;
  margin: 0 0 5px;
}

.product-ntb a {
  display: block;
  text-align: center;
  position: relative;
  z-index: 9;
}



.contact-btn {
  background: #e5ebe1;
  color: #000;
  padding: 15px;
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 15px;
  transition: all 0.5s;
  border: 1px solid transparent;
}

.contact-btn:hover {
  background: transparent;
  color: #e5ebe1;
  border-color: #e5ebe1;
}

.product-ntb {
  margin: 30px 0 0;
}

.form-btn {
  font-weight: 600;
  border: 1px solid #e5ebe1;
  color: #e5ebe1;
  padding: 15px;
  border-radius: 15px;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.5s;
}

.slick-dotted.slick-slider {
  margin-top: 0px;
}

.form-btn:hover {
  background: #e5ebe1;
  color: #2b2d39;
}

.interior-brand-heading {
  font-family: Inter;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0px;
  line-height: 30.26px;
  text-align: left;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.main-section1 {
  padding: 60px;
  background: var(--secondary-color);
  position: relative;
}

.dholrea-card {
  border-width: 1px, 1px, 1px, 1px;
  border-radius: 20px;

  border-style: solid;

  border-color: #ffffff1f;
}

.py-dholera {
  padding-top: 70px;
}

/* .main-section1::before {
    content: '';
    background: url('../images/leaf-shap.png');
    position: absolute;
    height: 91%;
    width: 40%;
    background-position: right;
    background-repeat: no-repeat;
    background-position-y: bottom;
    z-index: 0;
    rotate: 180deg;
    right: 0;
    bottom: -81px;
    background-size: contain;
    right: 0px;
} */
.main-section1 .title h2 {
  color: #143642;
}

a:hover {
  color: #e5ebe1;
  text-decoration: none;
}

.inner {
  padding: 6px;
}

.main-section1 .counter_tab {
  gap: 0;
}

.overview {
  background: #3f4153;
  padding: 30px;
  max-width: 83%;
  margin: 0 auto;
  border-radius: 30px;
  color: #fff;
  min-height: 250px;
}

.overview .call b {
  color: #fff;
}

.overview .call p {
  margin: 0;
}

.directions {
  background: #3f4153;
  max-width: 83%;
  margin: 40px auto;
  padding: 30px 15px;
  border-radius: 30px;
}

.directions .title p {
  margin: 0;
  color: #fff;
  font-size: 17px;
  max-width: 500px;
}

/* .directions .product-title p {
    max-width: 120px;
} */
.iframe iframe {
  width: 100%;
  border-radius: 12px;
}

.overview .call {
  min-width: 200px;
}

.explor-product {
  padding: 30px 0 60px;
}

/*Contact Us*/
section.contact_banner {
  padding: 60px 0 170px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner_content h1 {
  color: #fff;
  font-size: 45px;
}

.contact_box {
  padding: 50px 100px;
  background: var(--secondary-color);
  /* border-radius: 30px; */
  margin-top: -110px;
  margin-bottom: 60px;
}

.btn-priamry {
  background: #143642;
  color: #fff;
  padding: 10px 30px;
  border-radius: 0px;
  font-family: var(--font-gilroy-medium);
}

.btn-priamry:hover,
.btn-priamry:focus,
.btn-priamry:active {
  border: 1px solid #143642;
  color: #143642;
}

.btn-secondary {
  background: #e5ebe1;
  border: 1px solid #e5ebe1;
  padding: 10px 30px;
  color: #000;
  border-radius: 40px;
}

/*.btn-secondary:hover {
    border: 1px solid #E5EBE1;
    background: transparent;
    color: #000;
}*/
.btn-secondary:hover {
  border: 1px solid #e5ebe1;
  background: #fdecba;
  color: #000;
}

.contact_box .form-control {
  margin-bottom: 15px;
  background: transparent;
  padding: 0;
  border: 0;
}

.c_item a {
  display: flex;
  text-decoration: none;
  color: #143642;
  align-items: center;
}

.c_item_icon {
  margin-right: 15px;
}

.c_item_text p {
  margin: 0;
}

.form_content p {
  text-align: center;
  margin: 30px 0;
}

.contact_box .form-control input,
.contact_box .form-control textarea {
  padding: 10px;
  border: 1.6px solid #143642;
  color: #143642;
  font-family: var(--font-gilroy-medium);
}

.about h2 {
  font-family: var(--font-gilroy-bold);
  font-size: 60px;
  font-weight: 400;
  line-height: 74px;
  text-align: left;
}

.contact_box label {
  font-family: var(--font-gilroy-medium);
}

.contact_box label {
  font-family: var(--font-gilroy-medium);
}

.about {
  background: var(--primary-color);
  overflow: hidden;
  position: relative;
  height: 30vh;
  width: 100%;
  align-content: end;
}

.about-heading p {
  color: var(--third-color);
    font-family: var(--font-gilroy-medium);
    /* font-size: 25px; */
    margin-bottom: 8px;
}

.story {
  background: #143642;
  padding: 100px 100px;
}

.story .story-counter h2 {
  color: #e5ebe1;
  margin-bottom: 10px;
  font-family: Branch;
  font-size: 60px;

  font-weight: 400;
  line-height: 42px;
  text-align: center;
}

.story-counter {
  text-align: left;
  color: var(--fourth-color);
}

.story-counter h4 span {
  font-family: var(--font-gilroy-bold);
}

.story-counter span {
  font-family: var(--font-gilroy-medium);
}

.story-counter h4 {
  margin-bottom: -9px;
  font-size: 66px;
  font-family: var(--font-gilroy-bold);
}

.image-full-section {
  padding: 0px 100px;
}




.team-imgs {
  padding: 15px;
}

.about-team {
  background: #e5ebe1;
  width: 100%;
  border-radius: 20px;
  margin: auto;
  max-width: 430px;
  max-height: 520px;
}

.about-name {
  color: #fff;
  text-align: left !important;
}

.about-team img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  top: -15px;
  left: 15px;
  margin: auto;
}

.h-full {
  height: 100%;
}

.about p {
  font-family: Inter;
  font-size: 17px;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
}

/* ---------------------goa page start----------------- */

.bg-main {
  background-color: rgba(27, 29, 45, 1);
  max-width: 1700px;
  margin: auto;
}

.details .form-control {
  color: rgba(27, 29, 45, 1);
  background: #e5ebe1 !important;
  border-color: rgba(27, 29, 45, 1) !important;
  border: 1px solid;
  height: 45px;
}

.banner {
  position: relative;
  padding: 0px 40px;
}

.text-second {
  color: #e5ebe1;
}

.button-set {
  position: relative;
  padding: 9px 37px;
  left: -3px;
  border-radius: 40px;
}

/* .border-btn {
    border: 1px solid;
    border-radius: 10px;

} */

.button-set:hover {
  color: #e5ebe1 !important;
  background: rgba(27, 29, 45, 1) !important;
}

.postion-set-counter1 {
  position: absolute;
  left: 56%;
}

.postion-set-counter2 {
  position: absolute;
  left: 44%;
  bottom: 100px;
}

.banner .text-describ {
  font-family: Inter;
  font-size: 20px;
  width: 80%;
  margin-top: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.01em;
  text-align: left;
}

.banner h2 {
  font-family: Branch;
  font-size: 55px;
  font-weight: 400;
  line-height: 70px;
  text-align: left;
}

.banner-image {
  position: relative;
  top: -80px;
}

.banner-counter {
  font-family: Clash Display Variable;
  font-size: 25.92px;
  font-weight: 400;
  line-height: 31.89px;
  text-align: left;
}

/* ---------------------goa page ends----------------- */

/* -----------------detail-section start--------------- */


.form-control {
  flex: 1;
}

.bg-second {
  background: #e5ebe1;
  padding: 50px 100px;
}

.detail-heading {
  font-family: Branch;
  font-size: 40px;
  font-weight: 400;
  color: rgba(27, 29, 45, 1);
  line-height: 66.7px;
  text-align: left;
}

.w-full {
  width: 100%;
}

.padding-x {
  padding: 50px 100px;
}

.filter .future {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #e5ebe1;
  padding: 7px 10px;
  font-size: 14px;
  border-radius: 30px;
  font-weight: 500;
  text-align: center;
  color: #2b2d39;
}

.filter {
  padding: 50px 100px;
}

.filter .form-select {
  border: 1px solid;
  background: rgba(27, 29, 45, 1);
  border-color: #e5ebe1;
  color: #e5ebe1;
}

.filter .form-select {
  border: 1px solid;
  background: rgba(27, 29, 45, 1);
  border-color: #e5ebe1;
  color: #e5ebe1;
}

.form-select {
  --bs-form-select-bg-img: url(../images/selectArrowIcon.png);
}

.custom-select {
  border: 2px solid #e5ebe1 !important;
  color: #e5ebe1 !important;
  padding: 10px 20px;
  background-color: #143642 !important;
  /* Transparent background */
  border-radius: 5px !important;
  /* Add border radius */
  outline: none;
}

.selectpicker .dropdown-menu {
  border: 2px solid #e5ebe1 !important;
  border-radius: 5px !important;
  /* Add border radius to dropdown */
  background-color: rgba(235, 207, 125, 0.7) !important;
  /* Low opacity background */
}

.selectpicker .dropdown-menu li a {
  color: #000 !important;
  /* Ensure the option text is visible */
}

.custom-select:focus {
  border-color: #e5ebe1 !important;
  box-shadow: 0 0 5px #e5ebe1 !important;
}

/* Custom arrow styling */
.custom-select::after {
  content: "\25BC";
  color: #e5ebe1;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Make sure the container for the select has relative positioning */
.select-container {
  position: relative;
  margin-top: 1rem;
  /* Add margin-top */
}

/* my code */

.key p {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.choose-wrap {
  display: flex;
  justify-content: space-between;
}

.choose-box {
  height: auto;
  width: 100%;
  border: 1px solid #143642;
  border-radius: 50px;
  padding: 35px 24px;
  min-height: 180px;
  display: flex;
  margin: 10px;
}

.verify-img {
  min-width: 30px;
  min-height: 30px;
  max-height: 30px;
}

.verify-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.choose-text {
  padding-left: 10px;
}

.choose-box h4 {
  font-size: 20px;
  font-weight: 400;
}

.choose-box h4 img {
  max-width: 30px;
}

.choose-box p {
  margin: 0;
  font-size: 14px;
}

.Significant-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Significant-text span {
  color: #e5ebe1;
}

.Significant-img {
  height: auto;
  width: 50%;
}

.Significant-img img {
  height: 58px;
  margin-right: 5px;
}

.Significant-img img:last-of-type {
  margin-right: 0;
}

.Significant-text {
  width: 50%;
  height: auto;
  padding-left: 20%;
}

.blog-box {
  height: auto;
  width: 100%;
  padding-bottom: 40px;
}

.blog-images {
  height: auto;
  width: 100%;
  /* border-radius: 20px; */
  overflow: hidden;
  height: 260px;
}

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

.blog-texts {
  height: auto;
  width: 100%;
  padding-top: 10px;
}

.blog-texts h3 {
  font-size: 14px;
  color: var(--fourth-color);
  font-family: var(--font-gilroy-semibold);
}

.blog-texts h4 {
  color: var(--fourth-color);
  font-size: 24px;
  font-family: var(--font-gilroy-semibold);
  display: flex;
  justify-content: space-between;
  padding: 5px 0px;
}

.blog-texts h4 img {
  width: 27px;
  height: 27px;
}

.blog-texts p {
  font-size: 16px;
  color: #667085;
}

.blog-texts a {
  font-size: 20px;
  color: var(--fourth-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  font-family: var(--font-gilroy-semibold);
}

.blog-texts a img {
  height: 22px;
  width: 24px;
  margin-left: 8px;
}

.blog-input {
  height: auto;
  width: 100%;
  text-align: center;
  padding: 20px 0px 60px 0px;
}

.blog-input input {
  width: 350px;
  border: 1px solid #ffffff;
  background: transparent;
  border-radius: 20px;
  height: 48px;
  color: #fdf2dd;
  padding: 0px 20px;
  outline: none;
}

.blog-input a {
  background: #e5ebe1;
  height: 48px;
  border: none;
  border-radius: 20px;
  font-weight: 700;
  padding: 0px 25px;
  text-decoration: none;
  display: inline-block;
  line-height: 48px;
}

.blog-wraps > a {
  text-align: center;
  display: block;
  border: 1px solid #e5ebe1;
  max-width: 180px;
  margin: 40px auto 0px auto;
  height: 48px;
  line-height: 48px;
  text-decoration: none;
  border-radius: 40px;
  color: #e5ebe1;
  font-weight: 700;
  text-transform: uppercase;
}

.detais-banner h6 {
  color: #e5ebe1;
  font-weight: 600;
  z-index: 2;
}

.detais-banner h2 {
  color: #ffffff;
  z-index: 2;
}

.bredcrams {
  display: flex;
  justify-content: space-between;
  padding-bottom: 80px;
}

.bredcrams-left {
  height: auto;
  width: 100%;
}

.bredcrams-left ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.bredcrams-left ul li a {
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
  padding: 0px 10px;
  position: relative;
}

.bredcrams-left ul li a:before {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  border: 1.5px solid #fff;
  border-left: 0;
  border-top: 0;
  right: -7px;
  bottom: 4px;
  transform: rotate(-43deg);
}

.bredcrams-left ul li:last-of-type a:before {
  display: none;
}

.bredcrams-right {
  height: auto;
  width: 100%;
  text-align: right;
}

.bredcrams-right span a img {
  max-width: 30px;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 5px;
}

.blog-details-wrap {
  max-width: 1100px;
  margin: auto;
  padding: 60px 0px 100px 0px;
}

.blog-details-wrap p {
  color: #fdf2dd;
}

.power-wrap {
  background: #e5ebe1;
  border-radius: 40px;
  border-bottom: 11px solid #ffffff;
  padding: 28px 70px;
  text-align: center;
  color: #143642;
  display: inline-block;
  margin-top: 30px;
  width: 100%;
}

.power-wrap p {
  text-align: center !important;
}

.power-wrap .blog-input {
  padding: 0;
}

.power-wrap .blog-input a {
  background: #143642;
  color: #fff;
  border-radius: 40px;
  text-transform: uppercase;
}

section.customer-sec .carousel-indicators {
  bottom: -40px;
}

.detais-banner {
  width: 100%;
  text-align: center;
  height: 380px;
  position: relative;
}

.detais-banner img {
  width: 100%;
  height: 380px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.detais-banner:before,
.view-post::before,
.video-wrap::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: #00000080;
  left: 0;
  top: 0;
}

.view-post::before {
  border-radius: 30px;
}

.detais-text {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.product-details .slick-slide img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.menu_item ul.left-menu {
  text-align: left;
  height: 58px;
  line-height: 58px;
}

.blog-details-new {
  height: auto;
  width: 100%;
  color: #fff;
}

span.spanbtn {
  color: var(--third-color);
  font-size: 14px;
  background: #fff;
  /* border-radius: 50px; */
  padding: 5px 15px;
  display: inline-block;
  margin-bottom: 8px;
  font-family: var(--font-gilroy-semibold);
}

.blog-details-img {
  height: 450px;
  width: 100%;
  /* border-radius: 20px; */
  overflow: hidden;
  margin: 20px 0px 40px 0px;
}
.blog-details-new .title h1{
  font-family: var(--font-gilroy-bold);
}
.blog-details-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.blog-details-short {
  display: flex;
  justify-content: space-between;
  padding: 30px 0px;
}

.blog-details-short-img {
  width: 50%;
  height: 250px;
  border-radius: 20px;
  overflow: hidden;
}

.blog-details-short-img img {
  height: 100%;
  width: 100%;
  background-size: cover;
}

.blog-details-short-text {
  width: 50%;
  padding-right: 20px;
}

.Trending {
  background: var(--third-color);
  /* border-radius: 20px; */
  padding: 21px;
  margin-top: 20px;
}

.Trending a {
  color: #fff;
  text-decoration: none;
}

.Trending h4 {
  font-size: 22px;
  font-weight: 500;
}

.Trending-box {
  display: flex;
  height: auto;
  width: 100%;
  margin-top: 18px;
}

.Trending-left {
  height: 110px;
  width: 110px;
  border-radius: 13px;
  overflow: hidden;
  min-width: 110px;
}


.Trending-right {
  padding-left: 10px;
  align-content: center;
}

.Trending-right h4 {
  font-weight: 500;
  font-size: 16px;
  font-family: var(--font-gilroy-semibold);
}

.Trending-right span.spanbtn {
  font-size: 13px;
  padding: 3px 14px;
}

.blog-details-text h2 ,.blog-details-text h3 ,.blog-details-text h4 ,.blog-details-text h5 ,.blog-details-text h6   {
  font-family: var(--font-gilroy-semibold);
}

.blog-details-text a{
  color: var(--secondary-color);
  text-decoration: none;
}

.read-more-blog {
  height: auto;
  width: 100%;
  padding: 40px 0px;
}

.read-more-blog .blog-texts span {
  padding: 4px 20px;
  margin-top: 15px;
}

.read-more-blog .blog-texts a h4 {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #ffffff;
}

.read-more-blog .blog-texts p {
  color: #fff;
}

.read-more-blog .blog-texts a {
  font-weight: 500;
  color: #fff;
}

.blog-desc img {
  width: 45% !important;
  height: 230px !important;
  /* border-radius: 20px; */
  overflow: hidden;
  background-size: cover;
  float: right;
  margin-left: 20px;
}

.blog-forms-wrap {
  margin-top: 140px;
  position: sticky;
  top: 97px;
}

.blog-forms-wrap .c_item_icon img {
  max-width: 50px;
}

.blog-forms-wrap .contact_box {
  padding: 28px;
  /* border-radius: 20px; */
}

.blog-forms-wrap .c_item {
  margin-bottom: 10px;
}

.logo-box {
  padding-right: 85px;
}

/* my code */

/* landing page */
/* .landing-form .contact_box .form-control {
    margin-bottom: 0;
} */

.Premier-wrap.banner .video-text > .title {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 25%;
  transform: inherit;
}

.Premier-wrap.banner {
  padding: 0;
  border-radius: 0;
}

.Premier-wrap.banner .video-wrap::before {
  display: none;
}

.Premier-wrap.banner .video-wrap {
  border-radius: 0;
  height: 900px;
}

.Premier-wrap.banner .video-wrap img {
  height: 100%;
  width: 100%;
}

.Premier-wrap.banner .video-wrap img.mobileBanner {
  display: none;
  max-height: 600px;
  object-fit: cover;
}

.Premier-wrap.banner .video-text > .title p {
  max-width: 100%;
}

.Premier-wrap.banner .video-text > .title p:first-of-type {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Premier-wrap.banner .video-text > .title p span img {
  max-width: 18px;
  position: relative;
  top: -4px;
}

.Premier-wrap.banner .video-text > .title p span {
  padding-right: 10px;
}

.Assagaon-wrap {
  padding: 20px;
  display: flex;
  width: 100%;
  background: #2c2e42;
  border-radius: 20px;
}

.Assagaon-left {
  max-width: 310px;
  border-radius: 30px;
  overflow: hidden;
  margin: 0px auto !important;
}

.Assagaon-img img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  min-height: 250px;
  max-height: 250px;
  object-fit: cover;
}

.Assagaon-left-wrap {
  width: 40%;
}

.Assagaon-right.decoration {
  width: 60%;
}

.Assagaon-right.decoration .title_grp {
  border-radius: 0;
  padding-bottom: 0;
}

.Assagaon-right.decoration .select-width .bg-second-flt {
  width: 175px;
  margin-top: 10px;
}

.Assagaon-right.decoration .title_grp > span {
  margin: 0;
  padding-top: 10px;
  text-align: left;
}

.Assagaon-left .slick-dots {
  bottom: 20px;
}

.missSlider .slick-dots {
  bottom: -25px;
}

.Assagaon-left .slick-dots li button:before,
.missSlider .slick-dots li button::before {
  content: "";
  background: #fff;
  opacity: 1;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

.Assagaon-left .slick-dots li,
.missSlider .slick-dots li {
  margin: 0;
}

.Assagaon-left .slick-dots li button,
.missSlider .slick-dots li button {
  padding: 0;
}

.Assagaon-left .slick-dots li.slick-active button::before,
.missSlider .slick-dots li.slick-active button::before {
  background-color: #e5ebe1;
}

.Assagaon-left .slick-prev,
.Assagaon-left .slick-next {
  display: block !important;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.Assagaon-left .slick-prev {
  left: 10px;
  z-index: 9;
}

.Assagaon-left .slick-next {
  right: 10px;
}

.slick-arrow:before {
  display: none;
}

.slick-arrow:after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  border: 2px solid #fff;
  left: 8px;
  top: 6px;
  border-left: 0;
  border-top: 0;
  transform: rotate(130deg);
}

.Assagaon-left .slick-next::after {
  transform: rotate(313deg);
  left: 5.5px;
}

.buildicon span {
  font-weight: 200 !important;
}

.buildicon span b label {
  font-size: 11px;
}

.landing-form .contact_box .form-control input,
.landing-form .contact_box .form-control textarea {
  border: 1.6px solid #ffffff66;
  color: #ffffff66;
  font-family: var(--font-gilroy-medium);
}

.landing-form .contact_box .form-control input::placeholder,
.landing-form .contact_box .form-control textarea::placeholder {
  color: #ffffff66;
  text-transform: uppercase;
}

.landing-form .contact_box {
  padding: 20px 20px 30px 20px;
  background: #2c2e42;
  margin: 0;
  position: relative;
}

.landing-form button.btn.btn-priamry,
.landing-form .border-btn button {
  background: #fdf2dd;
  color: #143642;
  border-radius: 10px;
  z-index: 9;
  position: relative;
}

.landing-form p {
  color: #ffffff;
}

.landing-form .contact_box img {
  max-height: 140px;
  max-width: 150px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.Villas-wrap .place-title h2 {
  text-transform: capitalize;
}

.place-title.Villas1 {
  top: 0;
}

.missSlider .slick-list {
  padding: 60px 0px !important;
}

.missSlider .slick-dotted.slick-slider {
  margin-top: 0;
}

.missImg {
  transform: scale(0.6, 0.6);
  transition: all 0.5s;
}

.missImg.slick-current {
  transform: scale(1.3, 1.3);
  transition: all 0.5s;
}

.missImg img {
  height: 100%;
  width: 100%;
  border-radius: 25px;
}

section.main-section.hideBefore:before {
  display: none;
}

.Premium-box {
  height: auto;
  width: 100%;
  padding-top: 15px;
  text-align: center;
}

section.main-section.hideBefore:after {
  display: none;
}

.Premium-box img {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}

.Premium-box h4 {
  font-size: 20px;
}

.Premium-box p {
  font-weight: 400;
}

.landing-form .contact_box .fomr-group input,
.landing-form .contact_box .fomr-group textarea {
  background: transparent;
  border: 1.6px solid #ffffff66;
  z-index: 9;
  position: relative;
  color: #ffffff66;
}

.landing-form textarea {
  height: 100px;
  width: 100%;
  border-radius: 10px;
  padding: 10px;
  outline: none;
}

.about-profile {
  padding: 50px 0;
}

.about-profile .about-profile-p {
  font-family: var(--font-gilroy-medium);
  font-size: 25px;
  width: 50%;
}

.about-profile-img-shape {
  position: absolute;
  width: 281px;
  height: auto;
  top: 0;
  right: 0;
  
}


.team-member {
  margin-bottom: 2rem;
}

.team-member-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #e0e0e0;
  margin-bottom: 1rem;
}

.team-member h4 {
  font-size: 1.5rem;
  font-family: var(--font-gilroy-bold);
}

.team-member p {
  line-height: 1.6; 
  font-family: var(--font-gilroy-medium);
}

.counter-sec {
  padding: 80px 0;
  background: var(--third-color);
}

.dream {
  height: auto;
  width: 100%;
  text-align: left;
}

.dream .call b {
  color: #fff;
}

.dream .call span a {
  color: #fff;
}

.dream span img {
  height: 55px;
  width: 55px;
}

.mobile-forms {
  display: none;
  padding: 40px 0px;
}

.mobile-show {
  display: none;
}

section.customer-sec.customer-M .client-name {
  margin-top: 20px;
}

/* landing page */

.Property-Overview-wraps .call,
.Property-Overview-wraps .call span b {
  color: #fff;
}

.Property-Overview-wraps .callwrap {
  flex-wrap: wrap;
  justify-content: space-between;
}

.Property-Overview-wraps .call {
  min-width: inherit;
  max-width: 48%;
  margin-top: 20px;
}

.Property-Overview-wraps .call span img {
  height: 56px;
  width: 56px;
}

.Property-Overview-wraps .call span b {
  font-size: 20px;
  font-weight: 500;
}

.Property-Overview-wraps .call span p {
  margin: 0;
}

.Property-Overview-wraps .title.mt-4 h2 {
  margin-bottom: 5px;
}

section.product-details .slick-prev,
.slick-next {
  display: block !important;
}

section.product-details .slick-next {
  transform: rotate(184deg);
  right: 0;
}

section.product-details button.slick-prev.slick-arrow {
  left: 0;
  z-index: 9;
}

section.product-details .slick-dots li button:before {
  color: #ffffff;
  opacity: 0.4;
}

section.product-details .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ffffff;
}

section.product-details .slick-dots {
  bottom: -35px;
}

section.product-details .slick-dots li {
  margin: 0;
}

section.product-details .slick-dots li button {
  padding: 0;
}

.property-all .property-card {
  max-width: 100% !important;
  margin-right: 0px !important;
  /* height:469px; */
  height:406px;

}

/* .property-header div {
  width: 60%;
}

.price-pro {
  width: unset !important;
} */

/* -----------------detail-section end--------------- */
/* media query start */

@media (min-width: 768px) {
  .dropdown:hover .dropdown-content {
    display: block;
  }
}

@media (max-width: 1366px) {
  .container {
    max-width: 1280px;
  }

  .place-title h2 {
    font-size: 30px;
  }

  .product-icon {
    width: 50px;
  }

  .Trending-right > h4 {
    font-size: 17px;
  }
}

@media (max-width: 1265px) {
  .Assagaon-wrap {
    display: block;
  }

  .Assagaon-left-wrap {
    width: 100%;
  }

  .Assagaon-right.decoration {
    width: 100%;
  }

  .Assagaon-right.decoration .title_grp {
    padding-left: 0;
  }

  .Assagaon-left {
    margin: 0 !important;
  }

  .dream .d-md-flex {
    display: block !important;
  }

  .dream .call {
    padding-bottom: 20px;
  }
}

@media (max-width: 1100px) {
  .title_grp span {
    font-size: 12px;
    margin-right: 10px;
  }
}

@media (max-width: 1080px) {
  .Significant-img img {
    height: 52px;
  }

  .Directions-icon .d-flex {
    display: block !important;
  }

  .Directions-icon h4 {
    padding-top: 15px;
  }
}

@media (max-width: 992px) {
  .banner .video-text > .title h1 {
    font-size: 45px;
    line-height: 48px;
  }

  .Significant-img {
    width: 100%;
    padding-top: 10px;
  }

  .Significant-text {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }

  .Significant-box {
    display: block;
    text-align: center;
  }

  .slider-content p {
    padding: 0px 10px;
  }

  .Trending-box {
    display: block;
  }

  .Trending-left {
    height: 120px;
    width: 100%;
  }

  .Trending-right {
    padding: 15px 0px 0px 0px;
  }
}

@media (min-width: 768px) {
  .solialIcon {
    display: none;
  }

  .offcanvas.offcanvas-start {
    transform: none;
    width: 100%;
    position: relative;
    background: #143642;
    visibility: visible;
    border: 0;
  }

  .offcanvas-body {
    overflow-y: visible;
    padding: 0;
  }

  .desktop-hide {
    display: none;
  }

  .toggleIcon .mobile-logo {
    display: none;
  }
}

@media (max-width: 991px) {
  .menu_item ul li {
    margin: 0 10px 0 0;
  }

  .counter-box p {
    font-size: 16px;
  }

  .explor-product {
    padding: 0px;
  }

  .counter-box h3 {
    font-size: 30px;
  }

  .py-dholera {
    padding-top: 10px;
  }

  .py-dholera .w-75 {
    width: 100% !important;
  }

  .main-section1 {
    padding: 10px;
  }

  .main-section1 .w-75 {
    width: 100% !important;
  }

  .menu_item ul li a,
  .menu_item ul .dropdown-toggle {
    font-size: 16px;
  }

  .desktop-logo img {
    width: 120px;
  }

  .header {
    min-height: 90px;
  }

  .decoration span {
    display: block;
    text-align: center;
  }

  .decoration span img {
    margin: auto;
  }

  .blog-title {
    margin: 15px 0px 0px 0px !important;
  }

  .scroll-blog .single-post {
    display: block !important;
  }

  .single-post-img {
    height: 250px;
    width: 95%;
  }
}

.mob_col {
  display: none;
}

@media only screen and (max-width: 767px) {
    
    
    .product-details .slick-slide img {
  height: 300px;
}
  .desk_col {
    display: none;
  }

  .mob_col {
    display: block;
  }

  .mobile_btn a.btn {
    margin: 20px auto 0;
    width: auto;
    display: table;
    text-align: center;
  }

  .menu_item ul li .dropdown .dropdown-content {
    margin: 10px 0px 0 15px;
    box-shadow: none;
  }

  .title_grp h4 {
    font-size: 20px;
  }

  section.customer-sec .carousel-indicators {
    bottom: 0px;
  }

  .mt-4.col-md-4.mt-md-5:last-child {
    margin-top: 0 !important;
  }
    
    .contact-today {
            width: 100%;
            position: relative;
        }

        .today-text {
            flex: inherit !important;
        }

        .today-text {
            font-size: 20px;
        }

        .info-item {
            width: 45%;
        }

}

@media (max-width: 767px) {

  section.getwat p.w-75 {
    width: 100% !important;
}
.blog-wraps.pt-5 {
    padding-top: 1rem !important;
}
.blog-forms-wrap {
    margin-top: 40px;
}
.read-more-blog {
    padding: 25px 0 0;
}

  body {
    overflow-x: hidden !important;
  }

  .dropdown:hover .dropdown-content {
    display: none;
  }

  .power-wrap {
    padding: 28px 40px;
  }

  .single-post-img {
    height: 180px;
    width: 230px;
    margin-right: 20px;
  }

  .scroll-blog .single-post {
    display: flex !important;
  }

  .decoration span {
    display: flex;
    text-align: left;
  }

  .feature-property .owl-nav {
    text-align: center;
  }

  .feature-property .owl-nav button.owl-next,
  .feature-property .owl-nav button.owl-prev {
    background: #2c2e42 !important;
    padding: 0;
    margin: 0 10px;
    color: #fff;
    width: 30px;
    height: 30px;
  }

  .product-details {
    padding: 20px 0;
  }

  .text-center.view_more {
    margin: 10px 0 30px;
  }

  .main-section::after {
    display: none;
  }

  .banner .text-describ {
    width: 100%;
  }

  .where-we {
    padding: 40px 0;
  }

  .call-us {
    padding: 0px 0 20px;
  }

  .form-section {
    padding: 0px 0 20px;
  }

  .customer-sec {
    padding: 40px 0px;
  }

  .blog-tranding {
    padding: 0px 0 0px;
  }

  .getwat {
    padding: 10px 0 10px;
  }

  .no-more {
    margin-top: 0px;
    margin-bottom: 23px;
  }

  .about h1 , .property-all-title h1{
    font-size: 30px;
    margin-bottom: 10px;
}
  .feature-property {
    padding: 30px 0px 0px;
  }

  .catch-on {
    padding: 0px 0 30px;
  }

  .about p {
    line-height: 24px;
  }

  .map-text {
    position: relative;
    height: 232px;
  }

  .map-text p,
  .map-text .present-location,
  .map-text .finding-place {
    top: 0px;
    right: 0px;
    position: relative;
  }

  .dropbtn {
    font-size: 20px;
    color: #fff;
    display: block;
    /* margin: 0 0 10px; */
    text-transform: uppercase;
    display: block;
    /* font-weight: 700; */
    padding: 0;
  }

  /* .single-post-img {
        width: 25%;
    } */
  .view-post {
    margin-bottom: 25px;
  }

  .blog-title p {
    margin: 15px 0;
    font-size: 14px;
  }

  .blog-title h4 {
    margin-bottom: 0px;
    font-size: 17px;
  }

  .scroll-blog {
    height: auto;
    padding-right: 0;
  }

  .call-us,
  .form-section {
    padding: 50px 10px;
    max-width: 95%;
    margin: 20px auto 60px;
    border-radius: 40px;
  }

  .counter_tab {
    margin-top: 0px;
  }

  .banner .title {
    padding: 0px 15px;
  }

  .image-full-section {
    padding: 0px;
  }

  .story p {
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }

  .overview img {
    width: 40px;
    height: 40px;
  }

  .call span:first-child {
    margin: 0 8px 0 0;
  }

  .interior .w-75 {
    width: 100% !important;
  }

  .interior .justify-content-center {
    justify-content: start !important;
  }

  .directions {
    max-width: 96%;
  }

  .overview {
    padding: 50px 10px;
    max-width: 96%;
  }

  .interior-brand-heading {
    font-size: 14px;
  }

  .warp-flex {
    flex-wrap: wrap;
  }

  .overview .call {
    min-width: 120px;
    width: 46%;
  }

  .bg-color-set {
    padding: 40px 15px;
  }

  .bg-color-set .d-block {
    width: 40px;
  }

  .slider-content p {
    font-size: 14px;
    line-height: 30px;
  }

  .slider-content p {
    padding: 0px;
  }

  .map-text .finding-place {
    font-size: 20px;
    left: 7%;
  }

  .map-text .map-description {
    bottom: 0px;
    margin: 10px 0px;
    left: 7%;
  }

  .map-text .villa {
    top: 15px;
    left: 7%;
  }

  .map-text .plus-location {
    top: -20%;
    left: 47%;
  }

  .placeIMG .place-title {
    bottom: 6%;
    padding: 20px 10px;
  }

  img.map-img {
    height: 400px;
  }

  .counter_tab {
    gap: 10px;
  }

  .counter-box {
    min-width: auto;
    padding: 0px 10px;
  }

  .main-section {
    padding: 40px 0px;
  }

  .main-section .title p {
    max-width: 100%;
    font-size: 16px;
  }

  /*.tab-box .nav-tabs button{
        min-width: 160px;
        margin: 5px;
    }*/
  /* .bannerImg {

        height: 60vh;

    } */

  .container {
    padding: 0px 10px;
  }

  .title h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .catch-on .title b {
    color: #e5ebe1;
    font-size: 19px;
  }

  .banner .title h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .c_item {
    margin-bottom: 10px;
  }

  .contact_box {
    padding: 30px 10px;
  }

  .footer::after {
    width: 100%;
  }


  .details .form-control {
    margin-top: 20px;
  }

  .border-btn button {
    width: 100%;
  }

  .border-btn {
    border: none;
    margin-top: 20px;
    display: flex;
    justify-content: center;
  }

  .details .mt-5 {
    margin-top: 10px !important;
  }

  .bg-second {
    padding: 40px 10px;
  }

  .select-container {
    margin-top: 0;
    padding: 2px;
  }

  .custom-select {
    width: 100%;
  }

  .filter .col-md-4 {
    margin-bottom: 10px;
  }

  /* .about-heading {
    padding: 0px 10px;
  } */

  .about-banner-logo {
    left: calc(50% - 48px);
    width: 96px;
    top: calc(100% + -45px);
  }

  /* .about-heading {
    padding-top: 30px;
  } */

  .story .story-counter h2 {
    font-size: 40px;
  }

  .story {
    padding: 50px 10px;
  }



  /* .about-heading {
    padding-bottom: 70px;
  } */

  .about h2 {
    font-size: 40px;
    line-height: 50px;
  }

  .filter {
    padding: 40px 10px;
  }

  .bottom-footer {
    margin: 0;
    padding: 50px 10px;
  }

  .banner {
    position: relative;
    padding: 0px 10px 25px;
  }

  .banner-image {
    top: 40px;
  }

  .banner h2 {
    font-size: 42px;
    line-height: 50px;
  }

  span.mobile-logo img {
    width: 179px;
  }

  /* .toggleIcon .mobile-logo {
    display: block;
    position: absolute;
    left: 55%;
    top: 33px;
    transform: translatex(-50%);
  } */

  .toggleIcon .desktop-hide {
    background: transparent;
    border: 0;
    padding: 0;
  }

  .menu_item ul li a,
  .menu_item ul .dropdown-toggle {
    font-size: 34px;
    color: #fff;
    display: block;
    margin: 0 0 10px;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
  }
  .property-slider {
    width: 100% !important;

}

  .property-card {
    max-width: 100% !important;
    padding-bottom: 10px !important;
    margin-right: 5px !important;
    margin-left: 5px !important;
}

  /*.dropbtn:after {
        top: 2px;
    }*/
  .dropbtn:after {
    top: 5px;
    right: -30px;
  }

  .menu_item {
    flex-direction: column;
    align-items: flex-start !important;
  }

  span.desktop-logo {
    display: none;
  }

  .menu_item ul li {
    margin: 0;
    display: block;
  }

  .header-btn {
    background: transparent;
    padding: 0;
    color: #fff !important;
  }

  button.btn-close.text-reset {
    filter: invert(1);
    opacity: 1;
    border: 1px solid #000;
    border-radius: 50%;
  }

  .footer li a {
    font-size: 14px;
  }

  .call-us,
  .form-section {
    width: 100%;
  }

  .footer::after {
    content: "";
    position: absolute;
    background: url(../images/seiraimg/Group107.svg);
    width: 254px;
    overflow: hidden;
    height: 235px;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .offcanvas {
    background: #143642;
  }

  .choose-wrap {
    display: block;
  }

  .choose-box {
    margin: 10px 0px;
  }

  .ratting-banner img {
    max-width: 90px;
  }

  .ratting-banner p {
    font-size: 12px;
  }

  .ratting-banner {
    bottom: 3%;
  }

  .solialIcon1 {
    width: 100%;
  }

  .solialIcon1 p {
    display: none;
  }

  .solialIcon1 .d-flex.gap-2.align-items-center {
    justify-content: center;
    padding-top: 20px;
  }

  .menu_item ul.left-menu {
    height: initial;
    line-height: inherit;
  }

  .tab-box .nav-tabs button {
    min-width: 100px;
  }

  .banner .title {
    left: 0;
  }

  .blog-details-img {
    height: 350px;
  }

  .Trending-box {
    display: flex;
  }

  .Trending-left {
    width: 120px;
  }

  .Trending-right {
    padding: 0px 0px 0px 15px;
  }

  .blog-desc img {
    width: 100% !important;
    margin-left: 0px;
  }

  .blog-forms-wrap {
    position: static;
  }

  .blog-forms-wrap .contact_box {
    margin: 0;
  }

  .logo-box {
    padding-right: 0px;
  }

  .video-wrap::before {
    top: -6px;
  }

  .banner .video-text > .title p {
    display: none;
  }

  .place-title.Villas1 {
    top: 20px;
    left: 22px;
  }

  .story-counter {
    text-align: center;
    margin-bottom: 30px;
  }
  .story-counter h4 {
    font-size: 45px;
}

.counter-sec {
  padding: 60px 0;
}


  .about-profile .about-profile-p {
    font-size: 16px;
    width: 100%;
}

.about-profile-img-shape {
  display: none;
}


  .missImg {
    height: auto;
  }

  .bg-color-set {
    min-height: 240px;
  }

  .Assagaon-right.decoration span img {
    margin: 0;
    display: block;
    margin-bottom: 10px;
  }

  .Assagaon-right.decoration span {
    display: block;
    text-align: left;
  }

  .landing-form .fomr-group.w-50.fWidths {
    width: 100% !important;
  }

  .Premier-wrap.banner .video-wrap img.mobileBanner {
    display: block;
  }

  .Premier-wrap.banner .video-wrap img {
    display: none;
  }

  .mobile-forms {
    display: block;
  }

  .res-form-hide {
    display: none;
  }

  .mobile-show {
    display: block;
  }

  .DC-show {
    display: none;
  }

  .for-mobile {
    display: flex;
    justify-content: space-between;
  }

  .for-mobile .position-relative:first-of-type {
    margin-right: 15px;
  }

  .place-title h2 {
    font-size: 22px;
  }

  .for-mobile .place-title h2 {
    position: relative;
    top: 20px;
  }

  .for-mobile .mb-4 {
    margin-bottom: 0 !important;
  }

  section.customer-sec.customer-M .sliderIMg {
    display: none !important;
  }

  section.customer-sec.customer-M .client-name {
    margin-top: 0px;
  }



  .dropdown-content a:hover {
    background-color: transparent;
  }

  .Property-Overview-wraps {
    padding-bottom: 20px;
  }

  .Property-Overview-wraps .callwrap {
    display: block !important;
  }

  .Property-Overview-wraps .call {
    max-width: 100%;
  }

  .prodetails-padd {
    padding-top: 40px;
  }

  .Directions-icon .d-flex {
    display: flex !important;
  }

  .Directions-icon h4 {
    padding-top: 0px;
  }
}

@media (max-width: 576px) {
  .banner .video-text > .title h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .banner .video-text > .title p {
    padding-bottom: 8px;
    font-size: 15px;
  }

  .Premier-wrap.banner .video-wrap {
    height: auto;
    max-height: 480px;
  }

  .Assagaon-left {
    max-width: 100%;
  }

  .Assagaon-right.decoration .title_grp {
    padding-left: 0;
    padding-right: 0;
  }

  .Assagaon-right.decoration .select-width .bg-second-flt {
    margin-top: 15px;
  }
}

@media (max-width: 450px) {
  .Significant-img img {
    margin-bottom: 5px;
  }

  .scroll-blog .single-post {
    display: block !important;
  }

  .blog-title {
    margin: 15px 0px 0px 0px !important;
  }

  .scroll-blog .single-post {
    display: block !important;
  }

  .single-post-img {
    height: 280px;
    width: 100%;
    margin-right: 0px;
  }

  .btn-secondary {
    padding: 8px 30px;
  }
}

@media (max-width: 376px) {
  .banner .video-text > .title h1 {
    font-size: 26px;
    line-height: 26px;
  }
}

.title_grp h4 a {
  color: #fff;
  text-decoration: none;
}

.title_grp h4 a:hover {
  color: #e5ebe1;
}

#autoOpenModal .modal-header .btn-close {
  margin: 0px;
  position: absolute;
  right: 15px;
  top: 12px;
  opacity: 0.7;
}
#interestedModal .modal-header .btn-close {
  margin: 0px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.7;
}
.tirelNew-Wraps {
  display: flex;
  justify-content: space-between;
}

.title_grp .starting-from p {
  font-size: 12px;
}
.title_grp .starting-from h4 {
  font-size: 20px;
}














/* new css */


.main-home {
  position: relative;
}

.main-home::after{

  content: "";
  width: 775px;
  height: 760px;
  display: flex;
  background: #173D4A;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 171px;
  left: 0;
  right: 0;
  z-index: -3;
  border-radius: 50% 50% 0 0;

}

.Luxury-apartments {
  display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 10px;
    background-color: var(--fourth-color);
    padding: 18px 13px;
}

.Luxury-apartments h4 {
color: var(--third-color);
font-family: var(--font-gilroy-semibold);
font-size: 42px;
}

.luxury-villas {
  margin-top: 10px;
  background-color: var(--third-color);
  padding: 18px 14px;
}

.luxury-villas h4 {
  color: var(--fourth-color);
  font-family: var(--font-gilroy-semibold);
  font-size: 42px;
  }

.Luxury-apartments p {
  color: var(--third-color);
  font-family: var(--font-gilroy-semibold);
  margin-bottom: 0px;

  }

  .luxury-villas p {
    color: var(--fourth-color);
    font-family: var(--font-gilroy-semibold);
    margin-bottom: 0px;
  
    }

  .Luxury-apartments .icon-button {
      display: flex;
        align-items: center;
        justify-content: center;
        background: var(--third-color);
        padding: 10px;
  }


  .luxury-villas-text {
    margin-top: 10px;
    border: 1px solid var(--third-color);
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .luxury-villas-text .icon-button {
    display: flex;
      align-items: center;
      justify-content: center;
      background: var(--secondary-color);
      padding: 10px;
  }


  .know-more {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .know-more a{

    color: var(--secondary-color);
    font-family: var(--font-gilroy-semibold);

    text-transform: uppercase;
    text-decoration: none;
  }


.highlight-text {
  color: var(--secondary-color);
}

.main-home::before{

  content: "";
  width: 656px;
  height: 655px;
  display: flex;
  background: #153A46;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 226px;
  left: 0;
  right: 0;
  z-index: -2;
  border-radius: 50% 50% 0 0;

}



.main-home-section2::before{

  content: "";
  width: 322px;
  height: 322px;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 535px;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 100%;

background: #10FFEB;

filter: blur(300px);

}
.main-home-section h1{
    color: var(--fourth-color); 
    text-align: center;
    font-family: var(--font-gilroy-bold);
    font-size: 73px;
    font-weight: 400;
    
}

.thriving p{
  color: var(--fourth-color);
  font-family: var(--font-gilroy-regular) !important;
  font-weight: 400;
  position: absolute;
  top: 353px;
  left: 90px;
  width: 203px;
}

.thriving strong{
  font-family: var(--font-gilroy-bold);
}

.see-properties {
  position: absolute;
  right: 67px;
  top: 78%;
}


.button-wrapper {
  position: relative;
  cursor: pointer;
  text-decoration: none;

}

.button-border {
  position: absolute;
  inset: 0;
  border: 2px solid var(--secondary-color);
  border-radius: 50%;
  transform: rotate(-133deg);
  transition: transform 0.2s ease;
  width: 111.7px;
  height: 251.79px;
  top: -115px;
  left: 52px;
  transition: background-color 0.3s ease;
}

.about-para {
  width: 80%;
  text-align: justify !important;
}

/* .button-border:hover {
  background-color: var(--secondary-color);
} */

.button-text {
  position: relative;
  color: var(--secondary-color);
  font-family: var(--font-gilroy-semibold);
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0px 48px;
  transform: rotate(-12deg);
  transition: transform 0.2s ease, color 0.3s ease, background-color 0.3s ease; /* Smooth background transition */
  background-color: transparent; /* Initial background */
}

.button-wrapper {
  display: inline-block;
  position: relative;
}

.button-wrapper:hover .button-text {
  color: var(--primary-color);
  /* background-color: var(--secondary-color); Background color on hover */
  z-index: 2; /* Bring it to the foreground */
}

.button-border {
  background-color: transparent; /* Transparent background initially */
  transition: background-color 0.3s ease; /* Smooth transition */
}

.button-wrapper:hover .button-border {
  background-color: var(--secondary-color); /* Changes background color */
  z-index: 1; /* Behind the text */
}




.meet {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  width: 220px;
}


.button-wrapper-meet {
  position: relative;
  cursor: pointer;
  text-decoration: none;

}

.getwat {
position: relative;
}

.button-border-meet {
  position: absolute;
  inset: 0;
  border: 2px solid var(--secondary-color);
  border-radius: 50%;
  transform: rotate(-133deg);
  transition: transform 0.2s ease;
  width: 163.7px;
  height: 335.79px;
  top: -149px;
  left: 19px;
  background: var(--secondary-color);
}

.button-text-meet {
  position: relative;
  color: #000;
  font-family: var(--font-gilroy-semibold);
  font-weight: 500;
 text-transform: uppercase;
 text-decoration: none;
  padding: 24px 48px;
  transform: rotate(-12deg);
  transition: transform 0.2s ease;
  z-index: 1;
}






.property-slider {
  width: 100%;
  height: 100%;
  /* padding-left: 3.5%;   */
}

.property-slider .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 327px !important;
}

.property-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.property-slider {
  cursor: grab; /* Default grab cursor */
}

.property-slider.grabbing {
  cursor: grabbing; /* Grabbing cursor when dragging */
}



.property-card {
  max-width:100%;
  overflow: hidden;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
  padding-bottom: 10px;
  margin-right: 20px;
}


.image-container img {
  width: 100%;
  height: 193px;
  object-fit: cover;
  max-width: 100%;
}

.image-container {
  position: relative;
  width: 100%;
  height: 193px;
}

.recently-added {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--primary-color);
  color: white;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-gilroy-bold);
}

.carousel-indicators {
  bottom: 20px;
}

.carousel-indicators button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 4px;
}

.property-info {
  padding: 14px;
  text-align: left;
  height: 200px;
  /* height: 264px; */
}

.property-name {
  font-size: 24px;
  font-family: var(--font-gilroy-bold);
  color: var(--primary-color);
 
}

.property-description {
  color: var(--primary-color);
  opacity: 60%;
  text-align: left;
    width: 90%;
}

.property-details {
  display: flex;
  gap: 24px;
  margin-bottom: 30px;
}

.detail-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--primary-color);
  opacity: 60%;
  font-family: var(--font-gilroy-medium);
}

.detail-item svg {
  width: 20px;
  height: 20px;
  color: #666;
}

.price {
  font-size: 24px;
  font-family: var(--font-gilroy-bold);
  color: var(--primary-color);
  line-height: 1.2;
}


.property-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
 
}

.book-visit-btn {
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  padding: 10px 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 14px;
  text-decoration: none;
  font-family: var(--font-gilroy-bold);
  position: absolute;
    bottom: 0px;
}

.book-visit-btn:hover {
  background-color: var(--primary-color);
  color: white;
  text-decoration: none;
}

.property-slider .slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.about-feature .feature-icon {
  width: 80px;
  height: 80px;
}
.about-feature .feature-title {
  color: var(--third-color); /* Tailwind's teal-700 equivalent */
}
.about-feature .feature-description {
  color: var(--third-color); /* Tailwind's gray-600 equivalent */
}

.about-feature h2 {
  color: var(--third-color);
  font-family: var(--font-gilroy-bold);
}

@media (max-width: 767px) {
    .property-slider {
    /* padding-left: 0%!important; */
  }
}

 @media (min-width: 1500px) {
  .property-slider {
    /* padding-left: 7.5%; */
  }
}
         @media (min-width: 1700px) {
  .property-slider {
    /* padding-left: 11.5%; */
  }
}
/* ============ Full Page Slider ================= */
.creative-fullpage--slider{
	background-color: #ffffff;
	z-index: 2;
	width: 100%;
	position: relative;
	flex-direction: column;
	/* height: 100vh; */
	font-size: 16px;
	display: flex;
	clip-path: none !important;
    overflow: hidden;
    border-radius: 50% 50% 0 0;
}
.creative-fullpage--slider .slider-inner {
	background: #000;
	/* height: 100vh; */
	position: relative;
}
.creative-fullpage--slider .swiper-slide {
	position: relative;
	display: flex;
	justify-content: center;
	text-align: left;
	flex-direction: column;
	overflow: hidden;
 
}
.creative-fullpage--slider .swiper-slide .slider-inner img 
{
	object-fit: cover;
	width: 100%;
	/* height: 100vh; */
}
.creative-fullpage--slider .swiper-slide .slider-inner video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
	position: absolute;
	top: 22%;
	left: 50px;
	z-index: 1;
}
.creative-fullpage--slider .swiper-slide .slider-inner::after {
	content: "";
	position: absolute;
	width: 101%;
	height: 100%;
	top: 0;
	left: -1px;
	background-color: transparent;
	background-image: radial-gradient(at center right, #FFFFFF00 50%, #00000096 100%);
}
.swiper-slide .slider-inner .swiper-content .title-area .tag {
	color: #ffffff;
	font-weight: 900;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.swiper-slide .slider-inner .swiper-content .title-area .title {
	margin-top: 50px;
	color: #fff;
	font-size: 8vw;
	font-family: "Inter", sans-serif;
	font-weight: 900;
	line-height: 1.1;
	text-transform: uppercase;
	margin-bottom: 50px;
	margin-left: -12px;
	text-decoration: none;
}
.swiper-slide .slider-inner .swiper-content p.disc {
	font-size: 20px;
	width: 100%;
	margin-top: 15px;
	margin: 20px 0px 40px 0px;
	font-weight: 400;
	line-height: 32px;
	color: #FFFFFFB0;
}
.creative-btn--wrap .creative-slide--btn {
	color: #ffffff;
	margin-left: 18px;
	font-size: 1.4em;
	transition: margin-left 300ms cubic-bezier(0.49, 0, 0.01, 1);
	font-weight: 400;
	display: inline-flex;
	position: relative;
	white-space: nowrap;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	user-select: none;
	outline: none;
	outline-color: transparent;
	box-shadow: none;
	will-change: transform;
	backface-visibility: hidden;
}

.creative-btn--circle .circle {
	position: absolute;
	right: calc(100% - 10px);
	top: 0;
	bottom: 0;
	margin: auto;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	clip-path: circle(25% at 50% 50%);
	transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle .circle-fill {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 100%;
	background-color: #ffffff;
	will-change: transform;
	transform: scale(0);
	z-index: 1;
	transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1), background-color 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle-icon {
	transform: translate(-100%, 0%);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	z-index: 2;
	transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle-icon .icon-arrow{
	width: 20px;
	height: 20px;
	stroke: none;
	fill: #000;
}
.creative-btn--circle .circle-outline {
	fill: transparent;
	width: 10px;
	stroke: #ffffff;
}
.creative-btn--wrap .creative-slide--btn .creative-btn--label {
	margin-left: 4pt;
	transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--wrap .creative-slide--btn .creative-btn__border {
	position: absolute;
	left: 4pt;
	right: 0;
	bottom: 0;
	height: 1px;
	background: currentColor;
	transform-origin: right;
	transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--wrap .creative-slide--btn:hover .creative-btn--label {
	transform: translateX(18px);
}
.creative-btn--wrap .creative-slide--btn:hover .creative-btn__border {
	transform: scale(0, 1);
}
.creative-btn--wrap .creative-slide--btn:hover{
	margin-left: 38px !important;
}
.creative-btn--wrap .creative-slide--btn:hover .circle {
	clip-path: circle(50% at 50% 50%);
}
.creative-btn--wrap .creative-slide--btn:hover .circle-fill {
	transform: scale(1, 1);
}
.creative-btn--wrap .creative-slide--btn:hover .circle-icon {
	transform: translate(0%, 0%);
	opacity: 1;
}
.creative-fullpage--slider .swiper-container-h .swiper-button-next, 
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
	bottom: 5%;
	top: unset;
	transform: scale(1);
	transition: all 0.4s;
	background-color: #FFFFFF00;
	backdrop-filter: blur(20px);
	height: 85px;
	width: 85px;
	line-height: 85px;
	border-radius: 50%;
	transition: all 0.4s;
}
.creative-fullpage--slider .swiper-container-h .swiper-button-next {
	right: 50px;
}
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
	left: 50px;
}
.swiper-container-h .slider-pagination-area {
	display: flex;
	align-items: center;
	justify-content: center;
	position:absolute;
	top: unset;
	right: unset;
	bottom:38px;
	left: 50% !important;
	transform: translateX(-50%);
	width: 400px;
	z-index: 1;
}
.swiper-container-h .slider-pagination-area .slide-range {
	font-size: 16px;
	font-weight: 500;
	margin: 0 15px;
	color: #ffffff;
	line-height: 0;
	position: absolute;
	font-size: 20px;
}
.swiper-container-h .slider-pagination-area .slide-range.one {
	left: -50px;
}
.swiper-container-h .slider-pagination-area .slide-range.three {
	right: -50px;
}
.swiper-container-h .slider-pagination-area .swiper-pagination {
	bottom: 0 !important;
	width: 391px !important;
}
.swiper-container-h .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
	background: #ffffff;
}
.swiper-container-h .swiper-button-next::after {
	content: "\f061";
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
	background: none;
	color: #ffffff;
	font-size: 60px;
}
.swiper-container-h .swiper-button-prev::after {
	content:"\f060";
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
	background: none;
	color: #ffffff;
	font-size: 60px;
}
.swiper-container-h .swiper-button-next:hover, 
.swiper-container-h .swiper-button-prev:hover {
	background: #FFFFFF0D;
}

.review-slider {
  padding: 40px 0;
}

.review-slider .stars {
  color: var(--secondary-color);
  font-size: 24px;
  margin-bottom: 20px;
}


.review-slider .review-content {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
  font-family: 'gilroy-regular';
  font-style: italic;
}

.review-slider .reviewer-name {
  font-size: 24px;
  font-family: var(--font-gilroy-bold);
  margin-bottom: 5px;
}

.review-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0px;
  padding: 0;
  cursor: pointer;
}

.review-slider .slick-dots {
  text-align: left;
}

.review-slider  .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

.review-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.review-slider .slick-dots li button:before {
  color: white;
  font-size: 12px;
  opacity: 0.5;
}

.review-slider .property-details {
  font-size: 16px;
  opacity: 0.8;
  font-family: var(--font-gilroy-semibold);
}

.review-slider .property-details {
  display: flex;
  gap: 20px;
  margin: 15px 0;
}

span.select2-selection.select2-selection--multiple:before {
  content: ' ';
  display: block;
  position: absolute;
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 6px;
  margin-left: -4px;
  margin-top: -2px;
  top: 50%;
  width: 0;
  cursor: pointer;
}


.review-slider .reviewer-name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.review-slider .property-details {
  font-size: 16px;
  opacity: 0.8;
}

.review-slider .property-details {
  display: flex;
  gap: 20px;
  margin: 15px 0;
}


.feature-news {
  padding: 50px 0;
  background: var(--primary-color);
}

.feature-news .container::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  background-image: url(../images/seiraimg/new-over.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-slider .news-card {
  position: relative;
  margin: 15px;
}

.news-slider .news-date {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  margin: 6px 0;
  font-family: var(--font-gilroy-semibold);
}

.news-slider .news-title {
  font-size: 24px;
  font-family: var(--font-gilroy-semibold);
}

.news-slider .category-tag {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--fourth-color);
  color: var(--third-color);
  padding: 5px 15px;
  font-size: 11px;
  font-family: var(--font-gilroy-bold);
}

.news-slider .slick-dots {
  bottom: -50px;
}

.news-slider .slick-dots li button:before {
  color: white;
  font-size: 12px;
  opacity: 0.5;
}
.news-slider .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

.news-slider img{
  max-width: 100%;
  height: 267px;
  object-fit: cover;
}

.formmargintop {
  padding-top: 20px !important;
}

.contact-sec {
  padding: 50px 0px 123px 0;
  background: var(--secondary-color);
}

.contact-sec .title h2 {
color: var(--third-color);
}

.contact-sec .title p {
  color: var(--third-color);
  font-weight: 400;
 }

.form-container {
  background: white;
  padding: 20px;
  position: relative;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sand-texture {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}


.form-container form {
width: 60%;
}
.form-title {
  color: #1B3B36;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}
.form-subtitle {
  color: #666;
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: center;
}
.form-control {
  border: none;
  border-bottom: 2px solid #1B3B36;
  border-radius: 0;
  padding: 10px 0;
  font-size: 16px;
  background: transparent;
}
.form-control:focus {
  box-shadow: none;
  border-color: #1B3B36;
}
.form-label {
  color: #1B3B36;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}
/*
.submit-btn {
  background: #1B3B36;
  color: white;
  padding: 12px 40px;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  margin-top: 20px;
}
.submit-btn:hover {
  background: #152f2b;
}
*/

.sand-texture {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
}
.home_contact{
  position: relative;
}

.about-img-right {
  height: 582px;
  object-fit: cover;
  margin-top: -276px;
  position: relative;
}


.contact-sec   .group 			  { 
  position:relative; 
  margin-bottom:15px; 
}
.contact-sec input 				{
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:100%;
  border:none;
  border-bottom:2px solid var(--third-color);
  font-family: var(--font-gilroy-semibold);
  background-color: transparent;
}
.contact-sec input:focus 		{ outline:none; }

/* LABEL ======================================= */
.contact-sec label 				 {
  color: var(--third-color);
  font-family: var(--font-gilroy-semibold);
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
.contact-sec input:focus ~ label, .contact-sec input:valid ~ label 		{
  top:-20px;
  font-size:14px;
  color:var(--third-color);
}

/* BOTTOM BARS ================================= */
.contact-sec .bar 	{ position:relative; display:block; width:100%; }
.contact-sec .bar:before, .contact-sec .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background: var(--third-color); 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.contact-sec .bar:before {
  left:50%;
}
.contact-sec .bar:after {
  right:50%; 
}

/* active state */
.contact-sec input:focus ~ .bar:before, .contact-sec input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.contact-sec .highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

.about-img-half {
    width: 821px;
    height: auto;
}

/* active state */
.contact-sec input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.filter-container {
  display: flex;
  gap: 20px;
  padding: 20px 0;
}

.filter-section {
  flex: 1;
}

.filter-label {
  font-size: 0.85rem;
  margin-bottom: 10px;
  color: white;
  font-family: var(--font-gilroy-semibold);
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
  background-color: transparent !important;
  border: 2px solid var(--third-color) !important;
  border-radius: 0px !important;
  min-height: 40px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--secondary-color) !important;
  border: none !important;
  border-radius: 0px !important;
  padding: 6px 13px !important;
  margin: 4px !important;
  color: #000;
  font-family: var(--font-gilroy-semibold);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{
  background-color: transparent !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--secondary-color) !important;
  color: var(--secondary-color) !important;
  font-family: var(--font-gilroy-semibold);
}

textarea.select2-search__field::placeholder {
  color: #fff;
  font-family: var(--font-gilroy-regular) !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px !important;
    margin-left: 0px !important;
    height: 44px !important;
    font-family: var(--font-gilroy-regular) !important;
    padding: 13px !important;
}



.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color:#BDBDBD; 
}

.select2-container--default .select2-results__option--selected {
  background-color: var(--secondary-color) !important;
  color: var(--primary-color) !important;
  font-family: var(--font-gilroy-semibold);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #000 !important;
  margin-right: 0px !important;
  border-right: none !important;
  right: 0 !important;
  top: 6px !important;
  left: unset !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  font-size: 15px;
  font-family: var(--font-gilroy-semibold);
}

.select2-dropdown {
  background-color: var(--primary-color) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.select2-container--default .select2-results__option {
  color: white;
  font-family: var(--font-gilroy-semibold);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--secondary-color) !important;
  color: var(--primary-color) !important;
}

.select2-search__field {
  color: white !important;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:var(--third-color); }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:var(--third-color); }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:var(--third-color); }
  to 	{ width:0; background:transparent; }
}

.form-container img{
	margin-top: -95px;
}

/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
	.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content{
		width: 100%;
		text-align: center;
		left: 0;
	}
	.creative-fullpage--slider .swiper-container-h .swiper-button-next, 
	.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
		height: 50px;
		width: 50px;
		line-height: 50px;
	}
	.swiper-container-h .slider-pagination-area{
		width: 200px !important;
	}
	.swiper-container-h .swiper-button-next::after, 
	.swiper-container-h .swiper-button-prev::after {
		font-size: 30px;
	}
	.creative-fullpage--slider .swiper-container-h .swiper-button-next, 
	.creative-fullpage--slider .swiper-container-h .swiper-button-prev{
		background: #ffffff3b;
	}
	.swiper-container-h .slider-pagination-area .swiper-pagination {
		bottom: 0 !important;
		width: 200px !important;
	}
}

/* ====================== Responsive Iphone =============================== */
@media screen and (max-width: 767px) {
	.swiper-slide .slider-inner .swiper-content .title-area .title {
		font-size: 64px;
	}
	.swiper-slide .slider-inner .swiper-content .title-area .tag{
		margin-bottom: 0px;
	}
	.swiper-slide .slider-inner .swiper-content p.disc{
		    margin: 20px auto 20px auto;
    font-size: 16px;
    width:95%;
	}
	/* .swiper-container-h .slider-pagination-area{
		display: none;
	} */
	.swiper-slide .slider-inner .swiper-content p.disc br{
		display: none;
	}

  .review-slider .review-content {
    margin-bottom: 10px;
    font-size: 20px;
}

.review-slider .property-details {
  gap: 11px;
  margin: -3px 0;
}

.review-slider {
  padding: 20px 0 16px;
}

.about-img-half {
  width: 100%;
  max-width: 100%;
height: auto;
}

.review-slider .stars {
  margin-bottom: 5px;
}

.h-inmob {
  height: 354px;
}

.h-100-two {
  height: auto;
}
.feature-news {
  padding: 40px 0;
}
.form-container {
  flex-direction: column;
}
.form-container img {
  margin-top: 32px;
}

.form-container form {
  width: 100%;
}
.contact-sec .group {
  position: relative;
  margin-bottom: 12px;
}

.contact-sec {
  padding: 50px 0px 40px 0;
}

.catch-on .social-icons {
  margin-bottom: 25px;
  margin-top: 11px;
}

.formmargintop {
  padding-top: 20px !important;
}


.feature-news .container::after {
  content: "";
  position: absolute;
  left: 0;
  top: -37px;
  width: 100%;
  height: 100%;
  background-image: url(../images/seiraimg/new-mob.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.luxury-villas .icon-button {
  display: flex
;
  align-items: center;
  justify-content: center;
  background: var(--secondary-color);
  padding: 10px;
}

.luxury-villas {
  display: flex
;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 12px;
}

.about {
  height: 10vh;
}

.about-img-right {
  height: auto;
  margin-top: 0px;
}

.about-heading p {
  font-size: 16px;
}
}




@media screen and (max-width: 767px) {
  .main-home-section h1 {
    font-size: 40px;
  }

  .main-home-section2 {
    padding-top: 100px;
}

.about-para {
  width: 100%;
}

.see-properties {
  right: 67px;
  top: 38%;
  z-index: 2;
}

.button-border {
  width: 108.7px;
  height: 253.79px;
  top: -112px;
  left: 52px;
}

.thriving {
  display: none;
}


.footer-bottom .no-more {
  margin-top: 00px;
  margin-bottom: 0px;
  padding: 6px !important;
  width: 157px !important;
  font-size: 15px !important; 
}

.footer-bottom .footer-bottom-text p {
  font-size: 17px !important;
}






.main-home {
  overflow: hidden;
}

.main-home::before {
  content: "";
  width: 101%;
  height: 584px;
  display: flex
;
  background: #153A46;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 247px;
  left: -8px;
  right: 0;
  z-index: -2;
  border-radius: 50% 50% 0 0;
  object-fit: cover;
}

.main-home::after {
  content: "";
  width: 116%;
  height: 598px;
  display: flex
;
  background: #173D4A;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 191px;
  left: -63px;
  right: 0;
  z-index: -3;
  border-radius: 50% 50% 0 0;
}

.see-properties{
        right: 0;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        top: 25%;
        z-index: 2;
        width: 217px;
}

.filter-container {
  display: flex;
  gap: 17px;
  padding: 20px 0;
  flex-direction: column;
}

.team-member-last {
  margin-bottom: 0px;
}

.catch-on {
  padding: 40px 0 !important;
}

.property-name {
  font-size: 20px;
}

.price {
  font-size: 20px;
}

.product-description h1 {
  font-size: 29px;
}

}

@media screen and (max-width: 480px) {
  .main-home {
    overflow: hidden;
  }

  .main-home::before {
    content: "";
    width: 120%;
    height: 509px;
    display: flex
;
    background: #153A46;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 292px;
    left: -38px;
    right: 0;
    z-index: -2;
    border-radius: 50% 50% 0 0;
    object-fit: cover;
  }

  
.see-properties{

  top:39%;

}

  .main-home::after {
    content: "";
    width: 134%;
    height: 598px;
    display: flex
;
    background: #173D4A;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 223px;
    left: -63px;
    right: 0;
    z-index: -3;
    border-radius: 50% 50% 0 0;
}

}

.catch-on .social-icons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 25px;
}


.catch-on a.social-icon {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex
;
  align-items: center;
  justify-content: center;
}

.catch-on a.social-icon i{
color: var(--fourth-color);
font-size: 18px;
}

.catch-on {
  padding: 50px 0;
}

.catch-on img {
  width: 100%;
    object-fit: cover;
    border-radius: 0px;
}



.footer li a,
.footer-text,
.solialIcon1 {
    font-family: var(--font-gilroy-semibold);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    color: #fff;
    line-height: 34px;
    text-align: left;
    text-transform: uppercase;
}

.footer-bottom {
  padding: 20px 0;
  background-color: var(--secondary-color);
}

.footer-bottom .no-more {
  margin-top: 00px;
  border: 2px solid var(--primary-color);
  text-decoration: none;
  font-family: var(--font-gilroy-semibold);
  color: var(--primary-color);
  padding: 10px;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.5s;
}

.footer-bottom .no-more:hover {
color: var(--fourth-color);
}

.footer-bottom .footer-bottom-text p {
  color: var(--third-color);
    font-family: var(--font-gilroy-medium);
    font-size: 26px;
}

.footer-bottom p {
  margin: 0;
}

.cutom-div h6 {
  font-family: var(--font-gilroy-bold);
  color: var(--third-color);
  margin-bottom: 0px;
}
.cutom-div p a{
  font-family: var(--font-gilroy-medium);
  color: var(--third-color);
 
  text-decoration: none;
}

.cutom-div p{
  font-family: var(--font-gilroy-medium);
  color: var(--third-color);
  line-height: unset;
  text-decoration: none;
}

.contact-icon img{
  width: 70px;
}


.pagination a:hover, .pagination .active {
  background-color: #f8fad3;
  color: #00283c;
  cursor: pointer;
  border-color: #f8fad3;
  border-radius: 0px;
}

.pagination a, .pagination span {
  padding: 10px 15px;
  border: 1px solid #fff;
  border-radius: 0px !important;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
    font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.active>.page-link, .page-link.active {
  z-index: 3;
  color: #143642 !important;
  background-color: #f8fad3 !important;
  border-color: #f8fad3 !important;
}
