:root{
  --c1:#fcc40c; 
  /* --c1:#b70100; */
  --c2:#1f2a37;
  --c3:#474747;
  --bg: #F1D3D4;

}

/* @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(--bg) !important;
}

.w{
  color: #fff !important;
}

.bg-c2{
  background-color: #F5F6F7 !important;
}

.b{
  color: black !important;
}
a{
  text-decoration: none !important;
}
.ls{
  letter-spacing: 1px;
}
.lh{
  line-height: 2rem !important;
}
@font-face {
  font-family: "HedvigLettersSans-bold";
  src: url(../HedvigLettersSerif[opsz].ttf);
}
@font-face {
  font-family: "HedvigLettersSans-reg";
  src: url(../HedvigLettersSans-Regular.ttf);
}

.hf{
  font-family: "HedvigLettersSans-bold" !important;
}

html{
  width: 100vw !important;
  overflow-x: hidden !important;
  
}

body{
  margin: 0% !important;
  padding: 0% !important;
   font-family: "HedvigLettersSans-reg" !important;
  overflow-x: hidden !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
}

*{
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */

.first-top{
  background-color: var(--c2);
  /* position: relative; */
}

.first-text{
display: flex;
align-items: center;
}
.first-text .ftp{
  font-size: 14px;
  /* letter-spacing: 1px; */
}
.first-bx-img{
  width: 20px;
}
.top-nv-soc-img{
  width: 20px;
}
.get-help{
  background-color: var(--c1) !important;
  /* border-radius: 0% !important; */
  color: var(--c2) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}
.cus-img{
  width: 13%;
}
.cus-text{
  text-align: start;
}
/* ----------------- navbar --------------------------*/
/* navbar */

