:root{
  --c1:#184077;
  --c2:#e68634;
  --c3:#929090;
  --c4:#e4f2f2;
  --bg:#fbeef6;

}

/* @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: 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;
}
p{
  color: #282828;
  line-height: 1.5rem;
  /* font-size: 15px; */
}

@font-face {
  font-family: 'futura-reg';
  src: url(../futura_light_bt.ttf);
}

@font-face {
  font-family: 'Playball-Regular';
  src: url(../Playball-Regular.ttf);
}


@font-face {
  font-family: 'corm-italic';
  src: url(../CormorantInfant-LightItalic.ttf);
}


@font-face {
  font-family: 'metro-reg';
  src: url(../Metropolis-Regular.otf);
}

@font-face {
  font-family: "Space-Grotesk";
  src: url(../SpaceGrotesk-VariableFont_wght.ttf);
}

.cf{
  font-family: 'corm-italic' !important;
}

.hw{
  font-family: 'Playball-Regular' !important;
  letter-spacing: 2px;
  /* font-style: italic; */

}
.hf{
  font-family: "Space-Grotesk" !important;

  /* letter-spacing: 2px; */
}
.df{
  font-family: 'Dancing' !important;
}

.sf{
  font-family: 'futura-reg' !important;
}

p{
  line-height: 27px !important;
  font-size: 14.5px !important;
}

html{
  width: 100vw !important;
  overflow-x: hidden !important;
  
}

body{
  margin: 0% !important;
  padding: 0% !important;
  font-family: 'metro-reg' !important;
  overflow-x: hidden !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
}

h1{
  /* font-family: 'GildaDisplay-Regular' !important; */
}
*{
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */

/* call and whats app */
.fix-icon-box{
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  bottom: 5%;
  right: 1%;
  z-index: 60;
 }
 .fix-img{
  width: 30px;
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
 }
 .in-fix-box{
  display: flex;
  align-items: center;
  background-color: #40c351;
  border-radius: 12px;
 }
 .in-fix-p{
  color: #FFF;
 }
 .call-fix-side{
  /* width: 40px;
  height: 40px;*/
  border-radius: 50%; 
  /* background-color: #222; */
  border: 3px solid #fff;
  /* position: fixed;
  left: 1%;
  bottom: 5%;
  z-index: 60; */
  display: flex;
  justify-content: center;
  align-items: center;
 }
 .call-img-fix{
  width: 40px;
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  
 }

 .tring{
  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);
  }

}


.cal-nv-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  position: relative;
  width: 170px;
  font-size: 13px !important;
  transition: all .5s;
}
.btn-round-bx{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid var(--c1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  left: -10%;
}
 .call-nv{
  width: 20px;
 }
 .cal-nv-btn:hover{
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  transition: all .5s;
 }


 .enq-btn{
  background-color: var(--c1) !important;
  color:  #fff !important;
  transition: all .5s;
}
.enq-icn{
  transition: all .5s;
}
.enq-btn:hover .enq-icn{
  transform: rotateY(360deg);
  transition: all 1s;
}

/* ------------ */

/* ===========  top  bar =========== */
.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%;
}
.call-p1{
  font-size: 12px;
}
.call-p2{
  font-size: 14px;
}


/* .navbar .nav-link{
  color: #000 !important;
} */



.txt2 .c1{
  color: #000 !important;
}
.top{
  background-color: #fff;
  /* color: #fff; */
  height: 100px;
  position: relative;
  border-bottom: 3px solid var(--c1);
  /* position: fixed;
  top: 0%;
  z-index: 20; */
}

