:root{
  --c1:#fe5e15; 
  /* --c1:#b70100; */
  --c2:#05103a;
  --c3:#929090;
  --bg:#9fd7fa;

}

/* @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;
}
.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;
}
@font-face {
  font-family: Adamina;
  src: url(../Adamina-Regular.ttf);
}
@font-face {
  font-family: Poppins-Regular;
  src: url(../Poppins-Regular.ttf);
}
.hf{
  font-family: lila !important;
}
html{
  width: 100vw !important;
  overflow-x: hidden !important;
  
}

body{
  margin: 0% !important;
  padding: 0% !important;
  /* font-family: Poppins-Regular !important; */
  overflow-x: hidden !important;
  width: 100vw;
  margin: 0%;
  padding: 0%;
  scroll-behavior: smooth !important;
}

/* h1,h2,h3{
  font-family: Adamina !important;
} */
*{
  box-sizing: border-box;
  /* border: 1px solid black; */
}

/* top first section */

.first-top{
  background-color: var(--c1);
  /* position: relative; */
}
/* .first-top::before{
  content: '';
  background-image: url(../images/footer-1.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0%;
  z-index: -1;
} */
.first-text{
display: flex;
align-items: center;
}
.first-text .ftp{
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
}
.first-bx-img{
  width: 25px;
}
.top-nv-soc-img{
  width: 22px;
}
/* ----------------- navbar --------------------------*/
/* navbar */

