:root{
  --c1: #17a2b8;
    --c2:#b7b7b747; 
  --c3:#4e4e4e;
  --bg:#9fd7fa;
  --c4:#13294b;
  --w:#fff;

}

/* @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;
}

.c5{
  color: var(--c5) !important;
}
.bg{
  background-color: var(--bg);
}
.bg-c2{
  background-color: var(--c);
}

.bg-c1{
  background-color: var(--c1);
}

.bg-w{
  background-color: var(--w);
}
/* .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;
}
@font-face {
  font-family: Adamina;
  src: url(../Adamina-Regular.ttf);
}


@font-face {
  font-family: canela;
  src: url(../Canela-Light-Trial.otf);
}

@font-face {
  font-family: canela-reg;
  src: url(../Canela-Regular-Trial.otf);
}

@font-face {
  font-family: Gild-dis;
  src: url(../GildaDisplay-Regular.ttf);
}


@font-face {
  font-family: Poppins-Regular;
  src: url(../Poppins-Regular.ttf);
}

@font-face {
  font-family: segoe-pr;
  src: url(../segoepr.ttf);
}

@font-face {
  font-family: Space-Grotesk;
  src: url(../SpaceGrotesk-VariableFont_wght.ttf);
}


.hf{
  font-family: Gild-dis;
}

.pop{
  font-family: Poppins-Regular !important;
}
html{
  width: 100vw !important;
  overflow-x: hidden !important;
  
}

body{
  margin: 0% !important;
  padding: 0% !important;
  font-family: Poppins-Regular !important;
  overflow-x: hidden !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
  background-color: white;
}

/* h1,h2,h3{
  font-family: Adamina !important;
} */
*{
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */

.first-top{
  background-color: var(--c2);
  /* 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;
font-size: 12px !important;
}
.first-text .ftp{
  font-size: 11px;
  color: #fff;
  letter-spacing: 0.8px;
}

.nav-top-con{
  background-color: #fff;
 
}
.first-bx-img{
  width: 25px;
}

.top-nv-soc-img{
  width: 19px;
 
}
/* ----------------- 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: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08);
  /* border-bottom: 2px solid var(--c1); */

}
.logo{
  /* width: auto; */
  height:  50px;
}
.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: #ffffff !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{
  display: unset !important; 
}
@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: var(--c1) !important; */
  font-weight:900 !important;
  letter-spacing: 1px;
  font-size: 12px !important;
  /* font-weight: 500 !important; */
  /* font-family: Adamina !important; */
  /* font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; */
  text-transform: zuppercase;

}
.nav-active{
  color: var(--c1);
  background-color: #FFF !important;
  border-radius: 40px !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:hover{
  /* transform: translateX(10px); */
  transition: all .5s;
  background-color: var(--c1) !important;
  overflow: hidden !important;
  color: #fff !important;
}

.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: % !important; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  /* border-top: 3px solid var(--c1) !important; */
  overflow: hidden;
}

.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%;
}
/* hero */

@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%;
  }
}

.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); }
}

.active1 {
  font-size: 18px;
  color: var(--c1);
  border-radius: 40px !important;
  cursor: pointer;
  position: relative;
  border: none;
  background: none;
  text-transform: uppercase;
 transform: all 0.5s;
 padding: 10px !important;
}


.active1:hover {  
  color: var(--c1);
  background-color: #FFF;
  border-radius: 40px;
}





         
         
.btn-grad {
  background-image: linear-gradient(to right, #7474BF 0%, #348AC7  51%, #7474BF  100%);
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
}

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}


/* --- hero section ----- */

/* --- hero section ----- */
.hero{
  background-color: rgba(6, 3, 21, .5);
  display: flex;
  min-height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
}
.hero::before{
  content: '';
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  background-image: url(../images/banner.jpg);
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}

.hero-con{
  width: 50% !important;
}

.hero-p{
  font-size: 15px !important;
}
.hero-f{
  font-size: 45px;
}
.btn-c1{
  background-color: var(--c1)!important;
  color: #FFF !important;
  border-radius: 0% !important;
  min-width: 150px;
  transition: transform .5s ease-in-out;
  display: inline-block;
}

.btn-c1:hover{
transform: translate(0, -5px);
}


.ban-down-bgf{
  font-size: 25px !important;
}


