@import url('https://fonts.googleapis.com/css2?family=Belleza&family=Elsie+Swash+Caps:wght@400;900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'Myriad Pro';
    src: url('./fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('./fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html {
  scroll-behavior: smooth;
}
body {
    font-family: "Belleza", sans-serif;
    font-weight: 400;
    font-style: normal;
    max-width: 1920px;
    margin: auto;
    color: #000;
    /* background: #f8c991; */
}

/* #smooth-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#smooth-content {
  will-change: transform;
} */

.info {
    padding: 70px 0;
}
.info-fw-bold{
    font-family: "Elsie Swash Caps", serif;
    font-weight: 400;
    font-style: normal;
}
p{
    font-size: 1.3rem;
}
.bg-brand {
    /* background: #f8c991 !important; */
    background: #f7c9a2 !important;
}
.text-brand{
    color: #8e430f !important;
}
.text-brand-light{
    color: #704b43 !important;
}
.text-brand-dark{
    color: #383739 !important;
}


.btn-brand{
    background: rgb(255 255 255 / 50%);
    color: #704b43;
    font-weight: 500;
    border: 1px solid #ffffff;
    transition: 0.3s ease-in-out;
}
.btn-brand:hover{
    background: #8e430f;
    color: #fff;
    border: 1px solid #8e430f;
}
.btn-brand-dark{
    background: #8e430f;
    color: #ffffff;
    font-weight: 500;
    border: 1px solid #8e430f;
    transition: 0.3s ease-in-out;
}
.btn-brand-dark:hover{
    background: #612e09;
    color: #ffffff;
    border: 1px solid #612e09;
}
.btn-brand.border{
    border: 1px solid #d5c8c4;
}
/* .navbar.navbar-bg{
    background: transparent !important;
} */
.navbar.navbar-bg{
    background: #fff !important;
}
.navbar.brand-navbar{
    background: #f7c9a2 !important; /* change to your color */
}
.navbar {
    max-width: 1920px;
    margin: auto;
  transition: background-color 0.3s ease;
}
.navbar.scrolled {
  background-color: #f7c9a2 !important; /* change to your color */
}
.navbar-brand {
    max-width: 125px;
    width: 100%;
}
/* .navbar-brand {
    max-width: 100px;
    width: 100%;
} */
.navbar-nav li{
    font-size: 1rem;
}
.navbar-nav li:not(:last-child){
    margin-right: 30px;
}
.navbar-nav li a{
    color: #000;
    font-size: 1.2rem;
}
.navbar-nav li a:hover{
    color: #000;
}
/* .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #8e430f !important;
} */
.navbar-nav .btn-brand:hover{
    background-color: #aec937;
    border-color: #aec937;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
.navbar-toggler {
    -webkit-tap-highlight-color: transparent;
}

/* Magic Cursor Wrapper */
#magic-cursor {
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 9999;
}

/* Cursor Ball */
#ball {
  position: absolute;
  width: 12px;
  height: 12px;
  background: #D37B24;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease, background 0.3s ease;
}
/* Optional premium effect */
#ball {
  mix-blend-mode: difference;
}

.hero {
    padding: 70px 0;
}
.hero-bg{
    background: url('../img/hero-bg.webp');
    /* background: #f8c991; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-overlay{
    position: relative;
}
.hero-overlay::after{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background: rgb(239 148 70 / 55%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.container-wrap{
    max-width: calc(100% - 100px);
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.hero-content{
    position: relative;
    /* left: 50px; */
}
.hero-bulding-element{
    position: relative;
    left: -70px;
}
.info-life-content img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(62deg) brightness(102%) contrast(104%);
}
.info-life-content{
    padding: 20px;
    background: #00000000;
    border: 1px solid rgb(255 255 255 / 40%);
    backdrop-filter: blur(4px);
    border-radius: 15px;
    position: absolute;
    top: 20px;
    right: 20px;
}

/* .life-slide .img-wrap{
    height: 80vh;
    object-fit: cover;
} */