.nav-bx{
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-btn{
  /* transform: translateX(-150%); */
  background-color: #000 !important;
  color: #FFF !important;
}

.nav-icon{
  width: 40px;
}
.icon-top-count{
  background-color: #ffffff;
  color: #000 !important;
}
/* nav bar */
.home-nav{
  display: none !important;
}
.navbar{
  transition: all .5s;
  /* background-color: var(--c1); */
  box-shadow: -10px -10px 25px rgba(255,255,255,.08), 10px 10px 25px rgba(0,0,0,.08);
  /* border-bottom: 2px solid var(--c1); */

}
.logo{
  /* width: 180px; */
  height: 75px;
  object-fit: cover;
}
.nav-menus {
  display: flex !important;
  align-items: center;
  justify-content: center;
  
}

.newnav{
  position: fixed !important;
  top: 0% !important;
  left: 0%;
  width: 100%;
  z-index: 50;
  background: #ffffff !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  animation: mymove .5s ;
  border-bottom: 1px solid var(--c1);
  /* display: unset !important; */
}
.home-d-nav{
  display: unset !important; 
}
@keyframes mymove {
  0% {
      transform: translateY(-50%);
  }
  100% {
      transform: translatey(0%);
  }
}
.dropdown-item{
  color: black !important;
}

.search-bx{
  width: 40%;
}
.serc-btn{
  background-color: var(--c1) !important;
  color: #fff !important;
}
.nav-item{
  padding: 0px 10px;
}
.nav-link{
  /* color: var(--c1) !important; */
  font-weight: bold !important;
  letter-spacing: 1px;
  font-size: 14px !important;
  /* font-weight: 500 !important; */
  /* font-family: Adamina !important; */
  font-family: Poppins-Regular !important;
}
.nav-active{
  background-color: var(--c1) !important;
  color: #FFF !important;
  font-weight: bold !important;
}
.nv-icon{
  /* background-color: #ff6f00; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-div img{
  width: 40px;
}
/* .icon-div img{
width: 50px;
} */
.icon-div i{
font-size: 20px;
}
.nv-icon p{
  margin-bottom: 0% !important;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: unset !important;
}
.dropdown:hover .dropdown-menu {
  transform: scale(1);
  /* background-color: var(--c2); */
}

.dropdown-item{
  background-color: unset !important;
  transition: all .5s;
  font-size: 14px;
  color: black !important;
  /* font-family: Arial, Helvetica, sans-serif !important; */
  /* height: 30px; */
  display: flex !important;
  align-items: center;
}
.dropdown-item i{
  margin-right: 6px;

}
.dropdown-menu{
  border-radius: 0% !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
  border-top: 3px solid var(--c1) !important;
}
.dropdown-item:hover{
  /* transform: translateX(10px); */
  transition: all .5s;
  background-color: var(--bg-dark) !important;

}
.nv-fl{
  position: relative;
  overflow: hidden;
}
.nav-flower{
  width: 37%;
  position: absolute;
  bottom: -18%;
  right: -13%;
  animation: animName 15s linear infinite;
}
/* @keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
} */

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.animate {
  animation-duration: 1s;
  -webkit-animation-duration:1s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}
.btn-search{
  background-color: var(--c2) !important;
  
}
.nav-gift{
  width: 20px;
}

.btn-log {
background-color: var(--c1) !important;
color: #fff !important;
border-radius: 50% !important;
}

.mob-s-nav  .ab-lgo-bx{
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c1);
}
.mob-s-nav  .ab-lgo-bx img{
  width: 50%;
}
/* hero */

@keyframes trin {

  from {
      transform:rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
      transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
      transform: rotate3d(0,0,1,15deg);
  }
  26%, 38%, 50%, 62%, 74% {
      transform: rotate3d(0,0,1,0deg);
  }
  29%, 41%, 53%, 65%, 77% {
      transform: rotate3d(0,0,1,-15deg);
  }
  80% {
      transform:rotate3d(0, 0, 1, 0deg);
  }

}
.phn
{
    animation-name: trin;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.grow{
  animation-name: grow;
  animation-duration: 6s;
  /* animation-iteration-count: 3; */
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes grow {
  0% {
    width: 10%;
  }

  50% {
    width: 50%;
  }

  100% {
    width: 10%;
  }
}

.soc-bx:hover .soc-icon{
  animation: gelatine 0.5s ;
}

@keyframes gelatine {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}

/* --- hero section ----- */
.hero{
  background-color: rgba(6, 3, 21, .5);
  display: flex;
  min-height: 90vh;
  display: flex;
  align-items: center;
  position: relative;
}
.hero::before{
  content: '';
  position: absolute;
  inset: 0%;
  width: 100%;
  height: 100%;
  background-image: url(../images/banner.jpg);
  background-size: cover;
  background-attachment: fixed;
  z-index: -1;
}
.hero-f{
  font-size: 50px;
}
.btn-c1{
  background-color: var(--c1)!important;
  color: #FFF !important;
  border-radius: 0% !important;
  min-width: 150px;
}
.btn-c2{
  background-color: var(--c2)!important;
  color: #FFF !important;
  border-radius: 0% !important;
  min-width: 150px;
}


 /* ----------- side bar  ------------ */

 .side-op{
  position: fixed;
  bottom: 2%;
  right: 2%;
  z-index: 50;
}
.sopp{
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #fff200;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sopp i{
  font-size: 40px;
}






/* ABOUT US */

/* why choose us */
.why-left{
  position: relative;
}
.why1{
  width: 90%;
  height: 100%;
  object-fit: cover;
  border-bottom: 10px solid var(--c1);
}
.why2{
  width: 50%;
  position: absolute;
  right: 0%;
  bottom: -4%;
  background-color: #fff;
  /* border: 8px solid #fff; */
}
.tick-box{
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--c2);
  border-radius: 8px;
}
.tick{
  width: 80%;
}
.call-btn-img{
  width: 26px;
}
.bg-f6{
  background-color: #f6f6f6;
}

/* product section */
.pro-card{
  width: 100%;
  min-height: 180px;
  background-color: #ffff;
  box-shadow: 0 5px 25px 0 rgba(41, 128, 185, .15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;

}
.img-pro-bx{
  width: 80px;
  height: 80px;
  background-color: var(--c1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;

}
.img-pro-bx::after{
  content: '';
  /* background-color: #000; */
  width: 80%;
  height: 80%;
  border-radius: 50%;
  position: absolute;
  border: 2px dashed var(--c2);
  opacity: 0;
}
.pro-icon-img{
  width: 60%;
}

.pro-card:hover .img-pro-bx::after{
  width: 110%;
  height: 110%;
  opacity: 1;
  animation-name: spin;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
  transition: all .5s;
}
@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}
.full-pro-card{
  width: 100%;
  background-color: #ffff;
  box-shadow: 0 5px 25px 0 rgba(41, 128, 185, .15);
  position: relative;
  min-height: 130px !important;
  display: flex;
  justify-content: center !important; 
  align-items: center !important;
  flex-direction: column;
}
.full-img-div{
  width: 100%;
  height: 250px;
}
.full-pro-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-fill{
  position: absolute;
  bottom: 0%;
  left: 0%;
  height: 3px;
  width: 0%;
  background-color: var(--c1);
  transition: all .5s;
}
.full-pro-card:hover .card-fill{
  width: 100%;
  transition: all .5s;
}


/* similar products */
.sim-pro{
  position: relative;
}
.owl-nav{
  width: 102% !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 30%;
  left: -1%;
}
.sim-arrow{
  background-color: #000 !important;
  border-radius: 50% !important;
  height: 35px;
  width: 35px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all 1s !important;
}
.why-icon{
  width: 80px;
}
.cent-full-img{
  width: 100%;  
  /* height: 100%; */
  height: 500px;
  object-fit: cover;
}
.in-side-center{
  height: 100%;
  display: flex;
  align-items: center;
}


.main-cont{
  width: 75% !important;
}
  /* --------------------------------------make it responsive------------------------ */
  @media screen and (max-width:1400px) {
    .full-img-div {
      width: 100%;
      height: 208px;
  }
  }
@media screen and (max-width:1025px) {
          /* navbar */
          .top-nav-one{
            display: none;
        }
        .menu {
          width: 42px;
      }
        /* .logo{
            width: 77px;
        } */
        .nav-menus {
            display:flex;
            align-items: unset !important;
            justify-content: unset;
    
        }
        /* .nav-link{
            color: #000 !important;
        } */
        .offcanvas{
            width: 80% !important;
        }
        .dropdown-item {
          white-space: unset !important;
          font-size: 12px;
        }
    
        .menu{
          width: 52px;
        }
        .offcanvas-header{
          background-color: var(--c2);
        }
    
    
}
@media screen and (max-width:1200px) {

}
@media screen and (min-width:960px) and (max-width:1030px) {
  .logo{
    height: 43px;
  }
  .nav-link{
    font-size: 13px !important;
  }
 
}

@media (min-width:920px) and (max-width:1200px) {
 
}

  @media screen and (max-width:920px) {

    .sm-js{
      text-align: justify !important;
    }
     /* navbar */
     .top-nav-one{
      display: none;
  }
  .menu {
    width: 42px;
}
  /* .logo{
      width: 77px;
  } */
  .nav-menus {
      display:flex;
      align-items: unset !important;
      justify-content: unset;

  }
  .nav-link{
      /* color: var(--c3) !important; */
      font-size: 15px !important;
      font-weight: normal !important;
  }
  .offcanvas{
      width: 80% !important;
  }
  /* .navbar .dropdown{
    padding-left: 0% !important;
    padding-right: 0% !important;
  } */
  .dropdown-item {
    white-space: unset !important;
    font-size: 16px;

    /* border-bottom: 1px solid var(--c1) !important;
    min-height: 56px; */
  }
  .dropdown-menu{
    border: unset !important;
    box-shadow: unset !important;
  }

  @-webkit-keyframes slideIn {
    0% {
      -webkit-transform: transform;
      -webkit-opacity: 0;
    }
    100% {
      -webkit-transform: translateY(-8%);
      -webkit-opacity: 1;
    }
    0% {
      -webkit-transform: translateY(0);
      -webkit-opacity: 0;
    }
  }
  .menu{
    width: 52px;
  }
  .offcanvas-header{
    background-color: var(--c1);
  }

  .nav-active{
    background-color: unset !important;
    color: var(--c1) !important;
    font-weight: bold !important;
    border-bottom: unset !important;
  }
  .nav-item{
    border-bottom: 1px solid var(--c1);
    min-height: 56px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
  }

  /* hero section */
.hero{
  min-height: 60vh;
}
 
  }

  @media screen and (max-width:720px) {

  }



  @media screen and (max-width:660px) {

    .menu {
      width: 32px;
  }
  .logo {
    /* width: 180px; */
    height: 48px;
}

/* hero section */
.hero{
  min-height: 50vh;
}
.hero-f{
  font-size: 30px;
}

/* product section */
.pro-card h5{
  font-size: 16px;
}

.full-img-div {
  width: 100%;
  height: 240px;
}

.abt-main{
  height: 300px !important;
}

.main-cont{
  width: 100% !important;
}

.im3 img{
  width: 50% !important;
  height: 230px !important;
  object-fit: cover;
  padding-right: 10px;
}

  
}
@media screen and (max-width:500px) {

}
@media screen and (max-width:400px) {

}
  @media screen and (max-width:380px) {

  /*  our product */
  /* in slider */
  .sli-brand{
    font-size: 18px;
  }
  .sli-brand-name{
    font-size: 20px;
  }
  .sli-price {
    font-size: 17px;
}
.sli-p{
  font-size: 12px;
}
/* ========= about page =========== */
 /* ------- Company History ---- */
 .big-txt{
  font-size: 105px;
 }
 /* hero section */
.hero{
  min-height: 50vh;
}
.hero-f{
  font-size: 28px;
}
.btn-c1{
  min-width: unset;
}



  }

  @media screen and (max-width:365px) {
    .f-con-txt button{
      margin-left: unset !important;
      margin-top: 8px;
    }

  }

  @media screen and (max-width:320px) {
        /* /////////////////////////////counter//////////////////////////////////////////////// */

 
         /* hero section */
.hero{
  min-height: 60vh;
}
.hero-f{
  font-size: 25px;
}
.btn-c1{
  min-width: unset;
}
  }

  @media screen and (min-width:321px) and (max-width:425px) {

  
}