.nav-bx{
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-btn{
  /* transform: translateX(-150%); */
  background-color: #000 !important;
  color: #FFF !important;
}

.nav-icon{
  width: 40px;
}
.icon-top-count{
  background-color: #ffffff;
  color: #000 !important;
}

/* nav bar */
.home-nav{
  display: none !important;
}
.navbar{
  transition: all .5s;
  /* background-color: var(--c1); */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-bottom: 2px solid var(--c1);

}
.logo{
  /* width: 180px; */
  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-color: #ffffff !important;
  /* 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; 
}
/* .newnav .nav-link{
  color: #fff;
} */
@keyframes mymove {
  0% {
      transform: translateY(-50%);
  }
  100% {
      transform: translatey(0%);
  }
}
.dropdown-item{
  color: black !important;
}

.search-bx{
  width: 40%;
}
.serc-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
}
.nav-item{
  padding: 0px 7px;
}
.nav-link{
  /* color: #ffff !important; */
  font-weight: bold !important;
  letter-spacing: 1px;
  font-size: 15px !important;
  /* font-weight: 500 !important; */
  /* font-family: Adamina !important; */
  /* font-family: Poppins-Regular !important; */
}
.nav-active{
  /* background-color: var(--c1) !important; */
  border-bottom: 2px solid var(--c1) !important;
  color: var(--c1) !important;
  font-weight: bold !important;
}
/* .newnav .nav-link:hover{
  color: #ffff !important;
} */
.nv-icon{
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-div img{
  width: 40px;
}
/* .icon-div img{
width: 50px;
} */
.icon-div i{
font-size: 20px;
}
.nv-icon p{
  margin-bottom: 0% !important;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}


.hamburger {
  cursor: pointer;
}

.hamburger input {
  display: none;
}

.hamburger svg {
  height: 3em;
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
  fill: none;
  stroke: var(--c2); /* Changed from white */
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
              stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
  stroke-dasharray: 12 63;
}

.hamburger input:checked + svg {
  transform: rotate(-45deg);
}

.hamburger input:checked + svg .line-top-bottom {
  stroke-dasharray: 20 300;
  stroke-dashoffset: -32.42;
}
.dropdown:hover .dropdown-menu {
  transform: scale(1);
  /* background-color: var(--c2); */
}

.dropdown-item{
  background-color: unset !important;
  transition: all .5s;
  font-size: 14px;
  color: black !important;
  /* font-family: Arial, Helvetica, sans-serif !important; */
  /* height: 30px; */
  display: flex !important;
  align-items: center;
}
.dropdown-item i{
  margin-right: 6px;

}
.dropdown-menu{
  border-radius: 0% !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  border-top: 3px solid var(--c1) !important;
}
.dropdown-item:hover{
  /* transform: translateX(10px); */
  transition: all .5s;
  background-color: var(--bg-dark) !important;

}
.navbar .dropdown-menu{
  min-width: 220px;
  border-radius: 0% !important;
  border-top: 3px solid var(--c1);
}
/* Open dropdown on hover */
/* .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0; 
} */

/* Open sub-dropdowns on hover */
.dropdown-menu li:hover > .dropdown-menu {
  display: block;
}

/* Optionally add some transition effects */
/* .dropdown-menu {
  transition: all 0.3s ease;
} */

.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0;
  margin-top: 0;
}
.navbar .dropdown-item{
  font-size: 14px;
}
/* navbar dropdown */
.dropdown-menu[data-bs-popper] {
  top: 116% !important;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.arow-right .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  position: absolute;
  right: 18px;
  top: 37%;
}
.navbar .dropdown-item:hover{
  transform: unset;
  background-color: #f1f8ff !important;
  color: var(--c1) !important;
  transition: all .5s;
}
.nv-fl{
  position: relative;
  overflow: hidden;
}
.nav-flower{
  width: 37%;
  position: absolute;
  bottom: -18%;
  right: -13%;
  animation: animName 15s linear infinite;
}
/* .navbar .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: black !important;
} */
/* .newnav .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #fff !important;
} */
.dropdown-toggle:focus{
  color: unset !important;
}
.newnav .clr-nav-tog{
  color: #fff !important;
}
/* @keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
} */

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.animate {
  animation-duration: 1s;
  -webkit-animation-duration:1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.btn-search{
  background-color: var(--c2) !important;
  
}
.nav-gift{
  width: 20px;
}

.btn-log {
background-color: var(--c1) !important;
color: #fff !important;
border-radius: 50% !important;
}

.mob-s-nav  .ab-lgo-bx{
  height: 40px;
  width: 40px;
  margin-top: 5px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.mob-s-nav  .ab-lgo-bx img{
  width: 50%;
}

@keyframes trin {

  from {
      transform:rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
      transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
      transform: rotate3d(0,0,1,15deg);
  }
  26%, 38%, 50%, 62%, 74% {
      transform: rotate3d(0,0,1,0deg);
  }
  29%, 41%, 53%, 65%, 77% {
      transform: rotate3d(0,0,1,-15deg);
  }
  80% {
      transform:rotate3d(0, 0, 1, 0deg);
  }

}
.phn
{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.grow{
  animation-name: grow;
  animation-duration: 6s;
  /* animation-iteration-count: 3; */
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes grow {
  0% {
    width: 10%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 10%;
  }
}

.user-nav-btn{
  background-color: #e8e7e7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  outline: none;
  border: none;
  width: 55px;
  height: 55px;
}
.nav-user-img{
  width: 30px;

}

.soc-bx:hover .soc-icon{
  animation: gelatine 0.5s ;
}

@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

.nav-bx-ser{
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.nav-text-ser{
  font-size: 16px;
  font-weight: 700;
  color: #000;
  transition: all 2s;
}
.nav-text-ser .i{
  font-size: 14px;
}

.nav-bx-ser::before{
  content: '';
  height: 100%;
  width: 0px;
  background-color: #000;
  position: absolute;
  left: 0%;
  top: 0%;
  /* display: none; */
  transition: all .5s;
}

.nav-bx-ser:hover::before{
  content: '';
  height: 100%;
  width: 3px;
  background-color: #000;
  position: absolute;
  left: 0%;
  top: 0%;
  display: block;
  transition: all .8s;
}
.nav-bx-ser:hover .nav-text-ser{
  color: #fff;
  transition: all .5s;
}

.nav-bx-ser::after{
  content: '';
  height: 100%;
  width: 0%;
  background-color: var(--c1);
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: -1;
  /* display: none; */
  transition: all 1s;
}

.nav-bx-ser:hover::after{
  content: '';
  width: 100%;
  z-index: -1;
  /* display: none; */
  transition: all .5s;
}

.active-nav-bx-ser{
  background-color: var(--c1);
  position: relative;
}
.active-nav-bx-ser::before{
  content: '';
  height: 100%;
  width: 3px;
  background-color: #000;
  position: absolute;
  left: 0%;
  top: 0%;
}
.active-nav-bx-ser .nav-text-ser{
  color: #fff;
}




.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;
}
.foot-arrow{
  width: 20px;
}

.foot-arrow1{
  width: 25px;
}

.hos-main{
  width: 100%;
  height: 370px;
  overflow: hidden;
}

.hos-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
    transition: all 0.6s ease-in-out;
}

.main-hos:hover .hos-img{
  transform: scale(1.2);
  transition: all 0.6s ease-in-out;
}

/* ----------- 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{
    min-width: 104% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    left: -2%;
}


.social-service-card{
  width: 100%;
  position: relative;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
 }
 .social-service-card::after{
  content: '';
  width: 100%;
  height: 90%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  background-color: white;
  /* background-image: url(../images/shape-bg.png); */
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  z-index: -1;
  /* border-top: 2px solid var(--c1) ; */
  transition: all .5s;
 }
 .social-service-card:hover::after{
  height: 100%;
  transition: all .5s;
 }
 .soc-service-img{
  width: 110px !important;
  height: 110px !important;
  object-fit: cover;
  border-radius: 50%;
 }
 .half-card{
  border-radius: 100%;
  background-color: #f6f6f6;
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
 }

 /* process */
 .so-mar-pro-main{
  background-image: url(../images/bl-shape.jpg);
  background-size: cover;
 }
 .proces-so-media-card{
  width: 100%;
 }

 .side-stick-card{
  width: 100%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
 }
 .side-stic-img{
  width: 10%;
 }
 .stic-sec{
  max-height: calc(122vh - 100px);
  /* overflow: auto; */
  position: sticky;
  overflow: hidden;
  top: 20%;
  transition: top 0.5s ease-out 0s;
  vertical-align: baseline;
  scroll-behavior: smooth;
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
 }

 .fin-sat-box{
  width: 100%;
  height: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  background-color: #fff;
 }

/* ---------------  */
.brand-slider{
  height: 76vh !important;
}
.brand-caption{
  height: 100%;
  width: 70%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(0%, -50%);
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  /* background-color:rgba(0, 0, 0, .4); */
}
.brand-slider .carousel-item{
  height: 100%;
}

.carousel-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--c2);
    opacity: 0.8; /* adjust transparency (0 = invisible, 1 = solid) */
    z-index: 1;
}
/* make sure caption stays above overlay */
.carousel-item .carousel-caption {
    z-index: 2 !important;
}

.brand-hero-h2{
  letter-spacing: 2px;
}
/* CSS to disable the default Bootstrap slide animation */
/* .carousel-item {
  display: none; 
  position: relative;
  transition: none; 
  transition: opacity 1s ease-in-out;
  opacity: 0;
} */

/* .carousel-item.active {
  display: block; 
  animation: zoomFade 1s ease-in-out both; 
  opacity: 1;
  position: relative;
} */

/* Custom keyframe animation for zoom and fade */
@keyframes zoomFade {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.custom-arr{
  background-color: var(--c2) !important;
  color: var(--c1) !important;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: var(--c1) !important;
  border-radius: 50%;
    width: 10px;
  height: 10px;
}
.c1-btn{
  background-color: var(--c1)!important;
  color: #fff !important;
  border-radius: 0% !important;
  width: 150px;
}

.btn-c1{
  background-color: var(--c2) !important;
  border: 1px solid #fff !important;
  color: #fff!important;
  
}

.btn-c1:hover{
  background-color: var(--c2) !important;
  color: var(--c1) !important;
}

.btn-c2{
  background-color: var(--c2) !important;
  color: #fff !important;
  transition: all 0.3s ease;
}

.btn-c2:hover{
   filter: brightness(1.15); /* 15% brighter */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: all 0.5s ease-in-out;
}

/* ---------------  */

/* ---------------------  */

.carousel-indicators button {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background-color: #989898 !important; /* Change this to the color you want */
}

.carousel-indicators .active {
  background-color: var(--c1) !important; /* Change this to the color you want for the active indicator */
}

.hero2{
 /* min-height: 60vh !important ; */
 position: relative;
 display: flex;
 align-items: center;
}
.hero2::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0%;
  z-index: -3;
  background-image: url(../images/bg1.jpg);
  background-position:  bottom right;
  background-attachment: fixed !important;
  background-size: cover;
}

.ban-side-img{
  width: 100%;
  height: 350px !important;
  object-fit: contain;
}

/* .hero2::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0%;
  z-index: -2;
  background-color: rgba(249, 51, 74, 0.533);
  background-image: linear-gradient(127deg, rgba(249, 51, 74, 0.533) 0%, rgba(136, 6, 21, 0.734) 91%);
  background-size: cover;
} */
.curv-img{
  width: 100%;
  /* height: 100%; */
  position: absolute;
 right: 0;
    bottom: 0;
    left: 0;
  z-index: -1;
}

/* ------ about us ---------  */

.abt-us1{
  height: 400px;
  width: 100%;
  position: relative;
   perspective: 1000px; /* Creates depth */
  display: inline-block;
 }

.about-us {
    width: 70%;
    height: 100%;
    object-fit: contain;
    /* border-radius: 50% / 30%; */
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    transform-style: preserve-3d;
    /* box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 20px; */
    will-change: transform;
    /* border: 6px solid #F1F1F1; */
}

 .abt-abs{
  width: 32%;
  height: 75%;
  position: absolute;
  top: 30%;
  left: 10%;
  border: 6px solid #F1F1F1;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
   border-radius: 50% / 30% !important;
 }

 .abt-con{
  position: absolute;
  left: 15%;
  top: 5%;
  background-color: #f1f1f1;
  /* padding: 10px; */
  /* border-radius: 5px; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
 }

 .abt-con-div{
  display: flex;
}
.abt-con-bx{
  background-color: var(--c2);
  height: 50px !important;
  width: 55px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-abt-icon{
  width: 70%;
}
.abt-con-txt{
  width: 70%;
}


.abt-logo{
  width: 200px;
}


.abt-con-txt p{
  font-size: 12px !important;
}
.abt-con-h{
  font-size: 14px;
}


/* -----------  */

.card-img {
  background-size: cover;
  background-position: center;
  height: 430px; /* adjust height */
}

.cur-abs{
  position: absolute;
  top: 5%;
  left: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cur-icon{
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--c1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.cur-icon img{
  width: 50%;
}

.mb-25 {
    margin-bottom: 25px;
}



.sub-title {
    display: inline-block;
    color: var(--c2);
    font-size: 16px;
    font-weight: 700;
    /* font-family: var(--body-font); */
    position: relative;
    margin-bottom: 24px;
    padding-left: 40px;
}

.sub-title .double-line {
    position: relative;
}

.sub-title .double-line:before,
.sub-title:before {
    width: 30px;
    top: auto;
    bottom: 10px;
}

.sub-title .double-line:before,
.sub-title:before,
.sub-title .double-line:after,
.sub-title:after {
    position: absolute;
    content: '';
    background-color: var(--c1);
    left: 0px;
    height: 2px;
}

.sub-title:before {
    top: 4px;
    width: 30px;
}

.sub-title::after,
.double-line::after {
    top: 9px !important;
    left: 10px !important;
    width: 20px !important;
}

.sub-title .double-line {
    margin-left: 0;
}

.sub-title .double-line:before,
.sub-title .double-line:after {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    right: -10px;
}

.sub-title .double-line:before {
    left: -20px !important;
    top: 6px !important;
}

.sub-title .double-line:after {
    left: -10px !important;
    top: 10px !important;
}

.sub-title .double-line:before,
.sub-title:before {
    width: 30px;
    top: auto;
    bottom: 10px;
}

.sub-title .double-line:before,
.sub-title:before,
.sub-title .double-line:after,
.sub-title:after {
    position: absolute;
    content: '';
    background-color: var(--c1);
    left: 0px;
    top: 5px;
    height: 2px;
    width: 30px;
}


/* --------- */

.bg-choose {
  position: relative;
  /* height: 100vh !important; */
}

.bg-choose::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), 
              url(../images/king.jpg) no-repeat top left / cover;
  background-attachment: fixed;
}

/* ------------------- 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;
}
.cnt-nm{
   color: var(--c1) !important;
    display: inline-block;


    font-size: 38px;
    line-height: 1em;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}

/* ----------------------------  */

.card-price{
  background-color: #fff;
  position: relative;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.card-price1{
  background-color: var(--c2);
  position: relative;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.pri-abs{
  position: absolute;
  bottom: 4%;
  right: 4%;
  width: 50px;
}


.pri-abs1{
  position: absolute;
  bottom: 0%;
  right: 2%;
  width: 100px;
}


.pri-whi{
    filter: brightness(0) invert(1); /* converts dark to white */
}

/* --- faq ---- */
.faq .accordion-item{
  margin-bottom: 1rem !important;
}
.faq .accordion-button{
  background-color: #fff;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px; */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  /* height: 0px; */
}

.accordion-button:focus{
box-shadow:unset !important;
}
.accordion-button:not(.collapsed) {
  color: var(--c2) !important;
background-color: var(--c1) !important;
  box-shadow: 0px 10px 15px 0px rgba(255, 83, 48, 0.35);
  /* box-shadow: unset !important; */
}
.accordion-button::after {
 content: '+'!important;
 font-size: 22px;
 font-weight: bold;
 color: var(--c2);
 background-image: unset !important;
 /* background-color: #fff; */
 font-display: flex;
 align-items: center;
 justify-content: center;
 text-align: center;
transition: all 0.5s;
line-height: inherit;
}
.accordion-button:not(.collapsed)::after {
content: '—' !important;
font-size: 18px;
color: var(--c2);
background-image: unset !important;
font-display: flex;
 align-items: center;
 justify-content: center;
 line-height: inherit;
}
/* -------------  */

.card-pop{
  position: relative;
  z-index: 1;
}

.card-pop::before{
  content: '';
  width: 100%;
  height: 90%;
  position: absolute;
  bottom: 0%;
  left: 0%;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  z-index: -1;
  border-radius: 2rem !important;
}

.pop-img{
  width: 100%;
  height: 200px;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background-color: #fff;
}

.card-rat{
  position: absolute;
  top: 3px;
  right: 3px;
  background-color: var(--c1) !important;
  /* transform: translateX(-50%); */
}

.rat-star{
  font-size: 10px;
}

.pop-cont{
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  background-color: #f6f6f6;
}

 .text-clamp{
   display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
 }

 /* ----------------------------  */

.custom-img {
  height: 50vh !important;
  object-fit: cover;
  width: 100%;

}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--c2);
  opacity: 0.6; /* Adjust opacity as needed */
  pointer-events: none;
}

.pos-abs{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.small-img{
  width: 100%;
  height: 350px !important;
  overflow: hidden;
}

.small-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/* ====footer===== */
.footer{
    position: relative;
}


.footer::after{
  content: '';
  /* background-image: url(../images/f-baner-bg.jpg); */
  background-size: cover;
  background-color: var(--c2);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  z-index: -2;
}

.pattern-img{
  position: absolute;
  bottom: 4%;
  right: 0%;
  /* width: 100%; */
  height: 100%;
  z-index:-1;
}

.pattern-img1{
  position: absolute;
  bottom: 4%;
  left: 0%;
  /* width: 100%; */
  height: 100%;
  z-index:-1;
}

.f-logo{
  /* width: 70%;   */
  height: 100px;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.4));
}
.full-so{
  display: flex;
  /* background-color: #daa52a; */
  /* height: 100px; */
}
.soc-bx{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.soc-icon{
  width: 50%;
  /* height: 50%; */
  transition: all .5s;
}
.soc-bx:hover .soc-icon{
  animation: gelatine 0.5s ;
}

@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

.foot-arrow{
  width: 16px;
}
.foot-p{
  display: flex;
  align-items: center;
  transition: all .5s;
  margin-top: 1rem;
  font-size: 14px;
}
.foot-p:hover{
  transform: translateX(5%);
  transition: all .5s;
}
/* .ft-main{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: left;
} */
.f-con-div{
  display: flex;
}
.f-con-bx{
  background-color: var(--c1);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con-f-icon{
  width: 50%;
}
.f-con-txt{
  width: 60%;
}
.f-con-h{
  font-size: 15px;
}



/* -----------------  */

.oth-hero{
  height: 45vh;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}
.oth-hero::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /* background-color: var(--c2); */
  z-index: -1;
    /* background-color: rgb(0, 2, 25,0.7); */
    background-image: url(../images/2150314936.jpg) !important;
    background-size: cover;
   background-attachment: fixed;
   background-position: bottom;
} 
  
.hero-h{
  /* color: #fff; */
  font-size: 55px;
}

/* ---------- why choose us ----------  */

.why-us{
  position: relative;
  height: 400px;
}


.why-us-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;
}

.why-us-img2{
  object-fit: cover;
  position: absolute;
  height: 60%;
  width: 60%;
  /* width: 280px; */
  background-color: #fff;
  /* z-index: 1; */
  bottom: 0%;
  left: 8%;
  
}

.foun-img{
  width: 100%;
  height: 350px;
  object-fit: cover;
}


.foun-fron{
  border-left: 6px solid var(--c2);
}

/* -------------  */

.why-cho-us{
  position: relative;
}

.why-cho-img{
  /* position: absolute;
  top: 50%;
  right: 50% ;
  transform: translate(-50%, -50%); */
  display: flex;
  justify-content: center;
}

.why-cho-img1{
  width: 100%;
  /* height: ; */
  /* border-radius: 50%; */
  object-fit: cover;
 
}

.why-col{
  min-height: 170px;
}
.box1 {
  align-self: flex-end;
  animation-duration: 3s;
  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); }
}


