:root {--goble-color: #F5667C; --black-color: #000000; --white-color: #ffffff; --Poppins-font: "Poppins"; --Abril-font: "Nunito", sans-serif; }

/* ---Slider---*/
.custom-container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
.slider-social-icons{
  justify-content: space-between;
  padding-top: 15px;
}
#slider img,#slider svg,#product-category svg,.sale-offer-boxborder,#our-testimonial svg,.choose-box img,#product-category .category-image,.category-image-right img{
  width: 100%;
}
.slider_padd{
  bottom: 0;
  left: 0;
  right: 0;
  top: 0%;
}
.image_box{
  width: auto;
  height: 600px;
}
#slider .carousel-caption {
  position: unset;
}
.slider-box .slider_offer,a.slider-button1,.product-content ins,a.slider-button1,a.slider-button2,.product-content del{
  font: 600 14px var(--Poppins-font);
}
.slider-box .slider_offer{
  letter-spacing: 7px;
  line-height: 32px;
  color: var(--goble-color);
  font: 600 16px var(--Poppins-font);
}
.slider-box h1 {
  font: 800 45px/55px var(--Abril-font);
  color: var(--black-color);
  animation: moveInLeft 2s ease-out;
}
@keyframes moveInLeft{
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  80% {
      transform: translateX(10px);
  }
  100% {
      opacity: 1;
      transform: translate(0);
  }
}
.slider-box .slider_text{
  font: 400 14px var(--Poppins-font);
  line-height: 28px;
  color: var(--black-color);
  width: 80%;
  letter-spacing: 0.5px;
}
a.slider-button1:hover{
  color: var(--black-color);
  background: transparent;
}
a.slider-button1{
  letter-spacing: 3px;
  line-height: 32px;
  color: var(--white-color);
  border:2px dashed #D5A30C;
  padding: 10px 20px;
  border-radius: 40px;
  margin-right: 20px;
}
a.slider-button2{
  letter-spacing: 3px;
  line-height: 32px;
  color: var(--black-color);
  background: transparent;
  padding: 10px 20px;
  border-radius: 40px;
  border: 2px dashed #D5A30C;
}
#slider ol.carousel-indicators {
  text-align: left;
  bottom: 0%;
  right: 0%;
  z-index: 1;
  left: auto;
  margin-left: 0;
  cursor: pointer;
}
#slider ol.carousel-indicators li {
  padding: 2px;
  margin-right: 10px;
  opacity: 1;
  width: 0px;
  border: 1px solid #121212;
  height: 0px;
  border-radius: 40px;
  background-color: #121212;
}
#slider ol.carousel-indicators li.active {
  border: 2px solid #FF8DA6;
  background-color: transparent;
  height: 3px;
  width: 3px;
  margin-top: -3px;
}
#slider .smp_front {
  display: inline-grid;
}
#slider .smp_front i {
  background-color: transparent;
  border: 1px solid transparent;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  padding: 8px 9px;
}
#slider .smp_front i:hover{
  color: #FF8DA6;
  background-color: #fff;
  border: 1px solid #fff;
}
/* -------- Video ---------- */
.video-box {
  /* top: 9%;
  right: 35px;
  z-index: 999; */
}
.video-box i {
  font-size: 30px;
  border-radius: 50%;
  background: #FF8EA7;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
.slider-social-icons i{
  font-size: 20px;
  color: #FF8EA7;
}
span.video-title {
  display: block;
  font-size: 14px;
  line-height: 0;   
}
span.video-title2{
  font-size: 24px;
}
.video-box span{
  font-family: "Montserrat";
  font-weight: 700;
  margin-right: 15px;
  position: relative;
  color: #FF8EA7;
}
.slider-socil-video-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
}
.social-icon.box {  
  /* top: 32%;
  right: 0%;
  width: 83px;
  z-index: 99; */
}
.bottom_image_box{
  position: absolute;
  bottom: 0;
  width: 400px;
  left: 10%;
}
.bottom_image_box img{
  width: 100%;
  height: 100%;
}
/*--------------Why Choose-------------------------*/
.choose-head span {
  font: 400 30px "Abril Fatface", serif;
  line-height: 35px;
  color: var(--white-color);
  letter-spacing: 1px;
}
.choose-head {
  padding: 51.1px 30px;
}
.choose-img {
  padding-left: 3px !important;
}
.choose-box img {
  padding-top: 3px;
}
#why-choose-us .main-head h2 {
  width: 98%;
  padding-bottom: 25px;
}
.choose-feature-content h3 {
  font: 900 24px var(--Abril-font);
  line-height: 32px;
  color: var(--black-color);
  letter-spacing: 0px;
}
.choose-feature-content p {
  font: 700 16px var(--Poppins-font);
  color: #595B62;
  line-height: 28px;
  margin-bottom: 0;
}
.choose-feature-image {
  padding-top: 9px;
}
#why-choose-us .main-head {
  text-align: left;
  background: var(--white-color);
}
#why-choose-us .choose-img img{
  width: 100%;
  animation: bouncess 2s ease-in-out 0s infinite alternate;
  animation-delay: 0.8s;
}
@keyframes bouncess{
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-15px);
  }
}
.why-choose-first-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.why-choose-first-image {
  height: 451px;
  width: 100%;
}
.image-box {
  padding: 0;
  background-color: var(--white-color);
}
/*-----------------Record Section--------------------*/
#our-records{
  background: linear-gradient(270deg, #B6E7E3 30%, #7BDAD2 100%);

}
#our-records img{
  width: auto;
}
span.count_no {
  font: 400 35px "Abril Fatface", serif;
  line-height: 36px;
  color: var(--white-color);
}
.count_sufix{
  font: 400 35px "Abril Fatface", serif;
  line-height: 36px;
  color: var(--white-color);
}
.our-records-content p {
  font: 600 18px var(--Poppins-font);
  line-height: 36px;
  color: var(--white-color);
}
.count-box {
  padding: 48px 0 10px;
}
.record-image {
  border: 1px solid #bc3041;
  background: #FF8EA6;
  border-radius: 50%;
  padding: 20px;
  width: 105px;
  height: 105px;
  margin: 0 auto;
  animation: flipInX 3s infinite;
}
/* ------------ Offer Sale ----------- */
#sale-offer .sale-offer-content{
  position: relative;
}
.sale-offer-boxborder {
  height: 80%;
  top: 25%;
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
}
.sale-offer-box span {
  font-size: 18px;
  color: var(--black-color);
  font-family: "Rubik";
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  padding: 5px 10px;
  animation: tada 2s linear infinite;
}
@keyframes tada{
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%, 20% {
      -webkit-transform: scale(0.9) rotate(-3deg);
      -ms-transform: scale(0.9) rotate(-3deg);
      transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
      -webkit-transform: scale(1.1) rotate(3deg);
      -ms-transform: scale(1.1) rotate(3deg);
      transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
      -webkit-transform: scale(1.1) rotate(-3deg);
      -ms-transform: scale(1.1) rotate(-3deg);
      transform: scale(1.1) rotate(-3deg);
  }
  100% {
      -webkit-transform: scale(1) rotate(0);
      -ms-transform: scale(1) rotate(0);
      transform: scale(1) rotate(0);
  }
}
.sale-offer-box span:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 28px;
}
#sale-offer .sale-offer-content h2{
  font:700 32px "Rubik";
  letter-spacing: 33px;
  line-height: 23px;
  color: var(--white-color);
  text-align: center;
  width: 51%;
  margin: 30px auto 10px;
  border: 1px solid #fff;
  padding: 18px 0;
  animation: rotateCard 2s forwards;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate-reverse;
  animation-delay: 1s;
}
#sale-offer a.title2 {
  font: 600 18px/25px var(--Poppins-font);
}
/* ------------- Newsletter ------------- */
#newsletter .news-titile h2{
  font: 700 32px var(--Abril-font);
  color: var(--white-color);
}
#newsletter .news-titile span{
  color: var(--white-color);
  font: 700 14px var(--Poppins-font);
  letter-spacing: 3px;
}
#newsletter .newsletter-form{
  padding-top: 20px;
}
#newsletter .newsletter-form input[type="email"]{
  width: 48%;
  position: relative;
  border: 1px solid var(--white-color);
  border-radius: 40px;
  background-color: var(--white-color);
  right: 7%;
}
#newsletter .newsletter-form input[type="email"]::placeholder {
  color: #7e7e7e;
  font: 500 14px var(--Poppins-font);
  font-style: italic;
}
#newsletter .newsletter-form input[type="submit"]{
  font: 600 16px var(--Poppins-font);
  letter-spacing: 1px;
  color: var(--white-color);
  text-align: center;
  background-color: transparent;
  border: 1px solid var(--white-color);
  padding: 10px 40px;
  position: absolute;
  right: 22%;
  top: 0;
} 