@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
@import url("../fonts/fonts.css");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

body {
  background-color: #f9f9f7;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.2rem;
}
h5 {
  font-size: 1rem;
}
.social-sticky {
    bottom: 1.5em;
    position: fixed;
    right: 1.5em;
    z-index: 9;
}
header {
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 180px;
}

/* home */
.home {
  padding: 100px 170px;
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #1d4f3a;
}
.cursor-pointer{
    cursor:pointer;
}
.menu-container a {
  font-size: 1.5rem;
  color: #000;
}

.menu-container a:hover {
  color: #1d4f3a;
}
.text-primary {
  color: #1d4f3a !important ;
}
.text-secondary {
  color: #000 !important;
}

.homepage {
  position: relative;
}

.homepage .carousel-indicators {
  justify-content: end;
  bottom: 50px;
  align-items: center;
}

.pagination {
    display: flex;
    flex-wrap: wrap;
}
.pagination .page-item.active .page-link {
    border-radius: 5px;
    border-color: #1d4f3a;
    color: #fff;
    background-color: #1d4f3a;
}
.pagination .page-item .page-link {
    border-radius: 5px;
    border-color: #1d4f3a;
    color: #1d4f3a;
    padding: 5px 10px;
    font-size: 14px;
    margin: 2px 5px;
}
.carousel-indicators [data-bs-slide], .carosalBanner [data-bs-slide]{
  background: url("../img/rightlong.png") no-repeat;

  background-size: 20px;
  width: 30px;
  height: 30px;
  background-position: center;
  border: none;
}
.carousel-indicators [data-bs-slide]:nth-child(4) , .carosalBanner [data-bs-slide]:nth-child(4){
  background: url("../img/leftlong.png") no-repeat;

  background-size: 20px;
  width: 30px;
  height: 30px;
  background-position: center;
  border: none;
}

.hero-residence {
  bottom: 0px;
  text-transform: uppercase;
  font-size: 0.7rem;
}

.menu-btn {
  margin-right: 100px;
}

.hero-contact-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.hero-find {
  color: white;
  text-decoration: none;
  border: solid 1px white;
}
.hero-find p {
  font-size: 0.9rem;
  margin: 0;
  padding: 4px 8px;
}

.hero-content {
  z-index: 888;
}

