@font-face {
  font-family: "poppins", sans-serif;
  src: url("fonts\inter\static\Inter_24pt-Regular.ttf") format("ttf"),
    url("fonts\inter\static\Inter_24pt-Regular.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PlayfairDisplay";
  src: url("fonts\Playfair_Display\PlayfairDisplay-VariableFont_wght.ttf")
      format("ttf"),
    url("fonts\Playfair_Display\PlayfairDisplay-VariableFont_wght.ttf")
      format("ttf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Aftika";
  src: url("../fonts/aftika.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Charmini";
  src: url("../fonts/Fontspring-DEMO-juana-regular.otf");
}
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&family=Lora:wght@400;500&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&display=swap');

/* .box a {
  display: block !important;
} */

ul li {
  padding-bottom: 5px;
}

.box-title {
  max-width: 850px;
  z-index: 5;
  position: relative;
  /* margin-bottom: 10px !important; */
}

.font {
  font-family: "Charmini";
  font-weight: 500;
  font-style: normal;
}

.text-primary {
  /* color: #0222a5 !important; */
  color: #4e148c !important;
}
.swiper-pagination-bullet-active{
  background: #4e148c !important;
}

.font1 {
  font-family: "glyphicons";
  font-weight: 500;
  text-transform: capitalize;
  font-style: normal;
}

.swiper-button-next,
.swiper-button-prev {
  color: black !important;
  background-color: white !important;
  padding: 28px !important;
  border-radius: 15px !important;
}

@font-face {
  font-family: "Charmini";
  src: url("../fonts/Fontspring-DEMO-juana-regular.otf");
}

@font-face {
  font-family: "glyphicons";
  src: url("../fonts/FiraSans-Regular.woff");
}

section {
  scroll-margin-top: 80px;
  /* adjust based on your header height */
}

.testimon {
  border-radius: 100px;
  width: 70px;
  margin-bottom: 15px;
}

.tf-sw-gallery .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tf-sw-gallery .swiper-slide img {
  object-fit: cover;
  border-radius: 8px;
  width: 1200px !important;
  height: 600px !important;
}

.tf-sw-gallery .swiper {
  overflow: visible;
}

.tf-sw-gallery .swiper-slide img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  border-radius: 8px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 55px;
  left: auto;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 55px;
  right: auto;
}

/* .homelengo-categories {
    padding: 17px 17px 17px 17px;
    width: 210px;
} */

.desk {
  display: block;
  object-fit: contain !important;
}

.mob {
  display: none;
  text-align: center;
  padding: 15px;
}

html {
  scroll-behavior: smooth;
}

.fotorama__fullscreen-icon {
  background-position: 4px -32px;
}

@media (max-width: 1024px) {
  .mob {
    display: block;
  }

  .desk {
    display: none;
  }
}

.fotorama__arr--next {
  right: 2px;
  background-position: -28px 0px;
}

.fotorama__arr--prev {
  left: 2px;
  background-position: 4px 0;
}

.fotorama__arr.fotorama__arr--prev,
.fotorama__arr.fotorama__arr--next,
.fotorama__fullscreen-icon {
  background-color: black;
  padding: 10px 20px;
  border-radius: 10px;
}

.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.fotorama__caption {
  /* background-color: #ffc107; */
  border-radius: 10px;
  color: black;
  font-weight: bold;
  text-align: center;
}

/* Default Styles */
.desk-image {
  display: block;
  width: 100%;
  height: auto;
}

.sm-image {
  display: none;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.osahan-nav-bottom .osahan-nav-bottom-link i {
  font-size: 18px;
}

.osahan-nav-bottom .row > * {
  padding-left: 0px;
  padding-right: 0px;
}

.progress-wrap {
  position: fixed;
  bottom: 70px;
}

.osahan-nav-bottom-home {
  position: absolute;
  width: 70px;
  height: 70px;
  background: radial-gradient(
    circle,
    rgba(238, 174, 202, 1) 0%,
    rgba(148, 187, 233, 1) 100%
  );
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  display: flex !important;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff !important;
  top: -21px;
  text-align: center;
  border-radius: 50px;
  border: 3px solid #fff;
}

.osahan-nav-bottom .osahan-nav-bottom-link p {
  font-size: 8px;
  text-transform: uppercase;
  margin-top: 4px !important;
}

/* Responsive Fix */
@media (max-width: 768px) {
  .desk-image {
    display: none;
  }

  .sm-image {
    display: block;
    margin-bottom: 20px;
  }

  .flat-slider .container {
    position: relative !important;
    top: auto !important;
    padding-top: 20px;
  }

  .main-header .inner-header {
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
  }

  .mdesktop p {
    font-family: 'Manrope',  sans-serif !important;
    font-size: 10px !important;
    font-weight: 400 !important;
  }

  #specifications {
    font-family: 'Manrope',  sans-serif !important;
    font-size: 10px !important;
    font-weight: 400 !important;
  }

  .list .box-icon.w-40 {
    width: 35px !important;
    height: 30px !important;
  }
  .box1{
    flex-direction: column ;
    gap: 5px !important;
    width: 80% !important;
  }
  .form-account1{
    flex-direction: column;
    gap: 5px !important;
  }
}

.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  border-radius: 15px !important;
}

.main-header .inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

button.accordion-button {
  padding: 15px;
}

.wd-filter-select {
  border-top-left-radius: 10px;
}

.flat-slider .image {
  position: relative;
  background-size: cover;
  width: 100%;
}

.flat-slider {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#home {
  /* margin-top: 114px; */
  margin-top: 60px;
}

.bottom svg {
  color: black;
  /* filter: invert(1); */
}

.bottom {
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

/* @media (max-width: 1024px) {
    .image{
        position:relative;
    }
} */
a[data-lightbox] img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background: white;
}

.accordion-button:not(.collapsed){
  background-color: #97dffc;
  color: #2c0735;
}

b {
  font-weight: 700;
}

/* .tf-btn {
  max-width: 230px !important;
  min-height: 30px;
} */
.tf-btn {
  max-width: 170px !important;
  min-height: 30px;
}

@media only screen and (max-width: 767px) {
  .intro p {
  text-align: start !important;
  font-size: 17px !important;
  }
  .pricing-card{
    width: 330px !important;
  }
  .tf-btn {
    max-width: 230px !important;
    min-height: 30px;
  }
  .flat-account {
    flex-direction: column-reverse;
  }
  .tab-content1 .jizz1 {
    padding: 20px 30px !important;
  }
  .invest-grid {
    grid-template-columns: repeat(1, minmax(220px, 1fr)) !important ;
  }
  .center2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .section-separator::before {
    height: 40% !important;
  }
}
/* ----------- Tablet Screens (768px to 1024px) ----------- */
@media (max-width: 1024px) and (min-width: 768px) {
  /* Grid for NRI / Investment Section */
  .invest-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columns instead of 4 */
    gap: 25px;
    margin-top: 30px;
  }

  /* Flex rows (logo row, certificates, etc.) */
  .row1 {
    flex-wrap: wrap; /* wrap elements neatly */
    justify-content: center;
    gap: 20px; /* add space between items */
  }
  .center1 {
    flex-direction: row !important;
  }
  .banner-account1 .col-4 {
    width: 33.33333% !important;
  }

  .flat-account {
    flex-direction: column-reverse;
  }

  /* Card / Item Styling */
  .invest-item {
    text-align: center;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  }

  .invest-item img {
    width: 70px;
    margin-bottom: 10px;
  }

  .invest-item h4 {
    font-size: 17px;
  }

  .invest-item p {
    font-size: 14px;
  }
}

