
.sections-title,
.testimonial-title {
  position: relative;
  display: inline-block;
  font-family: Georgia, serif;
}
.sections-title::after,
.testimonial-title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  transform-origin: left center;
  width: 75%;
  height: 4px;
  background-color: #b61f38; 
  transition: transform 0.7s ease-out;
}
.testimonial-title::after {
  background-color: #fff;
}
.sections-title.active::after,
.testimonial-title.active::after {
  transform: translateX(-50%) scaleX(1);
}
.hero {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  background: #f4f4f4;
  overflow-x: hidden;
}
.hero-section {
  position: relative;
  height: 100vh;
  min-height: 480px;
  padding: 0;
  margin: 0;
}
#heroCarousel,
.carousel-inner,
.carousel-item {
  height: 100%;
  min-height: inherit;
}
.carousel-item {
  position: relative;  
}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block; 
}
.slide-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.46);
  z-index: 1;
}
.hero-content {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.oval-wrapper {
  position: relative;
  width: clamp(260px, 32vw, 440px);
  height: clamp(310px, 38vw, 520px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.oval-ring {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  border: 1.8px solid rgba(255, 255, 255, 0.38);
  z-index: 1;
  pointer-events: none;
}
.arc-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 2;
  pointer-events: none;
}
.arc-top,
.arc-bot {
  fill: none;
  stroke-width: 4;
  stroke-linecap: round;
  opacity: 0;
  transition: none;
}
.arc-top {
  transform: translateY(38px);
}
.arc-bot {
  transform: translateY(-38px);
}
.arc-top.go {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .7s ease,
    transform .75s cubic-bezier(.25, .8, .25, 1);
}
.arc-bot.go {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .7s ease .1s,
    transform .75s cubic-bezier(.25, .8, .25, 1) .1s;
}
.slide-text {
  position: relative;
  z-index: 3;
  padding: 1.8rem 1.4rem;
}
.slide-text h1 {
  font-weight: 700;
   font-family: 'Philosopher', sans-serif;
  color: #fff;
  line-height: 72px;
  font-size: 60px;
}
.slide-text p {
  font-weight: 700;
   font-family: 'Philosopher', sans-serif;
  color: #fff;
  line-height: 50px;
  font-size: 42px;
  margin-top: .6rem;
  text-shadow: 0 1px 10px rgba(0, 0, 0, .7);
}
.hero-section .carousel-control-prev,
.hero-section .carousel-control-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2.5px solid rgba(255,255,255,0.88);
  background: rgba(20,20,20,0.45);
  backdrop-filter: blur(6px);
  opacity: 1;
  transition: background .22s, transform .22s;
}
.hero-section .carousel-control-prev { left: 1.4rem; }
.hero-section .carousel-control-next { right: 1.4rem; }
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 22px;
  height: 22px;
  filter: brightness(0) invert(1);
}
.stats-outer {
  background: #f4f4f4;
  padding: 0 1rem 3rem;
}
.stats-bar {
  background: #fff;
  border-radius: 18px;
  padding: 1.6rem 2rem;
  width: min(94vw, 1140px);
  margin: -70px auto 0;
  position: relative;
  z-index: 30;
  box-shadow: 0 12px 50px rgba(0, 0, 0, .16);
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: .5rem;
}
.stat-item {
  text-align: center;
  flex: 0 1 auto;
  min-width: 0;
}
.stat-number {
   font-family: 'Philosopher', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  color: #b61f38;
  display: block;
  white-space: nowrap;
}
.stat-label {
   font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 48px;
  color: #191919;

  white-space: nowrap; 
  margin-top: .3rem;
  display: block;
}
.stat-div {
  width: 1px;
  height: 46px;
  background: #e2e2e2;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .stats-bar {
    padding: 1.2rem .8rem;
  }
  .stat-div {
    height: 30px;
  }
  .stat-label {
    font-size: .6rem;
  }
}
@media (max-width: 576px) {

  .hero-section{
    height: calc(100vh - 50px);
  }
.slide-text h1{
  font-size: 40px;
  line-height: 48px;
}
.slide-text p {
  font-size: 32px;
  line-height: 38px;
}
  .stats-bar{
     margin: -50px auto 0;   /* centers the box */
    width: 100%;             /* creates space on left and right */

    flex-direction: column;
    align-items: center;
    gap: 1.2rem;

    border-radius: 12px;
    padding: 1.2rem;
  }

  .stat-item{
    width:100%;
  }

  .stat-div{
    display:none;  /* remove vertical divider */
  }

  .stat-number{
    font-size:35px;
  }

  .stat-label{
    font-size:19px;
    line-height:20px;
  }
}
@media (max-width: 420px) {
  .carousel-control-prev {
    left: .4rem;
  }
  .carousel-control-next {
    right: .4rem;
  }
}
.philosophy {
  background:
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
    url('/static/images/bgimg-1.webp') center/cover no-repeat;
  padding: 20px 0;
}
.philosophy-para {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #191919;
  font-family: 'Poppins', sans-serif;
  text-align: justify;
}
.animate-up {
  opacity: 0;
  transform: translateY(30px); 
  transition: all 0.8s ease-out;
}
.animate-up.active {
  opacity: 1;
  transform: translateY(0); 
}
.know-more-button {
  display: inline-block;
  background-color: #CD1D3A;
  color: #fff;
  border: none;
  padding: 15px 30px;
  border-radius: 30px;

  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  transition: 0.3s ease;
}


  .BHK::before,::after{box-sizing:border-box;margin:0;padding:0}