.gif-text{
    background-image: url(../images/giphy5.webp);
    /* display: inline-block; */
    background-repeat: repeat;
    background-clip: text;
    background-position: top ;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.shin-btn{
  /* background-image: linear-gradient(to right, #000000 0%, #0d0d0d 51%, #000000 100%) !important; */
  background-color: var(--c1) !important;
    color: #000 !important;
    /* border-radius: 5px; */
    /* box-shadow: 0 0 20px #eee; */
   transition: all 0.5s ease-in-out;
    background-size: 200% auto;
    display: block;
    position: relative;
    overflow: hidden;
}
.shin-btn:before {
    position: absolute;
    top: 0;
      left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);

}
.shin-btn:before {
	-webkit-animation: shine 2s infinite;
	animation: shine 2s infinite;
}

.shin-btn:hover{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: all 0.5s ease-in-out;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}



  .ser-head-main{
    font-size: 50px;

  }
  /* .ser-crd{
    width: 100%;
    position: relative;
    min-height: 180px;
    background-color: #fff;
    box-shadow: 0 70px 70px rgba(0,0,0,.2);
    transition: all .5s;
    border-top: 3px solid var(--c2);
  } */
  .ser-crd{
    width: 100%;
    position: relative;
    /* min-height: 165px; */
    background-color: #fff;
    box-shadow: 0 70px 70px rgba(0,0,0,0.08);
    transition: all .5s;
    border-top: 3px solid var(--c1);
  }
  .ser-crd:hover{
    box-shadow: unset;
    transition: all .5s;
  }
  .ser-p{
    text-align: center;
  }
  .ser-img-bx{
    height: 65px;
    width: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--c2);
    box-shadow: rgb(38, 57, 77) 0px 5px 30px -12px;
    position: absolute;
    top: -10%;
    left: -3%;
  }
  .ser-crd:hover .ser-img-bx{
    box-shadow: unset;
    transition: all .5s;
  }
  .ser-img{
    width: 50%;
  }

  .ser-h5{
    width: 85%;
  }

  /* compreshed air velidation */
