:root{
  --c1: #E5A203; 
  --c2:#3B3B3B;
  --c3:#3F3F3F;
  --w:#fff;
  --bg:#E5A2030F;
  --c4:#05162e;

}

/* @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;
  font-size: 15px !important;
}
.c4{
  color: var(--c4) !important;
}
.bg{
  background-color: var(--bg) !important;
}
.w{
  color: #fff !important;
}

.pp{
  color: var(--p) !important;
  /* font-weight: 600 !important; */
}

.b{
  color: black !important;
}
a{
  text-decoration: none !important;
}
.ls{
  letter-spacing: 1px;
}
.lh{
  line-height: 2rem !important;
}

@font-face {
  font-family: josefin-reg;
  src: url(../JosefinSans-Italic.ttf);
}
@font-face {
  font-family:  open-sans-reg;
  src: url(../OpenSans-Regular.ttf);
}

@font-face {
  font-family: playfair-reg;
  src: url(../PlayfairDisplay-Regular.ttf);
}



.hf{
  font-family: playfair-reg !important;
}

.sf{
  font-family: josefin-reg !important;
}



html{
  width: 100vw !important;
  overflow-x: hidden !important;
  
}

body{
  margin: 0% !important;
  padding: 0% !important;
  font-family:  open-sans-reg !important;

  overflow-x: hidden !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  /* background-color: white; */
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8 !important;
}

/* h1,h2,h3{
  font-family: Adamina !important;
} */
*{
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */

.first-top{
  background-color: var(--c3);
  /* position: relative; */
}
/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text{
display: flex;
align-items: center;
}
.first-text .ftp{
  font-size: 13px;
  letter-spacing: 1px;
}


.top-nv-soc-img{
  width: 19px;
 
}

.first-img{
  height: 80px;
  width: 50%;
}

.iconHeight{
  height: 45px;
  width: auto;
}

.first-img img{
  height: 100%;
  width: 100%;
  object-fit: contain;
}
/* ----------------- 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; */
  background-color: unset !important;
  position: fixed !important;
  top: 0%;
  left: 0% ;
  width: 100%;
  z-index: 10000;
}
.home-nav .nav-link{
 color: var(--c1) !important;
}

.nav-link:hover{
  color: var(--w) !important;
}

.navbar{
  transition: all .5s;

  box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08);
  /* border-bottom: 2px solid var(--c1); */
  /* background-color: white !important; */
  z-index: 20 !important;
  background-color: #000 !important;
}
.logo{
  /* width: 180px; */
  height: 50px;
  object-fit: contain;
}
.nav-menus {
  display: flex !important;
  align-items: center;
  justify-content: center;
  
}

.newnav{
  position: fixed !important;
  top: 0% !important;
  left: 0%;
  width: 100%;
  z-index: 50;
 background-color: #000 !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  animation: mymove .5s ;
  border-bottom: 1px solid var(--c1);
  /* display: unset !important; */
}
.home-d-nav .nav-link{
  color:  var(--c1) !important;
}

.newnav .nav-link:hover{
  color: var(--w) !important;
}
/* .home-d-nav .nav-active{
  color:  #ffff !important;
} */
@keyframes mymove {
  0% {
      transform: translateY(-50%);
  }
  100% {
      transform: translatey(0%);
  }
}
.dropdown-item{
  color: var(--c2) !important;
}

.search-bx{
  width: 40%;
}
.serc-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
}
.nav-item{
  padding: 0px 10px;
}