.first-bx-img{
  width: 25px;
}
.top-div{
  display: flex;
  align-items: center;
}
.new-nv-top{
  position: relative;
  /* background-color: var(--c1); */
}
.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 ; */
}
/* .tt{
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-width: 72px 27px 0px 43px;
  border-color: var(--c1) var(--c1) var(--c1) #ffffff;
  z-index: 5;
} */
.tt-two{
  background: var(--c2);
background: -moz-linear-gradient(41deg, rgba(238,49,49,0) 8%, var(--c2) 8%);
background: -webkit-linear-gradient(41deg, rgba(238,49,49,0) 8%, var(--c2) 8%);
background: linear-gradient(41deg, rgba(238,49,49,0) 8%, var(--c2) 8%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ee3131",endColorstr="#ee3131",GradientType=1);
/* justify-content: end !important; */
}
.newnav .tt-two{
  background: var(--c2) !important;
background: linear-gradient(41deg, rgba(238,49,49,0) 8%, rgba(238,49,49,0) 8%) !important;
}
.top-bx{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  /* background-color: var(--c1); */
  border: 2px solid var(--c1);
}
.top-bx i{
  color: var(--c1) ;
  font-size: 20px;
}
.under-line{
  width: 150px;
  height: 3px;
  background-color: var(--c1);
}
.p{
  line-height: 27px;
  text-align: justify;
  font-size: 15px;
}
.t-bx i{
  color: #fff;
}
.final-i i{
  font-size: 14px;
  margin-right: 18px;
}


/* nav bar */
.navbar{
  transition: all .5s;
  /* background-color: var(--w); */
  /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */

  z-index: 100;
}
.nav-2{
    position: absolute;
  /* bottom: -10%; */
  width: 100%;
}
.logo{
  /* width: 120px; */
  object-fit: contain;
  height: 55px;
}

.nav-icon{
width: 50px;
}

@keyframes mymove {
  0% {
      transform: translateY(-50%);
  }
  100% {
      transform: translatey(0%);
  }
}
.dropdown-item{
  color: var(--c1) !important;
}

.dropdown-item:hover{
  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: #ffffff !important;
  /* font-weight: bold !important; */
}
.newnav .nav-link{
  color: #000 !important;

}
.fix-tp{
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 10;
}

.nav-active{
  font-weight: bold !important;
}
.newnav .nav-active{
  color: var(--c1) !important;
  font-weight: bold !important;
}
/* .newnav .nav-active{
  color: var(--c1) !important;
  font-weight: bold !important;
} */
.nv-icon{
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-div img{
  width: 30px;
}
.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);
 
}

.dropdown-item{
  background-color: unset !important;
  transition: all .5s;
  font-size: 14px !important;
  padding: 0px 15px !important;
  margin-bottom: 8px;
  
}
.dropdown-menu{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  border: unset !important;
   border-top: 2px solid var(--c2) !important;
}
.dropdown-item i{
  margin-right: 6px;
}
.dropdown-item:hover{
  transform: translateX(10px);
  transition: all .5s;
}
/* .dropdown-menu .nav-item{
  
} */
/* .dropdown-menu  .nav-link{
  font-size: 13px !important;
} */
@keyframes slideIn {
  0% {
    transform: translateX(2rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0rem);
    opacity: 1;
  }
  0% {
    transform: translateX(2rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateX(2rem);
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateX(2rem);
    -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;
}

.dropdown-menu li {
  position: relative;
  }
  .dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
  }
  .dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
  }
  .dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
  }
  .dropend .dropdown-menu[data-bs-popper] {
      top: 0;
      right: auto;
      left: 110% !important;

  }
  .btn-primary{
      background-color: #fff !important;
      background-color: var(--c1) !important;
    color: #fff !important;
border: none !important;
      outline: none !important;
      /* border: none !important; */
      display: flex !important;
      align-items: center;
      justify-content: center;
     /* position: relative; */
      height: 40px;
      font-size: 13px !important;
      transition: all .5s;
  }
  .btn-primary:hover{
    background-color: var(--c1) !important;
    color: #fff !important;
    transition: all .5s;
  }
  .btn-w{
    width: 180px !important;
  }
  @keyframes glowing {
      0% { box-shadow: 0 0 -10px var(--c1); }
      40% { box-shadow: 0 0 20px var(--c1); }
      60% { box-shadow: 0 0 20px var(--c1); }
      100% { box-shadow: 0 0 -10px var(--c1); }
    }
    
    .btn-glow {
      animation: glowing 5000ms infinite;
    }
    .con-new-box{
      width: 50px;
      display: flex;
      flex-direction: column;
      position: fixed;
      right: 0%;
      bottom: 10%;
      z-index: 100;
    }
    .call-new{
      width: 100%;
      object-fit: contain;
    }
    .wapp{
      width: 40px;
    }
.get-q{
  background-color: var(--c1) !important;
  background-image: url(../images/bg2.jpg);
  background-size: cover;
  background-position: right;

}
.get-q *{
  z-index: 5;
}
.get-q::after{
  content: '';
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  background-color: rgb(6, 22, 58, .8);
}

.mob-s-nav  .ab-lgo-bx{
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c2);
}
.mob-s-nav  .ab-lgo-bx img{
  width: 50%;
}