.ca-box .ex-box{
  min-height: 130px;
}

   .ex-box{
    width: 100%;
    min-height: 330px;
    background-color: #FFF;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: relative;
   }
   .l-bx{
    height: 15%;
    width: 10%;
    border-top:2px solid var(--c2) ;
    border-left: 2px solid var(--c2);
    position: absolute;
    top: 0%;
    left: 0%;
    transition: all 1s;
   }
   .r-bx{
    height: 15%;
    width: 10%;
    border-bottom:2px solid var(--c2) ;
    border-right: 2px solid var(--c2);
    position: absolute;
    bottom: 0%;
    right: 0%;
    transition: all 1s;
   }
   .ex-box:hover{
    box-shadow: unset;
    transition: all .5s;
   }
   .ex-box:hover .l-bx{
    width: 100%;
    height: 100%;
    transition: all 1s;
   }
   .ex-box:hover .r-bx{
    width: 100%;
    height: 100%;
    transition: all 1s;
   }
   .ex-p{
    text-align: justify;
   }
   .wher-img{
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
   }

   /* -----------  */
   .suc-mian{
    width: 100%;
    height: 350px;
   }

   .suc-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
   }

   /* --------------  */


.award-abs{
  position: absolute;
  width: 50px;
  left: 2%;
  top: 4%;
}

