@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500&display=swap');

@font-face {
  font-family: 'Hijrnotes';
  src: url('../../fonts/Hijrnotes/Hijrnotes_PERSONAL_USE_ONLY.ttf');
}

@font-face {
  font-family: 'Quiche Sans';
  src: url(Demo_Fonts/QuicheSans-Regular.otf);
}

:root {
  --lblack: #000;
  --gold: #d1864c;
  --lgold: #fbd1a6;
  --skin: #ffe0c0;
  --dskin: #b3805e;
  --font: 'Lora', serif;
  --hjfont: 'Hijrnotes', sans-serif;
}

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 50px;
  /* adjust to your header height */
}


body {
  font-family: var(--font);
  color: var(--bs-black);
  line-height: 2;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Quiche Sans';
}

a {
  text-decoration: none;
  color: #debb7d;
}

p {
  font-size: 18px;
  font-family: var(--font);
}

@media (min-width: 1200px) and (max-width: 1399.98px) {

  p,
  body {
    font-size: 15px;
  }
}
@media (min-width: 1500px) and (max-width: 1900px) {

  p,
  body {
    font-size: 22px;
  }
}
@media (min-width: 1500px) and (max-width: 1900px) {

 h2 {
    font-size: 3rem;
  }
}

a:hover {
  color: #debb7d;
  text-decoration: none;
}

.c_font {
  font-family: var(--font) !important;
}

.bg-skin {
  background: var(--skin) !important;
}

.bg-dskin {
  background: var(--dskin) !important;
}

.bg-gold {
  background: var(--gold) !important;
}

.bg-lblack {
  background: var(--lblack) !important;
}

.text-gold {
  color: var(--gold) !important;
}

.text-lgold {
  color: var(--lgold) !important;
}

.object-cover {
  object-fit: cover !important;
}

.z_index_1 {
  z-index: 1 !important;
}

.z_index_2 {
  z-index: -1 !important;
}

.w-unset {
  width: unset !important;
}

.mt_01 {
  margin-top: -58px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  padding: 20px 0;
  z-index: 10;
  position: relative;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 3px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: var(--bs-white);
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

@media (max-width: 768px) {
  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.nav-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  right: -100%;
  width: 100%;
  padding-top: 30px;
  background: black;
  transition: 0.4s;

}

@media (min-width: 1398px) {
  .nav-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    right: -100%;
    width: 100%;
    padding-top: 30px;
    background: black;
    transition: 0.4s;

  }
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.font_family_ul {
  font-family: 'Lora', serif;
}

.nav-menu a,
.nav-menu a:focus {
  display: block;
  position: relative;
  color: var(--gold);
  padding: 6px 20px;
  font-weight: 500;
  transition: 0.3s;
  font-size: 32px;
  text-transform: uppercase;
  font-family: 'Quiche Sans';
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: var(--gold);
  text-decoration: none;
}

.nav-menu .drop-down>a:before {
  content: "\ea4d";
  font-family: "boxicons";
  padding-left: 10px;
  position: absolute;
  left: 10px;
}

.nav-menu .active.drop-down>a:before {
  content: "\ea4d";
}

.nav-menu .drop-down>a {
  padding-right: 21px;
}

.nav-menu .drop-down ul {
  display: none;
  overflow: hidden;
}

.nav-menu ul.drop-down-active {
  display: block;
}

.nav-menu .drop-down li {
  padding-left: 20px;
}

.nav-menu-active {
  right: 0;
}

.nav-toggle {
  position: fixed;
  right: 0px;
  top: 15px;
  z-index: 10000;
  border: 0;
  background: unset;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  padding: 10px 12px;
  border-radius: 2px;
}

.nav-toggle i {
  font-size: 32px;
}

.nav-toggle-active {
  right: 0px !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 700;
  color: #884922;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fd680e;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #fd680e;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: var(--bs-white);
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: var(--bs-white);
  background: #fd7827;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: var(--bs-white);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #fd680e;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #743e1d;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: var(--bs-white);
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(75, 40, 19, 0.9);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: var(--bs-white);
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:hover {
  padding: 10px 20px;
  font-size: 15px;
  color: #743e1d;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #fd680e;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: var(--bs-white);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #fd680e;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

.section-bg {
  background-color: var(--bs-white)7f2;
}

.section-title {
  text-align: center;
  padding-bottom: 0px;
}

@media (min-width: 768px) {
  .section-title {
    text-align: center;
    padding-bottom: 30px;
  }
}

.section-title h2 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 1px;
  background: #debb7d;
  bottom: 0;
  left: calc(50% - 40px);
}

.section-title p {
  margin-bottom: 0;
  font-style: italic;
  color: #666666;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h3 {
  font-weight: 300;
  font-size: 26px;
}

.about ul {
  list-style: none;
  padding: 0;
}

.about ul li {
  padding-bottom: 10px;
}

.about ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #debb7d;
}

.about p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding-bottom: 30px;
}

