:root{
  --c1:#112d2c; 
  --c2:#c49871;
  /* --c2:#e6b15f; */
  --c4:#ebf6fc;
  --c3:#929090;
  --w:#fff;
  --bg:#0e2625;

}


/* @font-face {
  font-family: 'Philosopher Regular';
  src: local('Philosopher Regular'), url('Philosopher-Regular.woff') format('woff');
  } */
.c1{
  color: var(--c1) !important;
}
.c2{
  color: var(--c2) !important;
}
.c3{
  color: var(--c3) !important;
}
.c4{
  color: var(--c4) !important;
}
.bg{
  background-color: #F1F1F1;
}

.bg-c1{
  background-color: var(--bg);
}
/* .c5{
  color: var(--c5) !important;
} */
.w{
  color: #fff !important;
}
.b{
  color: black !important;
}
a{
  text-decoration: none !important;
}
.ls{
  letter-spacing: 1px;
}
.lh{
  line-height: 2rem !important;
}
/* 
.lh-1{
  line-height: 1.8rem !important;
} */

@font-face {
  font-family: "GildaDisplay";
  src: url(../GildaDisplay-Regular.ttf);
}
@font-face {
  font-family: "AlexBrush-Reg";
  src: url(../AlexBrush-Regular.ttf);
}

@font-face {
  font-family: "futura_light";
  src: url(../futura_light_bt.ttf);
}

.hf{
  font-family: "GildaDisplay" !important;
}


.sf{
font-family: "AlexBrush-Reg" !important;
}

::selection {
  color: var(--c1);
  background: var(--c2);
}

/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 3px grey;  */
  /* border-radius: 10px; */
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--c2); 
  /* border-radius: 10px; */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--c2); 
}




body{
  margin: 0% !important;
  padding: 0% !important;
   font-family: "futura_light" !important;
  overflow-x: hidden !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  color: #fff !important;
  background-color: var(--c1) !important;
  font-size: 18px;
  line-height: 2rem;
}