/* Podium heights */
.first { border: 1px solid #ff5757; }
.second { border: 1px solid #0984e3;}
.third { border: 1px solid #26a69a; }


@media (max-width: 768px) {
  .podium {
    flex-direction: column-reverse;
    align-items: center;
  }
  .step {
    width: 80%;
    margin-bottom: 20px;
  }
}

/* ------  */

.bor-leader{
  border-right: 1px solid #888;
}

/* --------  */

.faq-abs{
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%) !important;
  width: 120px !important;
}

.faq-abs2{
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%) !important;
  width: 180px !important;
  z-index: 0;
}


.faq-abs1{
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%) !important;
  width: 120px !important;
}

table, th, td {
  border: 1px solid black !important;
  border-collapse: collapse;
}

th, td{
  padding: 15px
}

.price-list {
    list-style: none; /* remove default dots */
    padding: 0;
    margin: 0;
}

.price-list li {
    position: relative;
    padding-left: 28px; /* space for tick */
    margin-bottom: 12px; /* space between items */
    line-height: 1.6; /* adjust line height */
}



.price-list li::before {
    content: "✔"; /* tick symbol */
    position: absolute;
    left: 0;
    top: 0;
    color: green; /* change tick color */
    font-weight: bold;
}

/* ----------  */

.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:600px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-left: 40px;
  margin-top: 20px;
  }
  
  
  .con-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  }
  .con-box img {
  width: 40px;
  }
  .con-right {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
  }



  .contact .info-wrap {
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    padding: 30px !important;
    border-radius:1rem;
  }

  .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;
  }

  .cont-img{
    width: 100%;
    height: 560px;
  }

  .cont-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* --------------------------------------make it responsive------------------------ */
  @media screen and (max-width:1400px) {

  .nav-link {
    font-size: 13px !important;
  }
  /* hero */
  .f-first {
    font-size: 50px;
  }

    .text-service{
    font-size: 21px !important;
  }

  }