.hero-content-title {
  font-size: 3.3rem;
  text-transform: uppercase;
  margin: 32px 0px;
  color: white;
  line-height: 3.3rem;
  font-weight: 300;
  margin-top: 30vh;
  text-align: left;
}
.p-relative{
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.servCircleBox, .servCircleBox .circleContent {
    display: flex;
    align-items: center;
    justify-content: center;
}
.servCircleBox {
        width: fit-content;
    height: 100%;
    border-radius: 100px;
    background-color: #fff;
    display: block;
    box-shadow: 0 3px 15px #1d4f3a38;
    border: 5px solid;
    border-color: #1d4f3a #fff #1d4f3a;
    text-decoration: none;
    position: relative;
    z-index: 22;
}
.servCircleBox:hover {
    border-color: #1d4f3a !important;
    transition:1s;
}
.servCircleBox .circleContent {
    width: 170px;
    height: 170px;
    border-radius: 100px;
    flex-direction: column;
    box-shadow: 0 3px 20px #1d4f3a26;
}
 .textbox {
    position: relative;
}


.textbox .autoComplete {
    left: 0;
    position: absolute;
    top: calc(100% + 5px);
    width: 100%;
}

.textbox .autoComplete .item {
    animation: showItem .3s ease forwards;
    background-color: #fff;
    box-shadow: 0 8px 8px -10px rgba(0, 0, 0, .4);
    box-sizing: border-box;
    color: #1d4f3a;
    cursor: pointer;
    display: block;
    font-size: .8rem;
    text-align:start;
    opacity: 0;
    outline: none;
    padding: 10px;
    text-decoration: none;
    transform-origin: top;
    /* transform: rotateX(-90deg); */
    transform: translateX(10px);
}

.textbox .autoComplete .item:hover,
.textbox .autoComplete .item:focus {
    background-color: #fafafa;
    color: #1d4f3a;
}

@keyframes showItem {
    0% {
        opacity: 0;
        /* transform: rotateX(-90deg); */
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        /* transform: rotateX(0); */
        transform: translateX(0);
    }
}
.hero-content-sub {
  text-transform: uppercase;
  color: white;
  text-align: left;
}

.home img {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider-navigation {
  z-index: 888;
  position: absolute;

  bottom: 70px;
  color: white;
  display: flex;
  align-self: end;

  justify-content: center;
  align-items: center;
}

.slider-navigation .nav-btn {
  width: 35px;
  height: 4px;
  background: gray;
  cursor: pointer;
}

.slider-navigation .nav-btn:not(:last-child) {
  margin-right: 15px;
}
.slider-navigation .nav-btn:hover {
  transform: scale(1.2);
}

.slider-navigation .nav-btn.active {
  background-color: white;
}

.img-slide {
  position: absolute;
  width: 100%;
  clip-path: circle(0% at 0 50%);
}

.img-slide.active {
  clip-path: circle(150% at 0 50%);
}

.iti--allow-dropdown {
    width:100% !important;
}
/* Services */
.services {
  padding: 64px 88px;
}
.article {
  display: flex;
  flex-direction: column;

  align-items: center;
}
.article-subtitle,
.article-title,
.article-text,
.services-title {
  text-align: center;
}

.article-subtitle {
  text-transform: uppercase;
  font-weight: 400;
  color: #1d4f3a;
  margin-top: 8px;

  margin-bottom: 24px;
}

.article-title {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 56px;
}

.article-text {
  font-size: 0.9rem;
  font-weight: 500;
  width: 70vw;
  line-height: 28px;
  margin-bottom: 56px;
}

.services-image img,
.residences-image img {
  width: 100%;
  height: 100%;

  object-position: center;
  object-fit: cover;
  overflow: hidden;
}

.overlay-text {
    position: absolute;
    bottom: 30px;
    left: 85px;
    transform-origin: left bottom;
    color: white; /* Change the color as needed */
    font-size: 18px; /* Adjust the font size as needed */
    font-weight: bold; /* Adjust the font weight as needed */
    padding: 5px; /* Add padding for better visibility */
    rotate: -90deg; /* Rotate the text vertically from bottom to top */
    font-family: "Montserrat", sans-serif;
    font-size: 2.2rem;
    font-weight: 400;
    color: white;
    text-transform: uppercase; 
    letter-spacing: 0.11em;
    padding: 20px 0;
    width:100%;
}

.services-title {
  margin-top: 64px;
}

.residences {
  padding: 64px 128px;
}
.imgovrlay {
    
  width: 100%;
  height: 100%;
  background: #000000a8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  outline: 0.4px solid white;
  outline-offset: -20px;
  }
.imgovrlay:hover {
 
  background: #00000082;
  }
.residences-image-text h4 {
  font-weight: 400;
  font-size: 1rem;
  margin: 0;
}

.residences-image-text p {
  font-weight: 400;
  font-size: 0.8rem;
  margin: 0;
}

.image-container {
  display: flex;
  justify-content: center;
}

.residences-image-text {
  color: white;
  bottom: 2vw;
  width: 100%;
}
.contact-form .form-control {
  border: 0.4px solid #1d4f3a !important;
  border-radius: 0px;
  margin-bottom: 1rem;
}
/*  about dmag*/

/* home about section */

.blog-line {
  border-top: 1px solid #1d4f3a;
}
.bg-primary {
  background-color: #1d4f3a !important;
}
/* subscribe */

.subscribe {
  padding: 128px 128px;
  background-color: darkblue;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background: url("../img/Newsletter.webp");
}

.subscribe-title,
.subscribe-subtitle,
.subscribe-text {
  color: white;
}

.subscribe-text {
  padding: 0 40px;
}

.email-form {
  display: flex;
}

.email-form-address {
  background-color: #1d4f3a;
  color: white;
  border: none;
  padding: 12px;
  width: 33vw;
}

.email-form-address::placeholder {
  color: white;
  opacity: 100%;
}

.email-form-btn {
  color: black;
  border: none;
  padding: 12px 24px;
  font-size:13px;
}

/* test.html */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.residences-custom img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}
.galleryImg {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
.residences-custom {
  height: 55vw;
}
.properties-custom {
  height: 60vw;
}
.residences .image-container {
  height: 100%;
  width: 100%;
}

/*  */

/*  */

.swiper-pagination-bullet {
  width: 30px !important ;
  height: 3px !important;
  border-radius: 0 !important;
  background-color: grey !important  ;
}

.swiper-button-next,
.swiper-button-prev {
  top: unset !important;
  bottom: -55px !important;
  width: 30px !important;
  height: 30px !important;

  background-color: white !important;
  background-position: center !important;
  background-size: 25px !important;
  background-repeat: no-repeat !important;
  padding: 8px 16px !important;
  border-radius: 0% !important;
  color: transparent !important;
}

.swiper-button-prev {
  background-image: url("../img/leftgrey.png") !important;
  background-color: #f9f9f7 !important;
  left: calc(50%) !important;
}

.swiper-button-next {
  background-image: url("../img/rightgrey.png") !important;
  background-color: #f9f9f7 !important;
  right: calc(50% - 80px) !important;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -50px !important;
  left: -100px !important;
}
/*  */

/* MEDIA QUERY */

@media screen and (max-width: 1300px) {
    .overlay-text{
        font-size: 1rem;
    }
}

@media screen and (max-width: 992px) {
  .menu-btn {
    margin-right: 50px;
  }

  header {
    padding: 60px 128px;
  }

  .residences {
    padding: 64px 80px;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -50px;
    left: -50px;
  }

  .swiper-button-prev {
    left: calc(60%);
  }

  .swiper-button-next {
    right: calc(40% - 80px);
  }

  .residences-custom {
    height: 100vw;
  }
  .properties-custom {
    height: 90vw;
  }
  .overlay-text{
    font-size: 1rem;
}
}

@media screen and (max-width: 768px) {
  .hero-contact-container {
    display: none;
  }
.flex-dev {
  flex-direction: column-reverse;
}
  .home {
    padding: 100px 128px;
  }

  /* services */

  .services {
    padding: 64px 56px;
  }

  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -50px;
    left: 0px !important;
  }

  .swiper-button-prev {
    left: calc(70%);
  }

  .swiper-button-next {
    right: calc(30% - 80px);
  }
  .residences {
    padding: 64px 96px;
  }

  .residences-custom {
    height: 90vw;
  }
  .properties-custom {
    height: 90vw;
  }
  .overlay-text{
    font-size: 1rem;
}
}

@media screen and (max-width: 576px) {
  header {
    padding: 60px 64px;
  }
  .home {
    padding: 100px 64px;
  }

  .hero-content-title {
    font-size: 2.4rem !important;
    line-height: 2.4rem !important;
  }

  .about-title1 {
    font-size: 2.2rem !important;
    text-align: center;
  }

  .property-title1 {
    font-size: 2.4rem !important;
  }

  .hero-content-sub {
    font-size: 0.8rem;
  }

  * {
    font-size: 14px;
  }

  /* services */

  .services,
  .residences {
    padding: 64px 32px;
  }

  .subscribe {
    padding: 128px 32px;
  }

  .subscribe-text {
    padding: 0;
  }

  .email-form-address {
    padding: 12px;
  }

  .email-form-btn {
    color: black;
    border: none;
    padding: 4px 8px;
  }

  .residences-image-text {
    color: white;
    bottom: 50px;
    width: 100%;
  }

  .residences-image-text h4 {
    font-weight: 400;
    font-size: 1.5rem;
    margin: 0;
  }

  .residences-image-text p {
    font-weight: 400;
    font-size: 1.2rem;
    margin: 0;
  }
  .hero-content-title {
    font-size: 2.3rem !important;
    text-transform: uppercase;
    margin: 0px;
    color: white;
    line-height: 2.3rem !important;
    font-weight: 300;
    margin-top: 25vh;
    text-align: left;
  }
  .home {
    padding: 100px 0px;
  }
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -50px;
    left: 0px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }

  .blog {
    padding: 30px 32px !important;
  }

  .residences-custom {
    height: 120vw;
  }
  .properties-custom {
    height: 120vw;
  }
  .overlay-text{
    font-size: 2rem;
    white-space: nowrap;

}
}