.btn-c6{
  background-color: transparent !important;
  color: var(--c3) !important;
  border-radius: 0% !important;
  border: 2px solid var(--c3) !important;
  min-width: 150px;
  transition: transform .5s ease-in-out;
  display: inline-block;
}

.btn-c3{
  background-color: transparent !important;
  color: var(--w) !important;
  border-radius: 0% !important;
  border: 2px solid var(--w) !important;
  min-width: 150px;
  transition: transform .5s ease-in-out;
  display: inline-block;
}

.btn-c3:hover{
transform: translate(0, -5px);
}



.btn-c2{
  background-color: transparent;
  color: var(--c3) !important;
  border-radius: 0% !important;
  min-width: 150px;
  border: 1px solid var(--c1) !important;
}

.btn-c2:hover{
 color: var(--c1) !important;
  border: 1.5px solid var(--c1) !important;
}

.btn-c4{
  background-color: transparent;
  color: #FFF !important;
  border-radius: 0% !important;
  min-width: 100px;
  border-radius: 40px !important;
  border: 1px solid #FFF!important;
  font-size: 14px !important;
}


.btn-c5{
  display: none !important;
  background-color: transparent;
  color: #FFF !important;
  border-radius: 0% !important;
  min-width: 100px;
  border-radius: 40px !important;
  border: 1px solid #FFF!important;
  font-size: 14px !important;
}



.cloud-img{
  width: 100%;
  position: absolute;
  bottom: -10%;
  left: 0%;
}

.banner-down-con{
  width: 45%;
  position: absolute;
  bottom: 0%;
  background-color: #131714a1 !important;
  left: 45%;
}


/* ----------- side bar  ------------ */

.side-op{
  position: fixed;
  bottom: 2%;
  right: 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);
  }
}


/* ------------- faq ---------------  */


.faq-us{
  position: relative;
  height: 400px;
}

.faq-img1{

  height:80%;
  width: 78%;
  object-fit: contain;
  overflow: hidden;
/* box-shadow: 0 5px 5px 0px rgba(0,0,0,0.6); */
  background-color: #fff;
}

.faq-img2{
  object-fit: contain;
  position: absolute;
  /* height: 40%; */
  width: 50%;
  /* width: 280px; */
  /* background-color: #fff; */
  /* z-index: 1; */
  top: 0%;
  right: 0%;
  
}

.faq-img3{
  object-fit: contain;
  position: absolute;
  /* height: 35%; */
  width: 30%;
  /* width: 280px; */
  /* background-color: #fff; */
  /* z-index: 1; */
  bottom: 10%;
  left: 13%;
  
}


.box {
  align-self: flex-end;
  animation-duration: 3.8s;
  animation-iteration-count: infinite;

  transform-origin: bottom;

}
.bounce-3 {
  animation-name: bounce-3;
  animation-timing-function: ease;
}
@keyframes bounce-3 {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-30px); }
  50%  { transform: translateY(0); }
  100% { transform: translateY(0); }
}


.box1 {
  align-self: flex-end;
  animation-duration: 3.5s;
  animation-iteration-count: infinite;

  transform-origin: bottom;

}
.bounce-4 {
  animation-name: bounce-4;
  animation-timing-function: ease;
}
@keyframes bounce-4 {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-30px); }
  50%  { transform: translateY(0); }
  100% { transform: translateY(0); }
}



/* ------- counter -------  */


.sm-fw{
  font-size: 14px;
}
.counter-box{
  background-color: #057b7d1f;
  height: 100% !important;
}

.counter-box:hover{
  background-color: #0088834b;
}


.hr-lines{
  position: relative;
  max-width: 600px;
  margin: auto;
  /* margin: 100px auto; */
  text-align: center;
}