.hand-img{
    position: absolute;
    right: -110px;
    top: 20px;
    z-index: 0;
    width: 52%;
}
/* Chrome, Safari, Edge */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/** WOBBLE LINE **/
.wrapper {
	margin: 3rem auto 2rem auto;
}

.br-divider {
	position: relative;
	height: 2px;
	cursor: pointer;
}

.br-divider:before {
	content: "";
	display: block;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	height: 40px;
}

.br-divider:hover:before {
	top: -50px;
	height: 100px;
}

.br-divider svg {
	position: absolute;
	top: -100px;
	left: 0;
	right: 0;
	width: 100%;
	height: 200px;
	pointer-events: none;
}

.br-divider svg path {
	fill: none;
	stroke: #1e1e1e;
	stroke-width: 1;
}

.br-divider svg {
	shape-rendering: geometricPrecision;
}

/** END WOBBLE LINE **/




.nav-pills .nav-link{
    color: #cabcb6;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0;
    transition: 0.3s all ease-in;
    width: 100%;
    text-align: center;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: #ffffff;
    color: #68433c;
}
.nav .nav-item{
    width: 100%;
}
.nav li{
    position: relative;
}
.nav li:not(:last-child){
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.info-section-bg{
    background: url('../img/body-bg.webp');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}




/* .icon-animation {
  animation-duration: 2.8s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-block;
  will-change: transform;
}

.icon-1 { animation-name: icon-1; }
@keyframes icon-1 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.icon-2 { animation-name: icon-2; }
@keyframes icon-2 {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.icon-3 { animation-name: icon-3; }
@keyframes icon-3 {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-14px) scale(1.04); }
}

.icon-4 { animation-name: icon-4; }
@keyframes icon-4 {
  0%, 100% { transform: translateY(0); }
  25% { transform: translateY(-6px); }
  50% { transform: translateY(-12px); }
  75% { transform: translateY(-6px); }
}

.icon-5 { animation-name: icon-5; }
@keyframes icon-5 {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-16px) rotate(3deg); }
}

.icon-1 { animation-delay: 0s; }
.icon-2 { animation-delay: 0.3s; }
.icon-3 { animation-delay: 0.6s; }
.icon-4 { animation-delay: 0.9s; }
.icon-5 { animation-delay: 1.2s; } */



.info-map{
    position: relative;
    right: -20px;
}

.info-master-plan-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 600px; /* adjust */
    cursor: all-scroll;
    border: 2px solid #ffffff00;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
}
@media (max-width: 1399px) {
    .info-master-plan-img{
        height: 450px; /* adjust */
    }
}
@media (max-width: 767px) {
    .info-master-plan-img {
        height: 380px;
    }
}
@media (max-width: 576px) {
    .info-master-plan-img {
        height: 380px;
    }
    .info-table-content{
        display: flex;
        flex-direction: column-reverse;
    }
    .info-highlights text{
        font-size: 30px;
    }
}
@media (max-width: 400px) {
    .info-master-plan-img {
        height: 240px;
    }
}

.info-master-plan-img__image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.2s ease-out;
    will-change: transform;
}
.info-master-plan-img:hover{
    border: 2px solid #f6c192;
}
.table { font-family: sans-serif; }
.table-bordered>:not(caption)>*>*{
    font-weight: 500;
    font-size: 14px;
    font-weight: 500;
    font-size: 0.675rem;
    padding: 0.3rem !important;
    background: #e9ebeb;
}
tbody, td, tfoot, th, thead, tr {
    border-color: rgb(0 0 0 / 50%);
}

