* {
  margin: 0;
  padding: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Salsa&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&family=Salsa&display=swap');

body {
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-family: 'Salsa', cursive;
}

.container {
  max-width: 1250px;
}

a {
  text-decoration: none !important;
  transition: ease-in-out .2s;
  font-family: 'Poppins', sans-serif;
}

img {
  width: 100%;
  transition: ease-in-out .3s;
}

.img:hover img {
  transform: scale(1.1);
}

.img {
  overflow: hidden;
}
header {
  overflow-x: hidden;
  position: relative;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

span {
  display: block;
}

.head_item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1002px;
  height: 874px;
  background-color: var(--bg-theme-color1);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
  background-color: #373e46;
  padding: 5px 0;
}
.header-top .row{
  align-items: center;
}
header .col-md-4{
  padding-left: 0;
}

.head_icon img {
  width: 30px;
  margin: 0 8px;
}

.head_icon {
  display: flex;
  justify-content: end;
}

.head_item img {
  height: 680px;
  object-fit: cover;
}

.head_phone {
  display: flex;
}

.head_phone span {
  color: #fff;
}

.head_phone a {
  color: #fff;
}

.logo img {
  width: 130px;
  background: #fff;
}


#myHeader.sticky {
  position: fixed;
  background-color: #fff;
  width: 100%;
  top: 0;
  z-index: 9999;
  animation: slideDown 1s ease-out;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.slick-nav.prev-arrow.slick-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 9;
  background-color: #e71800;
  color: #fff;
  padding: 10px;
}

.slick-nav.next-arrow.slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 9;
  background-color: #e71800;
  color: #fff;
  padding: 10px;
}

nav {
  position: relative;
}

.navigation {
  display: flex;
  align-items: center;
  margin-right: 100px;
}

.nav_bar_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nab_bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navigation li {
  padding: 20px 15px;
  position: relative;
}

.navigation li a {
  color: #000;
  font-weight: 600;
}
.head_navbar{
  padding: 5px 0;
}

.droupdown {
  position: absolute;
  background-color: #fff;
  z-index: 99;
  width: 250px;
  display: none;
  top: 60px;
  border-top: 2px solid #000;
  left: 0;
}

.droupdown li {
  padding: 0;
}

.droupdown li a {
  padding: 8px 15px;
  display: block;
  color: #000 !important;
  font-size: 15px;
  font-weight: 600;
}

.droupdown li a:hover {
  background-color: #000;
  color: #fff !important;
}

.clk_btn {
  position: absolute;
  right: 0;
  top: 18px;
}

.nav_phone a {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}

.margin {
  margin: 60px 0;
}
.nav_phone img{
  width: 50px;
  margin-right: 10px;
}
.nav_phone{
  display: flex;
  align-items: center;
  justify-content: center;
}
.small_head {
  position: relative;
  display: inline-block;
  color: #373e46;
  font-size: 16px;
  font-weight: 600;
}


.big_head {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 800;
  color: #b6121f;
  margin: 15px 0;
  font-family: sans-serif;
}



#myHeader.sticky .logo img {
  width: 150px;
}
.head_right img{
  height: 268px;
  object-fit: cover;
}
.head_right::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000061;
}
.head_right{
  position: relative;
}
.card_overlay{
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 9;
  right: 5%;
}
.card_overlay p{
  color: #fff;
}
.card_overlay a{
  color: #fff;
  text-decoration: linen !important;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline !important;
}
.card_overlay a:hover{
  color: #b6121f;
}
.head_right:first-child{
  margin-bottom: 10px;
}