.hr-lines:before{
  content:" ";
  height: 2px;
  width: 130px;
  background: var(--c1);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

.hr-lines:after{
  content:" ";
  height: 2px;
  width: 130px;
  background: var(--c1);

  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}

.hr-lines1{
  position: relative;
  max-width: 1000px;
  margin: auto;
  /* margin: 100px auto; */
  text-align: center;
}

.hr-lines1:before{
  content:" ";
  height: 2px;
  width: 130px;
  background: var(--c1);
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

.hr-lines1:after{
  content:" ";
  height: 2px;
  width: 130px;
  background: var(--c1);

  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}

/* -------- package ofer ------  */

/* ------------------------ ongoing projects -------------------  */

.ongoing-card {
  position: relative;
  height: 350px !important;
  width: 100%;
  overflow: hidden !important;
}



.ongoing-card1 {
  position: relative;
  height: 350px !important;
  width: 100%;
  overflow: hidden !important;  
  display: flex;
  align-items: end;
  background-color: transparent;
  background-image: linear-gradient(180deg, #FFFFFF14 0%, var(--c1) 100%);
  transition: background-image 2s, background-color 2s;
}

.ongoing-card1:hover{
  background-color: transparent;
}



.ongoing-card1::before{
  content: '';
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  background-image: url(../images/banner.jpg);
  background-size: cover;
  /* background-attachment: fixed; */
  z-index: -1;
}

.ongoing-card img {
  height: 100%;
  width: 100%;
  /* border-radius: 10px; */
}

.bottom-Center2 {
  position: absolute;
  bottom:0%;
  left: 0%;
  background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgb(18, 15, 15));
  width: 100%;
  border-radius: 10px;
}

.bottom-Center3 {
  position: absolute;
  bottom:1%;
  left: 1%;
  background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgb(18, 15, 15));
  width: 100%;
  border-radius: 10px;
}


.bottom-Center {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* background-color: transparent;
  background-image: linear-gradient(180deg, #FFFFFF14 0%, var(--c1) 100%);
  transition: background-image 2s, background-color 2s; */
  bottom: 0%;
  transition: all .5s ;
  /* border-radius: 10px; */
}

.pac-p{
  font-size: 13px !important;
  text-align: center !important;
 }


.bottom-Center1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  background-image: linear-gradient(180deg, #FFFFFF14 0%, var(--c1) 100%);
  transition: background-image 2s, background-color 2s;
  bottom: -25%;
  transition: all .5s ease-in-out;
  /* border-radius: 10px; */
}

.ongoing-top{
  padding-top: 80px !important;
  transition: all .5s ease-in-out;
}




.ongoing-card:hover .bottom-Center1 {
  position: absolute;
 bottom: 0%;
 
}

.ongoing-card:hover .ongoing-top{
  padding-top: 0px !important;
  transition: all 0.5s;
}



span.offer {
  background: #981237;
  padding: 2px 9px;
  border-radius: 20px;
  transition: transform 0.5s ease-in-out;
  display: inline-block;
}

.ongoing-card1:hover span.offer {
  transform: translate(0, -5px);
}

 /* ---------- work process ---  */

 .hero-two{
  position: relative;
  /* background-color: rgba(0, 0, 0, 0.662); */
  height: 80vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-bottom:  3px solid #fff; */
  background-color: transparent;
    background-image: linear-gradient(107deg, #FFFFFF00 25%, #dbf9f4 60%);
}
.hero-two::after{
  content: '';
  background-image: url(../images/pattern-1.png);
  /* background-attachment: fixed; */
  background-position: start;
  background-size: cover;
  position: absolute;
  object-fit: cover;
  inset: 0%;
  height: 100%;
  width: 100%;
  z-index: -1;
}


.hero-3{
  position: relative;
  background-color: rgba(0, 0, 0, 0.662);
  height:50vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-bottom:  3px solid #fff; */

}
.hero-3::after{
  content: '';
  background-image: url(../images/banner.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: absolute;
  object-fit: cover;
  inset: 0%;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.hero-2{
  position: relative;
  background-color: rgba(0, 0, 0, 0.662);
  height: 60vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-bottom:  3px solid #fff; */
  background-color: #037081;
   
}

.workprocess-p{
  font-size: 15px;
  width: 50% !important;
}

.workpro{
  width: 100%;

}


 /* ----------- area premium -----------  */

 .btn1 {
  outline: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: var(--c1);
  height: 100% !important;
  width: 100%;
  border: 0;
  /* border-radius: 4px; */
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
  box-sizing: border-box;
  padding: 16px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
}

.btn1:hover {
  opacity: .95;
}

.btn1 .animation {
  border-radius: 100%;
  animation: ripple 0.6s linear infinite;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 100px rgba(255, 255, 255, 0.1), 0 0 0 120px rgba(255, 255, 255, 0.1), 0 0 0 140px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 120px rgba(255, 255, 255, 0.1), 0 0 0 150px rgba(255, 255, 255, 0.1), 0 0 0 150px rgba(255, 255, 255, 0);
  }
}

 .card-area {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: relative;
  /* background: #212121;  */
  display: flex;
  gap: 5px;
  padding: .4em;
}


.card-area-cont{
  height: 100%;
  width: 100%;
  flex: 1;
  overflow: hidden;
  /* cursor: pointer; */
  border-radius: 2px;
  transition: all .5s;
  position: relative;
  /* background: #212121; */
  border: 1px solid var(--c1);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  
}

.card-area-cont:hover {
  flex: 4;
}


.card-area-cont img{
  min-width: 450px;
  height: 100%;
  /* padding: .5em; */
  text-align: center;
  transform: rotate(-90deg) !important;
  transition: all .5s;
  text-transform: uppercase;
  color: #ff568e;
  letter-spacing: .1em;
  filter: brightness(70%);
  object-fit: cover;

}


.card-area-cont:hover .card-area-cont-img {
  transform: rotate(0) !important;
}

.bottom-text{
  position: absolute;
  transform: rotate(-90deg) !important;
  top: 40%;
  left: 20%;
  transform: translate(-50%, -50%);
  text-align: center !important;
}

.card-area-cont:hover .bottom-text {
  transform: rotate(0) !important;
}


/* --------- servicess -----  */

.choose-main{
  background-color: var(--c2) !important ;
}


.acc-card{
  position: relative;
  height: 350px;
  width: 100%;
  transition: all .5s;
  background-image: fill 0 linear-gradient(#0001,#000);
  overflow: hidden;
  border-radius: 10px;
  filter: brightness(80%);

 }



.book-acc{
  position: absolute;
  top: 3%;
  right: 3%;
  /* transform: rotate(-90deg);  */
  transition: all .5s;
}


.book-acc a{
 font-size: 50px !important;
 color: #03708175 !important;
  transform: scale(1.05);
  transition: all .5s;
}

 .acc-card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all .5s;
 }

 .acc-card:hover .acc-card-img{
  transform: scale(1.1);
  transition: all .5s;
  filter: brightness(110%);
}

 .bottom-Center5{
  position: absolute;
  bottom:0%;
  left: 0%;
  background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgb(18, 15, 15));
  width: 100%;
  border-radius: 10px;
 }


 .dot2 {
  height: 46px;
  width: 46px;
  background-color: var(--w);
  color: var(--c1) !important;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 5%;
  bottom: 8%;
  transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -webkit-transition: -webkit-transform .4  s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition: transform .4s ease-in-out; 
}

.acc-card:hover .dot2{
  background-color: var(--c1) !important;
  color: var(--w) !important;
}



/* ----------- our services ---------  */

/* ---- after counter section --------------- */
.bg-c2{
  background-color: #f1f8ff;
}
.full-img-bx{
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.full-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.in-full-bx{
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.in-full-img{
  width: 55px;
}
.fi-bx-c2{
  background-color: var(--c2);
}



.card1 {
  width: 100%;
  height: 300px !important;
  border-radius: 20px !important;
  /* background: #f5f5f5; */
  position: relative;
  /* padding: 1.8rem; */
  /* border: 2px solid #c3c6ce; */
  transition: all .5s;
    overflow: visible;

 }
 

 .card-button {
  transform: translate(-50%, 125%);
  width: 150px;
  /* border-radius: /px; */
  border: none;
  /* background-color: var(--c1); */
  /* color: #fff; */
  font-size: 1rem;
  padding: .5rem 1rem;
  position: absolute;
  left: 80%;
  top: -3%;
  opacity: 0;
  transition: 0.3s ease-out;
  
 }

 .detail-img{
  height: 100%;
  width: 100%;
  /* border-radius: 18px; */
  object-fit: cover;
  filter: brightness(70%);
 }

 .text-detail{
  position: absolute;
  bottom: 4%;
  left: 4%;
 }
 
 .text-body {
  color: rgb(134, 134, 134);
 }
 
 /*Text*/
 .text-title {
  font-size: 1.5em;
  font-weight: bold;
 }
 
 /*Hover*/
 .card1:hover {
  /* border-color: var(--c1); */
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.25);
 }
 
 .card1:hover .card-button {
  transform: translate(-50%, 50%);
  opacity: 1;
 }

 .card1:hover .detail-img {
  filter: brightness(110%);
  /* transform: scale(1.02); */
  transition: all .5s;
 }




 .ser-box{
  height: 210px;
  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;
  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;
}
.ser2box h5{
  transform: translateY(150%);
  transition: all .3s;
}
.ser-box1:hover .ser-over{
  background-color: rgb(0, 0, 0,.6);
  transition: all .3s;
}
.ser-box1:hover .ser2box{
  border: 3px solid var(--c1);
  transition: all .3s;
}
.ser-box1:hover .ser2-text{
  transform: translateY(0%);
  transition: all .3s;
  
}
.ser-b-text{
  transition: all .3s;
  display: none;
}
.ser-box1:hover .ser-b-text{
  opacity: 0;
  transition: all .2s;
}
.last{
  /* background-color: var(--c1); */
  background-image: linear-gradient(to right, #ffb347 0%, #ffcc33  51%, #ffb347  100%);
  /* background-color: var(--c1); */
  display: flex;
  align-items: center;
  justify-content: center;
  transition:all .4s;
  background-size: 200% auto;

}
.last:hover {
  background-position: right center; /* change the direction of the change here */
  transition:all .4s;
}


 /* ------------ ssteps section ------------ */
.step-bx{
  width: 100%;
  background-color: #fff;
  box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08);
  display: flex;
  flex-direction: column;
  align-items: center;

}
.num-bx-step{
  width: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #fff;
  transform: translateY(-20%);
  background-color: var(--c2);
}
.s-num{
  font-size: 60px;
}
.step-bx{
  background-color: #037081;
}
.step-text{
  text-align: center;
}




 /* ================ Testimonial =================== */
 .tes-pro{
  position: relative;
}
.owl-nav{
  /* width: 100%; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  /* top: 40%;
  left: 0%; */
}
.sim-arrow{
  background-color: #fff !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(--c1) !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: 40%;
    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: 310px;
  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;
  background-color: #fff;
}
.text-con{
  min-height: 130px;
}
.tes-card p{
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tes-profile{
  width: 50px !important;
  height: 50px;
  /* object-fit: cover; */
  border-radius: 50%;
}
.quote{
  width: 60% !important;
}



  

/* -------- footer --------*/
.footer{
  /* background-image: url(../images/footer-mailchip-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  position: relative; */
  background-color: var(--c1);
  position: relative;
}

.footer-img{
  position: absolute;
  bottom: 3%;
  right: 0%;
}

.footer-img1{
  position: absolute;
  bottom: 3%;
  right: 0%;
}

.footer-img1 img{
  width: 88%;
  height: 80% !important;
}

.footer-img img{
  width: 60%;
}

.f-logo{
  width: 40%;
}
.full-so{
  display: flex;

}
.soc-bx{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c3);
}
.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: 30px;
}
.foot-p{
  display: flex;
  align-items: center;
  transition: all .5s;
  margin-top: 1rem;
  font-size: 18px;
  transition: all .5s;
}
.foot-p:hover{
  transform: translateX(5%);
  transition: all .5s;
}

.f-con-div{
  display: flex;
}
.f-con-bx{
  background-color: var(--c3);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-f-icon{
  width: 50%;
}
.f-con-txt1{
  width: 60%;
  border-bottom: 1.5px dotted #FFF;
  color: #fff;
  font-size: 14px;
  /* padding: 8px 0; */

}

.ft-main{
  z-index: 3;
}

.f-con-txt input{
  padding: 8px;
}

.f-con-txt button{
  background-color: var(--c1)!important;
}

.f-con-h{
  font-size: 14px;
}

.ft-main h5{
  min-width: 300px;
}

.foot-h{

  font-family: 'Averia Serif Libre' !important;
}

.foot-text h5{
  font-size: 18px;
}


 /* ==================== about us ==========  */

 /* -------------- about page ------------------ */
.other-hero{
  background: rgb(39, 39, 39,0.7);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.other-hero::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/bedroom.jpg);
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    z-index: -1;
}


.other2-hero{
  background: rgb(39, 39, 39,0.7);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.other2-hero::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/Homestaging.jpg);
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    z-index: -1;
}

.ser1-hero{
  background: rgb(39, 39, 39,0.7);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.ser1-hero::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/beedroom.jpg);
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    z-index: -1;
}


.ser3-hero{
  background: rgb(39, 39, 39,0.7);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.ser3-hero::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/serbackground.jpg);
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    z-index: -1;
}