.info-contact-bg::after{
    background: url('../img/footer-img.webp');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.info-contact-form{
    background: rgb(255 255 255 / 50%);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 30px 50px;
}
.info-form .form-control {
    color: #000 !important;
    background-color: #ffffff00;
    border: 1px solid #000000;
    border-radius: 8px;
}
.info-form .form-label{
    font-weight: 600;
}

.info-footer-bg{
    background: #fff;
    border-radius: 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 30px;
}

.info-quick-links li{
    line-height: 1.5;

}
.info-quick-links li a{
    color: #000;
    text-decoration: none;
}
.info-quick-links li a:hover{
    color: #548eb2;
}
.info-quick-links li:not(:last-child){
    margin-bottom: 5px;
}
.info-rera-img {
    position: relative;
    padding-left: 35px;
    text-wrap: balance;
}
.info-rera-img::after {
  position: absolute;
  content: '';
  height: 25px;
  width: 25px;
  background: url("../img/rera-logo.png");
  background-size: contain;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ex-small{
    font-size: 0.775em !important;
}
.info-policy-links {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 0;
}
hr {
    margin: 0;
    opacity: 0.8;
    border-color: #7ca5bf;
}
.info-ex-small{
    font-size: 0.575rem !important;
}
.text-wrap-element{
    position: absolute;
    bottom: 10px;
    right: 5%;
}
.text-wrap-element-left{
    position: absolute;
    bottom: 10px;
    left: 5%;
}
.text-wrap-element-right{
    position: absolute;
    bottom: 10%;
    right: 0;
    transform: rotate(270deg);
    z-index: 9999;
}
.text-wrap-element-left-rotate{
    position: absolute;
    bottom: 30%;
    left: 0;
    transform: rotate(270deg);
    z-index: 9999;
}
.spec-section .text-wrap-element-right{
    position: absolute;
    bottom: 30%;
    right: 0;
    transform: rotate(270deg);
    z-index: 9999;
}
.info-call-btn{
    position: absolute;
    width: fit-content;
    left: 0;
    right: 0;
    bottom: -18px;
    margin: auto;
}

.info-img-zoom {
    overflow: hidden;
    position: relative;
}

/* Image */
.info-img-zoom img {
    display: block;
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

.info-img-zoom::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.info-img-zoom:hover img {
    transform: scale(1.2);
}

.info-img-zoom:hover::after {
    opacity: 1;
}
.info-map-grid{
    width: -webkit-fill-available;
}

.info-spec-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
}





@media (max-width: 1399px) {

}
@media (max-width: 1199px) {
    .navbar-nav li{
        font-size: 0.8rem;
    }
    .navbar-nav li:not(:last-child) {
        margin-right: 15px;
    }
   
}

@media (max-width: 1199px) {
    .hand-element{
        width: 35%;
        right: -50px;
    }
}
@media (max-width: 1024px) {

}
@media (max-width: 991px) {

}
@media (max-width: 767px) {
    .info {
        padding: 30px 15px;
    }
    .navbar-brand {
        width: 100px;
    }
    p {
        font-size: 1rem;
    }
    .navbar-nav li{
        font-size: 0.8rem;
    }
    .container-wrap {
        max-width: 100% !important;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center !important;
    }
    .hero-bulding-element {
        position: relative;
        left: 0;
        transform: scale(1.2);
    }
    .info-life-content {
        padding: 6px;
        border-radius: 8px;
        position: absolute;
        top: 10px;
        right: 10px;
    }
    .info-life-content p{
        font-size: 12px;
    }
    .info-life-content img{
        width: 20px;
    }
    /* .life-slide .img-wrap {
        height: 30vh;
        object-fit: cover;
    } */
    .slider-left-arrow, .slider-right-arrow {
        position: absolute;
        top: 40% !important;
    }
    .hand-element {
        width: 50%;
        right: -30px;
        top: -52%;
    }
    .info-map{
        position: relative;
        right: initial;
    }










    .info-footer-bg .text-start {
        text-align: center !important;
    }
    .info-policy-links {
		flex-direction: column;
	}
    .info-contact-form{
        padding: 20px;
    }
    .logo-element{
        position: relative;
        margin-top: 20px !important;
        left: initial;
        display: block;
        margin: auto;
    }
}
@media (max-width: 576px) {
    .info-map-grid{
        height: 400px;
        width: -webkit-fill-available;
    }
}

.enquire-btn {
    position: fixed;
    right: -62px;
    top: 0;
    bottom: 0;
    height: fit-content;
    width: auto;
    background: #069547;
    color: #fff !important;
    border: 1px solid #069547 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 9px 15px;
    transform: rotate(270deg);
    border-radius: 10px 10px 0 0;
    z-index: 999;
    letter-spacing: 3px;
    margin-top: auto;
    margin-bottom: auto;
}





.iti__selected-flag {
    height: 36px !important;
  }
  .iti {
    width: 100%;
  }
  .intl-tel-input .selected-flag {
    height: auto;
    top: 15px;
    padding: 0;
    width: 36px;
  }
  .iti__selected-flag {
    height: 36px;
  }
  .iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
    font-size: .9rem;
  }
  .parsley-errors-list {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .parsley-errors-list li {
    font-size: .8rem;
    color: #e10d0d;
  }
  .parsley-required {
    color: #e10d0d;
  }


/* SLICK CSS */
.slick-dots {
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    padding-top: 20px;
    list-style: none;
    text-align: center !important;
}
.slick-dots li {
    display: inline-block;
    margin-right: 10px;
}
.slick-dots li button {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 50rem;
    background-color: #c9c9c9;
    text-indent: -999999px;
}
.slick-dots li.slick-active button {
    background-color: #66bc46;
}

.info-life-slider .life-slide{
    margin-left: 10px;
    margin-right: 10px;
}

.slider-left-arrow{
    position: absolute;
    left: 2%;
    top: 46%;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
}
.slider-right-arrow{
    position: absolute;
    right: 2%;
    top: 46%;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
}

.info-life-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50rem;
    background-color: #ffffff;
    text-indent: -999999px;
    position: relative;
}
.info-life-slider .slick-dots li.slick-active button {
    background-color: #d37b24;
}

.info-life-slider .slick-dots li.slick-active button::after{
    position: absolute;
    content: '';
    height: 20px;
    width: 20px;
    border: 1px solid #d37b24;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    left: -4px;
    right: 0;
    margin: auto;
}

@media (max-width: 767px) {
    .slider-left-arrow{
        left: 5% !important;
    }
    .slider-right-arrow {
        right: 5% !important;
    }
}







.wrap {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding: 0 60px;
  overflow: hidden;
}

.slider {
  position: relative;
  z-index: 200;
  padding: 0 0px;
  margin: 2rem auto;
  /* max-width: 800px; */
  width: 100%;
}
.slider .item{
    border-radius: 15px;
}

.slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 50px;
    margin-top: -25px;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 1.2rem;
    z-index: 300;
    outline: none;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider .slick-prev {
  left: -50px;
  text-align: left;
}

.slider .slick-next {
  right: -50px;
  text-align: right;
}



.item.slick-slide {
  width: 500px;
  height: 400px !important;
  transition: transform .4s;
  position: relative; 
}

.wrap .slick-slide:after {
  content:'';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  transition: transform .4s;
}

.item.slick-slide {
  transform: scale(0.7)  translate(1040px);
}

.item.slick-slide.slick-center + .slick-slide {
  transform: scale(0.8) translate(-450px);
  z-index: 10;
  overflow: hidden;
}

.item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
  transform: scale(0.7)  translate(-1040px);
  z-index: 5;
  overflow: hidden;
}

