.grid,
.grid-box,
.unit-grid {
    grid-template-columns: repeat(2, 1fr)
}
/* ===== RESET ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ===== VARIABLES ===== */
:root {
  --primary: #5b2d12;        /* Dark Brown */
  --secondary: #8b4513;      /* Coffee Brown */
  --gradient: linear-gradient(
      135deg,
      #5b2d12 0%,
      #a45a2a 50%,
      #5b2d12 100%
  );
  --bg: #f6f3ef;
  --text: #4a3b2e;
}

/* ===== BASE ===== */
html, body {
  font-family: 'Sen', sans-serif;
  background: var(--bg);
  scroll-behavior: smooth;
}

img {
  width: 100%;
  display: block;
}

/* ===== LAYOUT ===== */
.container {
  max-width: 95%;
  margin: auto;
}

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

@media (max-width: 768px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

/* ===== IMAGE / VIDEO ===== */
.image,
.video {
  position: relative;
  overflow: hidden;
  background: #eaeaea;
  border-radius: 12px;
}

.image {
  padding-top: 65%;
}

.video {
  padding-top: 45%;
}

.image img,
.video img,
.video video {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: cover;
}

/* ===== HEADER ===== */
header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 99;
  box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ===== TEXT ===== */
.section-heading {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.section-content {
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
  text-align: center;
}

/* ===== BUTTONS ===== */
.button,
.download-button {
  background: var(--gradient);
  color: #fff !important;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  transition: all .3s ease;
}

.button:hover,
.download-button:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

/* ===== FORM ===== */
label {
  font-size: 12px;
  display: block;
  margin-bottom: 4px;
}

input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* ===== POPUP OVERLAY ===== */
.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  display: none;
  z-index: 100;
}

/* ===== MOBILE FIX ===== */
@media (max-width: 600px) {
  .container {
    max-width: 92%;
  }
}

a,
body,
button,
div,
h1,
h2,
h3,
h4,
h5,
h6,
html,
nav,
p,
section,
span {
    font-family: sen
}

.image,
.video {
    height: 0;
    background-color: #221f201c
}

.image img,
.video img,
.video video {
    position: absolute;
    object-fit: cover;
    inset: 0
}

.footer-content,
input,
label {
    font-size: 12px
}

.grid,
.grid-box {
    display: grid
}

.container,
.form,
.image img,
.img-box img,
img {
    width: 100%
}

.button,
.check-box h5,
.form h4,
.section-content,
.section-heading {
    text-align: center
}

#video,
.image,
.video,
body,
html,
main {
    position: relative
}

.contact-no,
.stky-popup a,
nav ul li a {
    text-decoration: none
}

.faq-answer,
.floor-image,
.gallery-image,
.image,
.location-image,
.video {
    overflow: hidden
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

@font-face {
    font-family: sen;
    src: url('../font/Sen-Regular.woff2')
}

body,
html {
    background-color: #f1f1f1;
    scroll-behavior: smooth
}


.menu-popup nav ul li a,
a {
    color: #111
}

.container {
    max-width: 100%;
    margin: auto
}

.section-heading {
    font-size: 24px;
    margin-bottom: 20px
}

.lazy-load {
   
    transition: opacity .5s ease-in-out
}

/*.lazy-load.loaded {*/
/*    opacity: 1*/
/*}*/

.grid {
    gap: 50px
}

.item-center {
    align-items: center
}

.image {
    border-radius: 15px;
    padding-top: 65%
}

.image img {
    height: 100%
}

.content h3 {
    font-size: 20px;
    margin-bottom: 20px
}

.content .section-list li {
    margin-bottom: 20px !important
}

.content p,
.unit-item p {
    font-size: 16px;
    line-height: 1.4;
    color: #555
}

.section-content {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px
}

.section-list li {
    list-style: none;
    margin-bottom: 10px
}

.project-box i,
.section-list i {
    background: #00d26a;
    color: #fff;
    padding: 1px;
    border-radius: 4px;
    margin-right: 2px
}

.video {
    padding-top: 45%
}

.back-image,
.overlay {
    position: fixed;
    width: 100%
}

.download-button,
input {
    padding: 10px 20px;
    outline: 0
}

.video img,
.video video {
    width: 100%;
    height: 100%
}

.form h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px
}

label {
    width: 100%;
    display: block;
    margin-bottom: 4px
}

input {
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 3px
}

.grid-box {
    margin-top: 15px;
    gap: 30px
}

.check-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 15px
}

