@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "MBFEdge";
  src: url("../fonts/MBFEdge-Regular.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html,
body {
  font-family: "Poppins", sans-serif !important;
  overflow-x: hidden;
}

.container {
  max-width: 1600px !important;
}
a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}
nav {
}

nav .wrapper {
  position: relative;
  line-height: 115px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 115px;
}

/* =============================header================================ */
.preheader {
  background-color: #f0ece4;
}
.preheader-con {
  padding: 8px;
  border-bottom: 1px solid #eee;
}
.preheader-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pre-email {
  display: flex;
}
.pre-close {
  display: flex;
}
.wrapper .logo a {
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.pre-icon ul {
  float: right;
  margin: 0;
}
.pre-close {
  color: #fff;
  margin-right: 18px;
  align-items: center;
}
.pre-icon i {
  margin-left: 10px;
}
.pre-close img {
  padding-right: 8px;
}
.pre-close p {
  margin: 0;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.pre-icon ul li {
  float: left;
}
.pre-icon ul li i {
  color: #fff;
  background-color: #063c5d;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  font-size: 14px;
}
.nav-item {
  padding: 0 20px;
}
.navbar-icon li a {
  color: #000;
}
/* .navbar-collapse {
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-items: center;
} */
.navbar-nav {
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-items: center;
  justify-content: center;
}
.menu-link {
  position: relative;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  display: inline-block;
}

/* underline */
.menu-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  right: 0; /* start from right */
  width: 0;
  height: 2px;
  background-color: #c6a87d; /* change as needed */
  transition: width 0.4s ease;
}

/* hover */
.menu-link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
/* ================= MEGA MENU ================= */
.dropdown-menu h5 {
  font-size: 14px;
  text-decoration: none;
  margin-top: 10px;
}
.dropdown-menu[data-bs-popper] {
  top: 63px;
}
.dropdown-menu a {
  text-decoration: none;
  font-size: 14px !important;
  padding: 7px 20px !important;
}
.dropdown-menu a:hover {
  color: #000;
}
.navbar .megamenu {
  padding: 1rem;
}
.navbar-brand img {
  width: 150px;
}
.dropdown-menu-end {
  margin-top: 28px !important;
  border-radius: 0 !important;
}
.megamenu {
  margin-top: 0 !important;
}
.navbar-nav .dropdown-menu {
  border-radius: 0 !important;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 65%;
    margin-top: 0;
    margin: 0 auto;
  }
}
.navbar-icon {
  display: flex;
  align-items: center;
  margin: 0;
}
/* ============ desktop view .end// ============ */

.inner-banner__content {
  width: 100%;
}
.inner-banner__content img {
  width: 100%;
}
.btn-close {
  background-color: #fff !important;
}
/* ============ mobile view ============ */
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
  .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 280px;
    background: #000; /* same as bg-primary */
    padding: 1rem;
    transform: translateX(-100%);
    transition: transform 0.35s ease-in-out;
    z-index: 99999;
  }

  /* when menu is open */
  .navbar-collapse.show {
    transform: translateX(0);
  }

  /* overlay background */
  .menu-overlay {
  }

  .menu-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  /* dropdown inside sidebar */
  .dropdown-menu {
    position: static !important;
    float: none;
    background: transparent;
    border: 0;
    padding-left: 1rem;
  }

  .dropdown-menu a {
    color: #fff;
  }

  .navbar-nav .nav-link {
    color: #fff;
    padding: 10px 0;
  }
}

.nav-item a {
  color: #000;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 3px;
}
.nav-item a:hover {
  color: #000;
}
.navbar {
  transition: all 0.4s ease;
  padding: 20px 0;
}

.navbar.scrolled {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 12px 0;
  z-index: 9999;
}
/* ============ mobile view .end// ============ */
/* ===========================header============================ */
.logo {
  width: 245px;
}

.logo img {
  width: 100%;
}
.custom-toggler {
  border: none;
  background: transparent;
}

.custom-toggler span {
  display: block;
  width: 25px;
  height: 3px;
  background: #000;
  margin: 5px 0;
  transition: 0.3s;
}
/* ============================slider-content========================== */
.circle-wrap {
  display: flex;
  gap: 20px;
}

.circle {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.circle.fade-out img {
  opacity: 0;
  transform: rotate(20deg) scale(0.9);
}

.carousel-caption {
  text-align: left !important;
  right: 8% !important;
  bottom: 10% !important;
  left: 9% !important;
}

.carousel-indicators {
  display: none;
}
.people-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 20px;
  border-radius: 10px;
}

.people-tag .text {
  font-size: 30px;
  color: #063c5d;
  font-family: "Cookie", cursive;
}
.service-box a {
  text-decoration: underline;
  color: #c6a87d;
}
.people-tag .line {
  width: 30px;
  height: 2px;
  background: #1e6bff;
}

.people-tag .dot {
  width: 8px;
  height: 8px;
  background: #1e6bff;
  border-radius: 50%;
}
.pill-text {
  font-size: 40px;
  color: #063c5d;
  font-family: "Cookie", cursive;
}

.pill-line {
  position: absolute;
  width: 37px;
  height: 3px;
  background: #063c5d;
  border-radius: 4px;
  top: 50%;
  margin-left: 15px;
}