:root{--red:#c0272d;}
.BHK{display:flex;align-items:center;justify-content:center;min-height:80vh;font-family:'Raleway',sans-serif;}
.sliders{
  position:relative;width:100%;max-width:1366px;height:460px;overflow:hidden;
}
.slides{position:absolute;inset:0;opacity:0;transition:opacity .75s ease;pointer-events:none;z-index:0;}
.slides.active{opacity:1;pointer-events:all;z-index:1;}

.slides-bg{
  position:absolute;inset:0;
  background-size:cover;background-position:center;
  filter:blur(2.5px) brightness(.38);transform:scale(1.05);
} 
.slides-overlay{
  position:absolute;inset:0;
  background:linear-gradient(95deg,rgba(0,0,0,.26) 0%,rgba(0,0,0,.12) 52%,rgba(0,0,0,.0) 100%);
  z-index:1;
} 
.deco-circle{
  position:absolute;left:-55px;bottom:-55px;width:210px;height:210px;
  border:1.5px solid rgba(255,255,255,.13);border-radius:50%;z-index:2;pointer-events:none;
}
.slides-body{
  position:absolute;top:0;bottom:0;left:0;width:52%;z-index:3;
  display:flex;flex-direction:column;justify-content:center;padding:0 0 0 58px;
  opacity:0;transform:translateY(20px);transition:opacity .55s .25s,transform .55s .25s;
}
.slides.active .slides-body{opacity:1;transform:translateY(0);}
.slides-supertitle{ 
  font-family: 'Comfortaa', cursive;
  font-style: normal;
  font-weight: 600;
  color: #ffffff;       
  font-size: 20px;
  line-height: 40px;
}
.bar-row{display:flex;align-items:flex-start;gap:16px;}
.red-bar{width:4px;background:var(--red);border-radius:2px;flex-shrink:0;align-self:stretch;min-height:40px;}
.bar-content{display:flex;flex-direction:column;}
.slides-title{
font-family: 'Cormorant Garamond', serif;
  font-style: normal;
  font-weight: 300;
  color: #ffffff;      
  font-size: 66px;
  line-height: 66px;
}
.slides-desc{
  font-family: 'Comfortaa', cursive;
  font-style: normal;
  font-weight: 300;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
margin-top: 15px;
}
.slides-cta{
  display:inline-flex;align-items:center;justify-content:center;
  padding:13px 38px;background:var(--red);color:#fff;
  font-family:'Raleway',sans-serif;font-size:11px;font-weight:700;
  letter-spacing:2.5px;text-transform:uppercase;
  border:none;border-radius:30px;cursor:pointer;width:fit-content;
  transition:background .25s,transform .25s;
}
.slides-cta:hover{background:#8b1a1e;transform:translateY(-2px);}
.slides-img-main{
  position:absolute;
  right:175px; 
  top:50%;transform:translateY(-50%) translateX(30px);
  z-index:4;width:clamp(260px,26vw,370px);
  opacity:0;transition:opacity .6s .38s,transform .6s .38s;
}
.slides.active .slides-img-main{opacity:1;transform:translateY(-50%) translateX(0);}
.slides-img-peek{
  position:absolute;
  right:0;
  top:50%;transform:translateY(-50%);
  z-index:3;
  width:clamp(110px,11vw,155px); 
  opacity:0;transition:opacity .6s .45s;
}
.slides.active .slides-img-peek{opacity:1;}
.slides-img-box{
  border-radius:5px;overflow:hidden;
  box-shadow:0 22px 55px rgba(0,0,0,.65);
}
.slides-img-main .slides-img-box img{
  width:100%;display:block;
  height:clamp(175px,18vw,250px);object-fit:cover;
}
.slides-img-peek .slides-img-box{
  height:clamp(175px,18vw,250px);
  opacity:.6;
  filter:brightness(.75);
}
.slides-img-peek .slides-img-box img{
  width:100%;display:block;height:100%;object-fit:cover;
}
.arrow{
  position:absolute;top:50%;transform:translateY(-50%);z-index:10;
  width:40px;height:40px;border:1.5px solid rgba(255,255,255,.38);border-radius:50%;
  background:transparent;display:flex;align-items:center;justify-content:center;
  cursor:pointer;opacity:0;pointer-events:none;
  transition:background .25s,border-color .25s,opacity .25s;
}
.sliders:hover .arrow{opacity:1;pointer-events:all;}
.arrow:hover{background:var(--red);border-color:var(--red);}
.arrow svg{width:15px;height:15px;stroke:#fff;stroke-width:2.2;fill:none;}
.arrow-prev{left:14px;}
.arrow-next{right:14px;}
.dots{
  position:absolute;bottom:28px;
  left:50%;transform:translateX(-50%);
  display:flex;gap:9px;z-index:10;
}
.dot{width:28px;height:3px;background:rgba(255,255,255,.32);border-radius:2px;cursor:pointer;transition:background .3s,width .3s;}
.dot.active{background:var(--red);width:42px;}
.scroll-up{
  position:absolute;bottom:18px;right:18px;z-index:10;
  width:36px;height:36px;background:var(--red);border:none;border-radius:4px;
  display:flex;align-items:center;justify-content:center;cursor:pointer;
}
.scroll-up svg{width:14px;height:14px;stroke:#fff;stroke-width:2.5;fill:none;}
/* Tablet */
@media(max-width:960px){
  .sliders{height:420px;}

  .slides-body{
    width:60%;
    padding-left:40px;
  }

  .slides-title{
    font-size:48px;
    line-height:50px;
  }

  .slides-img-main{
    right:20px;
    width:280px;
  }

  .slides-img-peek{
    display:none;
  }
}


/* Mobile */
@media(max-width:720px){

  .sliders{
    height:auto;
    min-height:520px;
  }

  /* text section full width */
  .slides-body{
    position:relative;
    width:100%;
    padding:30px 22px 0 22px;
    justify-content:flex-start;
  }

  .slides-title{
    font-size:32px;
    line-height:36px;
  }

  .slides-desc{
    font-size:14px;
    line-height:22px;
  }

  /* move image below text */
  .slides-img-main{
    position:relative;
    top:auto;
    right:auto;
    transform:none;
    margin:25px auto 80px auto;
    width:85%;
    max-width:340px;
    opacity:1;
  }

  .slides.active .slides-img-main{
    transform:none;
  }

  .slides-img-main .slides-img-box img{
    height:200px;
  }

  .slides-img-peek{
    display:none;
  }

  .dots{
    left:50%;
    transform:translateX(-50%);
  }

}


/* Small phones */
@media(max-width:480px){

  .slides-title{
    font-size:26px;
    line-height:30px;
  }

  .slides-desc{
    font-size:13px;
  }

  .slides-img-main .slides-img-box img{
    height:180px;
  }

}
.gallery {
  padding: 5px 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
    url('/static/images/bgimg-1.webp');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  user-select: none;
  transition: transform 0.3s ease;
}
.completed-project {
  padding: 5px 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
    url('/static/images/bgimg-1.webp');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 350px;
  perspective: 1000px;
  margin-bottom: 30px;
}
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  cursor: pointer;
}
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  z-index: 1;
}
.flip-card-front img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(40%);
}
.flip-card-back {
  transform: rotateY(180deg);
}
.flip-card-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-name {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 15px;
   font-family: "Georgia", serif;
   color: #fff;
}
.project-info {
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 2px;
  opacity: 0.9;
  color: #fff;
}
.btn-view-all {
  display: inline-block;
  background-color: #CD1D3A;
  color: #fff;
  border: none;
  padding: 15px 30px;
  border-radius: 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  transition: 0.3s ease;
}
.btn-view-all:hover {
  background-color: #b61f38;
  transform: scale(1.05);
}
.testimonial-section {
  position: relative;
  padding: 100px 20px;
  background:
    linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url("/static/images/testimonial-img.webp") center/cover no-repeat;
  color: #fff;
}
.testimonial-container {
  position: relative;
  margin: 0;
  z-index: 2;
  text-align: center;
}
.testimonial-slider-wrapper {
  overflow: hidden;
}
.testimonial-slider {
  display: flex;
  transition: transform 0.6s ease;
  will-change: transform;
}
.testimonial-card {
  flex: 0 0 33.333%;
  padding: 20px;
  box-sizing: border-box;
}
.testimonial-box {
  background: #b61f38;
  padding: 25px 18px;
  border-radius: 18px;
  text-align: center;
  position: relative;
  line-height: 1.7;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-box:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #c81e35 transparent transparent transparent;
}
.testimonial-box p {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: 400;
  color: rgb(255, 255, 255);
  font-size: 21px;
  line-height: 31px;
}
.testimonial-client {
  margin-top: 35px;
  text-align: center;
}
.testimonial-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  z-index: 3;
  padding: 10px 15px;
}
.testimonial-arrow.prev {
  left: 0;
}
.testimonial-arrow.next {
  right: 0;
}
@media(max-width:992px) {
  @media(max-width:992px) {
    .testimonial-card {
      flex: 0 0 100%;
    }
    .testimonial-title {
      font-size: 26px;
    }
    .testimonial-section {
      padding: 70px 15px;
    }
  }
}
@media(max-width:576px) {
  .testimonial-card {
    flex: 0 0 100%;
  }
  .testimonial-title {
    font-size: 26px;
  }
  .testimonial-box p {
    font-size: 19px;
  }
  .testimonial-section {
    padding: 70px 15px;
  }
}
.cta-section {
  background-color: #b61f38;
  padding: 55px 0;
}
.cta-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta-text-wrap {
  flex: 1;
  text-align: center;
  padding-right: 40px;
}
.cta-text {
  font-family: "Georgia", serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin: 0;
}
.cta-btn-wrap {
  padding-left: 20px;
}
.btn-enquiry {
  display: inline-block;
  background: #ffffff;
  color: #b61f38;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 14px 40px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.btn-enquiry:hover {
  background: #f3f3f3;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}
@media (max-width: 992px) {
  .cta-wrapper {
    flex-direction: column;
    text-align: center;
  }
  .cta-text-wrap {
    padding-right: 0;
    margin-bottom: 25px;
  }
  .cta-btn-wrap {
    padding-left: 0;
  }
  .cta-text {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .cta-section {
    padding: 40px 0;
  }
  .cta-text {
    font-size: 18px;
  }
}
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 9999;
}
.modal-overlay.active {
  visibility: visible;
  opacity: 1;
}
.modal-box {
  background: #ffffff;
  width: 100%;
  max-width: 420px;
  padding: 35px 30px;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
.modal-overlay.active .modal-box {
  transform: scale(1);
}
.close-btn {
  position: absolute;
  right: 18px;
  top: 15px;
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
}
.modal-logo {
  text-align: center;
  margin-bottom: 15px;
}
.modal-logo img {
  max-height: 55px;
}
.modal-title {
  text-align: center;
  margin-bottom: 25px;
  font-family: Georgia, serif;
  font-weight: 600;
}
.enquiry-form input,
.enquiry-form textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  background: #f9fafb;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  transition: border 0.3s ease;
}
.enquiry-form input:focus,
.enquiry-form textarea:focus {
  border-color: #d81b3a;
}
.enquiry-form textarea {
  height: 110px;
  resize: none;
}
.send-btn {
  width: 100%;
  background: #d81b3a;
  color: #fff;
  border: none;
  padding: 13px;
  border-radius: 30px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease;
}
.send-btn:hover {
  background: #b51630;
}
@media (max-width: 480px) {
  .modal-box {
    padding: 25px 20px;
  }
}
.get-touch {
  padding: 5px 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),
    url('/static/images/bgimg-1.webp');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-box {
  padding: 10px 10px;
  border-radius: 12px;
  box-shadow: 0 0 10px #9F9F9F;
  transition: 0.3s ease;
}
.contact-header {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-header i {
  font-size: 28px;
  color: #b61f38;
}
.contact-header h5 {
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  margin: 0;
  color: #b61f38;
  font-family: Georgia, serif;
}
.contact-box p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  color: #000;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .get-touch-section {
    padding: 60px 0;
  }
}
@media (max-width:576px){

  .contact-header{
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap:6px;
  }

  .contact-header i{
    font-size:26px;
  }

  .contact-header h5{
    font-size:20px;
  }

  .contact-box p{
    margin-left:0;
    text-align:center;
    margin-top:6px;
  }

}
.popup-box {
  position: fixed;
  right: -400px;
  top: 150px;
  width: 350px;
  background: #fff;
  z-index: 9999;
  animation: slideIn 0.8s forwards;
  padding-bottom: 20px; 
  box-sizing: border-box;
}
.popup-box img {
  width: 100%;
  display: block;
}
.close-btn {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  padding: 2px 8px;
}
.apply-btn {
  display: block;
  margin: 15px auto 0 auto; 
  background: #b61f38;
  color: #fff;
  padding: 12px 35px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  width: max-content; 
}
@keyframes slideIn {
  from {
    right: -400px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}