.button,
.download-button {
    text-transform: uppercase;
    margin-top: 10px;
    background-color: var(--primery);
    transition: .3s
}

.check-box h5 {
    width: 100%;
    font-size: 17px
}

.checkbox-label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: auto;
    font-size: 14px;
    font-weight: 900;
    cursor: pointer
}

.bold,
.submit-btn {
    font-weight: 700
}

.acc-content span,
.checkbox-label input {
    width: auto
}

.download-button {
    font-size: 12px;
    border: none;
    border-radius: 4px;
    color: #fff !important;
    cursor: pointer
}

.button{
    font-size: 16px;
    padding: 10px;
    color: #fff;
    animation: 2s infinite pulse;
    border-radius: 6px
}
.menu-button {
    border: none;
    color: rgb(18, 2, 2) !important;
    outline: 0;
       cursor: pointer
}

.button {
    width: 100%;
    font-size: 16px;
    padding: 10px;
    color: #fff;
    animation: 2s infinite pulse;
    border-radius: 6px
}

.main-grid,
header .container {
    max-width: 95%;
    margin: auto
}

.button,
.button:hover,
.download-button,
.submit-btn:hover {
    background-color: var(--secondry)
}

.overlay {
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: blur(5px);
    display: none;
    z-index: 10
}

.order1 {
    order: 1
}

.order2 {
    order: 2
}

.back-color {
    background-color: var(--secondry);
    color: #fff;
    padding: 1px 10px
}

main {
    z-index: 1
}

.back-image {
    /*opacity: .5;*/
    height: 100%;
    inset: 0;
    z-index: 0;
    background-color: #daebbfba;
    background-repeat: no-repeat
}

.contect-form-back,
.project-box,
header {
    background-color: #fff
}

.main-grid {
    display: flex;
    align-items: flex-start;
    position: relative;
    justify-content: space-between
}

.amenities-group,
.amenities-intro {
    margin-bottom: 20px
}

.content-part {
    width: 70%
}

.contact-fomr-part {
    width: 28%;
    position: sticky;
    top: 120px;
    height: 100%
}

.contect-form-back {
    margin-top: 20px;
    border-radius: 10px;
    padding: 20px
}

.contect-form-back .grid-box {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 5px rgba(0, 0, 0, .1)
    }

    50% {
        transform: scale(.98);
        box-shadow: 0 8px 15px rgba(0, 0, 0, .2)
    }
}

header {
    padding: 20px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    position: sticky;
    top: 0;
    z-index: 9
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.logo img {
    max-width: 150px;
    height: auto
}

nav ul {
    list-style: none;
    display: flex
}

nav ul li {
    margin-left: 20px
}

nav ul li a {
    color: var(--primery);
    font-weight: 500;
    transition: color .3s
}

nav ul li a:hover {
    color: var(--secondry)
}

.dasktop-menu {
    display: block
}

.menu-button {
    background-color: var(--primery);
   
    padding: 3px 5px;
    border-radius: 3px;
    display: none
}

.menu-popup {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    z-index: 10;
    background: #fff;
    height: 100%;
    
    transform: translate(150%);
    transition: .3s
}

.close-button {
    background-color: #222;
    border: none;
    outline: 0;
    color: #d69572;
    cursor: pointer;
    width: 40px;
    height: 40px;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: -40px
}

.menu-popup nav ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-left: 10px;
    gap: 20px;
    font-size: 20px;
    margin-top: 30px
}



#faq,
#gallery,
#overview {
    padding: 50px 0
}

.location-content p,
.overview-section {
    text-align: left
}

.overview-section .tagline {
    font-style: italic;
    color: #666;
    margin-bottom: 10px;
    margin-top: -15px;
    text-align: center
}

.overview-section h3 {
    font-size: 20px;
    margin-bottom: 15px
}

.overview-section ul {
    list-style-type: disc;
    padding-left: 20px
}

.overview-section li {
    margin-bottom: 8px
}

