:root {
    --primary-color: #f8f4ed;
    --secondary-color: #19407d;
    /* --tertiary-color: #fff8e1; */
    --body-color: #0e0e0e;

    --lightgray: #f9f9f9;
    --facebook: #4267B2;
    --twitter: #00acee;
    --linkedin: #0e76a8;
    --youtube: #Fvar(--body-color)0;
    --whatsapp: #25D366;
    --instagram: #c92bb7;
}

/* ===================================================
background color
====================================================== */
.bg-primaryColor {
    background-color: var(--primary-color);
}

.bg-secondaryColor {
    background-color: var(--secondary-color);
}

.bgprimaryColorlight {
    background-color: #f8f4ed;
}

.bgSecondaryColorlight {
    background-color: #b9d3fc3d;
}


.primaryColor {
    color: var(--primary-color);
}

.secondaryColor {
    color: var(--secondary-color);
}

.bodyColor {
    color: var(--body-color);
}


/*  */
/* customize modal */
.modal-backdrop.show {
  opacity: 1;
  background: rgb(0 10 12 / 95%);
  backdrop-filter: blur(5px);
}

.modal-content {
  background: #fff;
  box-shadow: 0 8px 32px 0 rgba(0 0 0 / 20%);
  border-radius: 0;
}

button.close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  opacity: 1;
  text-shadow: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
  background-color: rgb(141, 0, 0);
  color: #fff;
}

.modal-content {
  background-color: #fff;
  color: var(--body-color);
  border: none;
  padding: 1.3rem;
}

.form-control {
    border-radius: 0;
    height: 35px;
    border-bottom: 2px solid #eaeaea;
    background-color: #f1f1f1;
    color: var(--body-color);
    font-size: 14px;
}
/* .modal-dialog {
  max-width: 441px;
} */

.modal-content .modal-header {
  padding: 0;
  border: none;
}

.modal-content button.close {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  text-shadow: none;
  /* color: var(--body-color); */
  background-color: var(--secondary-color);
  opacity: 1;
  border: none;
  outline: none;
  color: #fff;
}

.modal-header .close {
  color: #fff;
}

.modal-header {
  background: none;
  border: none;
}

.modalRight h4 {
  font-size: 1.5rem;
}

.no-gutters .col-md-6:first-child {
  background: var(--primary-color);
  border-radius: 1rem;
}

.modal-logo .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
}

.modal-logo .bhk {
  font-size: 1rem;
}

.modal-logo .bhk span {
  font-size: 200%;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--primary-color);
  line-height: 1;
}

.modal-logo .price {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
  border: solid rgb(255 255 255 / 20%);
  border-width: 1px 0;
  font-size: 1rem;
}

.modal-logo .price span {
  font-weight: 700;
  color: var(--vibrant-color);
  font-size: 200%;
  line-height: 1;
}

.modal-content .popupImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-content .checkbox-section {
  display: flex;
  padding: 10px 0;
  align-items: baseline;
}

.modal-content .checkbox-section.black-para p {
  font-size: 11px !important;
  line-height: unset;
  margin: 0;
  padding-left: 10px;
  color: #000;
}

/* ---------------------------------------------
footer-enquiryBtn
--------------------------------------------- */
.footer-enquiryBtn {
  position: fixed;
  bottom: 2px;
  left: 2px;
  right: 2px;
  justify-content: space-between;
  z-index: 99;
  background-color: var(--secondary-color);
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  text-align: center;
}
.footer-enquiryBtn a {
  color: #fff;
  text-align: center;
  display: block;
  padding: 8px 5px;
  border: 1px solid rgb(0 0 0 / 15%);
  border-left: 0;
  width: 50%;
  font-size: 13px;
}
.footer-enquiryBtn a.whatsCall {
  background: linear-gradient(45deg,#0db634,#015c16);
  border: 0;
  color: #fff;
}
/* ===================================================
padding
====================================================== */
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

/* button-top */
#backToTopBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    bottom: 30px;
    right: 30px;
    height: 40px;
    width: 40px;
    z-index: 1000;
    border: none;
    outline: none;
    background-color: var(--secondary-color);
    color: white;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: background 0.3s ease;
}