.seller_item{
  margin: 10px;
  text-align: center;
}
.seller_item .img{
  border-radius: 50%;
  border: 8px solid #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
button.slick-prev.slick-arrow{
  display: none !important;
}
button.slick-next.slick-arrow{
  display: none !important;
}
.enquiry_now_top a{
  color: #000;
  font-weight: 600;
  margin-top: 10px;
  display: block;
  font-size: 18px;
}
.ab_contant{
  position: relative;
  /*padding-left: 36px;*/
}

.ab_head{
  font-size: 30px;
  text-transform: uppercase;
  /*display: inline-block;*/
  /*-webkit-transform: rotate(270deg);*/
  /*-ms-transform: rotate(270deg);*/
  /* transform: rotate(270deg); */
  /*position: absolute;*/
  /*left: -7px;*/
  /*top: 165px;*/
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  line-height: 1;
  color: #b6121f;
  font-weight: 600;
  font-family: sans-serif;
}


.single_funfact img{
  width: 60px;
}
.counter_num{
  font-size: 25px;
  font-family: 'Salsa', cursive;
  font-weight: 900;
  margin: 6px 0;
}
.enrolled{
  font-size: 18px;
  color: #b6121f;
  font-family: 'Salsa', cursive;
}
.single-bx{
  padding: 20px;
}
.single-bx:first-child{
  border-right: 2px solid #f8178170;
  border-bottom: 2px solid #f8178170;
}
.single-bx:nth-child(3){
  border-right: 2px solid #f8178170;
}

.single-bx:nth-child(2){
  border-bottom: 2px solid #f8178170;
}

.counter_all{
  position: sticky;
  top: 90px;
}

.all_btn{
  background-color: #b6121f;
  color: #fff;
  padding: 12px 20px;
  position: relative;
  display: inline-block;
  font-family: 'Salsa', cursive;
  font-size: 18px;
  font-weight: 600;
}
.button{
  margin-top: 20px;
}
.all_btn:before {
  content: '';
  position: absolute;
  border: #b6121f solid 2px;
  top: 5px;
  right: -5px;
  bottom: -5px;
  left: 5px;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: top,right,bottom,left;
  transition-property: top,right,bottom,left;
}
.all_btn i{
  margin-left: 10px;
}
.all_btn:hover{
  color: #fff;
}
.all_btn:hover::before{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.hot_p img{
  width: 250px;
  position: relative;
  z-index: 99;
}
.hot_p::after{
  content: "";
  width: 70%;
  height: 70%;
  background-color: #fff;
  border-radius: 0px 0 0 60px;
  z-index: 9;
  position: absolute;
  left: 10%;
  top: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.hot_p{
  text-align: right;
  background-color: #e4e4e4;
  padding: 60px 30px;
  position: relative;
  height: 275px;
}
.hot_contant{
  position: absolute;
  left: 5%;
  top: 20%;
  max-width: 50%;
  z-index: 99;
  text-align: left;
}
.hot_head{
  font-size: 25px;
  font-family: sans-serif;
  font-weight: bold;
}
.hot_contant p{
  margin-top: 10px;
  color: #000;
}
.pro{
  width: 22%;
  padding: 10px 0 30px;
  transition: ease-in-out .3s;
  margin: 10px;
  border-radius: 5px;
  background-color: #fff;
}
.pro_head{
  text-align: center;
  font-size: 19px;
  color: #63676d;
  font-weight: 500;
  margin-top: 10px;
}
.pro:hover{
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.all_product{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pro_test{
  position: sticky;
  top: 90px;
}
.icon img{
  width: 60px;
  margin-right: 25px;
}
.why_chose{
  margin-top: 50px;
}
.why_box{
  display: flex;
  text-align: left;
  margin-bottom: 30px;
}
.why_chose .img{
  margin-bottom: 20px;
}
.why_chose .img img{
  height: 300px;
  object-fit: cover;
}
.why_head{
  font-size: 18px;
  /* font-family: 'Salsa', cursive; */
  margin-bottom: 10px;
  color: #373e46;
  font-weight: bold;
}
.why_all_box .why_box:first-child{
  border-bottom: 1px solid #adacac;
}
.why_all_box .why_box{
  padding-bottom: 30px;
}
.why_chose p{
  font-size: 15px;
}
.Products_home {
  background: #f6f7f7;
  padding: 40px 0;
}
.test_item{
  text-align: center;
  padding: 40px 30px;
  position: relative;
  margin: 10px;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.test_slider .img img{
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 50px;
}
.test_slider .img{
  margin-bottom: 20px;
}
.testmonial{
  background-color: #f6f7f7;
  padding: 40px 0;
  margin-bottom: 50px;
}
.name{
  margin-top: 20px;
  font-size: 20px;
  color: #b6121f;
  font-weight: 600;
}
.dagination{
  font-size: 16px;
}
.star{
  position: absolute;
  top: 0;
  right: 10px;
}
.star img{
  width: 70px;
  transform: rotate(180deg);
}
.contant_form form {
  background-color: #f6f7f7;
  padding: 40px;
  position: relative;
  z-index: 9;
}


form .f_item input, textarea, select {
  width: 100%;
  padding: 8px 10px;
  outline: none;
  margin-bottom: 15px;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
button{
  border: none;
}
form .big_head {
  color: #b6121f;
  font-size: 25px;
}
.phone {
  display: flex;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
}
.phone li {
  display: flex;
  width: 50%;
}
.phone img {
  width: 40px;
  object-fit: contain;
  margin-right: 15px;
}
.phone_no span {
  font-size: 13px;
  font-weight: 500;
  color: #5E5E5E;
}
.phone_no a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.contant_form {
  max-height: 300px;
}
.map {
  margin-bottom: 30px;
}
.address{
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.address span{
  font-size: 20px;
}
.address img{
  width: 40px;
  margin-right: 10px;
}

footer{
  text-align: center;
  background-color: #000;
  padding: 50px 0 30px;
}
footer .big_head{
  color: #fff;
}
.foot_email{
  max-width: 50%;
  margin: 30px auto;
}
.foot_email p{
  color: #fff;
  font-size: 15px;
}
.foot_email form{
  display: flex;
}
.foot_email form input{
  width: 80%;
  background-color: #000;
  border: 1px solid #adacac;
  color: #fff;
  padding: 10px 15px;
  outline: none;
}
.foot_email form{
  margin-top: 30px;
}
.foot_email form button{
  width: 20%;
  border: none;
  padding: 10px 15px;
}
.foot_logo img{
  width: 150px;
  margin: 40px auto;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
}
.foot_menu {
  display: flex;
  justify-content: center;
}
.foot_menu li a{
  color: #fff;
  padding: 10px 15px;
}
.foot_icon {
  display: flex;
  justify-content: center;
  margin: 15px 0;
}
.foot_icon a{
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 10px;
  color: #000;
  line-height: 40px;
}
.foot_icon a:hover{
  background-color: #b6121f;
  color: #fff;
}
.copy_right{
  border-top: 1px solid #5e5e5e;
  padding-top: 20px;
  margin-top: 30px;
}
.copy_right p{
  margin-bottom: 0;
  color: #ffff;
  font-size: 14px;
}
.copy_right a{
  color: #fff;
  text-decoration: underline !important;
}
ul.slick-dots{
  display: none !important;
}
.top_seller{
  margin-top: 30px;
}

.inner_banner{
  position: relative;
}
.inner_banner img{
  height: 400px;
  object-fit: cover;
}
.inner_text {
  margin: 0;
  position: absolute;
  top: 40%;
  left: 5%;
  text-align: center;
  z-index: 9;
}
.inner_banner::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.719) 32%, rgb(0 0 0 / 4%) 59%);
  width: 100%;
  height: 100%;
}

.inner-line {
  color: #fff;
  font-size: 39px;
  font-weight: 600;
}
.bradecram {
  display: flex;
}
.bradecram a {
  color: #fff;
  font-size: 18px;
}
.bradecram span {
  color: #fff;
  font-size: 18px;
}
.about .img{
  position: sticky;
  top: 90px;
}
.marcket_plase a{
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}
.marcket_plase a:hover{
  background-color: #373e46;
}
.marcket_plase .all_btn{
  background-color: #000;
}
.marcket_plase .all_btn:before{
  display: none;
}

.pro_item .pro{
  width: auto;
}
.pro_item {
    margin:0 10px;
}
.pro_item a{
    color:#000;
    font-size:12px;
}



@media only screen and (max-width: 1200px) {
  .head_right img {
    height: 236px;
}
}


@media only screen and (max-width: 1024px) {
  .toggle {
    visibility: visible;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    order: 3;
  }

  .toggle>* {
    width: 80%;
    height: 3px;
    background: #000;
    margin: 3px 0;
  }

  .toggle.active .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .toggle.active .line2 {
    opacity: 0;
  }

  .toggle.active .line3 {
    transform: rotate(45deg) translate(-7px, -8px);
  }

  .navigation {
    position: absolute;
    flex-direction: column;
    width: 100%;
    top: 113px;
    left: 0;
    background-color: #000;
    z-index: 999;
    display: none;
  }

  nav {
    position: relative;
  }

  .navigation li {
    padding: 12px 9px;
    font-size: 15px;
    border-bottom: 1px solid #818181;
  }

  .navigation li a {
    color: #fff;
  }

  .droupdown {
    position: revert;
    width: 100%;
  }

  .clk_btn {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    cursor: pointer;
    width: 47px;
    height: 46px;
    line-height: 37px;
    background: #000;
    text-align: center;
  }

  .droupdown li {
    padding: 0 !important;
  }

  .droupdown li a {
    color: #000;
  }

  .head_after::after {
    width: 100%;
  }

  .head_item img {
    height: 600px;
  }

  .nav_bar_nav {
    padding: 8px 30px;
    width: 52%;
  }
  .hot_p img {
    width: 200px;
  }
}


@media only screen and (max-width: 991px) {
  .top_seller{
    margin-top: 30px;
  }
  .counter_all{
    margin-top: 20px;
  }
  .hot_p{
    height: auto;
  }
  .why_chose .img{
    margin-bottom: 35px;
  }
  .contant_form{
    max-height: 100%;
  }
  .contant_form form{
    margin-top: 30px;
  }
  .foot_email {
    max-width: 70%;
  }
  #myHeader.sticky .navigation{
    top:84px;
  }
}
@media only screen and (max-width: 767px) {
  .margin{
    margin: 20px 0;
  }
  .big_head {
    font-size: 24px;
  }
  .testmonial {
    padding: 15px 0;
    margin-bottom: 50px;
}
}
@media only screen and (max-width: 600px) {
  .inner_banner img{
    height: 300px;
  }
  .map iframe{
    height: auto;
  }
  .foot_logo img {
    width: 142px;
    margin: 16px auto;
  }
  .foot_email {
    max-width: 93%;
}
.address span {
  font-size: 16px;
}
.pro {
  width: 38%;
}
.phone li{
  width: 100%;
  margin-top: 20px;
}
.phone{
  margin-top: 0;
}
.nav_bar_nav{
  width: 70%;
}
}
@media only screen and (max-width: 500px) {
  footer{
    padding: 20px 0 30px;
  }
  .foot_menu{
    flex-wrap: wrap;
  }
  .foot_menu li a {
    padding: 9px 15px;
    display: block;
}
.head_phone{
  display: none;
}
.nav_bar_nav {
  padding: 3px 1px;
}
.inner-line{
  font-size: 25px;
}
.bradecram a {
  font-size: 15px;
}
.bradecram span {
  color: #fff;
  font-size: 15px;
}
.bradecram{
  margin-top: 10px;
}
.inner_banner img{
  height: 250px;
}
}
@media only screen and (max-width: 450px) {
  .pro{
    width: 85%;
  }
  .nav_phone a{
    font-size: 17px;
  }
  .nav_phone img {
    width: 38px;
  }
}

@media only screen and (max-width: 400px) {
  .hot_contant{
    top: 3%;
    max-width: 77%;
  }
  .hot_p img {
    width: 145px;
    top: 47px;
}
.hot_head {
  font-size: 17px;
}
.counter_num {
  font-size: 21px;
}

}

.what-app {
    position: fixed;
    z-index: 99;
}

.btn-whatsapp-pulse-border {
    bottom: 30px;
    right: 20px;
    animation-play-state: paused;
}

.marcket-plase a {
    display: block;
    margin-bottom: 10px;
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 20px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.what-app i {
    font-size: 38px;
    color: #fff;
}