#amenities,
#location,
#unit-configurations {
    margin-top: 30px;
    padding: 20px 0
}

.unit-grid {
    display: grid;
    gap: 25px
}

.unit-item {
    padding: 20px;
    border: 1px solid #44263875;
    border-radius: 5px !important;
    text-align: center;
    background: #9f550f26 !important;
    position: relative
}

.cc-img {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 70px;
    animation: 1.5s infinite cc;
    rotate: -45deg
}

.unit-item h3 {
    font-size: 2rem;
    margin-bottom: 10px
}

.amenities-intro,
.developer-info p,
.faq-question,
.spec-list li {
    font-size: 16px
}

#project-specifications {
    margin-top: 30px;
    padding: 20px 0;
    background-color: #fff
}

.spec-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px
}

.project-box {
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    width: calc(50% - 10px)
}

.amenity-icon,
.faq-section {
    padding: 20px;
    background-color: #fff
}

.spec-list li {
    line-height: 1.6;
    color: #333;
    margin-bottom: 10px;
    display: flex;
    align-items: center
}

.amenities-intro,
.developer-info p {
    line-height: 1.6;
    color: #555;
    text-align: center
}

.spec-list li i {
    margin-right: 8px;
    color: rgb(128, 32, 0);
    font-size: 1.2rem
}

.amenities-group h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px
}

.developer-info p,
.faq-item {
    margin-bottom: 15px
}

.icon-group {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px
}

.amenity-icon {
    border: 1px solid #ddd;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-direction: column;
    width: calc(32% - 5px)
}

.amenity-icon img {
    width: 35px
}

.faq-section {
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 5px
}

.faq-question {
    background-color: #f9f9f9;
    border: 1px solid #eee;
    padding: 10px;
    width: 100%;
    text-align: left;
    cursor: pointer;
    border-radius: 3px
}

.acc-content,
.feature span,
.rera-button,
footer,
p.text-center.mt-2.mb-2,
span.slider-text {
    text-align: center
}

.faq-answer {
    padding: 10px;
    border: 1px solid #eee;
    margin-top: 5px;
    border-radius: 3px;
    display: none;
    opacity: 0;
    transition: opacity .3s ease-in-out, max-height .3s ease-in-out;
    max-height: 0
}

.faq-answer.open {
    display: block;
    opacity: 1;
    max-height: 500px
}

.faq-question i {
    float: right;
    transition: transform .3s ease-in-out
}

.faq-question.active i {
    transform: rotate(180deg)
}

.box-with-shadow {
    box-shadow: 0 4px 8px #0f4d0f78
}

#about-developer {
    margin-top: 30px;
    padding: 50px 0;
    border-top: 1px solid #eee
}

.location-image {
    position: relative;
    padding-top: 75%;
    height: 0;
    background-color: #221f201c;
    border-radius: 10px
}

.location-image img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    position: absolute;
    inset: 0
}

.loacton-section:last-child,
.location-content {
    margin-top: 20px
}

.loaction-key {
    display: flex;
    justify-content: space-between;
    margin: auto;
    /* padding: 20px; */
    border: 1px solid #ccc;
    background: #ffffff59
}

.loaction-part {
    width: 30%;
    padding: 10px;
    border-right: 1px solid #ccc
}

.loaction-part:last-child {
    border-right: none
}

.location-key-head {
    color: #768c63;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #768c63;
    padding-bottom: 5px
}

.location-key-head img {
    width: 30px
}

.loaction-key-data {
    margin-top: 10px
}

.key-data {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 16px;
    border-bottom: 1px solid #ddd
}

.key-data:last-child {
    border-bottom: none
}

.contact-form {
    background-color: #fff;
    padding: 50px;
    margin: 20px auto 0;
    border-radius: 10px
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 500px;
    transform: translate(-50%, -50%);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000
}

.popup-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    position: relative
}

.button:hover,
.download-button:hover,
.submit-btn {
    background-color: var(--primery)
}

.logo-container {
    margin: 0 auto 20px
}

.logo-container img {
    width: 120px;
    height: auto
}

.close-btn,
.feature img {
    width: 30px;
    height: 30px
}