#backToTopBtn img {
    width: 20px;
}

#backToTopBtn:hover {
    background-color: #303439;
}


/* ===================================================
sticky form
====================================================== */
.enquiryBtn {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 99;
    display: none;
}

.enquiryBtn i {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #0c1115, #e8d8cb);
    color: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 40%);
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.enquiryBtn i:hover {
    background: linear-gradient(2255deg, var(--primary-color), var(--secondary-color));
}

.stickyForm {
    width: 280px;
    position: absolute;
    padding: 1.25rem;
    background-color: #fff;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 15%);
    z-index: 99;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}

.sideImg .inner::before,
.iconsContainer .iconBox .in::before,
.fpContainer .fbBox .inner::before,
.location-advantages .inner::before {
    content: '';
    position: absolute;
    inset: 0px;
    border: 1px solid rgb(255 255 255 / 30%);
}

.form-close {
    position: absolute;
    right: -2px;
    top: 0;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: maroon;
    color: #fff;
    cursor: pointer;
    transition: all 300ms ease-in-out;
}

.form-close:hover {
    background: var(--secondary-color);
}

.stickyForm .form-tag {
    font-size: 14px;
}

.stickyForm h4 {
    font-weight: 800;
    color: var(--secondary-color);
    text-align: center;
    text-transform: uppercase;
}

.stickyForm .location-badge {
    padding: 10px 0;
    margin: 10px 0;
    color: var(--body-color);
    text-transform: uppercase;
    border: solid rgb(0 0 0 / 10%);
    border-width: 1px 0;
    text-align: center;
    display: flex;
    gap: 5px;
    font-size: .875rem;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.stickyForm .location-badge img {
    width: 12px;
    display: block;
}

.font-size11 {
    font-size: 13px;
    margin-top: 9px;
    text-align: center;
    color: #000;
}

.stickyForm .form-group {
    margin-bottom: 10px;
}

.stickyForm .form-control,
.modal-body .form-control {
    border-bottom: 2px solid #eaeaea;
    background-color: #f1f1f1;
    color: var(--body-color);
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.form-check {
    margin-top: 10px;
}

.form-check .small {
    line-height: 1;
}

.iconbox {
    width: 40px;
    height: 40px;
    background: #f1f1f1;
    border-radius: 50%;
    padding: 10px;
    position: absolute;
    top: -15px;
    left: -15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iconbox img {
    width: 100%;
}

/* ===================================================
swiper
====================================================== */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}


/* ===================================================
custom swiper controls
====================================================== */
.swiper-button-next,
.swiper-button-prev {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    border-radius: 50%;
    background: url(../images/icons/arrow-left.png) center / 16px no-repeat #fff;
    border: 1px solid var(--secondary-color);
    transition: all 300ms ease-in-out;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    scale: 1.2;
    background-color: var(--secondary-color);
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    transform: rotate(-180deg);
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.bottom-control {
    top: calc(100% - 36px);
    border: 4px solid var(--primary-color);
}

.bottom-control.swiper-button-next {
    right: 13%;
    border: 3px solid var(--primary-color);

}

.bottom-control.swiper-button-prev {
    left: 13%;
}

.swiper-pagination {
    bottom: 0 !important;
}

.swiper-pagination-bullet-active {
    background-color: var(--primary-color);
    width: 20px;
    border-radius: 10px;
}

/* custom swiper controls */
/* ===================================================
readmore
====================================================== */
.readmore {
    margin-top: 2rem;
}

.readmore .button {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #ffffff;
    background: var(--secondary-color);
    border: none;
    cursor: pointer;
    transition: ease-out 0.5s;
}

.button.buttoneffect {
    box-shadow: inset 0 0 0 0 #303439;
}

.button.buttoneffect:hover {
    box-shadow: inset 200px 0 0 0 #303439;
}

.readmore .reverse {
    background-color: #fff;
    color: var(--body-color);
}

.readmore .reverse:hover {
    color: #fff;
}

/* ===================================================
scroller
====================================================== */
.scroller {
    overflow: auto;
}

.scroller::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.scroller::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #cfcfcf;
    border-radius: 10px;
}

/* Handle */
.scroller::-webkit-scrollbar-thumb {
    background: var(--secondary-color);
    border-radius: 10px;
}

/* Handle on hover */
.scroller::-webkit-scrollbar-thumb:hover {
    background: var(--body-color);
}


/* ===================================================
heading
====================================================== */
.heading {
    padding-bottom: 30px;
}

.heading h2 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 700;
}

/* ===================================================
header
====================================================== */
.header {
    width: 100%;
    position: fixed;
    top: 0;
    padding: 5px 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--primary-color);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 999;
    transition: all 300ms ease-in-out;
}