.nav-link{
  color: var(--c1) !important;
  /* font-weight: bold !important; */
  letter-spacing: 1px;
  font-size: 14px !important;
  font-weight: 900 !important;
}
.nav-active{

  font-weight: bolder !important;
  /* border-bottom: 2px solid var(--c) !important; */
  color: var(--w) !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-item{
  background-color: unset !important;
  transition: all .5s;
  font-size: 14px !important;
  font-weight: bold !important;
  color:  var(--c2) !important;
  /* height: 30px; */
  padding: 6px 20px !important;
  text-transform: capitalize;
  display: flex !important;
  align-items: center;
}
.dropdown-item i{
  margin-right: 6px;

}
.dropdown-menu{
  /* border-radius: 5% !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) !important;
  /* border-bottom: 1px solid var(--c1) !important; */
  transition: all .5s;
  color: var(--c1) !important;
  /* background-color: var(--bg) !important; */

}
.nv-fl{
  position: relative;
  overflow: hidden;
}
.nav-flower{
  width: 37%;
  position: absolute;
  bottom: -18%;
  right: -13%;
  animation: animName 15s linear infinite;
}
/* @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;
}

.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%;
}

.newnav .dn{
  display: unset !important;
}
.newnav .nav-link{
  color: var(--c1) !important;
}

.newnav .nav-active{
  color: var(--w) !important;
}

.h-left{
  position: relative;
}
.line-hero{
  background-color: var(--c1);
  width: 20%;
  height: 3px;
}

.btnc1{
  background-color: var(--c1);
  color: #fff;
  border: 1px solid var(--c1);
  transition: all 0.5s ease;
}

.btnc1:hover{
  background-color: transparent;
  color: var(--c1);
  transition: all 0.5s ease;
  border: 1px solid var(--c1);
  box-shadow: 0 10px 15px -3px #488aec4f, 0 4px 6px -2px #488aec17;
}

.new-banner{
  width: 100%;
  /* border-radius: 50% 0% 0% 50%; */
  border-radius: 87px 19px 0px 87px / 78px 0px 0px 70px;
}
@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;
}





.dropdown-item{
  background-color: unset !important;
  transition: all .5s;
  font-size: 12px;
  font-weight: 500 !important;
}
.dropdown-item i{
  margin-right: 6px;
}
.dropdown-item:hover{
  /* transform: translateX(10px); */

  transition: all .5s;
}
.navbar .dropdown-menu{
  min-width: 180px;
  /* 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{
  top: 60% !important;
}

.dropend .dropdown-menu{
  top: -30% !important;
  left: 100% !important;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: 0;
}
.navbar .dropdown-item{
  font-size: 14px;
}


/* ------------  */

/* Hide the dropdown menu by default */
.dropdown-menu {
  display: none;
  opacity: 0;
  transform: translateY(-10px); /* Start slightly above */
  transition: all 0.4s ease;
}

/* Show the dropdown menu on hover */
.dropend:hover .dropdown-menu {
  display: block;
  opacity: 1;
  transform: translateY(0); /* Slide down smoothly */
}

.dropdown-item {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.dropdown-item:hover {
  background-color: #f8f9fa; /* Add hover effect if desired */
  color: #000;
}

/* --/---------- / */

.top-cer{
  width: 70px;
}


/* Show dropdown on hover */
.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* To apply the same animations */
.dropdown-menu.animate {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateY(-10px);
  opacity: 0;
}

.nav-item.dropdown:hover > .dropdown-menu.animate {
  transform: translateY(0);
  opacity: 1;
}

.top-bar{
  background-color: #ffff;
}
.round-call{
  background-color: var(--c1);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.round-call img{
  width: 50%;
}


/* ----------- side bar  ------------ */


/* ----------- side bar  ------------ */

.side-op{
  position: fixed;
  bottom: 2%;
  left: 2%;
  z-index: 50;
}

.sopp{
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #fff200;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sopp i{
  font-size: 40px;
}



@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}



 /* ----------  */

 .enq-btn-nv{
  display: flex !important;
  align-items: center;
}
.nv-rnd{
  background-color: #cc2c2930;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
}
.nv-rnd-img{
  width: 50%;
  z-index: 3;
}
.nv-rnd::after{
  content: '';
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-color: var(--c1);
  position: absolute;
}

.call-img-fix{
  /* width: 40px; */
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  
 }
 @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);
  }

}

/* ------- hero-----------  */

.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(--c1) !important; /* Change this to the color you want for the active indicator */
}