/* .center .snake.mt-3{
  display: flex;
  justify-content: center;
} */
.center2 {
  display: flex;
  justify-content: center;
  gap: 11px;
}

@media (min-width: 2300px) {
  #about {
    margin-top: 120px;
  }
}

@media (max-width: 1000px) {
  .flat-slider .image {
    position: relative;
  }
}

.error {
  color: red;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .mdesktop {
    display: block !important;
  }
}

.mdesktop {
  display: none;
}

.wd-filter-select .form-style .form-control,
.wd-filter-select .form-style .nice-select {
  font-size: 14px;
  line-height: 22px;
  padding: 10px 16px;
}

.flat-slider.home-3 {
  /* background-image: url(../img/form.jpg); */
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 0 0 !important;
  width: 100% !important;
  height: auto;
  position: relative;
  /* border-bottom: 1px solid #f7f7f7; */
}

@media (max-width: 768px) {
  .flat-slider.home-3 {
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
  }
  .box.box-btn.mt-4.d-flex.align-center {
    flex-direction: column;
    align-items: center;
  }

  .flat-account {
    /* height: 480px !important; */
  }
  .mobile {
    display: none !important;
  }
  .mobile1 {
    justify-content: center !important;
  }
}

a {
  font-weight: 400;
}

.intro p {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 27px;
  text-align: justify;
  color: #3a3a3a;
}
.intro h5 {
  margin-top: 30px;
  margin-bottom: 10px;
  /* color: rgb(44, 49, 148); */
  color: #333;
  text-align: justify;
  font-family: 'Manrope', sans-serif !important;
}
.intro ul {
  list-style: none;
  padding-left: 0;
}