/* test */

.c-item {
  height: 100dvh;
}

.c-img {
  height: 100%;
  object-fit: cover;
}

.offcanvas-top {
  height: 80vh !important;
}




/* properties */
.properties-home {
    display: flex;
    align-items: center;
  }
  .hero-properties-title {
    font-size: 3.3rem;
    text-transform: uppercase;
    margin: 32px 0px;
    color: white;
    line-height: 3.3rem;
    font-weight: 300;
  }
  
  .properties {
    padding: 64px 128px;
    background-color: #f9f9f7;
  }
  
  .properties-navlink {
    color: black;
    font-size: 1.2rem;
    margin-bottom: 32px;
  }
  
  .sort-filter {
    width: 280px;
    margin-bottom: 12px;
  }
  
  .properties-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 64px;
  }
  
  .filter-flex select {
    border-radius: 0;
    color: white;
    padding: 10px 14px;
    background: url("../img/downarrow.png") no-repeat right;
    background-size: 10px;
    background-color: #1d4f3a;
    background-position-x: 96%;
    padding-right: 40px;
  }
  .filter-flex .form-control {
    border-radius: 0;
    color: white;
    padding: 10px 14px;
    background-size: 10px;
    background-color: #1d4f3a;
    background-position-x: 96%;
    padding-right: 40px;
  }
  .filter-flex .form-control::placeholder {
    color: white;
  }
  .filter-flex2 {
    flex-grow: 4;
  }
  
  .filter-flex3 {
    flex-grow: 3;
  }
  
  .filter-flex4 {
    flex-grow: 3;
  }
  
  .filter-flex5 {
    flex-grow: 3;
  }
  
  .filter-flex6 {
    flex-grow: 3;
  }
  
  .search-btn {
    background-color: #1d4f3a;
    padding: 10px 14px;
    color: white;
    font-size:13px;
    border: 0px !important;
  }
  
  .properties-card {
    background-color: white;
  }
  .properties-subslider-image {
    aspect-ratio: 4/3;
  }
  
  .properties-subslider-title {
    font-weight: 700;
  }
  .properties-subslider-text {
    margin-left: 10px;
  }
  
  .carousel-control-prev-icon {
    background: url("../img/leftarrow.png") no-repeat center;
    background-size: 20px;
  }
  
  .carousel-control-next-icon {
    background: url("../img/rightarrow.png") no-repeat center;
    background-size: 20px;
  }
  .carousel-indicator-width {
    width: 0px;
  }
  
  /* .carousel-indicators [data-bs-target] {
    border-radius: 50%;
    width: 6px;
    height: 6px;
  }
  
  .carousel-indicators .active {
    transform: scale(1.3);
  } */
  
  @media screen and (max-width: 992px) {
    .properties {
      padding: 64px 96px;
    }
  }
  
  @media screen and (max-width: 768px) {
    .properties {
      padding: 64px 96px;
    }
  }
  
  @media screen and (max-width: 576px) {
    .properties {
      padding: 64px 32px;
    }
  }
  /* style */