/* ----------- hero ---------------- */
.hero{
  min-height: 80vh;
  display: flex;
  align-items: top;
  position: relative;
  background-color: #00000069;
}
.hero::after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../images/2149301111.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.arow-btn{
  background-color: #fff !important;
  color: var(--c1) !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 150px;
  transition: all .5s;
}
.arow-btn:hover .in-btn-arow{
  transform: rotate(-20deg);
  transition: all .5s;
}
.in-btn-rnd{
  background-color: var(--c2);
  height: 40px;
  width: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.in-btn-arow{
  width: 50%;
  transition: all .5s;
}
.hero-frm{
  /* From https://css.glass */
background: rgba(255, 255, 255, 0.2);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
}


.btn-grad {background-image: linear-gradient(to right, #4b6cb7 0%, #182848  51%, #4b6cb7  100%)}
.btn-grad {
   margin: 10px;
   padding: 15px 45px;
   text-align: center;
   text-transform: uppercase;
   background-size: 200% auto;
   color: white !important;            
   /* box-shadow: 0 0 20px #eee; */
   border-radius: 10px;
   display: block;
   transition: all 0.5s ease-in-out !important; 
 }

 .btn-grad:hover {
   background-position: right center; /* change the direction of the change here */
   color: #fff;
   text-decoration: none;
   transition: all 0.5s ease-in-out; 

 }



 /* ------  */

 
 .btn-grad1 {background-image: linear-gradient(to right, #FF512F 0%, #F09819  51%, #FF512F  100%)}
 .btn-grad1 {
    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-grad1:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
  }
 
 



/* ------------ about section -------------- */
.ab-img-1{
  width: 63%;
}
.js{
  text-align: justify !important;
}
.btn-c2{
  background-color: var(--c2) !important;
  color: #fff !important;
  height: 50px;
  width: 150px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 0% !important;
  transition: all .5s;
}
.btn-c2:hover{
  background-color: #000 !important;
  transition: all .5s;
}


.btn-ph-num{
  display: flex !important;
}
 .cc-calto-action-ripple {
	background: var(--c1);
	width: 4rem;
	height: 4rem;
	padding: 1rem;
	border-radius: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	-webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
	animation: cc-calto-action-ripple 0.6s linear infinite;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-items: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none; }
.cc-calto-action-ripple i {
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	  font-size: 2.2rem; }
 .cc-calto-action-ripple:hover i {
	  -webkit-transform: rotate(135deg);
	  transform: rotate(135deg); }
  
    @-webkit-keyframes cc-calto-action-ripple {
      0% {
        -webkit-box-shadow: 0 4px 10px rgba(0, 102, 236, 0.2), 0 0 0 0 rgba(35, 63, 115, 0.2), 0 0 0 5px rgba(35, 63, 115, 0.2), 0 0 0 10px rgba(35, 63, 115, 0.2);
        box-shadow: 0 4px 10px rgba(35, 63, 115, 0.2), 0 0 0 0 rgba(35, 63, 115, 0.2), 0 0 0 5px rgba(35, 63, 115, 0.2), 0 0 0 10px rgba(35, 63, 115, 0.2); 
      }
      100% {
        -webkit-box-shadow: 0 4px 10px rgba(35, 63, 115, 0.2), 0 0 0 5px rgba(35, 63, 115, 0.2), 0 0 0 10px rgba(35, 63, 115, 0.2), 0 0 0 20px rgba(35, 63, 115, 0);
        box-shadow: 0 4px 10px rgba(35, 63, 115, 0.2), 0 0 0 5px rgba(35, 63, 115, 0.2), 0 0 0 10px rgba(35, 63, 115, 0.2), 0 0 0 20px rgba(35, 63, 115, 0); 
      } 
    }
    
    @keyframes cc-calto-action-ripple {
      0% {
        -webkit-box-shadow: 0 4px 10px rgba(35, 63, 115, 0.2), 0 0 0 0 rgba(35, 63, 115, 0.2), 0 0 0 5px rgba(35, 63, 115, 0.2), 0 0 0 10px rgba(35, 63, 115, 0.2);
        box-shadow: 0 4px 10px rgba(35, 63, 115, 0.2), 0 0 0 0 rgba(35, 63, 115, 0.2), 0 0 0 5px rgba(35, 63, 115, 0.2), 0 0 0 10px rgba(35, 63, 115, 0.2); 
      }
      100% {
        -webkit-box-shadow: 0 4px 10px rgba(35, 63, 115, 0.2), 0 0 0 5px rgba(35, 63, 115, 0.2), 0 0 0 10px rgba(35, 63, 115, 0.2), 0 0 0 20px rgba(35, 63, 115, 0);
        box-shadow: 0 4px 10px rgba(35, 63, 115, 0.2), 0 0 0 5px rgba(35, 63, 115, 0.2), 0 0 0 10px rgba(35, 63, 115, 0.2), 0 0 0 20px rgba(35, 63, 115, 0); 
      } 
    }

    .ab-img-2{
      width: 30%;
      height: 120px;
      position: absolute;
      bottom: 0%;
      right: 3%;
      animation: moveX 5s infinite ease-in-out;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    }

    .ab-img-3{
      width: 30%;
      height: 120px;

      position: absolute;
      top: 0%;
      left: 3%;
      animation: moveY 5s infinite ease-in-out;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    }

    @keyframes moveX {
      0% {
          transform: translateX(0);
      }
      50% {
          transform: translateX(-50px);
      }
      100% {
          transform: translateX(0);
      }
  }

  @keyframes moveY {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(50px);
    }
    100% {
        transform: translateX(0);
    }
}

  .year{
    position: absolute;
    top: -2%;
    left: 10%;
  }
  .ye-tx{
    font-size: 65px;
    letter-spacing: 2px;
  }
  /* ------------- product slider ------------ */
  .slider-main{
    background-image: url(../images/74607-c.jpg);
    background-size: cover;
    background-position: center bottom;
    position: relative;
  }
  .pro-sli-side-img{
    width: 100%;
    /* max-height: 400px !; */
  }

  .pro-sl-head{
    font-size: 30px !important;
  }
  .pro-sli-door-img{
    width: 100%;
  }
  .grass-sli{
    width: 100%;
    position: absolute;
    bottom: 0%;
    left: 0%;
  }
  .v-more-btn{
   background-color: var(--c2) !important;
   color: #fff !important;
   border: 1px solid var(--c2) !important;
   transition: all 0.5s ease-in-out;
  }

  .v-more-btn:hover{
    background-color: var(--w) !important;
    color: var(--c2) !important;
    transition: all 0.5s ease-in-out;
    background-color: #fff !important;
  }

  /* -------------------- */
  .why-rnd{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--c1);
  }
  .why-img{
    width: 60%;
    filter: brightness(0) invert(1);
  }
  .why-bx{
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
  }
  .over-why{
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 3;
  }

  .inner-box{
    position: absolute;
    top: 20%;
    left: 15%;

    width: 70%;
    height: 60%;
    display: block;
    background: #fff;
    /* padding: 45px 25px 40px 25px; */
    text-align: center;
    box-shadow: 10px 10px 0px 0px rgba(255, 255, 255, 0.35);
    z-index: 5 !important;
  }

  .inner-box h2{
    position: relative;
    display: inline-block;
    font-size: 60px;
    font-weight: 900 !important ;
    font-family: 'metro-bold';
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border-radius: 50%;
    border: 2px dashed #24485e;
    margin-bottom: 20px;
  }

  
/* --------------  */

.why-side-div{
  width: 100%;
  height: 500px !important;
}

.why-side-div img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.best-box{
  width: 200px; /* Adjust width as needed */
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF;
  /* min-height: 340px !important; */
  padding: 10px 10px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 0 0 #0000000F;
  border: 3px solid #e2e2e2;
  transition: all .5s ease-in-out;
}


.best-box:hover{
  transform: translateY(-3%) !important;
}


.best-box:hover .best-img-div{
  background-color: var(--c2) !important;
}

.best-box:hover .why-img{
  filter: none !important;
}


.why-img{
  width: 60%;
  filter: brightness(0) invert(1);
}

.best-img-div{
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.best-img{
  width: 60%;
}
.best-box:hover .best-img-div {
  transform:rotateY(360deg);
  transition: all 1s;
  
}
.js{
  text-align: justify;
}


.tes-crd{
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.msg-bg-mg{
  width: 30% !important;
  position: absolute;
  top: 50%;
  z-index: 1;
  opacity: 0.2;
}

.tes-rn-bx{
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.tes-rn-bx::before {
  content: "";
  position: absolute;
  inset: -6px;
  border: 10px solid var(--c2);
  border-right-color: transparent;
  border-top-color: transparent;
  border-radius: 50%;
  z-index: 5;
}

.tes-user-img{
  width: 75%;
}
.ts-txt{
  z-index: 2;
}
.tes-rating{
  width: unset !important;
 height: 20px;
}



/*---------- gallery ---------- */


.gall-div1{
  width: 100%;
  height: 350px;
  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-div1:hover .gall-over{
  width: 85%;
  height: 85%;
  opacity: 1;
  transition: all .5s;
}
.last-gal{
  height: 300px;
}



/* ----------- small banner ----------------  */

.btn-c1{
  background-color: var(--c1) !important;
  color: #fff;
  border: 1px solid var(--c1);
  transition: all 0.5s ease-in-out;
}

.btn-c1:hover{
  background-color: var(--w) !important;
  color: var(--c1) !important;
  transition: all 0.5s ease-in-out;
}

.other-hero7{
  background-color: rgba(0, 0, 0, 0.75);
  position: relative;
  height: 55vh;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  /* width: 120% !important; */
}
.other-hero7::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  /* inset: 0%; */
  background-image: url(../images/43001.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

/* --------------  */



.faq-heading {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: start;
  font-weight: 800;
  font-size: 28px;
  line-height: 1.3;
  font-family: Lato-Regular;
  letter-spacing: 1px;
}

.faq-card {
  border-bottom: 1px solid #CFCFCF;
  /* border-radius: 6px; */
  padding: 15px 15px;
  margin-bottom: 12px;
  list-style: none;
  position: relative;
  cursor: pointer;
  font-size: 17px;
}

.faq-open-icon {
  font-size: 20px;
  position: absolute;
  top: 18px;
  right: 24px;
  font-weight: 700;
  color: var(--c2);
}

details[open] .faq-open-icon {
  top: 18px;
  right: 24px;
}

details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

details[open] summary {
  color: var(--c1);
  font-weight: 500;
}

details[open] .faq-card-spoiler {
  display: inline-block;
  padding-top: 8px;
  /* color: ; */
  font-size: 14px;
  color: var(--c3) !important;
}

.faq-aftertext {
  text-align: center;
  color: #8b8b9a;
}

.show-more {
  /* display: none; */
  cursor: pointer;
}

.ty-compact-list {
  /* padding: 5px 5px 5px 0px; */
  /* float: left; */
  width: 100%;
}

.btn-faq{
  background-color: var(--c1)!important;
  color: #FFF !important;
  /* min-width: 170px; */
  /* width: 100%; */
  border-radius: 10px !important;
}

 /* -----------  */

 .choose-main{
  background-color: #FAF9F6 !important ;
}


.why-us1{
 
  height: 440px;
}

 /* ------------------- / */
 .scrolling-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 40px 0;
  padding: 12px 0;
  white-space: nowrap;
}

.scrolling-wrapper {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.scroll-track {
  display: flex;
  width: max-content;
  animation: scroll-left 10s linear infinite;
}

.scroll-left .scroll-track {
  animation: scroll-left 15s linear infinite;
}

.scroll-right .scroll-track {
  animation: scroll-right 17s linear infinite;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

.scroll-item {
  flex-shrink: 0;
  margin-right: 20px;
}

.best-box {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFF;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 5px 5px 0 0 #0000000F;
  border: 3px solid #e2e2e2;
  transition: all 0.5s ease-in-out;
}

.best-box:hover {
  transform: translateY(-3%);
}



/* ====footer===== */
.footer{
  /* background-color: rgba(63, 63, 63, 0.2); */
  position: relative;
  background-color: #00000082 !important;

}
.footer::after{
  content: '';
  background-image: url(../images/74602.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  opacity: 0.7;
  position: absolute;
  background-position: right center;
  inset: 0%;
  z-index: -2;
}

.footer::before{
  content: '';
  background-image: url(../images/door2.png);
  background-size: contain;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  opacity: 1;
  position: absolute;
  background-position: right bottom;
  right: 5%;
  bottom: 0%;
  z-index: -1;

}
.f-logo{
  width: 100px;
}
.full-so{
  display: flex;
  justify-content: center;
  /* 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: 16px;
}
.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(--c2);
  border-radius: 50%;
  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%;
}




/* --------- contact-us -----------------   */

/* ------------  */


.con-hero{
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}
.con-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/43001.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: center;
}

.gal-hero{
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}
.gal-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/2149301073.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: center bottom;
}


.abt-hero{
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.4);
  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/10264.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: center bottom;
}


 
.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%;
}

.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(--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: #fff;
}


/* ----- about us ---  */

.abt-us{
  position: relative;
  height: 500px;
}


.abt-us-img1{

  height: 80%;
  width: 80%;
  object-fit: cover;
  overflow: hidden;

  background-color: #fff;
}



.abt-us-img2{
  object-fit: cover;
  position: absolute;
  height: 220px;
  width: 265px;
  background-color: #fff;
  /* z-index: 1; */
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  bottom: 0%;
  right: 1%;
  
}

.abt-txt{
  position: absolute;
  bottom: 10%;
  left: 0%;
  text-shadow: 0 1px 0 #ccc,
  0 2px 0 #c9c9c9,
  0 3px 0 #bbb,
  0 4px 0 #b9b9b9,
  0 5px 0 #aaa,
  0 6px 1px rgba(0,0,0,.1),
  0 0 5px rgba(0,0,0,.1),
  0 1px 3px rgba(0,0,0,.3),
  0 3px 5px rgba(0,0,0,.2),
  0 5px 10px rgba(0,0,0,.25),
  0 10px 10px rgba(0,0,0,.2),
  0 20px 20px rgba(0,0,0,.15);
}

.abt-txtspan{
  font-size: 60px;
  
}


/* ------------------- counter --------------*/
.count-div{
  position: relative;
  background-color: white;
}
.count-div::after{
  content: '';
  /* background-image: url(../images/agency-1.jpg); */
  background-attachment: fixed;
  background-position: right;
  background-size: cover;
  position: absolute;
  inset: 0%;
  height: 100%;
  width: 100%;
  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:  white;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  min-height: 180px;
  font-family: Poppins-Regular;
}
.cnt-nm{
   color: var(--c1) !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);
}

 /* --------------------  */

 
 .mis-box{
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  position: relative;
  overflow: hidden;
}
.mis-img{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c2);
  border-radius: 50%;
}
.mis-img-icon{
  width: 60%;
  transition: all .5s;
}
.mis-text{
  width: 75%;
}
.mis-box::after{
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--c2);
  position: absolute;
  left: 0%;
  top: 0%;
  transition: all 1s;
}
.mis-box-cen::after{
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--c1);
  position: absolute;
  left: 0%;
  top: 0%;
  transition: all 1s;
}
.mis-box:hover .mis-img-icon{
  transform: scale(1.1);
  transition: all .5s;
}
.mis-img-cen{
  background-color: #f6f6f6;
  border: 1px solid #ccc;
}




.card {
  display: block;
  position: relative;
  /* max-width: 330px; */
  min-height: 280px;
  background-color: #f2f8f9;
  border-radius: 10px;
  padding: 2em 1.2em;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  background: linear-gradient(to bottom, #fff ,#FFF);
  font-family: Arial, Helvetica, sans-serif;
box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
transition: all 0.4s ease-in-out !important;

}

.card:hover{
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
  transform: translateY(-2%) !important;
  transition: all 0.4s ease-in-out !important;
}

.card:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: linear-gradient(135deg, #184077, #182848 );
  height: 50px;
  width: 50px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.35s ease-out;
}


.card:hover:before {
  transform: scale(29);
}

.card:hover .small-desc {
  transition: all 0.5s ease-out;
  color: rgba(255, 255, 255, 0.8);
}

.card:hover .card-title {
  transition: all 0.5s ease-out;
  color: #fff !important;
}

.card:hover .card-title1 {
  transition: all 0.5s ease-out;
  color: var(--c2) !important;
}

.card-title1 {
  transition: all 0.5s ease-out;
  color: var(--c1) !important;
}


.card-spl {
  display: block;
  position: relative;
  /* max-width: 330px; */
  min-height:280px;
  background-color: #f2f8f9;
  border-radius: 10px;
  padding: 2em 1.2em;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  background: linear-gradient(to bottom, #fff ,#FFF);
  font-family: Arial, Helvetica, sans-serif;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;

}

.card-spl:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: linear-gradient(135deg, #fbc304 , #ecca5b );
  height: 50px;
  width: 50px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.35s ease-out;
}

.card-spl:hover:before {
  transform: scale(29);
}

.card-spl:hover .small-desc {
  transition: all 0.5s ease-out;
  color: rgba(255, 255, 255, 0.8);
}

.card-spl:hover .card-title {
  transition: all 0.5s ease-out;
  color: #ffffff;
}

.card-spl:hover .card-title1 {
  transition: all 0.5s ease-out;
  color: #111;
}


.card-title1 {
  transition: all 0.5s ease-out;
  color: #fff;
}


 /* ------------- why choose us ----------------  */


 .box-minimal {
	width: 100%;
	padding: 37px 24px;
	border: 2px solid #ebebeb;
	transition: .3s ease-out all;
  min-height: 230px;
}

.box-minimal-title {
	font-weight: 500;
	letter-spacing: .05em;
}

* + .box-minimal-title {
	margin-top: 5px;
}

.box-minimal-divider {
	display: block;
	width: 50px;
	height: 3px;
	background-color: var(--c1);
	transition: 0.2s cubic-bezier(0.55, 0.09, 0.68, 0.53) all;
}

* + .box-minimal-divider {
	margin-top: 15px;
}

.box-minimal-divider + * {
	margin-top: 20px;
}


.box-minimal:hover {
	border-color: var(--c2);
}

.box-minimal:hover .box-minimal-divider {
	width: 100px;
}


.box-info-1{
  position: relative;
}


.box-info-tri{
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  height: 90px;
  position: absolute;
  width: 90px;
  left: 0%;
  top: 27%;
  background-color: var(--c1);
  z-index: -1;
}



.box-info-right{
  background-color: var(--c1);
  /* height: 500px; */
  /* clip-path: polygon(7% 0, 100% 0%, 100% 100%, 7% 100%, 7% 35%, 0 35%, 7% 21%); */
  width: 95%;
  position: relative;
}


 /* ----------------  */

 .bg-chose{
  background-color: #f6f6f6;
 }

 
li::marker {
  color: var(--c2);
}

.door-spec{
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.door-spec img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.door-dim{
  width: 100%;
  height: 100px;
  overflow: hidden;
}

.door-dim img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.door-dim1{
  width: 100%;
  height: 170px;
  overflow: hidden;
}

.door-dim1 img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tab-img{
  width: 100%;
  height: 400px;
}


.tab-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.image-container {
  position: relative;
  width: 100%;
  /* max-width: 500px; Adjust as needed */
  margin: auto;
  height: 400px;
  position: relative;
}
.image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.button-container {
  text-align: center;
  /* margin-top: 20px; */
  position: absolute;
  bottom: 0% ;
  right: 0%;
  background-color: #fff;
  border-radius: 10px 0% 0% 0%;
  display: flex;
  justify-content: flex-end;
  gap: 3;
}
.btn-af-bf {
  /* margin-right: 10px; */
  background-color: var(--c2) !important;
  color: #fff !important;
  border-radius: 0% !important;
  width: 48% !important;
}
.before-btn{
  border-radius: 8px 0% 0% 0% !important;
}

  /* --------------------------------------make it responsive------------------------ */

  @media screen and (max-width:1400px) {
    .full-img-div {
      width: 100%;
      height: 208px;
  }

  .nav-link {
    font-size: 13px !important;
  }


  }
@media screen and (max-width:1025px) {
  .ab-h {
    font-size: 32px;
}
          /* 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: #f6f6f6;
        }

.menu{
  width: 30px;
}
    
}
@media screen and (max-width:1200px) {

}
@media screen and (min-width:960px) and (max-width:1030px) {
  .logo{
    height: 50px;
    width: unset;
  }
  .nav-link{
    font-size: 11px !important;
  }
 
  .enq-btn {
    font-size: 10px !important;
}
.navbar{
  padding-top: unset !important;
  padding-bottom: unset !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;
  }
  /* .newnav .nav-link{
    color: var(--c1) !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;
  }


  .nav-active{
    background-color: unset !important;
    /* color: var(--c1) !important; */
    font-weight: bold !important;
    border-bottom: unset !important;
    border-left: 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: .3rem !important;
}
      .home-nav .nav-link {
        color: unset !important;
    }

    /* .first-top{
      display: none;
    } */

    .first-text{
      display: flex;
      align-items: center;
      }

      .first-text .ftp{
        font-size: 12px;
        /* letter-spacing: 1px; */
      }

    /* navbar */
.top{
  height: unset;
}
.tt-two{
  background: unset !important;

}
.top-one{
  display: none;
}
.top-nav-one{
  display: none !important;
}
.navbar{
  background-color: var(--w);
}
.logo{
  /* width: 155px; */
  height: 55;
}
.nav-menus {
  display:flex;
  align-items: unset !important;
  justify-content: unset;

}
.nav-link{
  color: #000 !important;
}
.offcanvas{
  width: 70% !important;
}
.dropdown-item {
white-space: unset !important;
font-size: 12px;
}
.logo-in{
  width: 150px;
}

    /* hero */

    /*  --------- bed size -------- */
    .size-bx-bed{
      border: 1px solid #a7a6a6;
      padding: .5rem;
    }
    .size-bx-bed p{
      font-size: 13px ;
    }
    .size-bx-bed .small{
      font-size: 11px !important;
    }

        /* footer */
        .f-first{
          display: flex;
          flex-direction: column;
          align-items: center;
        }
        .ft-main {
          border-top: 1px solid #fff;
        }


   /* product slider */
   .pro-sl-head {
    font-size: 40px !important;
}
.v-more-btn{
  font-size: 11px !important;
}



.abt-txt{
  position: absolute;
  bottom: 4%;
  left: 0%;
  text-shadow: 0 1px 0 #ccc,
  0 2px 0 #c9c9c9,
  0 3px 0 #bbb,
  0 4px 0 #b9b9b9,
  0 5px 0 #aaa,
  0 6px 1px rgba(0,0,0,.1),
  0 0 5px rgba(0,0,0,.1),
  0 1px 3px rgba(0,0,0,.3),
  0 3px 5px rgba(0,0,0,.2),
  0 5px 10px rgba(0,0,0,.25),
  0 10px 10px rgba(0,0,0,.2),
  0 20px 20px rgba(0,0,0,.15);
}


.abt-txt h3{
  font-size: 16px !important;
  width: 120px;
}


.abt-txtspan{
  font-size: 30px;
}


.abt-us{
  position: relative;
  height: 350px;
}


.abt-us-img2{
  object-fit: cover;
  position: absolute;
  height: 180px;
  width: 190px;
  background-color: #fff;
  /* z-index: 1; */
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  bottom: 0%;
  right: 1%;
  
}


 }
    

  @media screen and (max-width:720px) {

  }



  @media screen and (max-width:660px) {
    .menu {
      width: 32px;
  }
  .logo {
    width: 142px;
    height: unset;
}


.sm-js{
  text-align: justify !important;
}

/* her0 */
.hero {
  min-height: 40vh;
  position: relative;
}

.lr-img{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: -1;
  object-fit: cover;
}

        /* about section */
        .ab-img-1 {
          width: 85%;
      }
      .year {
        position: absolute;
        top: -2%;
        left: 0%;
    }
    .ab-img-2 {
      width: 40%;
  }

  .ab-img-3 {
    width: 40%;
}

  /* product slider */
  .pro-sl-head {
    font-size: 33px !important;
}

.why-side-div{
  width: 100%;
  height: 300px !important;
}

.inner-box{
  position: absolute;
  top: 10%;
  left: 10%;

  width: 80%;
  height: 80%;
  display: block;
  background: #fff;
  /* padding: 45px 25px 40px 25px; */
  text-align: center;
  box-shadow: 10px 10px 0px 0px rgba(255, 255, 255, 0.35);
  z-index: 5 !important;
}

.inner-box h2{
  position: relative;
  display: inline-block;
  font-size: 60px;
  font-weight: 900 !important ;
  font-family: 'metro-bold';
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  border: 2px dashed #24485e;
  margin-bottom: 20px;
}

.other-hero7{
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center !important;
  /* width: 120% !important; */
}
.other-hero7::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  /* inset: 0%; */
  background-image: url(../images/43001.jpg);
  background-attachment: fixed;
  background-position: center ;
  background-size: cover;
  z-index: -1;
}


.why-us1{
  height: 290px;
}


.footer::before{
  content: '';
  background-image: url(../images/door2.png);
  background-size: contain;
  width: 100%;
  height: 50%;
  background-repeat: no-repeat;
  opacity: 0.7;
  position: absolute;
  background-position: right bottom;
  right: 4%;
  bottom: 6%;
  z-index: -1;
}


.tab-img{
  width: 100%;
  height: 350px;
}

.image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


}
@media screen and (max-width:500px) {

}
@media screen and (max-width:400px) {

}
  @media screen and (max-width:380px) {
    .why-us1{
      height: 260px;
    }

    .first-text .ftp{
      font-size: 10.5px;
      /* letter-spacing: 1px; */
    }

  }

  @media screen and (max-width:320px) {


  }

  @media screen and (min-width:321px) and (max-width:425px) {

  
}