.header.fixed {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 3rem;
}

.logo {
    position: relative;
    min-height: 1px;
    transition: all 300ms ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo a {
    font: 300 1.75rem var(--serif);
    text-transform: uppercase;
    color: var(--secondary-color);
}

.logo img {
    height: 92px;
    transition: all 300ms ease-in-out;
    width: auto;
}


.header.fixed .logo img {
    width: 160px;
}

.navigation {
    display: flex;
    align-items: center;
    column-gap: 1.3rem;
}

.navigation .main-menu {
    display: flex;
    align-items: center;
    margin: 0;
}

.navigation .main-menu a {
    color: var(--body-color);
    font-size: 13px;
    font-weight: 500;
    display: flex;
    letter-spacing: 1.4px;
    line-height: 16px;
    display: flex;
    gap: 5px;
    padding: 10px 1rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.navigation .main-menu a:hover {
    color: var(--secondary-color);
}

.navigation ul.main-menu li {
    display: flex;
    border-right: 1px solid rgba(63, 63, 63, 0.082);
}

.navigation ul.main-menu li:last-child {
    border-right: none;
}

.navigation ul.main-menu li:nth-child(2) i {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

/* enqueryBtn */
.enqueryBtn{
    padding: 8px 12px;
    border-radius: 20px;
    text-transform: uppercase;
    background-color: var(--secondary-color);
}
.enqueryBtn a{
    color: #fff;
}
/*header*/

/* ===================================================
menuBtn
====================================================== */
.menuBtn {
    width: auto;
    color: var(--body-color);
    position: relative;
    padding: 0 20px;
    gap: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.menuBtn em {
    font-size: 15px;
    font-style: normal;
    display: block;
}

.menuBtn span {
    width: 25px;
    height: 3px;
    background: var(--body-color);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.menuBtn span::before,
.menuBtn span::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: var(--body-color);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.menuBtn span::before {
    top: -8px;
}

.menuBtn span::after {
    bottom: -8px;
}

.menuBtn.menuBtnActive span {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menuBtn.menuBtnActive span::before {
    opacity: 0;
}

.menuBtn.menuBtnActive span::after {
    -webkit-transform: rotate(-90deg) translateX(7px);
    -moz-transform: rotate(-90deg) translateX(7px);
    -ms-transform: rotate(-90deg) translateX(7px);
    -o-transform: rotate(-90deg) translateX(7px);
    transform: rotate(-90deg) translateX(7px);
}

.menuBtn.closeMenuBtn span {
    background-color: #fff;
}

.menuBtn.closeMenuBtn span::before {
    top: 0px;
    transform: rotate(45deg);
}

.menuBtn.closeMenuBtn span::after {
    bottom: 0px;
    transform: rotate(318deg);
}

/* ===================================================
mobile menu
====================================================== */
.menuContainer {
    position: fixed;
    inset: 0;
    padding-top: 55px;
    z-index: 996;
    background-color: rgb(0 0 0 / 75%);
    backdrop-filter: blur(5px);
    display: none;
}

.menuContainer .inner {
    padding: 2rem 10px;
    width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: 0;
    visibility: hidden;
    overflow: auto;
    background: var(--primary-color);
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 16%);
    transition: all 300ms ease-in-out;
}

.menuContainer.active .inner {
    visibility: visible;
}

.menuContainer a {
    color: var(--body-color);
    transition: all 300ms ease-in-out;
}

.mainMenu li:not(:last-child) a {
    border-bottom: 1px solid rgb(18 18 18 / 15%);
}

.mainMenu ul li {
    text-align-last: start;
}

.mainMenu ul a {
    padding: 10px 0;
    font-weight: 300;
    font-size: 1.25rem;
    display: block;
    position: relative;
}

.mainMenu li:hover>a {
    padding: 10px;
    color: var(--primary-color);
    border-radius: var(--primary-radius);
}

.mainMenu>ul a i {
    font-size: 75%;
    position: absolute;
    right: 0;
    top: 50%;
    line-height: 0;
    transition: all 300ms ease-in-out;
}

.mainMenu li.active>a i,
.mainMenu li:hover>a i {
    right: 10px;
}

.mainMenu li.active>a i {
    transform: rotate(540deg);
}

.mainMenu ul ul li:last-child a {
    border-bottom: 0;
}

/* ===================================================
banner
====================================================== */
.banner {
    position: relative;
    background-color: var(--primary-color);
    z-index: 1;
    margin-top: 3rem;
}

/* .banner .carousel-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(transparent, rgb(0 0 0 / 50%));
    pointer-events: none;
    z-index: 1;
  } */

.bannerText {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    max-width: 400px;
    /* max-width: max-content; */
    width: 90%;
    background-color: rgba(255, 255, 255, 0.842);
    backdrop-filter: blur(3px) brightness(1.2);
    /* border-radius: 0 1rem 1rem 0; */
    color: var(--body-color);
    padding: 2rem;
    z-index: 9;
}

.bannerText h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
    text-transform: uppercase;
}

.bannerText h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--secondary-color);
    margin-bottom: 1rem;
}

.bannerText .priceBox {
    font-size: 1.375rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 5px 0;
    border: solid var(--secondary-color);
    border-width: 1px 0;
    margin-bottom: 1rem;
}

.bannerText .locationImgbox{
    display: flex;
    align-items: center;
    padding: 10px 0 0 0;
    gap: 5px;
}

.bannerText .locationImg{
    width: 20px;
}

.bannerText .locationImg img{
    width: 100%;
    height: auto;
}

.bannerText h6{
    font-size: 14px;
    padding: 10px 0;
    background-color: var(--primary-color);
    padding: 10px 0 10px 10px;
}

.bannerText .locationImgbox{
    text-transform: uppercase;
    font-size: 14px;
}

/* .banner .carousel-item.active .bannerText{
    transform: translateY(0%);
    opacity: 1;
  } */

.banner img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}


/* .banner-bottom-controls{
      position: absolute;
      right: 1rem;
      bottom: 50%;
      width: 40px;
      display: flex;
      flex-wrap: wrap;
      gap: 5px;
      justify-content: center;
      z-index: 1;
  }
  
  .banner-bottom-controls a[class^="carousel-control"]{
      position: static;
      width: 40px;
      height: 40px;
      border: 2px solid #fff;
      border-radius: 50%;
  } */

/* ----------------------------------------------
overview
 ---------------------------------------------- */
.overview {
    position: relative;
    overflow: hidden;
    z-index: 1;
    /* background-image: url('/assets/images/overviewBg.jpg');
    background-size: 100%;
    background-position: center center; */
}


.overview::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    /* background-color: #b9d3fc3d; */
    background-image: url('../images/overviewBg.jpg');
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0.2;
    /* transform: rotate(45deg); */
}