/* .pill-dot {
  position: absolute;
  right: -2px;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: #063c5d;
  border-radius: 50%;
  top: 1px;
} */
.banner-img {
  width: 100%;
  display: flex;
  gap: 28px;
}
.top-space {
  width: 100%;
}
.bottom-space {
  width: 100%;
}
.top-space img {
  width: 100%;
  box-shadow: 4px 6px 10px 0 #00000042;
}
.bottom-space img {
  width: 100%;
  box-shadow: 4px 6px 10px 0 #00000042;
}
.zoom-fade {
  animation: zoomFade 1s ease forwards;
}
.top-space {
  margin-top: 50px;
}
@keyframes zoomFade {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.depth-3d {
  animation: depthPop 1s ease forwards;
}

@keyframes depthPop {
  from {
    opacity: 0;
    transform: translateZ(-80px);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
/* =============================counter=================================== */
.counter-back {
  background: url(../images/counter-back.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 25px;
  border-radius: 30px;
  margin-bottom: 70px;
}
.counter {
  color: #fff;
  padding: 0px;
  text-align: center;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.counter-img {
  width: 30px;
}
.counter-number {
  font-family: "Poppins";
  font-size: 60px;
  color: #ffffff;
  line-height: normal;
  font-weight: 800;
}
.counter-details h4 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 78px;
  color: #ffffff;
}
.counter-img {
  background-color: #ffff;
  width: 100px;
  border-radius: 72px;
  height: 100px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.counter-con {
  width: 70%;
  text-align: left;
  padding-left: 20px;
}
.counter-details h6 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* 2. Apply the animation to the image element */
.animated-image {
  animation-name: fadeIn;
  animation-duration: 2s; /* The animation lasts 2 seconds */
  animation-fill-mode: forwards; /* The image stays visible after the animation ends */
  display: block; /* Animations work best on block-level elements */
}
.banner-heading {
  text-align: center;
}
.carousel-caption h5 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 68px;
  color: #000000;
  margin: 18px 0;
}

.carousel-caption p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #4d4d4d;
  margin-bottom: 30px;
}
/* ==================button========================= */
/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: 1px solid #000;
  padding: 10px 30px;
  color: #000000;
  border-radius: 1px;
}
.hvr-radial-out a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 18px;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #3a281b;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover a,
.hvr-radial-out:focus a,
.hvr-radial-out:active a {
  color: white;
}
.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

.buttons span {
  background: #010e37;
  padding: 10px;
  border-radius: 5px;
  margin-left: 10px;
}
.buttons i {
  transform: rotate(230deg);
}
.social-icons {
  margin-top: 45px;
  display: flex;
}
.social-icons ul li {
  float: left;
}

.social-icons ul li a i {
  padding-right: 55px;
  color: #07dfed;
  font-size: 35px;
}
.animated-text {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #333;
  width: 0;
  animation:
    typing 3s steps(40, end) forwards,
    blink 0.7s step-end infinite;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}
/* ======================outline texts======================== */

.out-lines {
  overflow: hidden;
  position: relative;
  padding: 65px 0;
}

.out-lines::before {
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 55%,
    rgba(0, 0, 0, 0) 65%
  );
}

.out-lines::after {
  right: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 1) 55%,
    rgba(0, 0, 0, 0) 65%
  );
}

.out-lines .content {
  text-align: center;
  z-index: 2;
}

.outline-text ul li {
  float: left;
}

.outline-text ul {
  display: flex;
  margin: 0;
}

.outline-text {
  font-size: 160px;
  font-weight: 800;
  color: transparent;
  -webkit-text-stroke: 2px #444;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.gradient-text {
  font-size: 160px;
  font-weight: 800;
  color: #07dfed;
  text-transform: uppercase;
  letter-spacing: 5px;
}

@media (max-width: 768px) {
  .outline-text {
    font-size: 60px;
  }

  .gradient-text {
    font-size: 80px;
  }
}

.marquee-row {
  width: 100%;
  overflow-x: hidden;
}

.marquee-block {
  position: relative;
  display: flex;
  width: 100%;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  justify-content: space-between;
}

.marquee-item-list {
  display: inline-flex;
}

.marquee-item-list li {
  width: 100%;
  list-style: none;
  padding-right: 30px;
  white-space: nowrap;
  line-height: normal;
}

.marquee1 {
  animation-name: marquee1;
}

.marquee2 {
  animation-name: marquee2;
}

@keyframes marquee1 {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

@keyframes marquee2 {
  100% {
    left: 0;
  }

  0% {
    left: -100%;
  }
}

/* ==============================about==================================== */

.about-us {
  padding: 50px 0;
}

.about-img {
  width: 100%;
}

.about-img img {
  width: 100%;
}

.about-con h2 {
  color: #07dfed;
  font-family: "Poppins";
  font-size: 26px;
  position: relative;
  align-items: center;
}

.about-con h2::after {
  position: absolute;
  background-color: #07dfed;
  width: 105px;
  height: 2px;
  content: "";
  left: auto;
  top: 50%;
  transform: translate(15%, -50%);
}

.about-con h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  color: #000000;
  margin: 18px 0;
}

.about-con p {
  color: #000000;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
  width: 96%;
}
.about-logo img {
  margin: 50px auto;
  display: block;
}
/* ============================home products========================= */
.furniture-card {
  font-family: "Poppins", sans-serif;
  margin: 0 10px;
}

.furniture-image {
  position: relative;
  overflow: hidden;
}

.furniture-image img {
  width: 100%;
  transition: 0.4s ease;
}

/* Discount Badge */
.discount-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 4px 16px;
}

/* Hover Icons */
.hover-actions {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.action-btn {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transform: translateX(-50px);
  opacity: 0;
  transition: 0.4s ease;
  width: 50px !important;
  height: 50px;
  display: flex !important;
  align-items: center;
  justify-items: center;
  justify-content: center;
  color: #541a01;
  font-size: 22px;
}

/* Buy Button */
.buy-now-btn {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  color: #fff;
  border: none;
  padding: 10px 25px;
  cursor: pointer;
  transition: 0.4s ease;
  width: 90%;
}

/* Hover Effects */
.furniture-card:hover .action-btn {
  transform: translateX(0);
  opacity: 1;
}

.furniture-card:hover .buy-now-btn {
  bottom: 20px;
}
.category-slide a {
  text-decoration: none;
}
/* Details */
.furniture-details {
  text-align: center;
  padding: 20px 10px;
}

.furniture-details h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
}

.price {
  font-size: 18px;
}

.old-price {
  text-decoration: line-through;
  color: #888;
  margin-right: 10px;
}

.new-price {
  color: #c46b00;
  font-weight: 600;
}

/* ==================================product filter========================= */
.filter-sidebar {
  width: 100%;
  background: #f1f1f1;
  padding: 30px 25px;
}

.filter-section {
  margin-bottom: 40px;
}

.filter-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-title h3,
.section-heading {
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 20px;
}

.toggle-icon {
  font-size: 14px;
  cursor: pointer;
}

.filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.filter-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 14px;
}

.filter-list li:last-child {
  border-bottom: none;
}

.filter-list label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.filter-list input[type="radio"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

.filter-list input[type="radio"]:checked {
  border-color: #e8752e;
}

.filter-list input[type="radio"]:checked::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #e8752e;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* COLOR DOT */
.color-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #ccc;
}

.color-dot.black {
  background: #444;
}
.color-dot.white {
  background: #fff;
}
.color-dot.gray {
  background: #ddd;
}

.count {
  border: 1px solid #bbb;
  padding: 2px 10px;
  border-radius: 20px;
  font-size: 12px;
}