.why-us .card {
  border-radius: 3px;
  border: 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.why-us .card-icon {
  text-align: center;
  margin-top: -32px;
}

.why-us .card-icon i {
  font-size: 32px;
  color: var(--bs-white);
  width: 64px;
  height: 64px;
  padding-top: 10px;
  text-align: center;
  background-color: #fd680e;
  border-radius: 50%;
  text-align: center;
  border: 4px solid var(--bs-white);
  transition: 0.3s;
  display: inline-block;
}

.why-us .card-body {
  padding-top: 12px;
}

.why-us .card-title {
  font-weight: 700;
  text-align: center;
}

.why-us .card-title a {
  color: #743e1d;
}

.why-us .card-title a:hover {
  color: #debb7d;
}

.why-us .card-text {
  color: #5e5e5e;
}

.why-us .card:hover .card-icon i {
  background: var(--bs-white);
  color: #debb7d;
}

@media (max-width: 1024px) {
  .why-us {
    background-attachment: scroll;
  }
}

/*--------------------------------------------------------------
# Frequenty Asked Questions
--------------------------------------------------------------*/
.faq {
  /* padding-bottom: 60px; */
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid var(--gold);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.faq .faq-list a {
  display: block;
  position: relative;
  color: white;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 25px;
  cursor: pointer;
}

.faq .faq-list a[aria-expanded="true"] {
  font-weight: bold !important;
}

.faq .faq-list i {
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
  font-size: 14px;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  /* color: #343a40; */
  color: var;
}

.faq .faq-list a.collapsed:hover {
  color: var(--gold);
  font-weight: bold;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/

.contact .info {
  color: #444444;
}

.contact .info i {
  font-size: 32px;
  color: #debb7d;
  float: left;
}

.contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #debb7d;
  color: #333333;
  line-height: 1;
  padding: 9px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.soc-icon {
  font-size: 18px;
  display: inline-block;
  background: #debb7d;
  color: #333333;
  line-height: 1;
  padding: 9px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.contact .social-links a:hover {
  background: #debb7d;
  color: var(--bs-white);
}

@media (max-width: 768px) {
  .contact .social-links {
    text-align: center;
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #2f1708;
  padding: 10px 0;
  color: var(--bs-white);
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: var(--bs-white);
}

.footer_imghight {
  width: 300px;
}

#header {
  background: #1d1e1c91;
}

/* Header style after scrolling */
#header.scrolled {
  background-color: #000;
  /* or any solid color */
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}

.h_c_slide {
  position: relative;
  margin-top: 79px;
  z-index: 2;
}

#carouselExampleDark .carousel-caption {
  position: absolute;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  z-index: 1;
}

#carouselExampleDark .carousel-caption:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0 0 0 / 49%);
  z-index: -1;
}

#carouselExampleDark .carousel-caption div {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 90%;
}

.h_c_slide .carousel-item img {
  height: 372px;
}

.h_c_slide .carousel-control-prev,
.h_c_slide .carousel-control-next {
  height: 40px;
  width: 40px;
  top: unset;
  bottom: 15px;
  left: 1rem;
  border: 2px solid var(--bs-white);
  border-radius: 50%;
  opacity: 1;
}

.h_c_slide .carousel-control-next {
  left: 4.5rem;
  right: unset;
}

.h_c_slide .carousel-dark .carousel-control-prev-icon,
.h_c_slide .carousel-dark .carousel-control-next-icon {
  filter: unset;
  width: 1rem;
  height: 1rem;
}


@media (min-width: 768px) {
  .nav-toggle {
    right: 70px;
  }

  .h_c_slide .carousel-item img {
    height: 728px;
  }

  #carouselExampleDark .carousel-caption div {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: unset;
  }

  .h_c_slide .carousel-control-prev {
    left: 5rem;
  }

  .h_c_slide .carousel-control-next {
    left: 8rem;
  }
}




/* AAAAA */
.form_mob_hw {
  height: 350px;
}

@media (min-width: 768px) {
  .form_mob_hw {
    height: unset;
  }

}