/* .bgprimaryColorlight {
    background-color: #f8f4ed;
} */

/* .bgSecondaryColorlight {
    background-color: #b9d3fc3d;
} */


.overviewBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.overviewBox .stats {
    padding-left: 4rem;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 2rem;
}

.statsBox {
    padding: 1rem;
    text-align: center;
    /* border-right: 1px solid #7272722d; */
    border-bottom: 1px solid #7272722d;
}

.statsBox:nth-child(2) {
    border-right: none;
}

.statsBox:nth-child(3) {
    border-bottom: none;
}


.statsBox:nth-child(4) {
    border-right: none;
    border-bottom: none;
}



/* .stats {
    margin-top: 4rem;
} */


.stats h2 {
     font-weight: 700;
     font-size: 2.2rem;
}

.stats p {
    color: var(--secondary-color);
    font-weight: 600;
    text-transform: capitalize;
}

/* overview */


/* Location */
.locBox .inner {
    padding: 1rem;
    border: 1px solid rgb(0 0 0 / 20%);
    height: 100%;
}

.locBox .inner p {
    text-transform: uppercase;
}

.mapbox .map {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
/* Location */

/* fp */
.fpcontainerbox {
    background-color: var(--primary-color);
    padding: 2rem;
}

.floorplan .fpimg {
    width: 100px;
}

.floorplan .fpimg img {
    width: 100%;
    object-fit: cover;
}

.fpinner{
    padding: 0;
}

.floorplan .fpDetails .button {
    width: 100% !important;
    margin: 0 !important;
    background-color: var(--secondary-color);
    /* border-radius: 40px; */
}

.floorplan .fpDetails .readmore {
    margin: 0 !important;
}

.floorplan h6 {
    text-transform: uppercase;
    font-weight: 700;
}

.floorplan .fpIcons {
    color: var(--secondary-color);
    text-transform: uppercase;
}

/*  */
.bg-image {
    z-index: 1;
    background: center / cover no-repeat fixed;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-image::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgb(0 0 0 / 50%);
    z-index: -1;
}

.poolBox {
    color: #fff;
}

/* .artistic {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: .6em;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    z-index: 1;
    pointer-events: none;
}

.location-impression.artistic {
    display: none;
    right: auto;
    left: 5px;
} */

/* highlights */
.highlightBox .inner {
    display: flex;
    height: 100%;
    border: 1px solid var(--body-color);
}

.highlightBox .inner .count {
    flex: 0 0 70px;
    max-width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-right: 1px solid var(--body-color);
    font-weight: 900;
    font-size: 2rem;
    padding: 10px;
    /* color: var(--secondary-color); */
}

.highlightBox .inner p {
    padding: 1rem;
    align-self: center;
    color: var(--secondary-color);
}

.highlightBox .inner .view-more {
    font-weight: bold;
}

/* highlights */
/* Gallery */
/* .gallery .charSlide{
    } */

.gallery .charSlide .imgBox {
    position: relative;
    z-index: 1;
}

.gallery .charSlide .imgBox::after {
    background: linear-gradient(0deg, #08312f, transparent, transparent);
    content: '';
    width: 100%;
    position: absolute;
    inset: 0;
}

.gallery .charSlide img {
    object-fit: cover;
    width: 100%;
}

.gallery .charSlide .caption {
    position: absolute;
    left: 50%;
    margin: 0;
    bottom: 0%;
    transform: translateX(-50%);
    width: max-content;
    font-family: var(--midsun);
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
    z-index: 1;
    text-align: center;
}

.gallery .charSlide span{
    position: absolute;
    bottom: 5px;
    font-size: 9px;
    left: 10px;
    color: #fff;
    content: '';
    text-transform: uppercase;
    z-index: 999;
}


/* Gallery */

/* footer */
.footer p a {
    color: var(--body-color);
}