/* PRICE SLIDER */
.price-slider input[type="range"] {
  width: 100%;
  appearance: none;
  height: 4px;
  background: #e8752e;
  border-radius: 4px;
  outline: none;
}

.price-slider input[type="range"]::-webkit-slider-thumb {
  appearance: none;
  width: 16px;
  height: 16px;
  background: #e8752e;
  border-radius: 50%;
  cursor: pointer;
}

.price-text {
  margin-top: 15px;
  font-size: 14px;
}

/* =============================headings========================== */
.banner-heading {
  font-family: "Poppins";
}
.banner-heading h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  color: #000000;
}
.banner-heading h1 span {
  color: #996b37;
}
.banner-heading h3 {
  text-decoration: underline;
  text-transform: uppercase;
  color: #996b37;
  font-size: 20px;
}
.banner-heading p {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.all-heading {
  padding-bottom: 20px;
}
.all-heading h3 {
  font-family: "Poppins";
  font-style: normal;
  font-size: 38px;
  color: #000;
  font-weight: 600;
  margin: 0;
}
.all-heading p {
  font-size: 18px;
  font-family: "Jost";
}
.all-headings {
  text-align: center;
}

.all-headings h3 {
  font-family: "Poppins";
  font-style: normal;
  font-size: 48px;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.ml10 {
  position: relative;
  font-weight: 900;
  font-size: 4em;
}

.ml10 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml10 .letter {
  display: inline-block;
  line-height: 1em;
  transform-origin: 0 0;
}

.ml12 .letter {
  display: inline-block;
  line-height: 1em;
}

/* =============================services========================== */
/* .extra-shadow {
  width: 125px;
  height: 125px;
  background: #0056b31a;
  padding: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 25px;
  border: 1px solid #007bff40;
} */
.service-box {
  padding: 30px 20px;
  border-radius: 20px;
  transition: all 0.3s ease;
}
/* .service-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
} */
/* .icon-box {
  width: 80px;
  height: 80px;
  background: #0056b3;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 25px rgba(13, 110, 253, 0.4);
} */
.products {
  padding: 50px 0;
}
.service-box {
  background: #f2f7fd;
  padding: 20px;
  margin-bottom: 20px;
}

.icon-box {
  width: 100%;
}

.icon-box img {
  width: 100%;
}

.service-box h5 {
  font-weight: 700;
  margin-bottom: 10px;
}
.service-box {
  transition: all 0.35s ease;
  position: relative;
}

.service-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}
.service-box h5 {
  margin-top: 15px;
  font-weight: 600;
  transition: color 0.3s ease;
}
.service-box:hover h5 {
  color: #0056b3; /* change to brand color */
}
.service-box a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  color: #0056b3;
  transition: all 0.3s ease;
}
.service-box a:hover {
  text-decoration: none;
}
.service-box a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background: #0056b3;
  transition: width 0.3s ease;
}

.service-box:hover a::after {
  width: 100%;
}
.service-box p {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.6;
}
.services {
  background-image: url(../images/banner-2.jpg);
  background-position: center;
  background-size: cover;
  background-position: center;
  padding: 70px 0;
}
.services-details {
  align-items: center;
  box-shadow: -6px 0px 10px 0px #ddd;
  padding: 35px;
  border-radius: 20px;
  margin: 0 20px !important;
  border-right: 4px solid #063c5d;
}
.about-con h4 {
  color: #063c5d;
  font-weight: 700;
  background-color: #063c5d14;
  padding: 14px;
}
.services-details .about-img img {
  border-radius: 20px;
}
/* =========================================textimonial=============================== */

.demo {
  padding: 50px 0;
  overflow: hidden;
}

.testimonial {
  padding: 50px;
  background: #ffffff;
  color: #000000;
  border-radius: 20px;
  margin: 0px 25px 35px;
  box-shadow: 0 0 35px 0 #f2f2f2;
}

.testimonial-content p {
  font-family: "Poppins";
  margin: 30px 0;
  font-size: 19px;
}

.testimonial .testimonial-content {
}
.testimonial-lead {
  padding: 50px 0;
}
.testimonial .post-img {
  position: absolute;
  width: 90px;
  top: -40px;
}
.testi-flex {
  display: flex;
  align-items: center;
}
.owl-carousel .owl-wrapper-outer {
  padding: 50px 0 0 !important;
}
.testimonial .post-img img {
  width: 100%;
}

.testimonial-content .testimonial-icon {
  font-size: 14px;
  color: #ffba00;
  margin-bottom: 20px;
  justify-content: right;
  display: flex;
}

.testimonial .title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
  color: #000000;
  font-family: "Poppins";
}

.testimonial .post {
  display: block;
  font-size: 14px;
  color: #505050;
  font-family: "Poppins";
}

.owl-theme .owl-controls {
  margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
  background: #ccc;
  opacity: 1;
  transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #1c5cff;
}

/* ============================================footer=================================== */
.footer {
  padding-top: 50px;
}
.footer .contact-info i {
  font-size: 24px;
  margin-right: 10px;
  color: #ffffff;
  width: 75px;
  background-color: #ffffff2e;
  border: 1px solid #6d6d6d;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
}
.top-margin h4 {
  font-size: 18px;
}
.top-margin h3 {
  color: #c6a87d;
  font-size: 24px;
}
.list-unstyled i {
  color: #c6a87d;
}
.top-margin h5 {
  font-size: 26px;
  margin-bottom: 35px;
}
.footer-bottom {
  background: #222;
  color: #fff;
  text-align: center;
  padding: 18px 0;
  margin-top: 40px;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
}
.footer a {
  color: #5c5c5c;
  text-decoration: none;
  font-size: 16px;
  font-family: "Jost";
}
.footer a:hover {
  text-decoration: none;
  color: #000000;
}
.social-icons a {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 6px;
  background: #000000;
  color: #ffffff;
  margin-right: 10px;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-page-sec .all-heading p {
  margin: 0;
}
.social-icons a:hover {
  background: #c6a87d;
  color: #fff;
}
.footer .footer-logo img {
  max-width: 245px;
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
}
.footer hr {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .gallery img {
  width: 100px;
  height: 95px;
  object-fit: cover;
  margin: 5px;
  border-radius: 5px;
}
.list-unstyled li {
  margin-bottom: 18px;
}
.contact-info strong {
  width: 100%;
  display: block;
}
.contact-border .contact-info {
  display: flex;
  text-align: left;
  align-items: center;
}

.contact-border .contact-info:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 18%;
  top: -67%;
  height: 183px;
  width: 1px;
  background: rgba(255, 255, 255, 0.25);
}
/* ============================================ */
.fadein {
  opacity: 0;
  transition: all 1.5s;
  transform: translate(0, 100px);
}

.fadein.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.type {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid;
  animation:
    type 1s steps(90) 0.3s 1 normal both,
    cursor 1s step-end infinite;
  position: relative;
}

@keyframes type {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes cursor {
  50% {
    border-color: transparent;
  }
}

/* ==================================inner banner slider================================== */

.inner-banner {
  position: relative;
  align-items: center;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  overflow: hidden;
  background-image: url(../images/inner-banner.jpg);
}

.inner-banner__content h3 {
  font-family: "Roboto";
  font-size: 131px;
  font-weight: 600;
  margin: 0;
  color: #00000021;
  text-transform: uppercase;
  line-height: 80px;
  margin-top: 80px;
  text-align: left;
}

/* 
.inner-banner__overlay {
    position: absolute;
    inset: 0;
    background: #000;
    pointer-events: none;
} */

.breadcrumb {
  background: rgba(255, 255, 255, 0.1) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  padding: 20px 20px !important;
  border-radius: 3px;
  font-family: "Poppins" !important;
  display: table !important;
  margin: 0 auto;
}

/* Breadcrumb */
.breadcrumb ul {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.95rem;
  opacity: 0.95;
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.95);
  text-decoration: none;
}

.breadcrumb li + li::before {
  content: "/";
  margin: 0 8px;
  color: rgba(255, 255, 255, 0.6);
}

.active-page {
  color: #07dfed !important;
}

/* Title area */
.inner-banner__titlewrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin-top: 8px;
  flex-wrap: wrap;
}