.ser2-hero{
  background: rgb(39, 39, 39,0.7);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.ser2-hero::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/office.jpg);
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    z-index: -1;
}


.ser4-hero{
  background: rgb(39, 39, 39,0.7);
  position: relative;
  min-height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.ser4-hero::after{
  position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    inset: 0%;
    background-image: url(../images/serbackgorund2.jpg);
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    z-index: -1;
}



/* ============old about setion -================ */
.ab-right{
  position: relative;
  height: 480px;
}
.ab-img1{
  width: 80%;
  height: 240px;
  object-fit: cover;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  transform: rotate(-5deg);

}
.ab-img2{
  width: 60%;
  height: 240px;
  object-fit: cover;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  position: absolute;
  right: 0%;
  top: 40%;
  transform: rotate(20deg);
}
.ab-img3{
  width: 60%;
  height: 240px;
  object-fit: cover;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  position: absolute;
  left: 0%;
  bottom: 0%;
  transform: rotate(-5deg);
}


.button {
  font-size: 16px;
  position: relative;
  margin: auto;
  padding: 1em 2.5em 1em 2.5em;
  border: none;
  background: var(--c1);
  transition: all 0.1s linear;
  box-shadow: 0 0.4em 1em rgba(0, 0, 0, 0.1);
  color: #fff;
 }
 
 .button:active {
  transform: scale(0.95);
 }
 
 .button span {
  color: #fff;
 }
 
 .button .border {
  position: absolute;
  border: 0.15em solid var(--c1);
  transition: all 0.3s 0.08s linear;
  top: 50%;
  left: 50%;
  width: 9em;
  height: 3em;
  transform: translate(-50%, -50%);
 }
 
 .button:hover .border {
  display: block;
  width: 9.9em;
  height: 3.7em;
 }
 
 .full-rounded {
  border-radius: 2em;
 }


  /* --- cooshe section ---- */

  .choose-head{
    font-size: 50px;
  }
  .choose-bx{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 250px;
  }
  .choose-img-bx{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ffff;
  }
  .choose-img{
    width: 60%;
  }
  .br-right{
    border-right: 1px solid var(--c1);
  }
  .br-bot{
    border-bottom: 1px solid var(--c1);
  }


  .container-ani {
  width: 100%;
  height: 100%;
  --color: #E1E1E1;
  background-color: var(--c1);
  background-image: linear-gradient(0deg, transparent 24%, var(--c2) 25%, var(--c2) 26%, transparent 27%,transparent 74%, var(--c2) 75%, var(--c2) 76%, transparent 77%,transparent),
      linear-gradient(90deg, transparent 24%, var(--c2) 25%, var(--c2) 26%, transparent 27%,transparent 74%, var(--c2) 75%, var(--c2) 76%, transparent 77%,transparent);
  background-size: 55px 55px;
}


/* --- best section ----------- */
.best-box{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF;
  box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08);
  min-height: 330px;
  border-radius: 10px;
}
.best-img-div{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c2);
}
.best-img{
  width: 60%;
}
.best-box:hover .best-img-div {
  transform:rotateY(360deg);
  transition: all 1s;
  
}
.js{
  text-align: justify;
}