.fill {
  width: 100%;
  height: 80vh;
  object-fit: cover;
 /* opacity: .5; */

}

/* ----------- service ----------  */

/* --------------- our services -----------  */


.ser-box{
  height: 260px !important;
  position: relative;
  width: 100%;
  border-radius: 10px !important;
}
.ser-text h3{
  font-size: 35px;
}
.ser-box img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.serp{
  font-size: 18px;
  color: #605f5f;
  font-weight: 500;
}

.ser-over{
  position: absolute !important;
  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: center;
  overflow: hidden;
}
.ser2box h5{
  text-align: center;
  display: none;
  transition: all .5s;
}
.ser-box:hover .ser-over{
  background-color: rgb(0, 0, 0,.6);
  transition: all .5s;
  border-radius:  0.375rem  !important;
}
.ser-box:hover .ser2box{
  border: 3px solid var(--c1);

  border-radius:  0.375rem  !important;

  transition: all .3s;
}
.ser-box:hover .ser2-text{

  transition: all .5s;
  display: block;

}
.ser-b-text{
  transition: all .5s;
  display: block;
}
.ser-box1:hover .ser-b-text{
  opacity: 0;
  transition: all .5s;
}


.other-hero7{
  /* background-color: rgba(0, 0, 0, 0.648); */
  position: relative;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.other-hero7::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  /* inset: 0%; */
  background-image: url(../images/24-frame-media2.jpg);
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.other-cen{
  background-color: #ffffffc5;
}



/* ---- testimonial ---------- */
.testi-main{
  background-color: var(--c1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tes-pro{
  position: relative;
}

.sim-arrow{
  background-color: var(--w) !important;
  border-radius: 50% !important;
  height: 35px;
  width: 35px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all 1s !important;
}
.h-arrow{
  border: 2px solid var(--c1) !important;
  color: #000 !important;
}

/* .sim-pro:hover .sim-arrow{
  transform: scale(1.3);
  transition: all 1s !important;
} */

.isim-btn{
  background-color: var(--c2) !important;
  color: #fff !important;
  font-weight: 500 !important;
}
.sim-img{
  display: flex;
  justify-content: center;
  align-items: center;
}

.sw-nav{
    width: 102%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 25%;
    left: -1%;
}
.ser-nav {
  width: 102%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: -31%;
  left: -1%;
}

.tes-card{
  width: 100%;
  min-height: 400px;
  box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
  background-color: #f6f6f6 !important;
}
.tes-text{
  /* border: 1.3px solid var(--c2); */
  width: 100%;
  min-height: 200px;
  background-color: var(--c1);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tes-card p{
  text-align: justify;
}
.tes-profile{
  width: 50px !important;
  height: 50px;
  /* object-fit: cover; */
  border-radius: 8px;
}
.quote{
  width: 60% !important;
}

/* ----------  */

.other-hero2{
  background-color: rgba(0, 0, 0, 0.507);
  position: relative;
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.other-hero2::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  /* inset: 0%; */
  background-image: url(../images/24-wedding-1.jpg);
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.other-cen{
  background-color: #ffffffc5;
}

.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-image: url(../images/services-bg-01.png);
  background-position: center;
  background-size: cover;
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  min-height: 180px;
}
.cnt-nm{
   color: var(--w) !important;
    display: inline-block;
    font-size: 38px;
    line-height: 1em;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}

.about-main1{
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}




/* gallery section */


.gall-div{
  width: 100%;
  height: 250px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  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(0, 0, 0, 0.6);
  border-radius: 10px;
  transition: all .5s;
}
.full-screen{
  width: 50px;
}
.gall-div:hover .gall-over{
  width: 85%;
  height: 85%;
  opacity: 1;
  transition: all .5s;
}
.last-gal{
  height: 150px;
}

.btn-c1{
  background-color: var(--c1);
  color: var(--w);
  border: 1px solid var(--c1);
  transition: all 0.4s;
}

.btn-c1:hover{
  background-color: #f6f6f6;
  color: var(--c1) !important;
  border: 1px solid var(--c1);
  transition: all 0.4s;
}



/* =========== / */

.other-hero3{
  background-color: rgba(0, 0, 0, 0.648);
  position: relative;
  height: 80vh;
  display: flex;
  align-items: start;
  justify-content: center;
}
.other-hero3::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  /* inset: 0%; */
  background-image: url(../images/24-frame-media2.jpg);
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
  z-index: -1;
}




.faq .accordion-item{
  margin-bottom: 1rem !important;
  background-color: transparent !important;
}
.faq .accordion-button{
  background-color: transparent !important;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  /* height: 0px; */
}

.accordion-button:focus{
box-shadow:unset !important;
}
.accordion-button:not(.collapsed) {
  color: var(--c1) !important;
  background-color: transparent !important;
  /* box-shadow: unset !important; */
  border-bottom: 1px solid var(--w);
}
.accordion-button::after {
 content: '+'!important;
 font-size: 22px;
 font-weight: bold;
 color: var(--c2);
 background-image: unset !important;
 background-color: transparent  !important;
 font-display: flex;
 align-items: center;
 justify-content: center;
 text-align: center;
transition: all 0.5s;
line-height: inherit;

}
.accordion-button:not(.collapsed)::after {
content: '—' !important;
font-size: 18px;
color: #fff;
background-image: unset !important;
font-display: flex;
 align-items: center;
 justify-content: center;
 line-height: inherit;
}
.faq-acc button{
display: flex !important;
align-items: center;
}


.gall-div1{
  width: 100%;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}

.gall-div1:hover .gall-over{
  width: 85%;
  height: 85%;
  opacity: 1;
  transition: all .5s;
}

 /* ----------- about u s----------- ////////////////// */

 
.other-hero1{
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.3);
  position: relative;
}
.other-hero1::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/24-frame-media1.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: top;
}

.other-hero4{
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}
.other-hero4::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/24-frame-media2.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: top;
}