@media screen and (max-width:1025px) {
          /* navbar */
          .top-nav-one{
            display: none;
        }
        .menu {
          width: 42px;
      }
        /* .logo{
            width: 77px;
        } */
        .nav-menus {
            display:flex;
            align-items: unset !important;
            justify-content: unset;
    
        }
        /* .nav-link{
            color: #000 !important;
        } */
        .offcanvas{
            width: 80% !important;
        }
        .dropdown-item {
          white-space: unset !important;
          font-size: 12px;
        }
    
        .menu{
          width: 52px;
        }
        .offcanvas-header{
          background-color: var(--c2);
        }
    
}
@media screen and (max-width:1200px) {

}
@media screen and (min-width:960px) and (max-width:1030px) {
  .logo{
    height: 43px;
  }

.nav-link{
  /* color: #ffff !important; */
  font-weight: bold !important;
  letter-spacing: 1px;
  font-size: 13px !important;
  /* font-weight: 500 !important; */
  /* font-family: Adamina !important; */
  /* font-family: Poppins-Regular !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: 13px !important;
      font-weight: normal !important;
  }
  /* .newnav .nav-link{
    color: var(--c1) !important;
  } */
  .offcanvas{
      width: 90% !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: #f6f6f6;
    border-bottom: 2px solid var(--c2);
  }

  .nav-active{
    background-color: unset !important;
    color: var(--c1) !important;
    font-weight: bold !important;
    border-bottom: unset !important;
  }

  .dropdown:hover .dropdown-menu {
    margin-top: 2rem !important;
}
      .home-nav .nav-link {
        color: unset !important;
    }
   
.nav-item{
  padding: 0px 4px;
}


  }

  @media screen and (max-width:720px) {
  .navbar .nav-item{
  padding: 8px 10px;
  border: none;
  /* border-bottom: 1px solid transparent; */
  background-image: linear-gradient(to right, #999, #fff);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 1px;
  }

  .brand-caption{
  height: 100%;
  width: 100%;
  position: absolute;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  }
  }


  @media screen and (max-width:660px) {
    .menu {
      width: 32px;
  }
  .logo {
    /* width: 200px; */
    height:50px;
    /* object-fit: contain; */
}
.sm-js{
  text-align: justify !important;
}

.brand-slider {
  height: 50vh;
}
.slide-btns{
  display: none !important;
}

.brand-slider{
  height: 56vh !important;
}

.white-sm{
  background-color: #fff;
  position: relative;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.abt-us1{
  height: 400px;
  width: 100%;
  position: relative;
   perspective: 1000px; /* Creates depth */
  display: inline-block;
 }

.about-us {
    width: 80%;
    height: 100%;
    object-fit: contain;
    border-radius: 50% / 30%;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    transform-style: preserve-3d;
    /* box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 20px; */
    will-change: transform;
    /* border: 6px solid #F1F1F1; */
}

 .abt-abs{
  width: 46%;
  height: 60%;
  position: absolute;
  top: unset;
  bottom:5%;
  left: 0%;
  border: 6px solid #F1F1F1;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
   border-radius: 50% / 30% !important;
 }

 .abt-con{
  position: absolute;
  left: 50%;
  top: 0%;
  min-width: 240px;
  transform: translatex(-50%);
  background-color: #fff;
  /* padding: 10px; */
  /* border-radius: 5px; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
 }

.abt-icon1{
  position: absolute;
  top: 8%;
  left: 4%;
  z-index: -1;
}

.card-img {
  background-size: cover;
  background-position: center;
  height: 380px; /* adjust height */
}

.sw-nav{
    min-width: 110% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 40%;
    left: -5%;
}

.custom-img {
  height: 40vh !important;
  object-fit: cover;
  width: 100%;

}

.hero2::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0%;
  z-index: -3;
  background-image: url(../images/bg1.jpg);
  background-position:  top left;
  background-attachment: unset !important;
  background-size: cover;
}
.oth-hero{
  height: 40vh;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  flex-direction: column;
  background: rgb(39, 39, 39,0.6);
  position: relative;
}

.why-us{
  position: relative;
  height: 300px;
}

.why-us-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;
}

.why-us-img2{
  object-fit: cover;
  position: absolute;
  height: 60%;
  width: 60%;
  /* width: 280px; */
  background-color: #fff;
  /* z-index: 1; */
  bottom: 0%;
  left: 0%;
  
}

  .ser-h5{
    width: 80%;
  }

  .bor-leader{
  border-top: 1px solid #888;
  border-right: unset;
  /* padding-top: 35px !important; */
}

th, td{
  padding: 10px
}
  .cont-img{
    width: 100%;
    height: 280px;
  }
}
@media screen and (max-width:500px) {

}
@media screen and (max-width:400px) {

}
  @media screen and (max-width:380px) {

.custom-img {
  height:60vh !important;
  object-fit: cover;
  width: 100%;

}
  }

  @media screen and (max-width:320px) {


  }

  @media screen and (min-width:321px) and (max-width:425px) {

  
}