/* take the first step */
.take-first-main{
  background-color: var(--c1);
}
.btn-buy{
  border-radius: 0% !important;
  background-color: #ffff !important;
  color: var(--c1) !important;

}
.btn-buy:hover{
  box-shadow: 5px 3px 3px #000 !important;
  transition: all .5s;
}
.first-step-img{
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}






 /* ----------- residental ------------  */


 /* ========== ovel image============ */
.ovel-img{
  width: 50%;
  object-fit: cover;
  height: 520px;
  border-radius: 140px;
}
.ovel-img2{
  width: 48%;
  object-fit: cover;
  height: 400px;
  border-radius: 140px;
  border-top: 3px solid var(--c1);
}
.rn-rou{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--c2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.rn-rou img{
  width: 50%;
}
.con-t-btn{
  background-color: #000 !important;
  color:  #fff !important;

}





  .card-ser {
    overflow: visible;
    width: 100%;
    height: 300px !important;
  }

  .content {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 300ms;
    /* box-shadow: 0px 0px 10px 1px #000000ee; */
    border-radius: 5px;
  }

  .back {
    background-color: var(--c3);
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 5px;
    overflow: hidden;
  }

  .front{
    /* background-color: var(--c); */
    background-image: url("../images/beedroom.jpg");
    position: absolute;
    object-fit: cover;
    /* background-position: ; */
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 5px;
    overflow: hidden;
  }

  .back {
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    overflow: hidden;
  }

  .back::before {
    position: absolute;
    content: ' ';
    display: block;
    width: 160px;
    height: 160%;
    background: linear-gradient(90deg, transparent, #ff9966, #ff9966, #ff9966, #ff9966, transparent);
    animation: rotation_481 5000ms infinite linear;
  }

  .back-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
    filter: brightness(80%);
  }

  .back-content {
    position: absolute;
    width: 99%;
    height: 99%;
    background-color: var(--c1);
    border-radius: 5px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .card-ser:hover .content {
    transform: rotateY(180deg);
  }

  @keyframes rotation_481 {
    0% {
      transform: rotateZ(0deg);
    }

    0% {
      transform: rotateZ(360deg);
    }
  }

  .front {
    transform: rotateY(180deg);
    color: white;
  }

  .front .front-content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .front-content .badge {
    background-color: #00000055;
    padding: 2px 10px;
    border-radius: 10px;
    backdrop-filter: blur(2px);
    width: fit-content;
  }

  .description {
    /* box-shadow: 0px 0px 10px 5px #00000088; */
    width: 100%;
    padding: 10px;
    background-color: #00000099;
    backdrop-filter: blur(5px);
    border-radius: 5px;
  }

  .title {
    font-size: 11px;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .title p {
    width: 100%;
  }

  .card-footer {
    color: #ffffff88;
    margin-top: 5px;
    font-size: 11px;
  }

  .front .img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #ffbb66;
    position: relative;
    filter: blur(15px);
    animation: floating 2600ms infinite linear;
  }

  #bottom {
    background-color: #ff8866;
    left: 50px;
    top: 0px;
    width: 150px;
    height: 150px;
    animation-delay: -800ms;
  }

  #right {
    background-color: #ff2233;
    left: 160px;
    top: -80px;
    width: 30px;
    height: 30px;
    animation-delay: -1800ms;
  }

  @keyframes floating {
    0% {
      transform: translateY(0px);
    }

    50% {
      transform: translateY(10px);
    }

    100% {
      transform: translateY(0px);
    }
  }



 /* ======= 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: 95%;
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%;
}

.btn-c1{
  background-color: var(--c1);
}



.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;
}


  /* --------------------------------------make it responsive------------------------ */
  @media screen and (max-width:1400px) {
    .full-img-div {
      width: 100%;
      height: 208px;
  }

    
  }