.inner-banner__title {
  margin: 0;
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
  line-height: 1.05;
  letter-spacing: -0.5px;
}

.inner-banner__subtitle {
  margin: 4px 0 0;
  font-size: 0.98rem;
  opacity: 0.95;
  color: rgba(255, 255, 255, 0.95);
}

/* CTA */
.inner-banner__cta {
  margin-left: auto;
}

.inner-banner .btn {
  display: inline-block;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  backdrop-filter: blur(4px);
  transition:
    transform 0.15s ease,
    background 0.15s ease;
}

.inner-banner .btn:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.18);
}

/* =========================gallery=============================== */

.portfolio-menu {
  text-align: center;
}

.img-fluid {
  width: 100% !important;
  height: 300px !important;
  object-fit: cover;
}

.portfolio-menu ul li {
  display: inline-block;
  margin: 0;
  list-style: none;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all 0.5s ease;
}

.portfolio-item {
  /*width:100%;*/
}

.portfolio-item .item {
  /*width:303px;*/
  float: left;
  margin-bottom: 25px;
}

.portfolio-menu ul li {
  font-family: "Poppins";
}

/* ==================================contact us page ================================== */
.contact-page-sec {
  padding: 80px 0;
}

.contact-info {
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  padding: 16px 0;
}

.contact-info-icon {
  margin-right: 20px;
}

.contact-info-item {
  background: #ffffff;
  position: relative;
  color: #fff;
  border-radius: 20px;
  font-family: "Poppins";
  display: flex;
  align-items: center;
}

.contact-page-sec .contact-page-form h2 {
  color: #003977;
  font-size: 35px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 23px;
  font-family: "Poppins";
}
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}

.contact-page-form.contact-form textarea {
  height: 110px;
}

.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}

.contact-info-icon i {
  font-size: 18px;
  color: #393939;
}

.contact-info-text p {
  margin-bottom: 0px;
}
.contact-info-text h2 {
  color: #000;
  font-weight: 600;
  margin: 0;
  font-family: "Roboto";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
}
.contact-info-text {
  text-align: left;
}
.contact-info-text span {
  color: #3e3e3e;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}

.contact-page-form input,
.contact-page-form select {
  background: #ffffff none repeat scroll 0 0;
  margin-bottom: 15px;
  padding: 14px 17px;
  width: 100%;
  border-radius: 0;
  font-family: "Poppins";
  font-size: 14px;
  color: #757575;
  border: none;
  border-bottom: 1px solid #888;
}
.contact-page-form {
  margin-bottom: 50px;
}
.pop-up-content-wrap h2 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 25px;
  color: #063c5d;
}
.contact-page-form .message-input {
  display: inline-block;
  width: 100%;
}

.single-input-field textarea {
  background: #ffffff none repeat scroll 0 0;
  margin-bottom: 20px;
  padding: 14px 17px;
  width: 100%;
  border-radius: 0;
  font-family: "Poppins";
  font-size: 14px;
  color: #757575;
  border: none;
  border-bottom: 1px solid #888;
  height: 100px;
}

.single-input-fieldsbtn input[type="submit"] {
  text-transform: uppercase;
  font-family: "Roboto";
  letter-spacing: 3px;
  color: #000000;
  border: none;
  margin: 0 auto;
  display: flex;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  background-color: transparent;
}

.single-input-fieldsbtn:hover input[type="submit"] {
  background-color: #3a281b !important;
  transition: all 0.4s ease-in-out 0s;
  color: #fff;
}

.contact-page-map iframe {
  /* filter: grayscale(100%); */
  transition: filter 0.5s ease;
  border-radius: 20px;
}

.contact-page-map iframe:hover {
  filter: grayscale(0%);
}

.single-input-field h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}

.contact-page-form {
  display: inline-block;
  width: 100%;
}

.contact-page-map {
}

/* =====================button hover========================== */
.button {
  border: none;
  outline: none;
  line-height: normal;
  text-align: center;
  display: block;
  margin: 20px auto;
  border-radius: 10px;
  width: 210px;
  font-weight: 700;
  padding: 12px 0;
}
.foure {
  background-color: #063c5d;
  border: 2px solid #ffffff;
  color: #fff;
  position: relative;
  transition: all 0.5s ease-in-out;
  z-index: 2;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.foure:before {
  content: "";
  background-color: #000e5c;
  display: inline-block;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 200px;
  z-index: -1;
  font-family: "Poppins", sans-serif;
  transition: all 0.5s ease-in-out;
}
.foure:after {
  content: "";
  background-color: #000e5c;
  display: inline-block;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: -302px;
  z-index: -1;
  transition: all 0.5s ease-in-out;
}
.foure:hover {
  color: #fff;
}
.foure:hover:after {
  transform: translate(101px, 0);
}
.foure:hover:before {
  transform: translate(-101px, 0);
}
/* ========================animation======================= */
.zoom-in-zoom-out {
  margin: 24px;
  width: 490px;
  height: 490px;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  border-radius: 100%;
  background: radial-gradient(
    circle,
    rgba(18, 104, 251, 0.56) 0%,
    rgba(14, 80, 193, 0) 57%,
    rgba(13, 72, 174, 0) 76%,
    rgba(11, 62, 149, 0) 100%
  );
  position: absolute;
  top: 30px;
  left: -460px;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.5, 0.5);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(0.5, 0.5);
  }
}