.other-hero5{
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}
.other-hero5::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/24-frame-media1.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: top;
}


.other-hero6{
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}
.other-hero6::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/maternity2.jpg) !important;
    background-size: cover;
   /* background-attachment: fixed; */
   background-position: center;
}

.other-hero8{
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}
.other-hero8::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/baby2.jpg) !important;
    background-size: contain;
   /* background-attachment: fixed; */
   background-position: top;
}

.other-hero9{
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.7);
  position: relative;
}
.other-hero9::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/24-wedding-1.jpg) !important;
    background-size: cover;
   /* background-attachment: fixed; */
   background-position: top;
}

.other-hero10{
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.7);
  position: relative;
}
.other-hero10::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/outdoor.jpg) !important;
    background-size: cover;
   /* background-attachment: fixed; */
   background-position: top;
}


.hero-h{
  /* color: #fff; */
  font-size: 55px;
}

.foot-arrow1{
  width: 30px;
}

.why-col:hover .abt-new{
 color: var(--c1);
}

/* -----------------  */

.abt-img{
  width: 100%;
  height: 430px;
}

/* -------------------  */
  
ol {
  list-style-type: none;
}

.li-ser{
  color: var(--c2) !important;
}

.li-ser:hover{
  color: var(--c1) !important;
}


 /* ======= contact us ================ */


 .form-control:focus{
  outline: unset !important;
  box-shadow: unset !important;
  background-color: #f6f6f6 !important;
}

.form-control{
  background-color: #f6f6f6 !important;
  padding: 20px;
}



.form_input input{
padding: 10px !important;
}

.con_img img{
height: 80%;
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: #fff;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
  height: 100%;
}


.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: 10px;
}

.con-pad{
  padding-top: 100px !important;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: var(--c1);
  float: left;
  width: 44px;
  height: 44px;
  border: 1px solid var(--c1);
  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(--c1);
  color: #fff;
}


.lotie-gif{
  width: 100%;
  height: 500px;
}