.item.slick-slide.slick-active {
  transform: scale(0.8) translate(450px);
  overflow: hidden;
}

.item.slick-slide.slick-center {
  transform: scale(1);
  z-index: 30;
}

.slick-center:after {
  opacity: 0;
}

.item.slick-slide{
    border-radius: 15px !important;
    overflow: hidden !important;
}

.info-slider-content{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media (max-width: 767px) {
    .wrap{
        padding: 0;
    }
  /* Kill ALL custom transforms */
  .item.slick-slide,
  .item.slick-slide.slick-active,
  .item.slick-slide.slick-center,
  .item.slick-slide.slick-center + .slick-slide,
  .item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
    transform: none !important;
    z-index: auto !important;
  }

  /* Remove overlay effect */
  .wrap .slick-slide:after {
    display: none !important;
  }

  /* Make slides normal width */
  .item.slick-slide {
    width: 350px;
    height: 400px !important;
    margin-right: 10px;
  }
  .slider .slick-prev {
        left: 0;
    }
  .slider .slick-next {
        right: 0;
    }
}
@media (max-width: 400px) {
    .item.slick-slide {
        width: 300px;
        height: 400px !important;
        margin-right: 10px;
  }
}

.swiper {
  max-width: 700px;
  /* aspect-ratio: 4 / 3; */
}