.floating {
  animation-name: floating;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 0px;
  margin-top: 0px;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, -0px);
  }
}

#particles-js {
  position: absolute;
  width: 100%;
  z-index: 2;
  height: 100%;
}
.content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.carousel-control-prev {
  z-index: 9999 !important;
}
.carousel-control-next {
  z-index: 9999 !important;
}
.exp-wrapper {
  display: flex;
  gap: 20px;
}

/* Images */
.image-box {
  width: 50%;
}

.image-box img {
  width: 100%;
  display: block;
  transition: transform 0.6s ease;
  border-radius: 15px;
  margin-bottom: 20px;
}

.image-box:hover img {
  transform: scale(1.08);
}

/* Left image animation */
.img-one {
  animation-delay: 0.2s;
}

/* Right image animation */
.img-two {
}

/* Experience Badge */
.experience-badge {
  position: absolute;
  top: 0%;
  right: 2%;
  background: #06153c;
  color: #fff;
  padding: 30px 20px;
  border-radius: 14px;
  text-align: center;
  animation: scaleIn 1.4s ease forwards;
}

.experience-badge h2 {
  font-size: 64px;
  font-weight: 700;
}

.experience-badge p {
  font-size: 18px;
  margin-top: 5px;
}

/* Animations */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.6);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Responsive */
@media (max-width: 768px) {
}

/* =====================================category=================================== */
.category-slide {
  position: relative;
}

/* Common arrow styling */
.category-slide .slick-prev,
.category-slide .slick-next {
  position: absolute;
  top: -75px;
  right: 0;
  left: auto;
  z-index: 5;
  background-color: #000;
  padding: 20px;
  margin-right: 11px;
  align-items: center;
  display: flex;
  justify-content: center;
}

/* Move prev arrow slightly left */
.category-slide .slick-prev {
  right: 50px; /* space between arrows */
}

/* Remove default transform */
.category-slide .slick-prev,
.category-slide .slick-next {
  transform: none;
}
.category-slide .slick-prev:before,
.category-slide .slick-next:before {
  font-family: "FontAwesome";
  font-weight: 900;
  color: #ffffff;
  font-size: 18px;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  background: #000 !important;
}
.category-slide .slick-prev:before {
  content: "\f104"; /* left arrow */
}

.category-slide .slick-next:before {
  content: "\f105"; /* right arrow */
}
.category-img {
  position: relative;
  justify-items: center;
  width: 100%;
}
.category-img img {
  width: 95%;
  margin: 0 auto;
}
.category-list a {
  text-decoration: none;
}
.category-content {
  position: relative;
  bottom: 35px;
  background-color: #ffffff;
  padding: 10px 5px;
  width: 85%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.read-btn {
  justify-content: space-between;
  display: flex;
}
.read-btn a {
  text-decoration: underline;
  color: #c6a87d;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Poppins";
}
.read-btn i {
  border: 1px solid #c6a87d;
  padding: 7px;
  color: #c6a87d;
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 3px;
  justify-content: center;
}
.category-content h3 {
  font-size: 15px;
  font-weight: 500;
  color: #16243d;
  margin-bottom: 0;
  font-family: "Poppins";
  text-align: center;
}
.category-content p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
}

.category-list {
  transition: all 0.5s ease;
  height: 518px;
}

.category-img img {
  transition: transform 0.5s ease;
}

/* Animate content box */
.category-content {
  transition: all 0.5s ease;
}

/* Content Slide Up */
.category-list:hover .category-content {
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  background-color: #ffffffd4;
  padding: 10px 25px;
  width: 85%;
  transform: translate(-50%, -100%);
  left: 50%;
  height: 455px;
  align-items: center;
  justify-items: center;
  display: flex;
  justify-content: center;
  transition: all 0.5s ease;
}
.category-list:hover .category-content h3 {
  font-size: 23px;
  font-weight: 600;
}
.category-img {
  position: relative;
  overflow: hidden;
}
.image-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.image-wrapper img {
  width: 100%;
  display: block;
}

/* Shine layer */
.image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: -85%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
}

/* Trigger shine on hover */
.product-card:hover .image-wrapper::before {
  animation: shine 0.9s ease;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.product-card {
  border: none !important;
}
/* =========================================================== */
.out-lines .card {
  transition: 0.4s all ease-in;
  border: none;
  margin: 0px 10px;
}

.out-lines .card-img-top {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
}

.out-lines .carousel-control-next-icon {
  padding: 0 4px 0 0;
}
.out-lines .product_price {
  float: right;
  font-family: lato;
  color: #6b7270;
  font-size: 20px;
  font-weight: 400;
}

.out-lines .product-detail {
  position: absolute;
  height: 45px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  padding: 15px 5px;
  background-color: #fff;
  transition: all 0.35s;
  text-align: center;
  box-sizing: border-box;
}
.out-lines .card .product-detail h5 {
  font-size: 16px;
  font-weight: 600;
  color: #16243d;
  margin-bottom: 0;
  font-family: "Poppins";
  text-align: center;
}

.out-lines .card .product-detail .subheading {
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}

.out-lines .card .product-detail blockquote {
  padding: 0;
  margin: 0;
  font-style: italic;
  font-size: 1em;
}
.out-lines .card:hover .product-detail {
  height: calc(92%);
  align-items: center;
  justify-content: center;
  justify-items: center;
  display: flex;
  background-color: #ffffffbd;
}

/* =======================================faq====================================== */
.faq {
  background-image: url(../images/background-2.jpg);
  background-position: center;
  background-size: cover;
  background-position: center;
  padding: 70px 0;
}
.qna {
  --qna-animation-duration: 0.3s;
  --qna-border-color: #ccc;
  width: clamp(300px, 50%, 800px);
  margin: 50px auto;
}
.qna__item {
  margin: -1px 0 0;
  padding: 10px 5px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 14px;
  margin-bottom: 28px;
}
.qna__item:not(.js-details)[open],
.qna__item.is-open {
  --qna-border-color: #777;
  position: relative;
}
.qna__question {
  position: relative;
  padding: 10px 50px 10px 20px;
  list-style: none;
  cursor: pointer;
  user-select: none;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 20px;
}
.qna__question::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 12px;
  height: 8px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 8'%3E%3Cpath stroke='%23999' stroke-width='2' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  transition: var(--qna-animation-duration);
}
.qna__item:not(.js-details)[open] .qna__question::after,
.qna__item.is-open .qna__question::after {
  transform: rotate(-180deg);
}
.qna__question::-webkit-details-marker {
  display: none;
}
.js-details .qna__answer {
  max-height: 0;
  overflow: hidden;
  animation: slideUp var(--qna-animation-duration);
}
.js-details.is-open .qna__answer {
  max-height: none;
  animation: slideDown var(--qna-animation-duration);
}
.js-details.is-open.is-animating .qna__answer {
  max-height: var(--qna-details-height);
}
.qna__text {
  padding: 0 20px 20px;
  margin-top: 20px;
}
.qna__text p {
  font-size: 14px;
  color: #383838;
}
@keyframes slideUp {
  0% {
    max-height: var(--qna-details-height);
    opacity: 1;
  }
  100% {
    max-height: 0;
    opacity: 0;
  }
}
@keyframes slideDown {
  0% {
    max-height: 0;
    opacity: 0;
  }
  100% {
    max-height: var(--qna-details-height);
    opacity: 1;
  }
}