@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);
        }
    
    
}
@media screen and (max-width:1200px) {

}
@media screen and (min-width:960px) and (max-width:1030px) {
  .logo{
    height: 43px;
  }
  .nav-link{
    font-size: 13px !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;

  }
  .nav-link{
      /* color: var(--c3) !important; */
      font-size: 15px !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;

    /* 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(--c1) !important;
    font-weight: bold !important;
    border-bottom: unset !important;
   
  }
  .nav-item{
    border-bottom: 1px solid var(--c1);
    min-height: 56px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }

  .nav-link:hover{
    color: var(--c1);
  }

  /* hero section */
.hero{
  min-height: 50vh;
}
 
  }

  @media screen and (max-width:720px) {

  }



  @media screen and (max-width:660px) {

    .menu {
      width: 32px;
  }
  .logo {
    /* width: 180px; */
    height: 48px;
}

.hr-lines1{
  position: relative;
  max-width: 900px;
  margin: auto;
  /* margin: 100px auto; */
  text-align: center;
}

.hr-lines1:before{
 display: none;
}

.hr-lines1:after{
  display: none;
}


.hr-lines{
  position: relative;
  max-width: 600px;
  margin: auto;
  /* margin: 100px auto; */
  text-align: center;
}

.hr-lines:before{
display: none;
}

.hr-lines:after{
display: none;
}




/* --- hero section ----- */

/* --- hero section ----- */
.hero{
  background-color: rgba(6, 3, 21, .5);
  display: flex;
  min-height: 60vh;
  display: flex;
  align-items: start;
  padding-top: 20%;
  position: relative;
}
.hero::before{
  content: '';
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  background-image: url(../images/banner.jpg);
  background-size: cover;
  /* background-attachment: fixed; */
  z-index: -1;
}
.hero-f{
  font-size: 25px;
}


.banner-down-con{
  width: 70%;
  position: absolute;
  bottom: 0%;
  background-color: #131714a1 !important;
  left: 15%;
}

.workprocess-p{
  font-size: 15px;
  width: 100% !important;
}

.ban-down-bgf{
  font-size: 14px !important;
}

.hero-con{
  width: unset !important;
}
.btn-c1{
  background-color: var(--c1)!important;
  color: #FFF !important;
  border-radius: 0% !important;
  min-width: 150px;
}
.btn-c2{
  background-color: var(--c2)!important;
  color: #FFF !important;
  border-radius: 0% !important;
  min-width: 150px;
}

.cloud-img{
  /* display: none; */
  width: 100%;
  position: absolute;
  height: 120px !important;
  object-fit: cover;
  bottom: -3%;
  left: 0%;
}

.hero-two{
  position: relative;
  /* background-color: rgba(0, 0, 0, 0.662); */
  height: unset !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-bottom:  3px solid #fff; */
  background-color: transparent;
    background-image: linear-gradient(107deg, #FFFFFF00 25%, #fbf8e9 60%);
}



.ab-right{
  position: relative;
  height: 400px;
}
.ab-img1{
  width: 80%;
  height: 200px;
  object-fit: cover;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  transform: rotate(-5deg);

}
.ab-img2{
  width: 60%;
  height: 180px;
  object-fit: cover;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  position: absolute;
  right: 0%;
  top: 40%;
  transform: rotate(20deg);
}
.ab-img3{
  width: 60%;
  height: 180px;
  object-fit: cover;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  position: absolute;
  left: 0%;
  bottom: 0%;
  transform: rotate(-5deg);
}

/* ------------- faq ---------------  */


.faq-us{
  position: relative;
  height: 300px;
  justify-content:center !important ;
}

.faq-img1{

  height:80%;
  width: 85%;
  object-fit: contain;
  overflow: hidden;
/* box-shadow: 0 5px 5px 0px rgba(0,0,0,0.6); */
  background-color: #fff;
}

.faq-img2{
  /* object-fit: cover; */
  position: absolute;
  /* height: 40%; */
  width: 60%;
  /* width: 280px; */
  /* background-color: #fff; */
  /* z-index: 1; */
  top: 10%;
  right: 10%;
  
}

.faq-img3{
  /* object-fit: cover; */
  position: absolute;
  /* height: 35%; */
  width: 30%;
  /* width: 280px; */
  /* background-color: #fff; */
  /* z-index: 1; */
  bottom: 10%;
  left: 0%;
  
}


.why-us1{
  /* position: relative; */
  height: 280px !important;
}


.part-img1{
  width: 150px;
  height: 65px;
 }

 .pac-p{
  font-size: 11.5px !important;
 }


 .acc-card{
  position: relative;
  height: 250px;
  width: 100%;
  transition: all .5s;
  background-image: fill 0 linear-gradient(#0001,#000);
  overflow: hidden;
  border-radius: 10px;
  filter: brightness(80%);

 }


 .ovel-img{
  width: 50%;
  object-fit: cover;
  height: 320px;
  border-radius: 140px;
}

.ovel-img2{
  width: 48%;
  object-fit: cover;
  height: 260px;
  border-radius: 140px;
  border-top: 3px solid var(--c1);
}


  /* ----- about page ------ */
  .other-hero {
    background: rgb(39, 39, 39, 0.7);
    position: relative;
    min-height: 24vh;
}
.counter-img{
width: 100px;
}
.br-right{
border-right: unset;
}
.br-bot{
border-bottom: unset;
}
.choose-bx{
border-bottom: 1px solid var(--c1);
}
}


@media screen and (max-width:500px) {

}
@media screen and (max-width:400px) {

}
  @media screen and (max-width:380px) {

  /*  our product */
  /* in slider */
  .sli-brand{
    font-size: 18px;
  }
  .sli-brand-name{
    font-size: 20px;
  }
  .sli-price {
    font-size: 17px;
}
.sli-p{
  font-size: 12px;
}


  }

  @media screen and (max-width:365px) {
    .f-con-txt button{
      margin-left: unset !important;
      margin-top: 8px;
    }

    .f-con-txt{
      font-size: 13px;
    }

  }

  @media screen and (max-width:320px) {
        /* /////////////////////////////counter//////////////////////////////////////////////// */

 
         /* hero section */
.hero{
  min-height: 60vh;
}
.hero-f{
  font-size: 20px;
}

  }

  @media screen and (min-width:321px) and (max-width:425px) {

  
}