.con-img{
  width: 100%;
  height: 450px;
  object-fit: cover;
}

/* ====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: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -1;

}
.f-logo{
  width: 80%;
}
.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);
}
.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);
  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%;
}

  /* --------------------------------------make it responsive------------------------ */
  @media screen and (max-width:1400px) {
    .nav-link {
      font-size: 13px !important;
    }
    .nav-item{
      padding: 0px 5px;
    }
  }
@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: 1px solid var(--c1);
        }
    
}
@media screen and (max-width:1200px) {

}
@media screen and (min-width:960px) and (max-width:1030px) {
  .logo{
    height: 39px;
  }
  .nav-link{
    font-size: 10px !important;
  }


}


@media (min-width:920px) and (max-width:1200px) {
 
}

  @media screen and (max-width:920px) {
    .offcanvas {
      background-color: #000 !important;
    }
      

    .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;
  
      }
      .nav-link{
          /* color: var(--c3) !important; */
          font-size: 14px !important;
          font-weight: normal !important;
      }
      .offcanvas{
          width: 80% !important;
      }
      /* .navbar .dropdown{
        padding-left: 0% !important;
        padding-right: 0% !important;
      } */
      .dropdown-item {
        white-space: unset !important;
        font-size: 16px;
        font-weight: normal !important;
        /* 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;
        }
      }
      .navbar-nav .dropdown-menu {
        /* margin-top: 15px !important; */
       }

      .menu{
        width: 52px;
      }
      .offcanvas-header{
        /* background-color: var(--w); */
      }
      .nav-link {
        /* color: unset !important; */
        height: 60px;
        display: flex !important;
        align-items: center;
    }
    .navbar{
      background-color: #fff !important;
    }
    .dn{
      display: unset !important;
    }

    .nav-active{
      /* background-color: unset !important; */
      color: #fff !important;
      font-weight: bold !important;
      border-bottom: unset !important;
    }

    .navbar .nav-link{
      /* color: var(--c1) !important; */
      font-weight: bold !important;
    }


      .nav-item{
        border-bottom: 1px solid var(--c3);
        min-height: 56px;
        width: 100%;
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        justify-content: center;
      }

      .serve-pils .nav-item{
        border-bottom: none !important;
      }
      .home-nav .nav-link {
        color: unset !important;
    }

    .nav-pills .nav-link {
      color: unset !important;
  }

  }

  @media screen and (max-width:720px) {


  }



  @media screen and (max-width:660px) {

    .other-hero1{
      height:30vh;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      background: rgb(39, 39, 39,0.3);
      position: relative;
    }

 
   .navbar{
    background: unset !important;
    background-color: #000 !important;
    /* box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); */
    backdrop-filter: unset !important;
    -webkit-backdrop-filter: unset !important;
      /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
   }

    .menu {
      width: 32px;
  }
  .logo {
    /* width: 180px; */
    height: 48px;
}
.sm-js{
  text-align: justify !important;
}


.fill {
  width: 100%;
  height: 50vh;
  object-fit: cover;
 /* opacity: .5; */

}

/* --------  */


.other-hero7{
  /* background-color: rgba(0, 0, 0, 0.648); */
  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/24-frame-media2.jpg);
  /* background-attachment: fixed; */
  background-position: left center;
  background-size: cover;
  z-index: -1;
}
.other-cen{
  background-color: #ffffffd3;
}

.other-hero2{
  background-color: rgba(0, 0, 0, 0.507);
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.other-hero5{
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}

.other-hero4{
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}

.other-hero6{
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}

.other-hero8{
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.5);
  position: relative;
}

.other-hero9{
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.7);
  position: relative;
}

.other-hero10{
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.7);
  position: relative;
}

}
@media screen and (max-width:500px) {



}
@media screen and (max-width:400px) {

}
  @media screen and (max-width:380px) {
   
  }

  @media screen and (max-width:320px) {

  }

  @media screen and (min-width:321px) and (max-width:425px) {

  
}

@media screen and (max-width:800px) {

}