/* ==========================pop up=========================== */
.Click-here {
  padding: 10px 15px;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  font-family: "Poppins";
  background: #063c5d;
  border-radius: 7px;
  color: #fff;
  border: 1px solid #89d3dd;
  font-weight: 600;
  width: 160px;
  text-align: center;
}
.Click-here:hover {
  transition: background-image 3s ease-in-out;
  background-image: linear-gradient(90deg, #0033a0 0%, #07b1ff 100%);
}
.custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; /* z-index: 1050; */
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  -webkit-transition:
    opacity 0.15s linear,
    z-index 0.15;
  -o-transition:
    opacity 0.15s linear,
    z-index 0.15;
  transition:
    opacity 0.15s linear,
    z-index 0.15;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
}

.model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
}
.custom-model-inner {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition:
    transform 0.3s ease-out,
    -webkit-transform 0.3s ease-out;
  display: inline-block;
  vertical-align: middle;
  width: 600px;
  margin: 30px auto;
  max-width: 97%;
}
.custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
}
.model-open .custom-model-inner {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  position: relative;
  z-index: 999;
}
.model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
}
.bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  -webkit-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  transition: background 0.15s linear;
}
.close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  z-index: 1001;
  font-size: 28px;
  color: #333;
  background: #f1f1f1;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 800px) {
  .custom-model-main:before {
    content: "";
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin-right: -0px;
    height: 100%;
  }
}
@media screen and (max-width: 799px) {
  .custom-model-inner {
    margin-top: 45px;
  }
}
/* ======================================================== */
.category-btn a {
  display: inline-block;
  position: relative;
  color: rgb(0, 86, 179);
  text-decoration: none;
  transition: 0.3s;
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
}
.category-btn a::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background: rgb(0, 86, 179);
  transition: width 0.3s;
}
.category-btn a:hover {
  text-decoration: none;
}
.category-box h3 {
  font-size: 24px;
  color: #063c5d;
  font-weight: 600;
  font-family: "Poppins";
  margin-top: 20px;
}

/* ==========================add-sec============================== */
.add-sec {
  background-image: url(../images/banner-3.jpg);
  background-position: center;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 145px 0;
}
.add-heading h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  color: #ffffff;
  font-family: "Poppins";
  margin-bottom: 30px;
}
.add-heading {
  width: 635px;
  margin: 0 auto;
}
.add-heading .hvr-radial-out a {
  color: #ffffff;
}
.add-heading .hvr-radial-out {
  border: 1px solid #ffffff;
}
/* ===============================features=============================== */
.feature-section {
  padding: 40px 0;
}

.feature-box {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  transition: 0.3s ease;
}

.feature-icon {
  font-size: 35px;
  color: #000;
}

.feature-content h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.feature-content p {
  font-size: 14px;
  margin: 0;
  color: #555;
}

/* Optional Hover Effect */
.feature-box:hover {
  transform: translateY(-5px);
}

/* =================================subscribe=========================== */
.subscribe-section {
  padding: 60px 0;
}

.subscribe-box {
  background: linear-gradient(135deg, #1f1f1f, #2a2a2a);
  border-radius: 15px;
  padding: 90px;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  font-family: "Jost";
}

/* Left Content */
.subscribe-content h2 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px;
}

.subscribe-content p {
  font-size: 16px;
  color: #cfcfcf;
  max-width: 480px;
}