/* home about section */
.home-about {
  background-image: url("../img/ELEMENTS/Background 1st slide-2.webp");
  background-size: cover;
  background-position: center;
  color: white;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 120px;
}

.home-about-title {
  font-family: "Montserrat-Light", sans-serif;
  font-size: 40px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  padding: 20px 0;
}

.home-about-p {
  padding: 5px 0;
  font-family: "Montserrat-Regular", sans-serif;
  line-height: 25px;
  font-size: 16px;
  letter-spacing: 0.1px;
}

.home-about-button {
  padding: 20px 0;
}

#home-about-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-custom {
  color: #1d4f3a;
  background-color: white;
  border-top: none;
  border-bottom: none;
  padding: 10px 15px;
  font-size:13px;
  font-family: "Montserrat-Regular", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: none;
}

.btn-custom:hover {
  color: #1d4f3a;
}
.btn-custom-primary {
  color: #fff;
  background-color: #1d4f3a;
  border-top: none;
  font-size:13px;
  border-bottom: none;
  padding: 10px 15px;
  font-family: "Montserrat-Regular", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: none;
}

.btn-custom-primary:hover {
  color: #fff;
}

#home-about-right {
  padding-left: 80px;
}

@media (max-width: 992px) {
  .home-about {
    padding: 30px 15px;
    text-align: center;
  }

  .home-about img {
    max-width: 100%;
    height: auto;
    max-height: 200px;
  }

  #home-about-right {
    padding-left: 0;
  }

  .home-about-title {
    font-size: 30px;
  }

  .home-about-p {
    font-size: 13px;
  }
}

/* about-intro-section */