/* h1,h2,h3{
  font-family: Adamina !important;
} */
*{
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */
.first-top{
  background-color: #000;
  /* position: relative; */
}
.first-text{
display: flex;
align-items: center;
}
.first-text .ftp{
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
}
.first-bx-img{
  width: 20px;
}
.top-nv-soc-img{
  width: 18px;
}
/* ----------------- navbar --------------------------*/
/* navbar */

.nav-bx{
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-btn{
  /* transform: translateX(-150%); */
  background-color: #000 !important;
  color: #FFF !important;
}

.nav-icon{
  width: 40px;
}
.icon-top-count{
  background-color: #ffffff;
  color: #000 !important;
}

/* nav bar */
.home-nav{
  display: none !important;
}
.navbar{
  transition: all .5s;
  /* background-color: var(--c1); */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-bottom: 2px solid var(--c1);

}
.logo{
  width: 200px;
  /* height: 70px; */

}
.nav-menus {
  display: flex !important;
  align-items: center;
  justify-content: center;
  
}

/* ----------- side bar  ------------ */

.side-op{
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 50;
}

.sopp{
  height: 55px;
  width: 55px; 
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
  border: 1px solid var(--c2);
}

.sopp img{
  width: 50%;
}



@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}

.newnav{
  position: fixed !important;
  top: 0% !important;
  left: 0%;
  width: 100%;
  z-index: 50;
  background-color: var(--c1) !important;
  /* background: #ffffff !important; */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  animation: mymove .5s ;
  border-bottom: 1px solid var(--c2);
  /* display: unset !important; */
}
.home-d-nav{
  display: unset !important; 
}
/* .newnav .nav-link{
  color: #fff;
} */
@keyframes mymove {
  0% {
      transform: translateY(-50%);
  }
  100% {
      transform: translatey(0%);
  }
}
.dropdown-item{
  color: black !important;
}

.search-bx{
  width: 40%;
}
.serc-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
}
.nav-item{
  padding: 0px 10px;
}
.nav-link{
  /* color: #ffff !important; */
  /* font-weight: bold !important; */
  letter-spacing: 1px;
  font-size: 16px !important;
  font-family: 'GildaDisplay' !important;
  color: var(--w) !important;

}
.nav-active{
  color: var(--c2) !important;
  font-weight: bold !important;
}
/* .newnav .nav-link:hover{
  color: #ffff !important;
} */
.nv-icon{
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-div img{
  width: 40px;
}
/* .icon-div img{
width: 50px;
} */
.icon-div i{
font-size: 20px;
}
.nv-icon p{
  margin-bottom: 0% !important;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}
.dropdown:hover .dropdown-menu {
  transform: scale(1);
  /* background-color: var(--c2); */
}

.dropdown-item{
  background-color: unset !important;
  transition: all .5s;
  font-size: 14px;
  color: black !important;
  /* font-family: Arial, Helvetica, sans-serif !important; */
  /* height: 30px; */
  display: flex !important;
  align-items: center;
}
.dropdown-item i{
  margin-right: 6px;

}
.dropdown-menu{
  border-radius: 0% !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  border-top: 3px solid var(--c1) !important;
}
.dropdown-item:hover{
  /* transform: translateX(10px); */
  transition: all .5s;
  background-color: var(--bg-dark) !important;

}
.navbar .dropdown-menu{
  min-width: 220px;
  border-radius: 0% !important;
  border-top: 3px solid var(--c1);
}
/* Open dropdown on hover */
/* .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0; 
} */

/* Open sub-dropdowns on hover */
.dropdown-menu li:hover > .dropdown-menu {
  display: block;
}

/* Optionally add some transition effects */
/* .dropdown-menu {
  transition: all 0.3s ease;
} */

.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: 0;
}
.navbar .dropdown-item{
  font-size: 14px;
}
/* navbar dropdown */
.dropdown-menu[data-bs-popper] {
  top: 85% !important;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.arow-right .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  position: absolute;
  right: 18px;
  top: 37%;
}
.navbar .dropdown-item:hover{
  transform: unset;
  background-color: #f1f8ff !important;
  color: var(--c1) !important;
  transition: all .5s;
}
.nv-fl{
  position: relative;
  overflow: hidden;
}
.nav-flower{
  width: 37%;
  position: absolute;
  bottom: -18%;
  right: -13%;
  animation: animName 15s linear infinite;
}
/* .navbar .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: black !important;
} */
/* .newnav .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #fff !important;
} */
.dropdown-toggle:focus{
  color: unset !important;
}
.newnav .clr-nav-tog{
  color: #fff !important;
}
/* @keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
} */

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.animate {
  animation-duration: 1s;
  -webkit-animation-duration:1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.btn-search{
  background-color: var(--c2) !important;
  
}
.nav-gift{
  width: 20px;
}
.navbar .user-nav-btn{
  background-color: var(--c1) !important;
}
.navbar .user-nav-btn{
  background-color: var(--c1) !important;
}
.btn-log {
background-color: var(--c1) !important;
color: #fff !important;
border-radius: 50% !important;
}

.mob-s-nav  .ab-lgo-bx{
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.mob-s-nav  .ab-lgo-bx img{
  width: 50%;
}

@keyframes trin {

  from {
      transform:rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
      transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
      transform: rotate3d(0,0,1,15deg);
  }
  26%, 38%, 50%, 62%, 74% {
      transform: rotate3d(0,0,1,0deg);
  }
  29%, 41%, 53%, 65%, 77% {
      transform: rotate3d(0,0,1,-15deg);
  }
  80% {
      transform:rotate3d(0, 0, 1, 0deg);
  }

}
.phn
{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.grow{
  animation-name: grow;
  animation-duration: 6s;
  /* animation-iteration-count: 3; */
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes grow {
  0% {
    width: 10%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 10%;
  }
}

.user-nav-btn{
  background-color: var(--c1) !important;
  border-radius: 0% !important;
  outline: none;
  border: none;
  color: #fff !important;
  padding: 15px 45px;
  text-align: center;
  /* text-transform: uppercase; */
  font-size: 16px !important;
  position: relative;
  z-index: 2;
  transition: ease all .5s;
}

.nav-con-btn-img{
  width: 25px;
  transition: ease all .5s;
}

.user-nav-btn:hover .nav-con-btn-img{
  transform: translateX(-40%) rotate(30deg);
  transition: ease all .5s;
}

.nav-user-img{
  width: 30px;

}

.soc-bx:hover .soc-icon{
  animation: gelatine 0.5s ;
}

@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

.nav-bx-ser{
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.nav-text-ser{
  font-size: 16px;
  font-weight: 700;
  color: #000;
  transition: all 2s;
}
.nav-text-ser .i{
  font-size: 14px;
}

.nav-bx-ser::before{
  content: '';
  height: 100%;
  width: 0px;
  background-color: #000;
  position: absolute;
  left: 0%;
  top: 0%;
  /* display: none; */
  transition: all .5s;
}

.nav-bx-ser:hover::before{
  content: '';
  height: 100%;
  width: 3px;
  background-color: #000;
  position: absolute;
  left: 0%;
  top: 0%;
  display: block;
  transition: all .8s;
}
.nav-bx-ser:hover .nav-text-ser{
  color: #fff;
  transition: all .5s;
}

.nav-bx-ser::after{
  content: '';
  height: 100%;
  width: 0%;
  background-color: var(--c1);
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: -1;
  /* display: none; */
  transition: all 1s;
}

.nav-bx-ser:hover::after{
  content: '';
  width: 100%;
  z-index: -1;
  /* display: none; */
  transition: all .5s;
}

.active-nav-bx-ser{
  background-color: var(--c1);
  position: relative;
}
.active-nav-bx-ser::before{
  content: '';
  height: 100%;
  width: 3px;
  background-color: #000;
  position: absolute;
  left: 0%;
  top: 0%;
}
.active-nav-bx-ser .nav-text-ser{
  color: #fff;
}


/* navbar dropdown */
/* .dropdown-menu[data-bs-popper] {
  top: 100% !important;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.arow-right .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  position: absolute;
  right: 18px;
  top: 37%;
}
.navbar .dropdown-item:hover{
transform: unset;
  background-color: #f9dede !important;
  color: var(--c1) !important;
  transition: all .5s;
} */

/* =========================================================================================================================== */ 

/* ===========  top  bar =========== */
.top-bar{
  background-color: var(--c1);
}

.bor-bot{
  border-bottom: 1px solid var(--c2);
}

.round-call{
  background-color: var(--c2);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.round-call img{
  width: 50%;
}
.call-p1{
  font-size: 12px;
}
.call-p2{
  font-size: 14px;
}
.plan-holiday-btn{
  background-color: var(--c2) !important;
  color: #fff !important;
  font-size: 14px !important;
}



/* ===== hero section ==================== */
.hero-f{
  font-size: 50px;
}


.navs-round{
  background-color: #0a0a0a !important;
  height: 40px !important;
  width: 40px !important;
  border-radius: 50%;
  font-size: 16px !important;
  color: #2b2626 !important;
  /* color: #000 !important; */
  /* color: #776969 !important; */
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navs-round i{
  color: #FFF !important;
}
.mob-baner{
  display: none !important;
}
.desk-baner{
  display: block;
}
.hero-crd{
  width: 100%;
}
.hero-crd img{
  width: 100%;
  height: 100%;
  object-fit: contain;

}

.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: #0000008c !important; /* Change this to the color you want */
}

.carousel-indicators .active {
  background-color: var(--c2) !important; /* Change this to the color you want for the active indicator */
}


.fill {
  width: 100%;
  height: 77vh;
  object-fit: cover;
 opacity: .45;

}

.ban-main{
position: relative;
background-color: var(--c1); 
}

.ban-con{
position: absolute;
top: 25%;
/* right: 50% !important; */
text-align: center !important;
}

.ban-con h5{
font-size: 40px;
letter-spacing: 1px;
}

.ban-con .sf{
  font-size: 60px;
letter-spacing: 1px;
}

.ban-con p {
font-weight: 500;
letter-spacing: 1px;
font-size: 17px;
}

.ban-con1{
padding: 20px ;
border-radius: 5px;
}


.ban-c1{
  background-color: var(--c2);
  color: var(--w);
  transition: all .2s ease-in-out;
  border: none;
}

.ban-c1:hover{
  background-color: var(--w)  !important;
  color: var(--c2) !important;
  border: 1px solid var(--c2) !important;
}


 .button-nav {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: none;
  color: var(--c1);
  cursor: pointer;
  position: relative;
  padding: 8px;
  /* margin-bottom: 20px; */
  text-transform: uppercase;
  /* font-weight: bold; */
  font-size: 15px;
  transition: all .15s ease;
  letter-spacing: 1px;
}

.button-nav::before,
.button-nav::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  height: calc(50% - 5px);
  border: 1px solid #7D8082;
  transition: all .15s ease;
}

.button-nav::before {
  top: 0;
  border-bottom-width: 0;
}

.button-nav::after {
  bottom: 0;
  border-top-width: 0;
}

.button-nav:active,
.button-nav:focus {
  outline: none;
}

.button-nav:active::before,
.button-nav:active::after {
  right: 3px;
  left: 3px;
}

.button-nav:active::before {
  top: 3px;
}

.button-nav:active::after {
  bottom: 3px;
}

.button_lg-nav {
  position: relative;
  display: block;
  padding: 10px 20px;
  background-color: var(--c2);
  overflow: hidden;
  box-shadow: inset 0px 0px 0px 1px transparent;  
  color: var(--c1);
  border: .2px solid #c49871 !important;
}

.button_lg-nav::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 2px;
  background-color: var(--c2);
}

.button_lg-nav::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 4px;
  height: 4px;
  background-color: var(--c2);
  transition: all .2s ease;
}

.button_sl-nav {
  display: block;
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -8px;
  width: 0;
  background-color: var(--c1);
  transform: skew(-15deg);
  transition: all .2s ease;
  
}

.button_text-nav {
  position: relative;
}

.button-nav:hover .button_lg-nav {
   
  color: var(--w) !important;
}

.button-nav:hover .button_sl-nav {
  width: calc(100% + 15px);
}

.button-nav:hover .button_lg-nav::after {
  background-color: var(--c2);
}

 /* ------------- abt us-------------  */

 
.abt-img{
  height: 500px;
}

.abt-img1 {
  height: 90%;
  width: 100%;
  object-fit: cover;
}

.abt-img2 {
  height: 90%;
  width: 100%;
  object-fit: cover;
}

.abt-pos{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  background-color: var(--c1);
  /* min-width: 240px; */
}

.abt-bor{
  border: 1px solid var(--c2);
}

/* --------  --------*/

.res-abs{
  position: absolute;
  top: 0%;
  left: 0%;
     width: 160px;
}
.res-abs1{
  position: absolute;
  bottom: 0%;
  right: 0%;
   transform: scaleX(-1);
   width: 160px;
}


.foot-arrow{
  width: 20px;
}

.foot-arrow1{
  width: 10px;
}


.del-img{
  width: 100%;
  height: 400px;
  border-radius:  50% 50% 0% 0% !important;
  overflow: hidden;
}

.del-img1{
  width: 100%;
  height: 100%;
  object-fit: cover;
   transition: all 0.4s ease-in-out;
}


.del-img2{
  width: 100%;
  height: 100%;
  object-fit: cover;
   transition: all 0.4s ease-in-out;
   object-position: top;
}


.ser-over{
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  
}
.ser2box{
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  /* align-items: flex-end; */
  justify-content: flex-end;
  overflow: hidden;
}

.ser-over{
  background-color: rgb(0, 0, 0,.2);
  transition: all .3s;
}
 .ser2box{
  border: 3px solid var(--c2);
    border-radius:  50% 50% 0% 0% !important;
  transition: all .3s;
}

.del-main:hover .del-img1{
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}


.del-main:hover .del-img2{
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}


/* process */
.so-mar-pro-main{
  background-image: url(../images/bl-shape.jpg);
  background-size: cover;
 }
 .proces-so-media-card{
  width: 100%;
 }

 .side-stick-card{
  width: 100%;
  background-color: #0e2625 !important;
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
  border: 1px solid var(--c2);
 }
 .side-stic-img{
  width: 30px;
 }
 .stic-sec{
  max-height: calc(90vh - 100px);
  /* overflow: auto; */
  position: sticky;
  overflow: hidden;
  top: 20%;
  transition: top 0.5s ease-out 0s;
  vertical-align: baseline;
  scroll-behavior: smooth;
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
 }

 .fin-sat-box{
  width: 100%;
  height: 100%;
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
  background-color: #fff;
 }

/* ------------------  */

.why-abs{
  position: absolute;
  right: -19%;
  top: 50%;
  transform: translateY(-50%);
  width:400px !important;
}

/* ------------------- counter --------------*/
.win-online-main{
  background-color: var(--bg);
  position: relative;
  z-index: -2;
}
.win-online-main::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/imgi_53_pattern-bg-dark.png);
  background-size: contain;
  /* opacity: 0.6; */
  z-index: -1;
}
.count-head{
  font-size: 50px;
  color: black !important;
  font-weight: bold;
}
.count-bx{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--c1);
  border: 1px solid var(--c2);
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  min-height: 180px;
  z-index: 2;
  /* font-family: Poppins-Regular; */
}
.cnt-nm{
   color: var(--c2) !important;
    display: inline-block;


    font-size: 38px;
    line-height: 1em;
    text-align: center;
    text-transform: uppercase;
}