/* Form */
.subscribe-form {
  background: #e6e6e6;
  padding: 8px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.subscribe-form input {
  border: none;
  background: transparent;
  padding: 15px;
  width: 100%;
  outline: none;
  font-size: 16px;
  color: #333;
}

.subscribe-form button {
  background: #000;
  color: #fff;
  border: none;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}

.subscribe-form button:hover {
  background: #333;
}
@media (max-width: 991px) {
  .subscribe-box {
    padding: 40px 25px;
  }

  .subscribe-content h2 {
    font-size: 30px;
  }

  .subscribe-form {
    margin-top: 25px;
    flex-direction: column;
  }

  .subscribe-form button {
    width: 100%;
    margin-top: 10px;
  }
}
/* ====================================loader============================== */
/* Full Screen */
.lux-loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: linear-gradient(135deg, #111, #1c1c1c);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  top: 0;
}

/* Center Content */
.loader-inner {
  text-align: center;
  position: relative;
}

/* SVG Drawing Effect */
.furniture-icon svg path {
  stroke-dasharray: 150;
  stroke-dashoffset: 150;
  /* animation: draw 2s ease forwards infinite alternate; */
}
.furniture-icon img {
  width: 70px;
}
/* Circle Ring */
.circle-spin {
  width: 120px;
  height: 120px;
  border: 2px solid rgba(198, 168, 125, 0.2);
  border-top: 2px solid #c6a87d;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  animation: spin 2s linear infinite;
}

/* Text */
.loader-inner p {
  margin-top: 60px;
  font-size: 14px;
  letter-spacing: 3px;
  color: #c6a87d;
  text-transform: uppercase;
}

/* Animations */
@keyframes spin {
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

/* =======================================about us timming ========================== */
.store-info {
  padding: 80px 20px;
  background: #f8f8f8;
  font-family: "Poppins", sans-serif;
}
.address {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.contact-box {
  text-align: center;
}
.contact-box h4 {
  color: #b48a3c;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: underline;
  margin-bottom: 30px;
}
.store-visit {
  text-align: right;
}
.store-visit p {
  margin: 0;
  font-size: 14px;
  font-family: "Roboto";
  font-weight: 500;
}
.phone {
  font-size: 34px;
  font-weight: 600;
  color: #b48a3c;
  text-decoration: none;
}
.phone:hover {
  text-decoration: none;
  color: #000;
}
.hours-box h2 {
  color: #000;
  font-size: 50px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
}
.store-visit h2 {
  color: #000;
  font-size: 50px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 2px;
}
.visit-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hours-list li {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px solid #eaeaea;
  font-size: 16px;
  width: 75%;
  margin: 0 auto;
}

.hours-list li span {
  font-weight: 500;
}

.hours-list li strong {
  font-weight: 600;
  color: #333;
}

/* Responsive */
@media (max-width: 768px) {
  .info-wrapper {
    flex-direction: column;
  }
}
/* ================================product details=========================== */

/* start number input of quantity */
.cart input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  background-color: transparent;
  color: white;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.number-input {
  border: 2px solid white;
  display: inline-flex;
}
.number-input button {
  outline: none;
  --webkit-appearance: none;
  border: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  position: relative;
  padding: 25px;
  background: #f3f3f3;
}

.number-input button:after {
  display: inline-block;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-weight: 700;
  content: "\f068";
  transform: translate(-50%, -50%);
}
.number-input button.plus:after {
  content: "\2b";
}
.number-input input[type="number"] {
  max-width: 50px;
  border-width: 0 2px;
  font-size: 18px;
  text-align: center;
  border: none;
  background-color: #f3f3f3;
  font-weight: 500;
  font-family: "Roboto";
}
.productPageButton .button {
  border: none;
  outline: none;
  line-height: normal;
  text-align: center;
  display: block;
  border-radius: 10px;
  width: 265px;
  font-weight: 500;
  padding: 12px 0;
  font-family: "Roboto";
  text-transform: capitalize;
  background-color: #000;
  color: #fff;
  border-radius: 0;
  padding: 15px;
}
.oq-wishlist-wrapper {
  font-family: Arial, sans-serif;
}

.oq-wishlist-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s ease;
}
.product-details {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/inner-banner.jpg);
}
.oq-wishlist-icon {
  font-size: 18px;
  transition: 0.3s ease;
}

.oq-wishlist-btn:hover {
  color: #c0392b;
}

.oq-wishlist-btn:hover .oq-wishlist-icon {
  transform: scale(1.2);
}
.oq-wishlist-btn:hover .oq-wishlist-icon {
  content: "\2665";
  color: #c0392b;
}
.productPageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
}