.swiper-slide {
    font-family: serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: all 1s ease-in-out;
}

.swiper-slide:nth-child(2n).swiper-slide-active {
  rotate: 0deg;
}

.swiper-img{
    border-radius: 20px;
    overflow: hidden;
}
.swiper-slide{
    background: #ffffff00;
    border-radius: 20px;
    overflow: visible;
}


 .custom-btns{
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    transition: 0.3s all ease-in-out;
 }
 .custom-prev{
    left: 0;
}
.custom-next{
    right: 0;
}
.custom-btns:hover{
    background: #612e09;
    color: #fff !important;
}
#slide-title {
    transition: opacity 0.3s ease;
}










/* LightsBox CSS Start Here */
.lightboxpreview {
    transition: all .3s linear;
    padding-top:60%;
    cursor:pointer;
    background-size:cover;
}
   
.lightbox-content {
    max-height:75svh;
    height:75svh;
}

.lightbox-close { 
    cursor:pointer;
    margin-left: auto;
    position:absolute;
    right:-30px;
    top:-30px;
    color:white;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;}

.modalscale {
    transform:scale(0);
    opacity:0;
}



.lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled{
    transition:all .4s ease-in-out;
}
.lightbox_img_wrap {
    padding-top:65%;
    position:relative;
    overflow:hidden;
}
/* .lightbox-enabled:hover {
    transform:scale(1.1)
} */
.lightbox-enabled {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    object-fit:cover;
    cursor:zoom-in;
}

.lightbox-container {
    width:100svw;
    height:100svh;
    position:fixed;
    top:0;
    left:0;
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:rgba(0,0,0,.6);
    z-index:9999;
    opacity:0;
    pointer-events:none;
}

.lightbox-container.active {
    opacity:1;
    pointer-events:all;
}
.lightbox-image-wrapper {
    display:flex;
    transform:scale(0);
    align-items:center;
    justify-content:center;
    max-width:100vw;
    max-height:100vh;
    position:relative;
}
.lightbox-container.active .lightbox-image-wrapper {transform:scale(1);}
.lightbox-btn, #close {
    color:white;
    z-index:9999999;
    cursor:pointer; 
    position:absolute;
    font-size: 20px;
}

.left {
    left:50px;
}
.right {
    right:50px;
}
#close {
    top: 20px;
    right: 40px;
}

/* .lightbox-image {
    width:100%;
    max-height:95vh;
    object-fit:cover;
} */
.lightbox-image {
    width: 100%;
    object-fit: contain;
    height: 100vh;
}

@keyframes slideleft {
  33% {
    transform:translateX(-300px);
    opacity:0;
  }
  66% {
    transform:translateX(300px);
    opacity:0;
  }
}

.slideleft {
    animation-name: slideleft;
    animation-duration: .5s; 
    animation-timing-function: ease; 
}
@keyframes slideright {
  33% {
        transform:translateX(300px);
        opacity:0;
    }
  66% {
        transform:translateX(-300px);
        opacity:0;
    }
}


.slideright{
    animation-name: slideright;
    animation-duration: .5s; 
    animation-timing-function: ease; 
}

.lightbox-btn{
    background-color: #000;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}
#close{
    background-color: #ffffff;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}
.lightbox-btn:hover{
    background-color: #E31E24;
}
@media (max-width: 767px) {
    .lightbox-btn{
        background-color: #E31E24;
    }
    #close {
        top: 15px;
        right: 15px;
    }
    .lightbox-btn {
        height: 30px;
        width: 30px;
        font-size: 12px;
    }
    .right {
        right: 25px;
    }
    .left {
        left: 25px;
    }
}
/* LightsBox CSS End Here */