.data_bg,
.data1_bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;

}
.lux-bg{
    background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.data1_bg {
  height: 280px;
}

.data_bg::before {
  background: rgb(0 0 0 / 86%);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mt_001 {
  margin-top: -54px;
}

.mb_002 {
  margin-bottom: 13px;
}

@media (min-width: 1420px) {
  .mt_001 {
    margin-top: -54pxpx;
  }

  .mb_002 {
    margin-bottom: 13px;
  }
}

.mt_02 {
  height: 190px;
  width: 494px;
  margin-top: -149px;
  /* margin-inline-start: -82px; */
}

.mt_03 {
  height: 89px;
  margin-top: 100px;
  width: 213px;
  margin-left: 283px;
  background-color: #333333 !important
}

.mt_04 {
  padding-left: 50px;
  margin-left: 29px;
  margin-top: -17px;
}

.data_bg01 {
  border: 10px;
  position: relative;
}

.data_bg01::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dsk::before {
  position: absolute;
  content: '';
  top: 39%;
  left: 0;
  width: 88%;
  height: 90%;
  border: 1px solid var(--gold);
  margin-top: -73px;
}

.dsk img {
  width: 100%;
  right: -15px;
  float: right;
  position: relative;
  margin-top: -33px;
  /*margin-right: -28px;*/
}

@media (min-width: 768px) {

  .dsk::before {
    position: absolute;
    content: '';
    top: 39%;
    left: 0;
    width: 88%;
    height: 90%;
    border: 1px solid var(--gold);
    margin-top: -73px;
  }

  .dsk img {
    width: 100%;
    right: -15px;
    float: right;
    position: relative;
    margin-top: -33px;
    /*margin-right: -28px;*/
  }

  .dsk::after {
    position: absolute;
    content: 'Our goal is to amaze you with personalized interior solutions. ';
    bottom: -7%;
    padding-left: 5px;
    padding-right: 5px;
    left: 182px;
    width: 50%;
    height: 30%;
    background: var(--lblack);
    color: var(--skin);
    text-align: center;
    padding-top: 11px;
  }
}

@media (min-width: 1400px) {
  .dsk::after {
    position: absolute;
    content: 'Our goal is to amaze you with personalized interior solutions. ';
    bottom: -7%;
    padding-left: 5px;
    padding-right: 5px;
    left: 211px;
    width: 50%;
    height: 30%;
    background: var(--lblack);
    color: var(--skin);
    text-align: center;
    padding-top: 11px;
  }

  .dsk::before {
    position: absolute;
    content: '';
    top: 40%;
    left: 0;
    width: 88%;
    height: 96%;
    border: 1px solid var(--gold);
    margin-top: -112px;
  }
}

/* BOOK AN APPOINTMEND */
.mt_05 {
  margin-left: 16px;
}

.btn_c {
  background-color: transparent;
  color: var(--gold);
  border: 2px solid var(--gold);
  padding: 8px 30px 8px 30px;

  /* padding: 10px 40px 10px 40px; */
}

.btn_c:hover {
  background-color: var(--bs-white);
  color: var(--gold);
  border: 1px solid var(--gold);
}

.alignment {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 80%;
  background-color: var(--dskin);
  margin-top: -42px;
  /* margin-left: 34px; */
  color: var(--bs-white);
}

/* <!-- ======= CONTENT HUB Section START ======= --> */

.dsk01::before {
  position: absolute;
  content: 'lorem ipsum Dolor At Amiet lorem ipsum dolor ait amet';
  top: 92%;
  left: 29px;
  width: 80%;
  height: 28%;
  border: 1px solid var(--gold);
  margin-top: -34px;
}

.dsk01 img {
  /* width: 100%; */
  right: 0;
  float: right;
  position: relative;
  /* margin-top: -33px; */
  /* margin-right: -28px; */
}

.alignment02,
.alignment07 {
  background-color: var(--dskin);
}

/* footer section starrt */
.bg_04 {
  background-color: rgb(177, 151, 119);
}

.foot_bg {
  background-color: #1d1e1c;
}

.logoW {
  width: 100%;
}

.f_i_bg {
  background-color: transparent;
  border: white;
}

.btn_a {
  position: absolute;
  left: auto;
  right: 0;
  padding-top: 0px;
}

/* @media (min-width: 768px){
  .f_pad{
    padding-bottom: 80px;
  }
} */
.f_i_bg:focus {
  box-shadow: none;
}

@media (min-width: 768px) {
  .alignment02 {
    margin-left: -150px;
  }
}

@media (min-width: 768px) {
  .alignment07 {
    margin-left: -100px;
  }
}

/* service section start */

.p_serv {
  padding-top: 300px;
}

.word_spasing_s {
  word-spacing: 7px;

}

.pt_pb {
  padding-top: 150px;
  padding-bottom: 150px;
}

.alignment03 {
  background-color: var(--dskin);
}

@media (min-width: 768px) {
  .alignment03 {
    margin-left: -34%;
  }
}

.alignment04 {
  background-color: var(--dskin);
}

@media (min-width: 768px) {
  .alignment04 {
    margin-right: -76px;
  }
}

.bg_05 {
  background-color: var(--lgold);
}

@media (min-width: 768px) {
  .p_rem_lr {
    padding-right: unset !important;
    padding-left: unset !important;
  }
}

.dsk02 {
  content: '';
  top: 35%;
  left: 0;
  width: 100%;
  /* height: 138%; */
  border: 1px solid var(--bs-white);
  margin-top: -28px;
}

.dsk02 img {
  width: 100%;
  right: 0;
  float: right;
  position: relative;
  margin-top: -33px;
  margin-right: -28px;
}

@media (min-width: 768px) {
  .dsk02 ::after {
    position: absolute;
    content: ' ';
    bottom: -14%;
    left: 191px;
    width: 50%;
    height: 35%;
    background: var(--lblack);
    color: var(--bs-white);
    text-align: center;
    padding-top: 11px;
  }
}

.bg_06 {
  background-color: black;
}



.h_hworks .carousel-indicators [data-bs-target] {
  position: relative;
  background-color: var(--gold);
  background-clip: unset;
  text-indent: unset;
  height: 40px;
  width: 40px;
  border: 0;
  border-radius: 50%;
  margin-right: 25px;
  z-index: 1;
  opacity: 1;
}

.h_hworks .carousel-indicators [data-bs-target]:before {
  position: absolute;
  content: '';
  border-top: 1px dashed var(--bs-black);
  width: 100%;
  z-index: -1;
  right: -100%;
  top: 50%;
}

.h_hworks .carousel-indicators [data-bs-target]:last-child:before {
  position: absolute;
  content: '';
  border: 0;
}

@media (min-width: 768px) {
  .h_hworks .carousel-indicators [data-bs-target]:before {
    transform: rotate(90deg);
    right: 0;
    bottom: -50%;
    top: unset;
  }
}

/* conten hub */
.p_cont {
  padding-top: 13%;
}

.font_cont {
  font-size: 90px;
}

/* career page */

.bord_bot :hover {
  border-bottom: salmon;
}

.alignment05 {
  background-color: var(--dskin);
}

@media (min-width: 768px) {
  .alignment05 {
    margin-left: -55px;
  }
}

.progress-container {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgb(255, 255, 255);
  margin-top: 0px;
  color: rgb(0, 0, 0);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.progress-container .progress-bar {
  width: 90%;
  height: 30px;
  background: #d8d8d8;
  border-radius: 25px;
  overflow: hidden;
}

@media (min-width: 768px) {

  .progress-container {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: 80%;
    background-color: rgb(255, 255, 255);
    margin-top: -80px;
    color: rgb(0, 0, 0);
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 20px;
  }

  .progress-container .progress-bar {
    position: relative;
    /* width: 500px; */
    height: 30px;
    border-radius: 30px;
    background-color: #d8d8d8;

  }

  .progress-container .progress-bar span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #d8d8d8;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.7;
    border-radius: 30px;

  }
}

.prev_icon_allignment {
  border-radius: 50%;
  border: 2px;
  background-color: #796161;
  padding: 16px;
  margin-top: -100%;
  margin-right: 150px;
  border: 2px solid rgb(7, 7, 7);

}

@media (min-width: 768px) {


  .prev_icon_allignment {
    border-radius: 50%;
    border: 2px;
    background-color: #796161;
    padding: 16px;
    margin-top: -100%;
    margin-right: 150px;
    border: 2px solid rgb(7, 7, 7);

  }

}

.next_icon_allignment {
  border-radius: 50%;
  border: 2px;
  background-color: #796161;
  padding: 16px;
  /* margin-top: -158%; */
  margin-right: -18px;
  border: 2px solid rgb(7, 7, 7);
  margin-bottom: 210%;

}

@media (min-width: 768px) {

  .next_icon_allignment {
    border-radius: 50%;
    border: 2px;
    background-color: #796161;
    padding: 16px;
    margin-top: 100%;
    margin-right: 415px;
    border: 2px solid rgb(7, 7, 7);

  }
}

.bg_07 {
  background-color: var(--skin);
}

.mb_01 {
  margin-bottom: 7px;
}

@media (min-width: 1400px) {

  /* .pt_01{
    padding-top: 50px;
  } */
  .mt_01 {
    margin-top: -38px;
  }

  .mb_01 {
    margin-bottom: 30px;
  }
}

.c_image_tag p {
  color: var(--bs-black);
}

/* .progress_fill{

} */
.progress_text {
  position: absolute;
}


/* how it works */
.text_alignment {
  content: " ";
  position: absolute;
}

@media (min-width: 768px) {

  .text_alignment {
    left: -126px;
    top: -42px;
    position: relative;
  }
}

/* Career page JOB OPENING  */
.bg_08 {
  background-color: #222222;
}

.bg_09_input {
  background-color: #333333;
}

.placeholder {
  color: red;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: red;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: red;
}

/*.c_video video{*/
/*    height:702px;*/
/*}*/

.btn_c01 {
  background-color: var;
  color: var(--bs-white);
  border-radius: unset;
  opacity: 0.8;
}

.btn.btn_c01:hover {
  color: var(--bs-white);
  background-color: var;
  border-color: var(--bs-btn-hover-border-color);
}

.ocmt_01 {
  margin-top: -67px;
}


/* footer */
.btnmd-link {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  padding: 0;
  /* text-align: left; */
  color: #fefffe;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.btnmd-link:hover {
  color: #fefffe;
  ;
}


.h_vid {
  height: 372px;
}

@media (min-width: 768px) {

  .h_vid {
    height: 728px;
  }
}

/* why choose lux section */



/* why choose lux section  copy from designcafe*/
.tab_box {
  width: 100%;
  align-items: center;
  border-bottom: 2px solid rgba(229, 229, 229);
  position: relative;
  display: -webkit-box;
  flex-wrap: nowrap;
  overflow-y: scroll;
}

@media (min-width: 768px) {
  .tab_box {
    display: flex;
    justify-content: space-around;
    overflow-y: unset;
  }
}

.tabcontainer {
  width: 100%;
  background-color: var(--bs-white);
  /* padding: 30px; */
  /* box-shadow: 0 2px 16px rgba(0, 0, 0, .1); */
  /* border-radius: 20px; */
  align-items: center;
  /* border-bottom: 2px solid rgba(229, 229, 229); */
}

.tab_box .tab_btn {
  font-size: 16px;
  font-weight: 600;
  color: var(--bs-black);
  background: none;
  border: none;
  padding: 18px;
  cursor: pointer;
}

.tab_box .tab_btn.active {
  color: var(--gold);
  border-bottom: 1px solid var(--gold);
}

.content_box {
  padding: 0px;
}

@media (min-width: 768px) {
  .content_box {
    padding: 20px;
  }
}

.content_box .content {
  display: none;
  animation: moving .5s ease;
}

@keyframes moving {
  from {
    transform: translateX(50px);
    opacity: 0;
  }

  to {
    transform: translateX(50px);
    opacity: 1;
  }
}

.content_box .content.active {
  display: block;
}

.content_box .content h2 {
  margin-top: 10px;
}

.line {
  position: absolute;
  top: 62px;
  left: 17px;
  width: 90px;
  height: 5px;
  border-color: var(--gold);
  border-radius: 10px;
  transition: all .3s ease-in-out;
}

.img_allignment {
  width: 100%;
  text-align: center;
  position: absolute;
  right: 0;
  /* margin-left: 24%; */
  background: var(--bs-white);
  padding: 14px 18px;
  min-height: 161px;
  bottom: 0%;
}

@media (min-width: 768px) {

  .img_allignment {
    width: 176px;
    text-align: center;
    position: absolute;
    right: 0;
    margin-left: 39%;
    background: var(--bs-white);
    padding: 14px 18px;
    min-height: 160px;
    bottom: 15%;
  }
}

.bg_11 {
  background-color: #000;
}

.card_01 {
  height: 275px;
  margin: 0px 0px;
  transition: 1s;
  border: 1px solid var(--gold);

}

.card_01:hover {
  transform: scale(1.05);
  background-color: var(--gold);
  box-shadow: 2px 2px 2px var(--bs-black);
  pointer-events: painted;
}

.border-bottom::after {
  content: '';
  position: relative;
  width: 100%;
  height: 0.175rem;
  left: 0;
  bottom: 0;
  background: var(--bs-black);
}

.border-bottom {
  border-bottom: 1px solid var(--dskin) !important;
}

.dsk_02 img,
.dsk_03 img,
.dsk_04 img {
  width: 100%;
  right: 0;
  float: right;
  position: relative;
  margin-top: -40px;
  margin-right: -16px;
}

.dsk_02::before,
.dsk_03::before,
.dsk_04::before {
  position: absolute;
  content: '';
  top: 40%;
  left: 0;
  width: 85%;
  height: 100%;
  border: 1px solid var(--gold);
  margin-top: -30%;
}

.dsk_02::after,
.dsk_03::after,
.dsk_04::after {
  position: absolute;
  content: 'Mr Ajinkya Dhumal';
  bottom: -7%;
  padding-left: 0px;
  padding-right: 0px;
  left: 50%;
  height: 20%;
  background: var(--lblack);
  color: var(--skin);
  text-align: center;
  border: 1px solid var(--gold);
  padding-top: 18px;
  width: 48%;
}

.dsk_03::after {
  content: 'Mr Rahul Mutha';
}

.dsk_04::after {
  content: 'Mr Sagar Agarwal';
}

@media (min-width: 768px) {
  .dsk_03 img {
    right: -20px;
  }

  .dsk_03::before {
    left: 11px;
  }

  .dsk_03::after {
    left: 46%;
  }

  .dsk_02::before {
    left: -4px;
  }

  .dsk_02::after {
    left: 43%;
  }

  .dsk_04::after {
    left: 43%;
  }
}

@media (min-width: 1400px) {
  .dsk_03 img {
    right: -67px;
  }

  .dsk_03::before {
    left: 59px;
  }

  .dsk_03::after {
    left: 59%;
  }
}

.project-carousel .owl-nav,
.h_client_speak .owl-nav {
  position: absolute;
  top: 4%;
  right: 0;
  display: flex;
  justify-content: space-between;
  z-index: -1;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next,
.h_client_speak .owl-nav .owl-prev,
.h_client_speak .owl-nav .owl-next {
  margin-left: -61px;
  margin-right: -71px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary);
  border-radius: 55px;
  box-shadow: 0 0 45px rgba(0, 0, 0, .15);
  font-size: 25px;
  transition: .5s;
}

/* how it works  */
.c_icon img {
  height: 70px;
}

/* Font size of para section */


/* conctact  */
.form-floating input,
.form-floating textarea,
.form-select {
  border: 0;
  border-bottom: 1px solid var(--gold);
}

input:-internal-autofill-selected,
.form-floating>.form-control:-webkit-autofill,
.form-floating>.form-control-plaintext:-webkit-autofill {
  background-color: transparent !important;
}

.form-floating {
  position: unset;
}

.cont01 .form-select {
  border-bottom: 1px solid var(--gold);
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
}

.cr_faq.faq .faq-list a.collapsed {
  color: var(--bs-dark);
}

.cr_tabs.nav-tabs .nav-link {
  background: unset;
  border: 0;
}

.cr_tabs.nav-tabs .nav-link.active {
  border-bottom: 3px solid var(--gold);
  font-weight: bold;
}

.cr_form input,
.cr_form textarea {
  border-radius: 0;
}

.circle {
  background-color: var(--bs-white);
  height: 105px;
  width: 105px;
  border-radius: 50%;
  border: 1px solid #e9bf69;

}

.c_icon_how img {
  height: 80px;
}

.c_icon_how.white_icons_onbanner img {
  height: 55px;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.dsk06::after {
  position: absolute;
  content: '';
  top: 67%;
  left: -15px;
  z-index: -1;
  width: 100%;
  height: 79%;
  border: 1px solid var(--gold);
  margin-top: -30%;
}

@media (min-width: 768px) {
  .c_icon_how.white_icons_onbanner img {
    height: 80px;
  }

  .dsk06::after {
    top: 78%;
    left: 0;
    width: 84%;
    height: 90%;
  }
}


/* timeline section of client  */
.timeline {
  /* border-left: 3px solid var(--bs-white); */
  border-left: 1px dashed var(--bs-black);
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  /* background: rgba(0, 0, 0, 0.09); */
  margin: 0 auto;
  letter-spacing: 0.2px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  /* padding: 50px; */
  list-style: none;
  text-align: left;
  max-width: 100%;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .timeline {
    max-width: 98%;
    padding: 25px;
  }

  .border-right-none {
    border-right: none !important;
  }

  .border-leftf {
    border-left: none !important;
  }
}

.timeline h1 {
  font-weight: 300;
  font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 10px;
}

.timeline .event {
  /* border-bottom: 1px dashed #e8ebf1;   */
  /* padding-bottom: 25px; */
  margin-bottom: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .timeline .event {
    padding-top: 0px;
  }

  .nav-menu a,
  .nav-menu a:focus {
    text-align: center;
  }
}

.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .event:before {
  left: -207px;
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
}

@media (max-width: 767px) {
  .timeline .event:before {
    left: 0px;
    text-align: left;
  }
}

.timeline .event:after {
  left: -39.8px;
  background: #debb7d;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  content: "";
  top: -2px;

}

@media (max-width: 767px) {
  .timeline .event:after {
    left: -31.8px;
    top: -27px;
  }
}

.rtl .timeline {
  border-left: 0;
  text-align: right;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
  left: 0;
  right: -170px;
}

.rtl .timeline .event::after {
  left: 0;
  right: -55.8px;
}

.form01 input,
.form01 textarea,
.form-select,
.option {
  border-bottom: 2px solid var(--gold);

}

.form-select {
  background-color: transparent !important;
  border: none;
  border-bottom: 2px solid var(--gold);
  color: var(--gold);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--gold);
  background-color: transparent;
  border: none;
  /* border: var(--bs-border-width) solid var(--bs-border-color); */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  color: var(--gold);
  background-color: transparent;
  border-bottom: 2px solid var(--gold);
  border-radius: 0px;
  outline: 0;
  box-shadow: unset;
}

input::placeholder,
textarea::placeholder {
  color: var(--gold) !important;
}

.form-select:focus {
  color: var(--gold);
  background-color: var(--bs-body-bg);
  border: color var(--gold);
  border-radius: 5px;
  outline: 0;
  box-shadow: unset;
}

@media (min-width: 767px) {
  .pad_left {
    padding-left: 9%;
  }

  .nav-menu .drop-down ul {
    overflow: unset;
    position: absolute;
    right: 100%;
    background: #f8f8f8;
    width: 100%;
    height: 100%;
    top: 0;
    padding-top: 100%;
  }

  .nav-menu .drop-down li {
    padding: 0;
  }
}

.gallery {
  display: flex;
}

.col {
  display: flex;
  flex-direction: column;
}

.card_02 img {
  transition: all 0.5s ease;
}

.card_02 img:hover {
  transform: scale(1.02);
  pointer-events: painted;
}

.gallery__caption p {
  margin-top: -31px;
  position: absolute;
  width: 100%;
  transition: all 0.5s ease;
  z-index: 1;
}

.gallery__caption:hover p {
  margin-top: -50px;
}

.gallery__caption::before {
  background: linear-gradient(180deg, rgba(12, 26, 7, 0) 11%, rgba(12, 26, 7, .8547794117647058)87%);
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20%;
  width: 100%;
  transition: all 0.5s ease;
}

.gallery__caption:hover:before {
  height: 80%;
  z-index: 1;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.alignment06 {
  background-color: var(--lblack);
}

.ever_page .modal-dialog {
  width: 95%;
  max-width: 95%;
}

.th_meet {
  background-color: var(--gold);
  height: 140px;
  width: 140px;
}

@media (min-width: 768px) {
  .ever_page .modal-dialog {
    width: 80%;
    max-width: 80%;
  }
}

.form-radio-gp {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 1%;
}

.form-radio-gp input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}

.form-radio-gp label {
  color: #666666;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 8px;
  border: 2px solid #666666;
  font-size: 14px;
  border-radius: 5px;
  margin: 0;
  line-height: 1;
}

.form-radio-gp input[type=radio]:checked+label {
  color: rgb(177, 151, 119) !important;
  background: transparent;
  border: 2px solid var(--gold) !important;
}

.n_every_page .form-control {
  border: 0;
  border-bottom: 2px solid var(--bs-secondary);
  border-radius: 0;
}

@media (min-width: 768px) {
  .alignment06 {
    margin-right: -55px;
    background-color: var(--lblack);
  }
}

.circle_a {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 1px dashed var(--bs-white);
  display: inline-block;

}

.circle_a img {
  position: absolute;
  top: 40px;
  transform: translate(-50%, -50%);
}

.bottom_01 {
  position: relative;
}

.bottom_01::after {
  content: " ";
  position: absolute;
  background-color: var(--gold);
  height: 2px;
  width: 100%;
  left: 0;
  bottom: -3px;
  transform: 0.3s;
}

.bottom_01:hover::after {
  width: 100%;
  background-color: var(--bs-white);
}


.align_end01,
.align_end02,
.align_end03 {
  position: absolute;
  bottom: 25px;
  right: 30px;
}

.align_end01 img,
.align_end02 img,
.align_end03 img {
  height: 40px;
}

.cen_b_1 {
  position: absolute;
  top: 40%;
  left: 50%;
}

@media (min-width: 768px) {
  .cen_b_1 {
    top: 21%;
    left: 67%;
  }
}

.bottom_02 {
  position: relative;
}

/* .bottom_02::after{
  content: " ";
  position: absolute;
  background-color: var(--bs-black);
  height: 1px;
  width: 90%;
  right: 0;
  bottom: -3px;
  transform: 0.3s;
} */
/* .bottom_02:hover::after{
  width: 90%;
  background-color: var(--gold);
} */
.bottom_03::after {
  content: " ";
  position: absolute;
  background-color: var(--bs-black);
  height: 1px;
  width: 90%;
  right: 0;
  bottom: -3px;
  transform: 0.3s;
}

.bottom_03:hover::after {
  width: 90%;
  background-color: var(--gold);
}


@media (min-width: 1400px) {
  .pad_left {
    padding-left: 9%;
  }

  .nav-menu {
    overflow: unset;
  }

  .nav-menu .drop-down ul {
    padding-top: 130%;
  }

  .nav-menu .drop-down li {
    padding: 0;
  }
}

.being_a {
  color: var(--bs-white);
}

.being_a:hover {
  color: #ff8d00;
}

.model-popup-btn {
  position: absolute;
  right: 2%;
  top: 2%;
  z-index: 99999;
}

.bg_12 {
  background-color: var(--lgold);
}

.hw01 {
  height: 50px;
}

.icon_size {
  font-size: 35px;
}

.row.contact {
  position: absolute;
  bottom: 20px;
  right: 0;
}

.hiw-icons {
  position: absolute;
  height: 35px;
  top: 22px;
  left: -20px;
}

.blogs a {
  text-decoration: none;
  color: var(--bs-black);
}

.blogs h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.book a {
  text-decoration: none;
  color: var(--bs-white);
}

.book .btn_c a:hover {
  background-color: var(--bs-white);
  color: var(--gold);
}

.h-hiw01 img {
  height: 60px;
  width: 60px;
  object-fit: contain;
}

.circle_a01 img {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.circle-v {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 1px solid #d1864c;
  display: inline-block;
}

.about-hw01 {
  width: 80%;
  object-fit: cover;
}

.about-hw03 {
  height: 200px;
  bottom: 21%;
  right: -100px;
}

.about-hw02 {
  height: 60%;
  top: -13px;
  /* width: auto; */
  left: -5%;
}

.gpform-radio {
  display: inline-block;
  margin-bottom: 1%;
}

.gpform-radio input[type=radio] {
  position: absolute;
  visibility: hidden;
  display: none;
}

.gpform-radio:hover label {
  border: 3px solid var(--gold);
}

.gpform-radio label {
  color: #666666;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 8px;
  border: 2px solid #666666;
  font-size: 14px;
  border-radius: 5px;
  margin: 0;
  line-height: 1;
}

.gpform-radio input[type=radio]:checked+label {
  color: rgb(177, 151, 119) !important;
  background: transparent;
  border: 2px solid var(--gold) !important;
}

.gpform-radio img {
  height: 200px;
}

.rd_img {
  height: 80px;
  width: 80px;
}

.style_group {
  display: none;
}

.style_group.active {
  display: flex;
}

.space {
  letter-spacing: 1.5px;
}

.disa3413le-div {
  pointer-events: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.lux_l_border {
  border-radius: 25px;
}

.lux_l_numb h4 {
  -webkit-text-fill-color: var(--bs-white);
  -webkit-text-stroke: 1.2px var(--gold);
}

.cont_mrs {
  margin-right: 0;
  margin-left: 0;
}

.row.cont_mrs>* {
  padding-right: 0;
  padding-left: 0;
}

.thank_form {
  background-image: url(../../img/thankyou_banner.jpg);
  background-size: cover;
  z-index: 1;
}

.thank_form:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  background-color: rgb(0 0 0 / 56%);
  height: 100%;
  width: 100%;
  z-index: -1;
}

.thank_form .bg-white {
  border-radius: 15px;
}

.th_meet img {
  height: 90px;
}

@media (min-width: 768px) {
  .model-popup-btn {
    position: absolute;
    right: 1%;
    top: 1%;
    z-index: 99999;
  }

  .bg_10 {
    background-color: var(--lgold);
  }

  .hiw-icons {
    height: 60px;
    left: 16px;
  }

  .h-hiw01 img {
    height: 100px;
    width: 100px;
  }

  .fs-50 {
    font-size: 50px;
  }

  .circle-v {
    height: 135px;
    width: 135px;
  }

  .about-hw01 {
    width: 85%;
    object-fit: cover;

  }

  .about-hw02 {
    height: 60%;
    top: -5px;
    /* width: auto; */
    left: -2%;
  }

  .data1_bg {
    height: unset;
  }

  .cont_mrs {
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
  }

  .row.cont_mrs>* {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .vision-box {
    position: relative;
    left: -80px;
    width: 112%;
    top: 130px;
    border: 2px solid var(--gold);
    padding: 90px !important;
    margin-bottom: 150px;
  }

}

.vision-box {

  padding: 30px;

}

.mail a {
  text-decoration: none;
}

.qr_01 {
  width: 71%;
}

.content_hub_img_01 .img-fluid {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.content_hub_img_02 img {
  height: 70px;
  width: 100%;
  object-fit: cover;
}

.text-justify {
  text-align: justify;
}

.media-coverage {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 70vh;
  position: relative;

}

.c_image_tag {
  overflow: hidden;
  /* Prevent zoom from overflowing */
  width: 100%;
  height: 500px;
  position: relative;
  border: 3px solid var(--dskin);
}

.zoom-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 4s ease-in-out;
  display: block;
}

.c_image_tag:hover .zoom-img {
  transform: scale(1.5);
  /* Smooth zoom on hover */
}


.c_image_tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  /* Gradient from black to transparent */
  z-index: 1;
  /* Ensure the gradient sits above the image but below the text and button */
  pointer-events: none;
}


.bg-side {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  /* animation: bgZoomIn 20s ease-in-out infinite; */
  height: 100vh;
}

.bgm_side {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  height: 500px;
}

@keyframes bgZoomIn {
  0% {
    background-size: 100%;
  }

  50% {
    background-size: 110%;
  }

  100% {
    background-size: 100%;
  }
}

.page_height_92vh {
  height: 92vh;
}

.blog-side {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 95vh;
}

@media (min-width: 768px) {
  .height-100 {
    height: 100vh;
  }

}

@media (max-width: 768px) {

  .blog-side {
    height: unset;
  }

  .page_height_100vh {
    height: unset;
  }
}


.media-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  /* Adjust to control overlay height */
  background: linear-gradient(to top, #333333, transparent);
  pointer-events: none;
}

.media-button {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.blog-text {
  font-family: var(--hjfont);
  color: var(--gold);
  font-size: 55px;
}

.swiper-container {
  width: 100%;
  overflow: hidden;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.swiper-slide h1 {
  color: white;
  font-size: 3rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/*body {*/
/*  font-family: sans-serif;*/
/*   background-color: #0d0d0d;*/
/*  color: white; */
/*}*/

/* Scroll Sections */
section.scroll-section {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: #1a1a1a;
}

.content {
  font-size: 3rem;
  z-index: 1;
}

/* Golden Highlight Overlay */
.highlight-overlay {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg,
      rgba(255, 255, 0, 0.2),
      rgba(255, 215, 0, 0.05),
      rgba(255, 255, 0, 0.2));
  transform: rotate(25deg);
  pointer-events: none;
  z-index: 0;
  opacity: 0;
}

.scroll-down-arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 8;
}

.scroll-down-arrow a {
  display: flex;
  width: 60px;
  height: 60px;
  line-height: 50px;
  background-color: #d1864c52;
  border-radius: 50%;
  text-align: center;
  color: #1a1a1a;
  font-size: 20px;
  text-decoration: none;
  animation: bounce 2s infinite;
  align-items: center;
  justify-content: center;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

/* Owl Carousel Navigation Styles */
.owl-carousel .owl-nav {
  position: absolute;
  bottom: -54px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  gap: 20px;
  z-index: 15;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-color: rgba(209, 134, 76, 0.5);
  /* Background color */
  color: #000;
  font-size: 20px;
  border-radius: 50%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease;
  z-index: 9999 !important;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background-color: rgba(209, 134, 76, 0.8);
  /* Hover background color */
}

.owl-carousel .owl-nav button:focus {
  outline: none;
  box-shadow: none;
}

.padding-top-bottom {
  padding-top: 80px;
  padding-bottom: 80px;
}

.border-right {
  border-right: 1px solid var(--dskin);
}

.border-leftf {
  border-left: 1px solid var(--dskin);
}

.founder-images {
  height: 500px;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;

}

.job-box {
  position: relative;
  /* overflow: hidden; */
  transition: box-shadow 0.3s ease;
  cursor: pointer;
  border: 2px solid #d1864c70;
}

.job-box span {
  position: absolute;
  display: block;
  background: #d1864c;
  z-index: 1;
  transition: transform 0.3s ease;
}

/* Top Border */
.job-box .top {
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition-delay: 0s;
}

/* Right Border */
.job-box .right {
  width: 2px;
  height: 100%;
  top: 0;
  right: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition-delay: 0.2s;
}

/* Bottom Border */
.job-box .bottom {
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition-delay: 0.4s;
}

/* Left Border */
.job-box .left {
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition-delay: 0.6s;
}

/* Hover Triggers Animation */
.job-box:hover .top,
.job-box:hover .right,
.job-box:hover .bottom,
.job-box:hover .left {
  transform: scaleX(1) scaleY(1);
}

/* Reverse exit transition order */
.job-box:not(:hover) .top {
  transition-delay: 0.6s;
}

.job-box:not(:hover) .right {
  transition-delay: 0.4s;
}

.job-box:not(:hover) .bottom {
  transition-delay: 0.2s;
}

.job-box:not(:hover) .left {
  transition-delay: 0s;
}

.job-box:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.project-grid {
  display: flex;
  flex-wrap: wrap;
  /* Allow wrapping of items */
  gap: 20px;
  /* Space between items */
  justify-content: space-between;
  /* Distribute items evenly */
}

/* Individual grid item */
.project-masonry {
  width: calc(33.333% - 20px);
  /* Make sure each item takes up 1/3 of the container's width minus the gap */
  margin-bottom: 22px;
  /* Vertical space between rows */
  overflow: hidden;
}

/* Ensure images take full width and maintain aspect ratio */
.project-masonry img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
  border: 2px solid var(--gold);
}

.project-masonry:hover img {
  transform: scale(1.05);
}

/* Make sure the grid behaves responsively */
@media (max-width: 768px) {
  .project-masonry {
    width: calc(50% - 20px);
    /* Two columns on smaller screens */
  }
}

@media (max-width: 480px) {
  .project-masonry {
    width: 100%;
    /* One column on mobile */
  }
}

.project-masonry {
  position: relative;
  overflow: hidden;
  /* Ensures content doesn't overflow outside the container */
}

/* Ensure the image fills the container */
.project-masonry img {
  width: 100%;
  height: auto;
  display: block;
}

/* Apply linear gradient to the image using ::before */
.project-masonry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); */
  /* Gradient from black to transparent */
  z-index: 1;
  /* Ensure the gradient sits above the image but below the text and button */
  pointer-events: none;

  /* Prevents interaction with the overlay */
}

/* Project Name at the bottom-left */
.project-name {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 18px;
  font-weight: bold;
  color: white;
  z-index: 2;
  /* Ensure text stays above the gradient */
}

/* View More Button - Initially off-screen */
.view-more-container {
  position: absolute;
  left: -100%;
  /* Initially position off the screen */
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.3s ease;
  /* Smooth transition */
  padding: 10px 20px;
  z-index: 3;
  background-color: var(--rubyred);
  /* Ensure the button appears above the gradient and text */
}

/* Style the link inside the button */
.view-more-container a {
  color: white;
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

/* On hover, slide the button into view */
.project-masonry:hover .view-more-container {
  left: 0;
  /* Slide the button into view */
}

.detail-pro img {
  object-fit: cover;
  height: auto;
  width: 100%;
}

.project_details {
  position: sticky;
  top: 20px;

}

.zoom-bg {

  animation: zoomInOut 0s ease-in-out infinite;
}

/* Animation keyframes for zoom effect */
@keyframes zoomInOut {
  0% {
    background-size: 100%;
  }

  100% {
    background-size: 120%;
  }
}

.about-icons {
  height: 60px;
  width: auto;
}

.about-side {
  height: auto;
  width: 100%;
}

.founders-bg {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}

.founders-bg.not-sticky {
  position: static !important;
  /* This disables sticky */
}

.background-attach {
  background-attachment: fixed;
}

.co_send {
  border: 1px solid var(--gold);
  padding: 55px;
}

.nav-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: #000000cf; */
  background-blend-mode: multiply;

}

.book-form {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000a6;
  background-blend-mode: multiply;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--gold) !important;


}

/* Remove all borders except bottom for accordion items */
.accordion-item {
  border: none !important;
  border-bottom: 1px solid var(--gold) !important;
  /* Adjust color if needed */
  background-color: transparent !important;
  /* Remove background */
}

/* Style the accordion buttons */
.accordion-button {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
  /* Remove background */
  color: inherit;
  /* Keep text color consistent with surrounding content */
}

/* Optional: Keep collapsed buttons consistent */
.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: inherit;
  box-shadow: none;
}