.close-btn {
    background: var(--primery);
    border: none;
    font-size: 24px;
    border-radius: 100px;
    cursor: pointer;
    color: #fff;
    position: absolute;
    top: -15px;
    right: -15px
}

.popup-body {
    display: flex;
    gap: 15px
}

.popup-body h3 {
    color: #222;
    margin-bottom: 20px;
    font-size: 16px
}

.promise-features {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    width: 30%;
    flex-direction: column
}

.feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px
}

.feature span {
    color: var(--primery);
    font-size: 12px
}

.acc-content span,
.popup-form h4 {
    font-size: 16px;
    text-align: center
}

.popup-form {
    width: calc(80% - 15px);
    display: flex;
    flex-direction: column;
    gap: 10px
}

.popup-form h4 {
    color: #222;
    margin-bottom: 10px
}

.popup-form input {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: 0
}

.phone-input {
    display: flex;
    gap: 5px
}

.phone-input select {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 30%
}

.phone-input input {
    flex: 1
}

.submit-btn {
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: .3s
}

.swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 10px;
    background-color: #11111170
}

.swiper-button-next,
.swiper-button-prev {
    background-color: #fff;
    font-size: 25px;
    width: 40px;
    height: 40px;
    border-radius: 100px
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 0
}

.gallery-image {
    position: relative;
    height: 0;
    padding-top: 22%;
    border-radius: 10px;
    background-color: #221f201c
}

.gallery-image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.swiper-pagination {
    position: unset !important;
    overflow: hidden;
    display: flex;
    margin-top: 10px;
    justify-content: center
}

.rera-project-popup {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 650px;
    z-index: 1;
    padding: 10px;
    background-color: #ffffffc2
}

.rera-project-title,

span.slider-text {
    background: var(--gradient)
}
footer {
  position: relative;
  background-image: url("../images/gallery/4.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}
footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(43, 21, 8, 0.888),   /* upar dark */
    rgba(28, 12, 2, 0.35)   /* niche halka */
  );
  z-index: 1;
}
footer * {
  position: relative;
  z-index: 2;
}


.rera-project-title {
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: -25px;
    padding: 1px 10px;
    font-weight: 900;
    transform: translate(-50%);
    left: 50%;
    width: max-content
}

.project-approved-box {
    background: #fff;
    padding: 0 10px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center
}

.image-box {
    background-color: #fff;
    border-radius: 10px;
    width: 120px;
    flex-shrink: 0
}

.rera-project-content {
    border-left: 1px solid #ccc;
    padding: 10px 0 10px 1.5rem;
    margin-left: 1.5rem
}

.rera-project-content p {
    margin-bottom: .5rem
}

p.text-center.mt-2.mb-2 {
    margin: .5rem auto
}

.rera-button {
    background-color: var(--primary);
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
    font-weight: 900
}

.rera-form {
    background-color: #fff;
    width: 100%;
    padding: 10px;
    margin-top: 10px
}

.stky-popup,
.swiper-button-next,
.swiper-button-prev {
    background-color: var(--text);
    color: #fff
}

footer {
    padding: 30px 0;
    color: #fff
}

footer .container {
    max-width: 90% !important
}

.acc-content {
    margin-bottom: 20px
}

.gallery-image::before,
.image::before,
.location-image::before,
.video::before {
    content: "";
    position: absolute;
    top: 41%;
    left: 45%;
    width: 30px;
    height: 30px;
    border: 3px solid #e1d5d9;
    border-top: 3px solid var(--secondry);
    border-radius: 50%;
    animation: 2s linear infinite spin
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.contact-details {
    margin-top: 10px;
    font-size: 14px
}

.contact-details a {
    color: #fff
}

.stky-popup {
    position: sticky;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: space-around;
    padding: 10px 0;
    z-index: 2
}

.stky-popup svg {
    color: #fff;
    width: 20px;
    height: 20px
}

.stky-popup a {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #fff;
    font-size: 14px;
    flex-direction: column;
    width: 25%
}

span.slider-text {
    position: absolute;
    font-size: 16px;
    bottom: 0;
    left: 0;
    padding: 7px 0;
    right: 0;
    color: #fff
}

.floor-image {
    padding-top: 32%;
    border-radius: 10px;
    position: relative;
    height: 0;
    cursor: pointer
}

.floor-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    object-fit: contain
}