.intro ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  line-height: 1.5;
  color: #3a3a3a;

  /* text-align: justify; */
}
.intro ul li b {
  /* color: #f90a6e; */
  color: #333;
  font-family: 'Manrope', sans-serif !important;
}

.intro ul li::before {
  content: "\f061"; /* fa-arrow-right */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 3px;
  /* color: rgb(249, 0, 112);  */
  color: rgb(0, 48, 140);
  color: #3a3a3a;
  font-size: 14px;
}
h5.text-black{
  font-family: 'Manrope', sans-serif !important;
  font-size: 20px;
}

.text-subtitle {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.box-location-v3 .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.box-location-v3 .img-style {
  border-radius: 0;
  width: 35%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hover-img .img-style img {
  width: 65px;
  height: 65px;
}

@media only screen and (min-width: 992px) {
  .tf-layout-mobile-lg.lg-col-3,
  .tf-layout-mobile-sm.lg-col-3,
  .tf-layout-mobile-md.lg-col-3,
  .tf-grid-layout.lg-col-3 {
    /* grid-template-columns: repeat(4, 1fr); */
    grid-template-columns: repeat(2, 1fr);
  }
}

@keyframes floatLeftRight {
  0% {
    transform: rotate(-90deg) translateX(0);
  }

  50% {
    transform: rotate(-90deg) translateX(-50px);
  }

  100% {
    transform: rotate(-90deg) translateX(0);
  }
}

/* .homelengo-categories {
    height: 320px;
} */

.scroll-top1 a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 15px;
  color: #fff;
  gap: 10px;
  font-size: 20px;
}

.scroll-top1 {
  position: fixed;
  left: 15px;
  bottom: 100px;
  /* width: 55px;
  height: 55px; */

  color: #ffffff;
  background: #0dc143;
  border-radius: 50px;
  font-size: 50px;
  line-height: 55px;
  font-weight: 600;
  text-align: center;
  /* text-transform: uppercase; */
  display: none;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 999;
  display: block;
  animation: tada 1.5s infinite;
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}

.floating-tab {
  padding: 3px;
  text-align: center;
  margin: 0;
  width: 130px;
  height: 30px;
  background: linear-gradient(
    135deg,
    rgba(93, 191, 85, 1) 0%,
    rgba(39, 93, 109, 1) 48%,
    rgba(45, 63, 112, 1) 71%,
    rgba(32, 20, 79, 1) 100%
  );
  color: #fff;
  z-index: 991;
  border-radius: 5px 5px 0 0;
  transform: rotate(-90deg);
  transform-origin: right bottom;
  position: fixed;
  cursor: pointer;
  right: 0;
  top: 30%;
  animation: floatLeftRight 2s ease-in-out infinite;
}

.floating-tab p {
  display: inline-block;
  line-height: 27px;
  font-size: 17px;
  font-weight: bold;
  vertical-align: super;
  cursor: pointer;
}

.floating-tab a {
  color: #fff;
  text-decoration: none;
}

h6 {
  font-size: 15px;
  line-height: 25.2px;
}

.btn-view .icon {
  color: #1563df;
  font-size: 10px;
}

.box-location-v3 .content .btn-view .text {
  font-size: 10px;
  line-height: 24px;
  font-weight: 400;
  font-family: 'manrope', sans-serif !important;
}

.box-location-v3 .content .btn-view {
  margin-top: 8px;
  gap: 4px;
}

.flat-animate-tab {
  overflow: visible;
}

.homelengo-box .content-top {
  padding-bottom: 8px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e4e4e4;
}

.homelengo-box {
  background: #fff;
}

.nav-tab-recommended .nav-link-item {
  background: #fff;
}

.icon-box span img {
  width: 65px;
}

.content p {
  font-size: 15px !important;
}

@media only screen and (min-width: 992px) {
  .flat-testimonial-v2 .box-tes-item .note {
    text-transform: capitalize;
    margin-top: 40px;
    font-size: 20px;
    line-height: 42px;
  }
}

.footer .top-footer {
  padding: 20px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.box-tes-item h4 {
  font-size: 21px;
}

.fixed-header {
  position: fixed;
  /* top: 35px; */
  top: 0px;
}

@media only screen and (min-width: 992px) {
  .modal-account {
    --bs-modal-width: 800px;
  }
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  line-height: 20px;
  padding: 10px 15px;
}

.nice-select {
  padding: 10px 18px;
  line-height: 20px;
}

.flat-account {
  display: flex;
  /* height: 490px; */
}

.flat-slider.home-3 .overlay {
  background: #000000;
  opacity: 0.5;
}

.banner-account .font1 {
  color: #fff;
}

.container.position-relative {
  padding: 11px;
}

.flat-account .form-account .title-box {
  margin-bottom: 20px;
}

/* Example CSS for toggling */
body.mobile-menu-visible .mobile-menu {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.close-btn {
  color: #f00;
  /* right: 32px; */
}

.wd-filter-select {
  /* padding: 10px; */
  /* border-radius: 10px; */
  /* background: #111;  */
  /* animation: glow-border 2s linear infinite; */
  /* border: 2px solid transparent; */
  /* box-shadow: 0 0 5px rgba(0, 255, 255, 0.2); */
  /* background: linear-gradient(135deg, rgba(93, 191, 85, 1) 0%, rgba(39, 93, 109, 1) 48%, rgba(45, 63, 112, 1) 71%, rgba(32, 20, 79, 1) 100%); */
  /* background: linear-gradient(
    135deg,
    rgb(249, 0, 112) 0%,
    rgb(248, 31, 106) 48%,
    rgb(245, 103, 93) 71%,
    rgb(250, 144, 159) 100%
  ); */
  /* background: url(../img/form3.jpg); */
  background: #5bc0be;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* 
@keyframes glow-border {
    0% {
        border-color: #00f7ff;
        box-shadow: 0 0 10px #00f7ff;
    }

    50% {
        border-color: #00ff95;
        box-shadow: 0 0 15px #00ff95;
    }

    100% {
        border-color: #00f7ff;
        box-shadow: 0 0 10px #00f7ff;
    }
} */

/* form input, form button {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: none;
  border-radius: 6px;
} */

.banner-wrapper {
  width: 100%;
  /* background-color: #ffffff; */
  background-color: #000;

  padding: 5px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.banner-container {
  display: flex;
  width: fit-content;
  /* Allow content to dictate width */
  animation: scroll-left 150s linear infinite;
  /* Animation applied here */
  white-space: nowrap;
  /* Keep all items on a single line */
}

.banner-container:hover {
  animation-play-state: paused;
}

.banner-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
  height: 30px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.banner-item:hover {
  transform: translateY(-5px);
}

.banner-item img {
  max-height: 60px;
  width: auto;
  filter: grayscale(100%) opacity(70%);
  transition: filter 0.3s ease;
}

.banner-item img:hover {
  filter: grayscale(0%) opacity(100%);
}

.banner-item .text-content {
  font-size: 1rem;
  /* color: #2C3194; */
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px;
  word-spacing: 3px;
  letter-spacing: 2.1px;
}

/* Keyframes for the scrolling animation */
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Example of how to add a title */
.section-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #4299e1;
  border-radius: 2px;
}

/* Adjustments for smaller screens */
@media (max-width: 768px) {
  .banner-item {
    height: 40px;
    padding: 0 15px;
  }

  .banner-item .text-content {
    font-size: 1rem;
  }

  .section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  transition: left 0.3s ease-in-out;
  overflow: auto;
}

/* @media screen and (max-width: 750px) {
    .carousel-item img {
        border-radius: 35px;
        padding: 15px;
    }
}

.carousel-item img {
    border-radius: 65px;
    padding: 35px;
} */

/* .carousel-inner {
        border-radius: 45px;
    } */

/* #carouselExampleFade {
        padding: 40px;
    } */

.mobile-menu.active {
  left: 0;
}

.mobile-menu .menu-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.7); */
  opacity: 1;
  transition: opacity 0.3s ease;
  pointer-events: auto;
}

.mobile-menu .menu-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 100vh;
  background: #fff;
  padding: 20px;
  box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.3);
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

/* body.mobile-menu-active { 
        overflow: hidden;
    } */

/* Styling for mobile-nav-toggler (hamburger icon) */
.mobile-nav-toggler {
  display: none;
  cursor: pointer;
  z-index: 1001;
}

/* Show toggler on smaller screens (example breakpoint) */
@media (max-width: 991px) {
  .main-menu {
    display: none;
  }

  .mobile-nav-toggler {
    display: block;
  }
}

.zoom-text {
  font-size: 1.2rem;
  font-weight: bold;
  color: #2ad250;
  animation: zoomInOut 0.5s infinite alternate;
  display: inline-block;
}

/* Keyframes for the zoom in/out animation */
@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

/* Styles for the struck-through text */
.striked-text {
  font-size: 1.2rem;
  color: #fb293d;
  text-decoration: line-through;
  font-weight: 600;
}

/* Animation when showing */
.floor-item {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  transform: scale(1);
}

/* Hide animation */
.floor-item.hide {
  opacity: 0;
  transform: scale(0.9);
  pointer-events: none;
  height: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.float-start {
  float: left !important;
  margin-bottom: 15px;
}

.text-subtitle {
  font-family: 'Manrope', sans-serif !important;
  font-size: 24px;
}

body {
  font-family: 'Manrope',  sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
}

button {
  font-family: 'Manrope',  sans-serif !important;
  font-size: 16px;
  font-weight: 700;
}

.btn {
  font-family: 'Manrope',  sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.floating-tab1 {
  font-family: 'Manrope',  sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.content p {
  font-family: 'Manrope',  sans-serif;
  font-size: 16px;
  font-weight: 400;
}

ul li {
  font-family: 'Manrope',  sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.footer p {
  font-family: 'Manrope',  sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

p {
  font-family: 'Manrope',  sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}

a {
  font-family: 'Manrope',  sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.main-header .main-menu .navigation > li > a {
  font-family: 'Manrope',  sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  font-size: 15px !important;
}

.caption-1 {
  font-size: 16px !important;
}

.footer a {
  font-family: 'Manrope',  sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.homelengo-categories.style-02 {
  border: 1px solid #c8deff;
}

h6 {
  font-size: 18px;
}

.swiper-button-next,
.swiper-button-prev {
  color: black !important;
  /* background-color: red !important; */
  padding: 6px !important;
  border-radius: 15px !important;
  width: 50px;
  height: 50px;
}

/* Common button styles */
.swiper-button-next,
.swiper-button-prev {
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 100px !important;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  transform: translateY(0%);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Optional: Add hover effect */
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #f0f0f0;
  transform: translateY(-50%) scale(1.1);
}

/* Specific positions */
.swiper-button-prev {
  left: 35px;
  /* You can adjust based on container spacing */
}

.swiper-button-next {
  right: 35px;
}

/* Optional: Ensure icons scale properly */
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  font-weight: bold;
}

.controls {
  position: relative;
  z-index: 999999999999;
  top: 0px;
  margin-bottom: 10px;
}

.sw-pagination:not(.swiper-pagination-lock) {
  margin-top: 40px;
}

@media only screen and (max-width: 991px) {
  .flat-section {
    padding: 60px 0px 60px;
  }
}

.swiper-toggle-btn {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  margin: 10px auto;
}

.download-btn {
  position: relative;
  display: inline-block;
  /* background-color: #007bff; */
  color: white;
  padding: 14px 28px;
  font-size: 17px;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.download-btn .text {
  display: inline-block;
  transition: transform 0.3s ease;
}

.download-btn:hover .text {
  transform: translateX(-18px);
}

/* Icon style */
.download-btn::before {
  content: "\f019";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  color: white;
  position: absolute;
  top: 0;
  right: -40px;
  height: 100%;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 6px 6px 0;
  transition: right 0.3s ease;
}

.download-btn:hover::before {
  right: 0;
}

ul,
li {
  line-height: 2.2rem;
}

.banner {
  height: 50px;
  position: fixed;
  top: 0;
  width: 100%;
  background: #e7d1ff !important;
  z-index: 999;
}

ul .list {
  border: 1px solid black;
  border-radius: 30px;
  background: #033e8a;
}

ul .list a:hover {
  padding-bottom: 0;
}

ul .list:hover {
  padding-bottom: 0;
}
.list .box-icon.w-40 {
  width: 40px;
  height: 35px;
}

.site-visit-circle {
  position: absolute;
  right: 5%;
  bottom: 10%;
  width: 150px;
  height: 150px;
  z-index: 20;
  cursor: pointer;
  text-align: center;
  word-spacing: 5px;
}

.circle-icon {
  position: absolute;
  /* width: 40px;
  height: 40px; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 55px;
  color: #fff;
}

.circle-icon img {
  width: 100%;
  height: auto;
}

.circle-text-svg {
  width: 150px;
  height: 150px;
  animation: spin 10s linear infinite;
}

.circle-text-svg text {
  font-size: 18px;
  fill: white;
  letter-spacing: 5px;
  font-family: 'Manrope',  sans-serif !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.no1 {
  padding: 15px 20px !important;
}

@media (min-width: 1200px) {
  .site-visit-circle {
    position: absolute;
    right: 5%;
    bottom: 10%;
    width: 180px;
    height: 180px;
    z-index: 20;
    cursor: pointer;
    text-align: center;
    word-spacing: 5px;
  }
  .circle-text-svg {
    width: 180px;
    height: 180px;
    animation: spin 10s linear infinite;
  }
}
@media (max-width: 1050px) {
  .circle-text-svg {
    width: 100px;
    height: 100px;
  }
  .circle-icon {
    font-size: 30px;
    top: 35% !important;
    left: 50%;
  }
  .site-visit-circle {
    left: 2%;
    bottom: 0%;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .site-visit-circle {
    /* width: 100px;
    height: 100px;
    left: 70% !important; */
    display: none;
  }

  .circle-icon {
    /* width: 28px;
    height: 28px; */
    font-size: 25px;
  }

  .circle-text-svg {
    width: 100px;
    height: 100px;
  }

  .circle-text-svg text {
    font-size: 22px;
  }
}

/* 
.badge {
    width: 80px;
    height: 80px;
    background: white;
    border: 5px solid #2c3194;
    border-radius: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(45deg);
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.text {
    transform: rotate(-45deg);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #2c3194;
}

.word {
    display: block;
    opacity: 0;
    animation: blink 2s infinite;
}

.word:nth-child(2) {
    animation-delay: 1s;
}

@keyframes blink {
    0% { opacity: 0; }
    20% { opacity: 1; }
    50% { opacity: 1; }
    70% { opacity: 0; }
    100% { opacity: 0; }
} */

.section-title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #f35123;
  margin-bottom: 30px;
  position: relative;
}

.section-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #ccc;
  margin: 8px auto 0;
  border-radius: 5px;
}

.pricing-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.pricing-card {
  background: white;
  border-radius: 20px;
  /* padding: 20px 20px; */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  width: 430px;
  max-width: 100%;
  text-align: center;
  border: 1px solid #aeaeae;
  margin: 3px;
}
.pricing-card h2::before {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #f35123;
  margin: 0 auto 10px;
  border-radius: 5px;
  top: 65px;
  position: relative;
}
.content-bottom.float-left {
  position: relative;
  /* display: flex;
  justify-content: center;
  align-content: center;
  align-items: center; */
  /* top: 20px; */
}

.pricing-card h2 {
  font-size: 40px;
  font-weight: bolder;
  margin-bottom: 20px;
  font-family: 'manrope', sans-serif !important;
}

.pricing-card p {
  font-size: 30px !important;
  color: #333;
  margin: 0 0 5px;
}

.price {
  font-size: 24px;
  font-weight: 700;
  color: #4e148c;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: 'Manrope', sans-serif !important;
}

.btn {
  /* background: linear-gradient(to right, #f35123, #fa5d28); */
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

/* .btn:hover {
  background: linear-gradient(to right, #e13d0f, #e84a1a);
} */

@media (max-width: 768px) {
  .pricing-container {
    flex-direction: column;
    align-items: center;
  }
  .center1 {
    flex-direction: row !important;
  }
}

.swiper1 {
  padding-bottom: 70px !important;
}

.floorplan-swiper img {
  width: 100%;
  height: auto;
  /* border-radius: 8px 8px 0px 0px !important; */
  border-radius: 0px !important;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0) !important;
  background: transparent !important;
}
.title10 {
  font-size: 22px;
  font-weight: 600;
  /* margin-bottom: 15px; */
  /* background-color: #fff; */
  text-align: center;
  padding: 15px 0 15px 0;
  margin-top: 14px;
  font-family: 'Manrope', sans-serif !important;
  /* border-radius: 0px 0px 8px 8px; */
  /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); */
}

.floorplana {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  background: white;
  border-radius: 12px;
}
.center1 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.banner-account1 {
  background: rgba(236, 236, 236, 0.596);
}

.title2 {
  display: flex;
  justify-content: space-between;
  padding: 10px 18px 5px 10px;
  background: #2c0735;
  color: aliceblue;
  align-items: center;
}

.box-title2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 20px;
}

.cards {
  /* background:radial-gradient( circle at 40% center, rgb(255, 255, 255) 30%, rgb(212, 167, 99) 60% ); */
  /* background: radial-gradient(
    circle,
    rgb(255, 255, 255) 20%,
    rgb(231, 209, 255) 80%
  ); */
  background: radial-gradient( circle, rgb(255, 255, 255) 20%, #97dffc 80% );
  width: 150px;
  display: flex;
  justify-content: center;
  height: auto;
  padding: 15px 85px;
  border-radius: 15px;
  align-items: center;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-top: 30px;
  margin-bottom: 50px;
}
.cards img {
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
}

.cards:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.row1 {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.abt {
  font-size: 40px;
  visibility: visible;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.banner-account1 .col-4 {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .banner-account1 .col-4 {
    width: 33.33333% !important;
  }
  .row1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid !important;
    align-items: initial !important;
    justify-items: center;
  }
}
@media screen and (max-width: 768px) {
  .stats-container {
    max-width: 320px !important;
  }
  .row1 {
    display: flex;
    flex-direction: column;
    /* justify-content: space-evenly; */
    align-items: center;
  }
  .cards {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
.project-highlights {
  background-color: #fefefe;
}

.highlight-card {
  background: #ffffff;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
  /* border: 1px solid #7e81be; */
  border: 1px solid #4e148c;
}

.highlight-card .icon {
  color: #e7d1ff;
}

.highlight-card:hover {
  /* background-color: #e7d1ff; */
  background-color: #97dffc;
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.highlight-active {
  background-color: #ffffff;
  border: 1px solid #7e81be;
}

.mb-0.fw-semibold {
  font-family: 'Manrope', sans-serif !important;
}
/* 

.snake{
  background-color: #0dc143;
  color: #fff;
  transition: all 0.3s ease-in;
  position: relative;
  border-radius: 12px;
  border: none;
  overflow: hidden;  
}

.jizz1{
  background: #0dc143;
  width: 240px;
  text-align: center;
  color: #ffffff;
  border-radius: 12px;
  font-size: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 8px 16px;
  z-index: 9;
  position: relative;
}

.snake::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: conic-gradient(from 40deg at 50% 50%, rgba(255, 255, 255, 0) 50%, #333436 100%);
  animation: rotateAndScaleAnimation 3s linear infinite;
}

@keyframes rotateAndScaleAnimation {
  from {
    transform: scale(10) rotate(0deg);
  }
  to {
    transform: scale(10) rotate(360deg);
  }
} 
@-webkit-keyframes rotateAndScaleAnimation {
  from {
    -webkit-transform: scale(10) rotate(0deg);
  }
  to {
    -webkit-transform: scale(10) rotate(360deg);
  }
}  */

.tf-btn.mt-5.jizz {
  background-color: #0dc143;
  color: #fff;
  transition: all 0.3s ease-in;
  animation: tada 2s linear infinite;
}
.tf-btn.mt-5.jizz:hover {
  scale: 1.1;
}

@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(0.95) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(0.95) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}

@keyframes rocking {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0);
  }
}
@-webkit-keyframes Gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@-moz-keyframes Gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes Gradient {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

.section-separator {
  position: relative;
  text-align: center;
  padding: 0px 0 40px;
  background: white;
  /* background: url(../img/bg-1.jpg); */
  overflow: hidden;
}

.section-separator::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 100%;
  /* background: linear-gradient(
    to right,
    rgba(229, 187, 77, 0.1) 0%,
    rgba(229, 187, 77, 0.25) 30%,
    rgba(229, 187, 77, 0.5) 50%,
    rgba(229, 187, 77, 0.25) 70%,
    rgba(229, 187, 77, 0.1) 100%
  ); */
  /* background: linear-gradient(
    to right,
    rgba(229, 187, 77, 0.1) 0%,
    rgb(230, 208, 254) 30%,
    rgb(230, 208, 254) 50%,
    rgb(231, 209, 255) 70%,
    rgba(229, 187, 77, 0.1) 100%
  ); */
  /* background: #1c2541; */
  background: #2c0735;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 0;
}

/* --- Section background --- */
.stats-section {
  background: #fff;
  padding: 60px 20px;
}

/* --- Grid layout --- */
.stats-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}
.cou {
  display: flex;
  justify-content: center;
}

.stat-card span {
  color: #2c0735;
  font-size: 28px;
  font-weight: 700;
  margin: 5px 0;
}

/* --- Individual card --- */
.stat-card {
  background: #ffffff;
  border-left: 4px solid #f8186b; /* green line style */
  border-right: 4px solid #f8186b;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  text-align: center;
  padding: 30px 20px;
  transition: all 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

/* --- Icon --- */
.stat-card img {
  width: 60px;
  height: auto;
  margin-bottom: 15px;
}

/* --- Numbers --- */
.stat-card h3 {
  color: #2c0735; /* your brand navy blue */
  font-size: 45px;
  font-weight: 700;
  margin: 5px 0;
}

/* --- Description --- */
.stat-card p {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

/* --- Responsive adjustments --- */
@media (max-width: 768px) {
  .stat-card {
    padding: 25px 15px;
  }
  .stat-card h3 {
    font-size: 24px;
  }
  .stat-card p {
    font-size: 14px;
  }
}
.why-nest-section {
  margin-top: 40px;
}

.new {
  padding: 14px 30px !important;
  font-size: 14px;
  display: flex;
  gap: 3px;
}

.box.box-btn.mt-4.d-flex.align-center {
  gap: 10px;
}

.cta-wrapper {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-button {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  background: #023d89;
  color: #fff;
  padding: 14px 28px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(184, 138, 68, 0.3);
  animation: rocking 1s linear infinite;
}

.cta-button i {
  margin-right: 10px;
  font-size: 18px;
}

.cta-button:hover {
  background: #002e6a;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(184, 138, 68, 0.35);
}

.center2 {
  display: flex;
  justify-content: center;
  gap: 11px;
  flex-direction: column;
  align-items: center;
}

.slide-pair {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.box-location-v3 {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  /* padding: 15px; */
  padding: 5px 20px;
  text-align: center;
}

.img-style img {
  width: 80px;
  height: auto;
  margin: 0 auto 10px;
}
.slide-pair .content h6 {
  text-align: start;
}

@media (min-width: 768px) {
  .slide-pair {
    flex-direction: row;
    justify-content: center;
  }

  .box-location-v3 {
    width: 48%;
  }
}

#specifications .swiper-slide {
  display: flex;
  justify-content: center;
}
.fotorama__grab {
  margin-top: 30px;
}

/* ===== Hero Video Container ===== */
.full.video {
  position: relative;
  width: 100%;
  height: 100vh; /* desktop full screen */
  overflow: hidden;
}

/* ===== Video Styles ===== */
.full.video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

/* ===== Overlay (optional) ===== */
.full.video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
}

/* ===== Content Layer ===== */
.full.video .content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 20px;
}

/* ===== Responsive Breakpoints ===== */

/* Tablets */
@media (max-width: 1024px) {
  .full.video {
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .full.video video {
    /* object-position: center center; */
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .full.video .content {
    position: absolute;
    bottom: 10%;
    top: auto;
    transform: none;
    font-size: 0.9rem;
  }
}
@media (min-width: 769px) and (max-width: 1750px) {
  .full.video {
    height: auto; /* let height adapt */
    aspect-ratio: 16 / 9; /* keeps clean mobile shape */
  }

  .full.video video {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .full.video .content {
    position: absolute;
    bottom: 10%;
    top: auto;
    transform: none;
    font-size: 0.9rem;
  }
  .main-header .main-menu .navigation > li > a {
    font-size: 13px;
  }
  .mute-btn {
    top: 10px;
    right: 10px;
    width: 30px !important;
    height: 30px !important;
    font-size: 15px !important;
  }
}

/* Mobiles */
@media (max-width: 768px) {
  .full.video {
    height: auto; /* let height adapt */
    aspect-ratio: 16 / 9; /* keeps clean mobile shape */
  }
  .mute-btn {
    top: 10px;
    right: 10px;
    width: 25px !important;
    height: 25px !important;
    font-size: 10px !important;
  }

  .full.video video {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .full.video .content {
    position: absolute;
    bottom: 10%;
    top: auto;
    transform: none;
    font-size: 0.9rem;
  }
}

/* Small Mobiles */
@media (max-width: 480px) {
  .full.video {
    aspect-ratio: 16/9;
  }
  .full.video .content {
    font-size: 0.85rem;
    bottom: 8%;
  }
}

/* ===== Mute Button ===== */
.mute-btn {
  position: absolute;
  top: 35px;
  right: 15px;
  z-index: 3;
  background: rgb(255, 255, 255);
  color: #000;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
}

.mute-btn:hover {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

.video-poster {
  width: 100%;
  height: 100%;
}

/* Loader */
.video-loader {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 5;
  background: #000;
  color: #fff;
  font-family: 'Manrope',  sans-serif;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.loader-circle {
  width: 60px;
  height: 60px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-top: 4px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  z-index: 99;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.loader-percent {
  margin-top: 10px;
  font-size: 1.2rem;
  letter-spacing: 1px;
  z-index: 99;
}
.video-loader.hidden {
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
}

/* Poster & Video */
.video-poster,
.full.video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}
.video-poster {
  z-index: 2;
  transition: opacity 0.5s ease;
}
.video-poster.hidden {
  opacity: 0;
  pointer-events: none;
}

.box1{
  display: flex;
  justify-content: center;
  gap: 15px;
}
.form-account1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}



.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0;
    position: absolute;
    left: 0
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    width: 100%;
    z-index: 999999;
    font-weight: 400;
    outline: 0
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../img/loading.gif) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container{
    margin-top: 30px;
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../img/prev.png) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../img/next.png) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../img/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}