/* Remove all borders except bottom */
.accordion-item {
  border: none !important;
  border-bottom: 1px solid var(--gold) !important;
  background-color: transparent !important;
}

/* Style accordion buttons */
.accordion-button {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background-color: transparent !important;
  color: inherit;
}

/* Replace default Bootstrap arrow with custom plus/minus on the right */
.accordion-button::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  /* plus */
  font-size: 1rem;
  color: inherit;
  background-image: none !important;
  /* remove default chevron */
}

/* Show minus icon when open */
.accordion-button:not(.collapsed)::after {
  content: "\f068";
  /* minus */
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
  color: #d3c9c9;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
  color: #d3c9c9;
}

/* .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90vh;
  object-fit: cover;
  z-index: -1;
}

.h_vids .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
} */

.intro-video-section {
  max-width: 100%;

  color: #fff;
  height: unset;
  /* text-align: center; */
}

/* Video container to position overlay */
.video-container {
  /* position: relative; */
  width: 100%;
  overflow: hidden;
  height: 100%;
  /* box-shadow: 0 8px 20px rgba(0,0,0,0.15); */
}

/* Video styling */
.intro-video {
  width: auto;
  height: 100%;
  display: block;
  object-fit: contain;
  /* Slightly darken video for text contrast */
}

/* Overlay container */
/* .video-overlay {
  position: absolute;
  top: 0%;
  left: 7%;
  bottom: 0%;
  margin: auto;
  height: 100%;
  max-width: 40%;
  text-align: left;
} */
.partical_abs {
  top: 0%;
  bottom: 0%;
  height: 100%;
  width: 100%;
  right: 0;
  left: 0;
}