/* productPageImgContainer */
.productPageImgContainer {
  flex-basis: clamp(0px, 35%, 45%);
  height: 500px;
  display: flex;
  position: relative;
}
.productPageImagesBar {
  flex-basis: 18%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.productPageImgContainer img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.image {
  height: 24%;
  opacity: 0.5;
  transition: 0.3s;
  border-radius: 10px;
}
.image img {
  border-radius: 10px;
}
.image:hover {
  scale: 1.06;
  opacity: 1;
}
.image.selected {
  opacity: 1;
  scale: 1.06;
}
.imgDots {
  background: rgba(0, 0, 0, 0.3);
  padding: 5px;
  position: absolute;
  bottom: 10px;
  right: 23px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
.productPageInfo h3 {
  font-size: 35px;
  color: #282828;
  font-weight: 500;
  font-family: "Roboto";
}
.priceBefore {
  color: #7e5821;
  font-size: 25px;
  font-family: "Roboto";
  margin-right: 16px;
  font-weight: 700;
}
.productPageFullImage {
  flex-basis: 82%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 3px solid white;
  position: relative;
  --img: url("");
  --display: none;
  --zoom-x: 0%;
  --zoom-y: 0%;
}
.productPageFullImage::after {
  content: "";
  display: var(--display);
  background-image: var(--img);
  background-size: 200%;
  background-position: var(--zoom-x) var(--zoom-y);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.imgDots i {
  color: rgba(128, 128, 128, 0.4);
  border: 2px solid white;
  border-radius: 50%;
  transition: 0.3s;
  font-size: 10px;
}
.imgDots i.selected {
  color: white;
  scale: 1.1;
}
.imgDots i:hover {
  color: white;
  cursor: pointer;
  scale: 1.1;
}

/* productPageInfoContainer */
.productPageInfoContainer {
}
.productPageInfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.productPagePrice {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.productPagePrice span {
}
.productPageSize,
.productPageColor,
.productPageQuantity {
  margin-bottom: 25px;
}
.productPageColor .colorsAvailable {
  background-color: transparent;
}
.productPageColor .colorsAvailable span {
  margin-right: 2px;
  border: 2px solid #000;
}
.priceAfter {
  text-decoration: line-through;
}
.productPageButton {
  margin-left: 15px;
}
.productPageButton button {
  flex-basis: 70%;
  letter-spacing: 1px;
  background-color: #000;
  color: var(--white-color);
}
.subTitles {
  font-weight: 600;
  font-size: large;
  font-family: "Jost";
  text-transform: capitalize;
  display: block;
  margin-bottom: 15px;
}
.btn-flex {
  display: flex;
  align-items: center;
}

.productPageContainer .productSizes span {
  font-weight: 700;
  border: 2px solid #000;
  text-align: center;
}
.productPageContainer .number-input {
  border: none;
  background-color: #f3f3f3;
}
.productPageContainer .choosedColor {
  scale: 1.2;
  border-color: #fff !important;
  box-shadow: 0 0 0 2px #000 !important;
}

/* */
.colorsAvailable {
  bottom: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px;
}
.colorsAvailable span {
  width: 20px;
  height: 20px;
  outline: 2px solid transparent;
  border: 4px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.4s;
}

.productSizes {
  display: flex;
  justify-content: center;
  gap: 6px;
}
.productSizes span {
  cursor: pointer;
  background-color: var(--white-color);
  color: #000;
  padding: 7px;
  width: 40px;
  border: 2px solid transparent;
  transition: 0.5s;
}
.productSizes span:hover,
.productPrice:hover {
  background-color: #fff;
}
.choosedSize {
  box-shadow: 1px 1px 5px #e9e3e3;
  background-color: #000 !important;
  color: var(--white-color) !important;
  border-color: var(--white-color) !important;
}
.choosedColor {
  outline-color: white !important;
  scale: 1.1;
}
/* =======================================blog====================================== */

/* Section */
.oq-blog-section {
  padding: 60px 0;
  background: #f5f5f5;
}

/* Container */
.oq-blog-container {
  width: 90%;
  margin: auto;
}

/* Row */
.oq-blog-row {
  display: flex;
  gap: 30px;
}

/* Column */
.oq-blog-col {
  flex: 1;
}

/* Card */
.oq-blog-card {
  display: flex;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  align-items: center;
  margin: 20px 0;
}
.oq-blog-image {
  width: 50%;
}
.oq-blog-image img {
  width: 100%;
}
.oq-blog-card:hover {
  transform: translateY(-5px);
}

/* Image */
.oq-blog-image img {
  height: 300px;
  object-fit: cover;
}

/* Content */
.oq-blog-content {
  padding: 20px;
  width: 70%;
}

.oq-blog-meta {
  font-size: 13px;
  margin-bottom: 20px;
  background-color: #f0ece4;
  padding: 6px 10px;
  display: table;
  border-radius: 36px;
}
.oq-blog-content h6 {
  color: #9a5c26;
  font-family: "Roboto";
  font-size: 14px;
}
.oq-blog-tag {
  color: #694f1a;
  font-weight: 600;
  margin-right: 10px;
}

.oq-blog-date {
  color: #3d3d3d;
}

.oq-blog-title {
  font-size: 22px;
  margin-bottom: 10px;
  color: #222;
  font-weight: 600;
}

.oq-blog-text {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-family: "Roboto";
}

/* ============================================blog details==================================== */
/* Row */
.blog-row {
  display: flex;
  gap: 30px;
  padding: 50px 0;
}
.blog-main-section {
  background-image: url(../images/inner-banner.jpg);
  padding: 50px 0;
}

/* Left Side */
.blog-left-wrapper {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
}

.blog-tag {
  background: #c6a87d;
  color: #fff;
  padding: 5px 12px;
  font-size: 12px;
  border-radius: 4px;
}

.blog-title {
  margin: 15px 0;
  font-size: 28px;
  font-family: "Poppins";
  font-weight: 600;
  color: #003777;
}

.blog-meta-info {
  display: flex;
  gap: 20px;
  font-size: 13px;
  color: gray;
  margin-bottom: 20px;
}

.blog-image-box img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}

.blog-content-area p {
  color: #555;
  line-height: 1.7;
  margin: 0;
  font-size: 14px;
}

.blog-quote-box {
  background: #f0f2f5;
  padding: 20px;
  border-left: 4px solid #003777;
  margin: 20px 0;
  font-style: italic;
}
.blog-subtitle {
  margin: 20px 0 10px;
  font-size: 20px;
}

/* Sidebar */
.blog-right-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.sidebar-card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}

.sidebar-card h4 {
  margin-bottom: 15px;
  font-family: "Roboto";
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
}

/* Social */
.social-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.social-btn {
  background: #f0f2f5;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  font-size: 14px;
}

/* Category */
.category-list {
  list-style: none;
}

.category-list li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

/* Popular */
.popular-post-item {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  color: #000;
  align-items: center;
}
.blog-content-area h3 {
  margin-bottom: 16px;
  font-size: 25px;
  margin-top: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 14px;
}

.popular-post-item img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
}

.popular-post-item h5 {
  font-size: 14px;
  margin-bottom: 5px;
}

.popular-post-item span {
  font-size: 12px;
  color: gray;
}

/* Responsive */
@media (max-width: 992px) {
  .blog-row {
    flex-direction: column;
  }
}
.search-card {
  padding: 20px;
}

.search-box-wrapper {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.search-input-field {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  outline: none;
  font-size: 14px;
}

.search-input-field:focus {
  border-color: #c6a87d;
}

.search-btn {
  background: #c6a87d;
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
}

.search-btn:hover {
  background: #c6a87d;
}
/* Follow Card */
.follow-card {
  text-align: center;
}

.follow-icon-wrapper {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
  flex-wrap: wrap;
}

.follow-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s ease;
}

/* Brand Colors */
.instagram-icon {
  background: #e1306c;
}
.twitter-icon {
  background: #1da1f2;
}
.facebook-icon {
  background: #1877f2;
}
.youtube-icon {
  background: #ff0000;
}
.linkedin-icon {
  background: #0077b5;
}

/* Hover Effect */
.follow-icon:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
}
.follow-icon-wrapper a:hover {
  color: #fff;
}
/* ===============================instagram==================================================== */
.instagram-section {
  padding: 50px 0;
  background: #f5f5f5;
}

.container {
  width: 1200px;
  margin: auto;
}

.insta-title {
  font-size: 28px;
  margin-bottom: 30px;
}

.insta-title span {
  font-weight: bold;
}

/* Gallery */
.insta-gallery {
  display: flex;
  gap: 15px;
  overflow-x: auto;
}

.insta-item {
  position: relative;
  /* flex: 0 0 200px;
  height: 200px; */
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

.insta-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}

/* Overlay */
.insta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s ease;
}

.insta-overlay i {
  color: #fff;
  font-size: 28px;
  transform: scale(0.8);
  transition: 0.4s ease;
}

/* Hover Effect */
.insta-item:hover img {
  transform: scale(1.1);
}

.insta-item:hover .insta-overlay {
  opacity: 1;
}

.insta-item:hover .insta-overlay i {
  transform: scale(1);
}

/* Responsive */
@media (max-width: 992px) {
  .container {
    width: 90%;
  }

  .insta-item {
    flex: 0 0 150px;
    height: 150px;
  }
}
/* =======================================video====================================== */
.video-main-section {
  padding: 80px 0;
  background: #f8f8f8;
}

.video-wrapper-box {
  text-align: center;
}

/* Thumbnail */
.video-thumbnail-box {
  position: relative;
  max-width: 900px;
  margin: auto;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
}

.video-thumbnail-box img {
  width: 100%;
  display: block;
  border-radius: 15px;
}

/* Overlay */
.video-overlay-box {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Play Button */
.video-play-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ff2e63;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  transition: 0.3s ease;
}

.video-play-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

/* Modal */
.video-modal-box {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.video-modal-content {
  position: relative;
}

.video-close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}