.about-intro {
  padding: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 150px;
  background-color: #f9f9f7;

  .row {
    display: flex;
    align-items: center;
    justify-content: center;

    .col {
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }

  p {
    padding: 5px 0;
    font-family: "Montserrat-Regular", sans-serif;
    line-height: 25px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1px;
  }
}

.float-right {
  float: right;
}

.about-intro h2 {
  font-family: "Montserrat-Light", sans-serif;
  font-size: 40px;
  font-weight: 300;
  color: black;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  padding: 20px 0;
}

.about-intro-img {
  max-width: 80%;
  display: block;
  object-fit: cover;
}

.about-img-sign {
  max-width: 60%;
  display: block;
  object-fit: cover;
  width: 40%;
}

@media (max-width: 992px) {
  .about-intro {
    padding: 30px 15px;

    h2 {
      text-align: center;
      font-size: 30px;
    }
  }

  .about-intro img {
    max-width: 100%;
    height: auto;
  }
}

/* about choose section */

.about-choose {
  position: relative;
  background: url("../img/ELEMENTS/choose-bg.webp") center/cover;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 120px;
  /* Add a linear gradient for the overlay */
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("../img/ELEMENTS/choose-bg.webp") center/cover;

  h2 {
    font-family: "Montserrat-Light", sans-serif;
    font-size: 40px;
    font-weight: 300;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    padding: 20px 0;
  }

  p {
    padding: 5px 20px 0 0;
    font-family: "Montserrat-Regular", sans-serif;
    line-height: 1.7em;
    letter-spacing: 0.03em;
    font-size: 16px;
  }

  .row {
    padding-top: 30px;
  }
}

.card-choose {
  padding: 1.25rem;
}

.choose-card {
  h5 {
    font-family: "Montserrat-Regular", sans-serif;
    line-height: 1.78845466em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
  }

  p {
    padding: 0;
    font-family: "Montserrat-Regular", sans-serif;
    line-height: 1.7em;
    letter-spacing: 0.03em;
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .about-choose {
    padding: 30px 15px;
  }
}

/* about team section */
.about-team {
  padding: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 200px;
  background-color: #f9f9f7;

  h2 {
    font-family: "Montserrat-Light", sans-serif;
    font-size: 40px;
    font-weight: 300;
    color: black;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    padding-top: 20px;
    padding-bottom: 50px;
    text-align: center;
  }

  .card-img-top {
    max-width: 100%;
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    aspect-ratio: 1/1.25;
    padding: 0 10px;
  }

  .card-title {
    color: #1d4f3a;
    font-family: "Montserrat-Regular", sans-serif;
    line-height: 1.78845466em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    padding: 0%;
  }
  .card-text {
    padding: 0;
    font-family: "Montserrat-Regular", sans-serif;
    line-height: 1.7em;
    letter-spacing: 0.03em;
    font-size: 14px;
    font-style: italic;
    color: black;
  }
}

@media (max-width: 992px) {
  .about-team {
    padding: 30px 15px;
  }
}

/* footer section */

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 150px;
  background-color: #f9f9f7;
  padding-bottom: 50px;

  .footer-sub {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  h2 {
    font-family: "Montserrat-Light", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    color: #1d4f3a;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    padding-top: 20px;
  }

  p , .text-dark{
    padding: 0;
    font-family: "Montserrat-Light", sans-serif;
    line-height: 1.7em;
    letter-spacing: 0.02em;
    font-size: 15px;
    margin: 0;
    font-weight: 600;
  }

  h6 {
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    color: black;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
    padding-bottom: 5px;
  }

  .footer-card {
    padding: 25px 0;
    #footer-icon {
      padding-right: 20px;
    }
  }

  .social-img {
    padding: 0;
  }
}

@media (max-width: 992px) {
  .footer {
    padding: 15px 15px;
    text-align: center;
    .footer-row {
      text-align: center;
    }

    .footer-card {
      .row {
        display: block;
      }
      #footer-icon {
        padding-right: 0px;
      }
    }

    .social {
      .row {
        justify-content: center;
        .social-img {
          padding: 5px;
        }
      }
    }
  }
}

/* nav-footer section */
#nav-footer {
  border-top: 1px solid #000;
  padding-top: 10px;
}
.nav-footer {
  background-color: #f9f9f7;

  .footer-nav {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
    font-family: "Montserrat-Light", sans-serif;
    line-height: 1.7em;
    letter-spacing: 0.03em;
    font-size: 14px;
    font-weight: 500;
  }

  .footer-nav li {
    margin: 0 5px;
  }

  .footer-nav a,
  .footer-nav li {
    text-decoration: none;
    color: black;
    font-weight: 500;
  }

  .footer-nav a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 992px) {
  .nav-footer {
    padding: 30px 15px;

    .copyright {
      justify-content: center;
    }
    .footer-nav {
          display: inline-flex;
    text-align: center;
    padding: 12px 0;
    justify-content: center;
    flex-wrap: wrap;
      .separator {
        display: none;
      }
    }
  }
}
.nav-footer
.footer-nav li {
    margin: 0 3px;
}

/* blog section */

.blog {
  background-color: #f9f9f7;
  padding: 50px 120px;

  h6 {
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 0.8rem;
    font-weight: 550;
    color: black;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 5px 0;
  }

  h5 {
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 1.05rem;
    font-weight: 550;
    color: black;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  p {
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: black;
    line-height: 1.5em;
  }

  .card {
    background-color: #f9f9f7;
    border: none;
    .card-body {
      padding: 0;
      padding-top: 10px;
    }
  }

  .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

@media (max-width: 992px) {
  .blog {
    padding: 30px 96px;
  }
}