.video_uppersection {
  background: #0e0e0e !important;
}

.video_section_rel {
  position: relative;
  z-index: 9;
}

/* Overlay text */
.video-overlay h3 {
  margin: 0 0 10px;
  font-size: 30px;
  /* text-shadow: 0 2px 6px rgba(0,0,0,0.7); */
}

.video-overlay p {
  margin: 0;
  /* line-height: 1.5; */
  /* text-shadow: 0 1px 4px rgba(0,0,0,0.7); */
}

.unset-100 {
  height: unset;
}

.swiper.vertical-swiper {
  height: 550px;
  overflow: hidden;
}

.swiper-slide .scrollable-content {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* smooth scrolling on iOS */
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .video-overlay h3 {
    font-size: 1.5rem;
  }

  .video-overlay p {
    font-size: 1rem;
  }

  .video-overlay {
    padding: 15px 20px;
  }

  .swiper.vertical-swiper {
    height: 800px;
    overflow: hidden;
  }
}

@media (max-width:768px) {
  .founders-bg {
    background-color: black !important;
    background-blend-mode: darken;
  }

  .media-coverage {
    background-size: cover;
    height: 218px;
  }
}

.border_hr {
  width: 100%;
  text-align: center;
  margin: 0;
  color: var(--dskin);
  border-width: 1px;
  opacity: 1;
}

@media (min-width:768px) {
  .intro-video-section {
    height: 100vh;
    /* text-align: center; */
  }

  .border_hr {
    width: 70%;
  }

  .founders-bg {
    height: 100vh !important;
    top: 0 !important;
    position: sticky !important;
  }

  .height-65 {
    height: 80vh;
  }

  .unset-100,
  .bgm_side {
    height: 100vh;
  }

  /* .swiper.vertical-swiper{
    height: 100vh;
  } */

}

@media(min-width:1300px) and (max-width:1400px) {
  .nav-menu * {
    line-height: 1.5;
  }
}

.testi-carousel .owl-nav {
  position: absolute;
  bottom: 10px !important;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  gap: 26px;
  z-index: 15;
}
.fixed-right-btn {
           top: 36%;
        right: 23px;
        left: unset;
        bottom: unset;
        transform: rotate(90deg) translate(50%);
        transform-origin: right;
        position: fixed;
        z-index: 9999;
        background-color: white;
}