.coun-abs{
  position: absolute;
  top: -25%;
  left: -15%;
  width: 350px;
}

.coun-abs1{
  position: absolute;
  bottom: -25%;
  right: -15%;
  width: 350px;
}

/* -----------------  */

.testimonial-card {
  overflow: visible; /* Important! Allows image to overflow */
  background: var(--c1);
  border: 1px solid var(--c2) !important;
}

.profile-img-wrapper {
  z-index: 2;
  position: absolute;
  top: 5%;
  left: 8%;

   width: 120px;
  height: 120px;
}

.profile-img-wrapper img{
 width: 100%;
 height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-box {
  border-radius: 1rem;
  position: relative;
  overflow: visible !important; /* Allow profile image to overflow */
}

.test-pro-wrapper {
  position: absolute;
  top: -60px;
  left: 30px;
  z-index: 10;
}

.test-pro {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid white;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.student-role {
  font-size: 0.75rem;
  color: gray;
  margin-top: 5px;
}

.text-right-image {
  position: absolute;
  right: 0;
  top: 10%;
  z-index: 1;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  overflow: hidden;
}

.text-right-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.border-c1{
  border: 2px solid var(--c2) !important;
}

/* ----------------------  */

.other-hero7{
  background-color: #102b2ad1;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.other-hero7::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  /* inset: 0%; */
  background-image: url(../images/61946.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  z-index: -1;
}


.form-control{
  background-color: var(--bg) !important;
  color: var(--c2) !important;
  border-radius: 0 !important;
  padding: 15px  !important;
  border: 1px solid var(--c2) !important;
}

.form-select{
   background-color: var(--bg) !important;
  color: var(--c2) !important;
  border-radius: 0 !important;
   padding: 15px  !important;
    border: 1px solid var(--c2) !important;
}

::placeholder{
  color: var(--c2) !important;
}

.form-control:focus{
    outline: unset !important;
    box-shadow: unset !important;
}

.form-select:focus{
    outline: unset !important;
    box-shadow: unset !important;
}

/* Change native calendar icon color */
input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(73%) sepia(14%) saturate(974%) hue-rotate(342deg) brightness(88%) contrast(88%);
  cursor: pointer;
}

 /* ====footer===== */
.footer{
  /* background-image: url(../images/footer-bg.png); */
  background-size: cover;
  /* background-color: rgb(33, 34, 34,0.9); */
  position: relative;
}
.footer::after{
  content: '';
  /* background-image: url(../images/footer.jpg);
  background-size: cover; */
  background-color:var(--bg);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -1;

}
.f-logo{
  width: 70%;
}
.full-so{
  display: flex;
  /* background-color: #daa52a; */
  /* height: 100px; */
}
.soc-bx{
  width: 40px;
  height: 40px;
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
  border: 1px solid var(--c2);
}
.soc-icon{
  width: 50%;
  /* height: 50%; */
  transition: all .5s;
}
.soc-bx:hover .soc-icon{
  animation: gelatine 0.5s ;
}

@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

.foot-arrow{
  width: 16px;
}
.foot-p{
  display: flex;
  align-items: center;
  transition: all .5s;
  margin-top: 1rem;
  font-size: 14px;
}
.foot-p:hover{
  transform: translateX(5%);
  transition: all .5s;
}
/* .ft-main{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
} */
.f-con-div{
  display: flex;
}
.f-con-bx{
  background-color: var(--c1);
  border: 1px solid var(--c2);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-f-icon{
  width: 50%;
}
.f-con-txt{
  width: 60%;
}
.f-con-h{
  font-size: 14px;
}
/* ======== */
.foot-logos{
  width: 100%;
}


/* ----------  */

  /* -----------------  */

.oth-hero{
  height: 45vh;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  background: rgb(14, 38, 37, 0.6);
  position: relative;
}
.oth-hero::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: var(--c2); */
  z-index: -1;
    /* background-color: rgb(0, 2, 25,0.7); */
    background-image: url(../images/3394.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: bottom;
} 
  
.hero-h{
  /* color: #fff; */
  font-size: 55px;
}
  
  .form_input input{
  padding: 10px !important;
  }
  
  .con_img img{
  height:600px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-left: 40px;
  margin-top: 20px;
  }
  
  
  .con-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  }
  .con-box img {
  width: 40px;
  }
  .con-right {
  background-color: var(--bg);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /* border-radius: 10px; */
    border: 1px solid var(--c2);
  }



  .contact .info-wrap {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    padding: 30px !important;
    /* border-radius:1rem; */
    background-color: var(--bg);
    border: 1px solid var(--c2);
  }

  .con-pad{
    padding-top: 100px !important;
  }
  
  .contact .info {
    background: var(--bg);

  }
  
  .contact .info i {
    font-size: 20px;
    color: var(--c2);
    float: left;
    width: 44px;
    height: 44px;
    border: 1px solid var(--c2);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s;
  }
  
  .contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #111;
  }
  
  .contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #444444;
  }
  
  .contact .info:hover i {
    background: var(--c2);
    color: var(--c1);
  }

  .btn-c1{
    background-color: var(--c2);
    border: 1px solid var(--c2);
    color: var(--c1);
  }

  .btn-c1:hover{
     background-color: var(--c1);
     color: var(--c2);
  }

  li::marker {
  color: var(--c2);
}