@media(max-width:1310px) {
    .container {
        max-width: 100%
    }

    .video {
        padding-top: 57%
    }
}

@media(max-width:1110px) {
    .container {
        max-width: 100%
    }

    .video {
        padding-top: 65%
    }
}

@media(max-width:1040px) {
    .main-grid {
        flex-direction: column
    }

    .contact-fomr-part,
    .content-part {
        width: 100%
    }
}

@media(max-width:992px) {
    .container {
        max-width: 100%
    }

    .dasktop-menu {
        display: none
    }

    .menu-button {
        display: block
    }

    nav ul li {
        margin-left: 0
    }

    .video {
        padding-top: 100%
    }

    .grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        margin-top: 20px
    }

    .unit-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .order1 {
        order: 2
    }

    .order2 {
        order: 1
    }

    .section-heading {
        font-size: 20px
    }

    .overview-section .tagline {
        font-size: 13px
    }

    .acc-content span,
    .amenities-intro,
    .amenity-icon,
    .developer-info p,
    .overview-section li,
    .project-box,
    .section-content,
    .section-list li,
    .unit-item p,
    span.slider-text {
        font-size: 14px
    }

    .amenity-icon {
        width: calc(30% - 5px)
    }

    .amenities-group h3,
    .content h3,
    .form h4,
    .overview-section h3 {
        font-size: 18px
    }

    .rera-project-popup {
        position: relative;
        bottom: unset;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
        margin: 50px auto auto
    }

    .loaction-key {
        overflow: scroll;
        gap: 20px
    }

    .loaction-part {
        flex-shrink: 0;
        width: 350px
    }
}

@media(max-width:767px) {
    .floor-image {
        padding-top: 50%
    }
}

@media(max-width:676px) {

    .spec-list,
    .unit-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .stky-popup {
        display: flex
    }

    .menu-popup {
        width: 70%
    }

    .spec-list {
        gap: 10px
    }

    .overview-section .tagline {
        font-size: 11px
    }

    .amenities-group h3,
    .content h3,
    .form h4,
    .overview-section h3 {
        font-size: 16px
    }

    .acc-content span,
    .amenities-intro,
    .amenity-icon,
    .developer-info p,
    .overview-section li,
    .project-box,
    .section-content,
    .section-list li,
    .unit-item p,
    span.slider-text {
        font-size: 12px
    }

    .project-box {
        width: 100%
    }

    .section-heading {
        font-size: 18px
    }

    .contact-form {
        padding: 20px 10px;
        margin: 0 auto
    }

    #about-developer {
        margin-top: 0;
        padding: 20px 0
    }

    #amenities,
    #location,
    #project-specifications,
    #unit-configurations {
        margin-top: 10px
    }

    #faq,
    #gallery,
    #overview {
        padding: 20px 0
    }

    .gallery-image {
        padding-top: 66%
    }

    .loaction-part {
        width: 300px
    }

    .loaction-part.loaction-key-section {
        width: 640px;
        display: flex;
        gap: 20px;
        align-items: baseline
    }

    .loacton-section {
        width: 300px;
        height: 100%
    }

    .loacton-section:first-child {
        border-right: 1px solid #ccc;
        padding-right: 10px
    }
}

@media(max-width:566px) {
    .floor-image {
        padding-top: 100%
    }
}

@media(max-width:520px) {
    .menu-popup {
        width: 85%
    }

    .rera-project-title {
        font-size: 20px;
        top: -15px
    }

    .grid-box {
        gap: 10px
    }

    .amenity-icon {
        width: calc(45% - 5px);
        flex-shrink: 0
    }

    .icon-group {
        overflow: scroll;
        flex-wrap: nowrap;
        justify-content: flex-start
    }

    .cc-img {
        top: 3px;
        left: 3px;
        width: 80px
    }

    .rera-project-content p {
        font-size: 9px
    }
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #fff;
    background-color: var(--primery)
}

.download-grid {
    display: flex;
    align-items: center;
    justify-content: center
}

@keyframes cc {

    0%,
    100% {
        transform: scale(1.1)
    }

    50% {
        transform: scale(.9)
    }
}