/* ---------- about us ------  */

.abt-hero{
  height: 55vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.719);
  position: relative;
}
.abt-hero::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: var(--c2); */
  z-index: -1;
    /* background-color: rgb(0, 2, 25,0.7); */
    background-image: url(../images/8504.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: center ; 
}

/* ======== */

.abt-right{
  position: relative;
  display: flex;
  justify-content: end;
  height: 450px;
}
.abt-img-1{
  width: 85%;
  height: 100%;
  object-fit: cover;
}
.main-call-new{
  width: 30%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  
}
.call-new-bx{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  position: relative;
}
.call-rnt{
  background-color: var(--c2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid var(--c1);
  position: absolute;
  top: -20%;
}
.call-new-icon{
  width: 60%;
}

.call-n-content{
  border-top: 4px solid var(--c1);
  border-right: 4px solid var(--c1);
  width: 100%;
  background-color: var(--c2);
}

/* --------------  */

.accordion-body{
  background-color: var(--bg) !important;
  border: 1px solid var(--c2) !important;
      color: #fff !important;

  
}

.accordion-button {
  /* font-weight: 700; */
  font-size: 18px;
  background-color: var(--bg) !important;
  border: 1px solid var(--c2) !important;
    color: #fff !important;

}

.menu-item {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 18px !important;
}

.menu-item:last-child {
  border-bottom: 0;
}
.accordion-button:not(.collapsed) {
    color: var(--c2) !important;
    background-color: var(--bg) !important;
    box-shadow: unset !important;
    border: 1px solid var(--c2) !important;
}
.accordion-button:focus {
    z-index: 3;
    border-color: unset !important;
    outline: 0;
    box-shadow: unset !important;
        border: 1px solid var(--c2) !important;
}
.menu-item {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    border-bottom: 1px dashed #ddd;
}

.menu-item:last-child {
    border-bottom: 0;
}

.menu-name {
    font-weight: 500;
}

.menu-price {
    font-weight: 600;
    color: var(--c2); /* change if needed */
}
.accordion-button{
  font-size: 18px !important;
  letter-spacing: 1px;
}
.menu-name{
  font-size: 17px !important;
}
.menu-main .accordion-item{
  border-bottom: 1px solid var(--c1) !important;
}


.accordion-button::after {
    filter: brightness(0) invert(1); /* makes it white */
}


/* ---------  */

  
.gall-div1{
  width: 100%;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.gal-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gall-over{
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(196, 152, 113, 0.831);
  border-radius: 0px;
  transition: all .5s;
}
.full-screen{
  width: 50px;
}
.gall-div1:hover .gall-over{
  width: 85%;
  height: 85%;
  opacity: 1;
  transition: all .5s;
}
.last-gal{
  height: 300px;
}
 
/* ===================================================================================================================== */
  /* --------------------------------------make it responsive------------------------ */
  @media screen and (max-width:1400px) {
    .full-img-div {
      width: 100%;
      height: 208px;
  }

  .nav-link {
    font-size: 14px !important;
  }


  }
@media screen and (max-width:1025px) {
          /* navbar */
          .top-nav-one{
            display: none;
        }
        .menu {
          width: 42px;
      }
        /* .
        logo{
            width: 77px;
        } */
        .nav-menus {
            display:flex;
            align-items: unset !important;
            justify-content: unset;
    
        }
        /* .nav-link{
            color: #000 !important;
        } */
        .offcanvas{
            width: 80% !important;
        }
        .dropdown-item {
          white-space: unset !important;
          font-size: 12px;
        }
    
        .menu{
          width: 52px;
        }
        .offcanvas-header{
          /* background-color: var(--c2); */
          border-bottom: 1.5px solid var(--c2);
        }

                .offcanvas-body{
          background-color: var(--c1);
        }
    
}
@media screen and (max-width:1200px) {

}
@media screen and (min-width:960px) and (max-width:1030px) {
  .logo{
    height: 65px;
  }
  .nav-link{
    font-size: 12px !important;
  }
 
}

@media (min-width:920px) and (max-width:1200px) {

}

  @media screen and (max-width:920px) {
    .sm-js{
      text-align: justify !important;
    }
       /* navbar */
     .top-nav-one{
      display: none;
  }
  .menu {
    width: 42px;
}
  /* .logo{
      width: 77px;
  } */
  .nav-menus {
      display:flex;
      align-items: unset !important;
      justify-content: unset;

  }

  
    html{
      width: 100vw !important;
      overflow-x: hidden !important;
    }
    
  .nav-link{
      /* color: var(--c3) !important; */
      font-size: 15px !important;
      font-weight: normal !important;
  }
  /* .newnav .nav-link{
    color: var(--c1) !important;
  } */
  .offcanvas{
      width: 85% !important;
  }
  /* .navbar .dropdown{
    padding-left: 0% !important;
    padding-right: 0% !important;
  } */
  .dropdown-item {
    white-space: unset !important;
    font-size: 16px;

    /* border-bottom: 1px solid var(--c1) !important;
    min-height: 56px; */
  }
  .dropdown-menu{
    border: unset !important;
    box-shadow: unset !important;
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
    100% {
      -webkit-transform: translateY(-8%);
      -webkit-opacity: 1;
    }
    0% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 0;
    }
  }
  .menu{
    width: 52px;
  }
  .offcanvas-header{
    background-color: var(--c1);
  }

  .nav-active{
    background-color: unset !important;
    color: var(--c2) !important;
    font-weight: bold !important;
    border-bottom: unset !important;
  }
  .navbar .nav-item{
    /* border-bottom: 1px solid var(--c1); */
    min-height: 56px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }
  .dropdown:hover .dropdown-menu {
    margin-top: 2rem !important;
}
      .home-nav .nav-link {
        color: unset !important;
    }

    .f-first{
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .ft-main {
      border-top: 1px solid var(--c2);
    }

    .text-right-image {
  position: relative;
  z-index: 20 !important;
  margin-top: -200px;
     border-radius: 50%;
    max-width: 100%;
    height: auto;
  overflow: hidden;
}

.testimonial-card {
  overflow: visible; /* Important! Allows image to overflow */
  background: var(--c1);
  border: 1px solid var(--c2) !important;
  min-height: 400px;
}
    
  }

  @media screen and (max-width:720px) {

    .fill {
      width: 100%;
      height:60vh !important;
      object-fit: cover;
     /* opacity: .5; */
    
    }

    html{
      width: 100vw !important;
      overflow-x: hidden !important;
    }

  }

    @media screen and (min-width:720px) { 
    .why-abs{
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
  width:400px !important;
}

    }



  @media screen and (max-width:660px) {
    .menu {
      width: 32px;
  }
  .logo {
    width: 220px;
    /* height: 65px; */
    object-fit: contain;
}
.sm-js{
  text-align: justify !important;
}
/* .hero::after{
  content: '';
  background-image: url(../images/mob-banner.jpg);
  background-attachment: unset;
  background-position: bottom;
} */

.fill {
  object-fit: cover;
  height: 70vh;
 
}

.ban-con{
  position: absolute;
  top: 5%;
  /* right: 50% !important; */
  text-align: center !important;
  }
  
  .ban-con h5{
  font-size: 20px;
  letter-spacing: 1px;
  }

  .ban-con .sf{
  font-size: 30px;
letter-spacing: 1px;
}
  
  .ban-con p {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 16px;
  margin-top: 20px;
  }


  .res-abs{
  position: absolute;
  top: 0%;
  left: 0%;
     width: 90px;
}
.res-abs1{
  position: absolute;
  bottom: 0%;
  right: 0%;
   transform: scaleX(-1);
   width: 90px;
}

.abt-img{
  height: 400px;
}

.why-abs{
  position: absolute;
  right: -50% !important;
  top: 60%;
  /* transform: translateY(-50%); */
  width:400px !important;
}

 .text-right-image {
  position: relative;
  z-index: 20 !important;
  margin-top: -150px;
     border-radius: 50%;
    max-width: 100%;
    height: auto;
  overflow: hidden;
}

.testimonial-card {
  overflow: visible; /* Important! Allows image to overflow */
  background: var(--c1);
  border: 1px solid var(--c2) !important;
  min-height: 420px;
}

.profile-img-wrapper {
  z-index: 2;
  position: absolute;
  top: 5%;
  left: 25%;

   width: 120px;
  height: 120px;
}

.abt-hero{
  height: 35vh;
}
     .abt-img{
      width: 98%;
      height: 450px !important;
      object-fit: cover;
    }
    .main-call-new{
      width: 50% !important;
      position: absolute;
      bottom: 0%;
      left: 0%;
      
    }
    
}
@media screen and (max-width:500px) {
  
  .ban-con{
    position: absolute;
    top: 15%;
    /* right: 50% !important; */
    text-align: center !important;
    }
    
    .ban-con h5{
    font-size: 20px;
    letter-spacing: 1px;
    }

      .ban-con .sf{
  font-size: 30px;
letter-spacing: 1px;
}
  
    
    .ban-con p {
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px;
    margin-top: 20px;
    }

}
@media screen and (max-width:400px) {
.detail-name{
  font-size: 15px;
}
.fp{
  font-size: 14px !important;
}
}
  @media screen and (max-width:380px) {
    .ban-con{
      position: absolute;
      top: 5%;
      /* right: 50% !important; */
      text-align: center !important;
      }
      
      .ban-con h5{
      font-size: 20px;
      letter-spacing: 1px;
      }

        .ban-con .sf{
  font-size: 30px;
letter-spacing: 1px;
}
  
      
      .ban-con p {
      font-weight: 500;
      letter-spacing: 1px;
      font-size: 16px;
      margin-top: 20px;
      }

 


  }

  @media screen and (max-width:320px) {

    .ban-con{
      position: absolute;
      top: 5%;
      /* right: 50% !important; */
      text-align: center !important;
      }
      
      .ban-con h5{
      font-size: 16px;
      font-weight: 900;
      letter-spacing: 1px;
      }
      
      .ban-con p {
      font-weight: 500;
      letter-spacing: 1px;
      font-size: 12px;
      margin-top: 20px;
      }
    
  }

  @media screen and (min-width:321px) and (max-width:425px) {

  
}