@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500&family=Poppins:wght@300;400;500;600;700;800&display=swap');

  
html {
  font-size: 16px;
  /* cursor: none; */
  /* overflow-x: hidden; */
}

@font-face {
  font-family: 'Bavicka';
  src: url('../fonts/BavickaRegular.woff2') format('woff2'),
      url('../fonts/BavickaRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}




body {
  position: relative;
  font-family: 'Poppins', sans-serif;
  background: #232325;
  overflow-x: hidden;
}

:root {
  --white: #ffffff;
  --black: #000;
  --gary-color: #727272;
  --lightgary-color: #b2b9bd;
  --theme-color: #0b244c;
  --primary-color: #0c5088;
}

h1{
  font-size: 85px;
  font-weight: 700;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
  margin: 18px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: 'Bavicka';
}

h2 {
  font-size:65px;
  color:#000;
  font-weight: 400;
  font-family: 'Bavicka';
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}

.heading h2 {
  font-size: 3.75rem;
  color: var(--primary-color);
  font-weight: 600;
}

/* header/slider-css */
 
header {
  margin: auto;
  z-index: 11;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  padding-bottom: 0;
  width: 100%;
  background: #232325;
  height: 109px;
}

.navbar-nav {
  align-items: center;
  width: 76%;
  justify-content: center;
}

.navbar-nav .nav-item .nav-link:after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #e0c35c;
  transition: width .3s;
}

.navbar-nav .nav-item .nav-link:hover:after {
  width: 100%;
}

.main-navigate {
  margin: 0;
  padding: 19px 0;
  position: relative;
  width: 100%;
  z-index: 1;
}

/*custom-nav*/

/* custom-slider */

.sliderItem {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  text-align: left;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-slider {
  position: relative;
}

.bottom-line {
  position: absolute;
  right: 0;
  bottom: -14px;
  z-index: -1;
  width: 100%;
}

.custom-slider .carousel-indicators li {
  height: 0;
  width: unset;
  font-size: 12px;
  color: var(--white);
  position: relative;
  z-index: 111;
  text-indent: inherit;
  margin: 21px 0;
  opacity: 1;
  display: flex;
  align-items: center;
  font-weight: 700;
  justify-content: center;
  border: none;
}

.custom-slider .carousel-indicators {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 5%;
  position: absolute;
  top: 0;
  right: -200px;
  left: auto;
}

.custom-slider .carousel-indicators li:before {
  content: '';
  height: 4px;
  width: 20px;
  position: absolute;
  left: 0;
  transition: .5s all ease-in-out;
}

.custom-slider .carousel-indicators li.active:before {
  width: 30px;
}

.custom-slider .carousel-indicators li.active {
  opacity: 1;
}

.custom-slider .carousel-indicators li span {
  opacity: 1;
  transition: .5s all ease-in-out;
  font-size: 15px;
  font-weight: 500;
}

.custom-slider .carousel-indicators li.active span {
  opacity: 1;
}



ul.top-social {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(90deg);
  transform-origin: center;
  top: 35%;
  height: 3%;
  z-index: 999;
}

ul.top-social li {
  display: inline-block;
  padding: 0 15px;
}

ul.top-social li a {
  color: #fff;
}


.slider-content h3 {
  font-size: 62px;
  color: #fff;
  line-height: 61px;
  padding-left: 13px;
  font-weight: 600;
  text-transform: capitalize;
}

.sliderItem h4 {
  font-size: 38px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  line-height: 82px;
  margin-bottom: 0;
}

.custom-slider img {
  width: 100%;
}

/* custom-slider */
.text-body .text-holder {
  position: relative;
}

.sliderItem p {
  color: #fff;
  font-size: 18px;
}

.main-navigate .d-flex {
  padding: 15px 20px;
  margin-top: 10px;
  align-items: center;
  justify-content: space-around;
}

.slider-content {
  margin-top: 0px;
  position: relative;
  z-index: 99;
}

.slider-content::before{
  content: '';
  background-color: #121b0e;
  width: 550px;
  height: 550px;
  border-radius: 100%;
  position: absolute;
  top: -126px;
  left: -139px;
  z-index: -1;
  animation: pulse-animation-two 2s infinite;
}


@keyframes pulse-animation-two {
  0% {
    box-shadow: 0 0 0 0px rgb(0, 0, 0,0.9);
  }
  100% {
    box-shadow: 0 0 0 10px rgb(0, 0, 0,0.1);
  }
}

.main-navigate .row {
  align-items: center;
}

.main-navigate nav {
  padding: 18px 65px;
  background: linear-gradient(45deg, #c69d39, #f2dd74,#c69d39, #f2dd74);
  border-radius: 33px;
  position: relative;
  top: 1rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  font-weight: 600;
  padding-left: 50px;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 0px;
} 

.main-navigate nav img {
  width: 100%;
}

header .header-inFo {
  position: absolute;
  right: 28px;
  top: 15px;
  z-index: 999;
}
.header-inFo span img {
  width: 63px;
  display: block;
}

.header-inFo span h5 {
  font-weight: 600;
  font-size: 18px;
  text-align: start;
  color: #fff;
  margin-bottom: 0px;
  margin-left: 17px;
  font-family: 'Poppins', sans-serif;
}
.header-inFo span a {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  margin-left: 17px;
}

.btn{
  padding: 15px 50px;
  color: #fff;
  outline: none;
  border: none;
  background: #3a3a3c;
  border-radius: 10px;
  transition: all .5s;
  font-weight: 500;
  text-transform: uppercase;
  background: linear-gradient(94deg, #c69d39, #f2dd74, #c69d39, #f2dd74);
}

.btn:hover{
 background-color: orange;
 color: #fff;
 transform: scale(1.1);
}

.header-btn{
  position: relative;
}

.header-btn .btn{
  background: #3a3a3c;
}

.navbar-nav .nav-item{
  position: relative;
}

.navbar-nav .nav-item::before{
  content: '';
  background-color: #000;
  width: 2px;
  height: 13px;
  position: absolute;
  left: 21px;
  top: 13px;
}


.navbar-nav .nav-item:nth-child(1)::before{
  display: none;
}

.slider-content .text-holder h2{
  color: var(--white);
  margin-bottom: 28px;
}

.arrow-btn{
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  gap: 10px;
  transition: all .5s;
}

.arrow-btn:hover{
  color: #afa055;
}



.arrow-btn i{
  width: 65px;
  height: 65px;
  border-radius: 100%;
  background: linear-gradient(45deg,  #c69d39, #afa055);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: var(--white);
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgb(198, 157, 57,0.8);
  }
  100% {
    box-shadow: 0 0 0 20px rgb(198, 157, 57,0.1);
  }
}


header .container{
  max-width: 1600px;
}

.banner-btn{
  margin-top: 19px;
}
/* header/slider-css */





/* about-sec */
.about-sec{
  padding: 99px 0px 75px 0px;
  position: relative;
  background-image: url(../images/aboutbg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}


.about-content article h5{
  font-size: 29px;
  font-weight: 700;
  padding-left: 10px;
  font-family: 'Poppins', sans-serif;
}

.about-img{
  position: relative;
}


.about-content article p{
  margin-top: 20px;
}

.about-content article{
  padding-left: 35px;
  padding-right: 50px;
}

.about-content article h2{
  font-size: 78px;
  text-transform: inherit;
  font-weight: 700;
  color: #000;
  line-height: 75px;
  letter-spacing: 6px;
}



.info-about span h6{
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 9px;
}

.info-about span h4{
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 29px;
  color: #aa9651;
}

.primary-heading h2{
  color: #fff;
}

.info-about span img{
  width: 75px;
  height: 81px;
}

.about-content .btn{
  padding: 13px 52px;
}




/* about-sec */





/* ft-prd */

.ft-prd{
  padding: 18rem 0 22rem 0;
  background-image: url(../images/prd-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}


.ft-prd-card{
  background-color: #fff;
  border-radius: 20px 20px 20px 20px;
  transition: all .5s;
}

.ft-prd-card:hover{
  transform: scale(1.05);
}



.card-content{
  margin-top: 14px;
  padding-left: 27px;
  padding-bottom: 35px;
  border-radius: 0px 0px 20px 20px;
}
.ft-prd-card figure img{
  border-radius: 20px 20px 0px 0px;
}


.card-content h3{
  font-size: 25px;
  font-family: 'Poppins', sans-serif;
  margin-top: 11px;
}

.price{
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}

.price h5{
  font-size: 23px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0px;
  font-weight: 600;
}

.price span{
  color: #a5a5a5;
}

.btn-cart{
  background-color: #a38f4c;
  border-radius: 0px;
  color: #fff;
  padding: 14px 10px;
  font-weight: 600;
  box-shadow: 0px 0px 40px #ccc;
  transition: all .5s;
}

.btn-cart:hover{
  background-color: #000 !important;
  color: #fff;
}

.iconssx{
  display: flex;
  align-items: center;
  margin-top: 35px;
  gap:10px;
}

.iconssx a{
  width: 42px;
  height: 42px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  font-size: 18px;
  justify-content: center;
  border: 1px solid #000;
  color: #000;
  transition: all .5s;
}


.iconssx a:hover{
  background-color: #a38f4c;
  color: #fff;
  border:none;
}


.ft-prd .arrow-btn{
  color: #000;
  margin-top: 40px;
}


/* ft-prd */

/* video-sec */

.video-sec{
  padding: 8rem 0 14rem 0;
  position: relative;
}

.video-sec::before{
  content: '';
  background-image: url(../images/videobg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  position: absolute;
  top: -13rem;
  height: 1167px;
  z-index: -1;
}

.video-content article h6{
  font-size: 23px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  color: #fff;
}

.video-content article h2{
  color: var(--white);
  margin-top: 40px;
  margin-bottom: 50px;
}

.video-content article a{
  padding-left: 6rem;
}

.man-img{
  position: absolute;
  right: 8rem;
  bottom: -16rem;
}

.man-img img{
  width: 729px;
}


/* .man-img::before{
  content: '';
  background-color:#f6e37b;
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  right: 3rem;
  bottom: 15rem;
  z-index: -1;
} */



.man-img::after, .man-img::before {
  content: "";
  display: block;
  position: absolute;
  top: 109px;
  left: 67px;
  width: 550px;
  height: 550px;
  background: #f6e37b;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: grow 2s ease-in-out infinite;
  animation: grow 2s ease-in-out infinite;
}
.man-img::after {
  background: #f6e37b;
}
.man-img::after::before {
  content: "";
  display: block;
  position: absolute;
  top: 109px;
  left: 67px;
  width: 550px;
  height: 550px;
  background: #f6e37b;
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: grow 2s ease-in-out infinite;
          animation: grow 2s ease-in-out infinite;
}
.man-img::before {
  background: #f6e37b;
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

@-webkit-keyframes grow {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3, 1.3);
    opacity: 0;
  }
}

@keyframes grow {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3, 1.3);
    opacity: 0;
  }
}



/* video-sec */


/* gallery-sec */

.gallery-sec{
  padding: 24rem 0 12rem 0;
  position: relative;
}

.gallery-sec::before{
  content: '';
  background-image: url(../images/gallerybg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 1638px;
  position: absolute;
  top: -1rem;
}

.galler-row{
  display: flex;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

/* gallery-sec */



/* blog-sec */

.blog-sec{
  padding: 10rem 0 15rem 0;
  position: relative;
}

.blog-sec::before{
  content: '';
  background-image: url(../images/blogbg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 1315px;
  position: absolute;
  top: -18rem;
}

.blog-content article h5{
  font-size: 23px;
  font-family: 'Poppins', sans-serif;
  margin-top: 30px;
}

.blog-content{
  padding-right: 5rem;
}
.blog-content article p{
  font-weight: 600;
}

.blog-content article h6{
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
 color: #70683b;
 margin-top: 24px;
}

.blog-content article p{
  color:var(--black);
}

.blog-content .arrow-btn{
  color: #000;
}

.arrow-btn-two{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
}

.arrow-btn-two i{
  width: 65px;
  height: 65px;
  border-radius: 100%;
 background-color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: var(--white);
}

.comment{
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 40px;
}

.comment span i{
  margin-right: 10px;
}

.comment span{
  font-size: 14px;
}

/* blog-sec */



/* footer */

footer{
  background-image: url(../images/footerbg.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  background-size: cover;
  padding-top: 132px;
  padding-bottom: 17px;
  margin-top: 0rem;
}

.contact-details h5{
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  color:#fff;
  margin-bottom: 15px;
}

.contact-details p{
  color:#fff;
  margin-top:0;
  margin-bottom: 20px;
}
.footer-links h5{
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  color:#fff;
  margin-bottom: 32px;
}

.instagram-follow h5{
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  color:#fff;
  margin-bottom: 46px;
}

.contact-details a{
  color:#fff;
  transition: all .5s;
  display: block;
  margin-bottom: 20px;
}

.contact-details a:hover{
  color: #ffc107;
}

.contact-details li{
  padding-bottom: 10px;
  display: inline-block;
}

.footersocial{
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 4rem;
}

 .footersocial a {
  color: white;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  font-size: 16px !important;
}

.footer-social{
  margin-top: 40px;
}

.footer-links{padding-left: 0rem;}

.footerlogo img{
  position: relative;
  top:-42px;
  right: 69px;
}

.footer-links a{
  color:white;
  transition: all .5s;
  text-transform: uppercase;
}

.footer-links a:hover{
  color: #ffc107;
}

.footer-links li{
  padding-bottom: 20px;
}

.footer-social li{
  display: inline-block;
  margin-left: 5px;
}
.footer-social i{
  height: 37px !important;
  width: 37px !important;
  background-color: #fff;
  color: #000;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  border: burlywood;
  transition: all .5s;
}

.footer-social li a i:hover {
  color: white;
  background: #ffc107;
  color: #fff;
  border: none;
}

.copyright{
  border-top: 1px solid #fff;
  padding-top: 20px;
  margin-top: 40px;
}


.news-text article h5{
  font-family: 'poppins';
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 400;
}

.news-text article h2{
  color: #fff;
}

.form-rows form input{
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 2px solid #ccc;
  border-radius: 0px;
}

.form-rows{
  padding-bottom: 77px;
  margin-top: 40px;
}

.form-rows .btn{
  border-radius: 0px;
  color: #000;
}

/* footer */



.custom-slider .carousel-indicators {
  position: absolute;
  z-index: 15;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  width: 10%;
  align-items: center;
  top: 24px;
  /* left: -293px; */
  right: -316px;
  flex-direction: column;
}

.custom-slider .carousel-indicators li {
  text-indent: inherit;
  position: relative;
  /* background-color: transparent; */
  margin: 12px 0;
  opacity: 1;
  color: #000;
  font-weight: 600;
  font-size: 25px;
  display: flex;
  align-items: center;
  transition: .5s all ease-in-out;
  margin-right: 20px;
  width: 13px;
  height: 13px;
  justify-content: space-around;
  border-radius: 100%;
  transition: .5s all ease-in-out;
  opacity: 1;
  /* border: 1px solid #000; */
}

.custom-slider .carousel-indicators li.active span {
  font-size: 14px;
  margin: 0;
  color: white;
}


.custom-slider .carousel-indicators li.active span {
  opacity: 1;
}

.custom-slider .carousel-indicators li.active {
  color: #2a9d8f;
  font-size: 60px;
  font-weight: 700;
  opacity: 1;
  width: 33px;
  margin-bottom: 13px !important;
  height: 32px;
  transition: .5s all ease-in-out;
  background-color: transparent;
  border: 1px solid #fff;
  margin-bottom: -4px;
}

.custom-slider .carousel-indicators li span {
  opacity: 0;
}



[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 0.5s;
}


#preload {
  position: fixed;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index:999;
}
#preload #logo_preload {
  position: absolute;
  width: 300px;
 
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-position: center;
   height: 100%;
}
#preload #logo_preload #mask {
  position: absolute;
  background: goldenrod;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#preload #bars {
  position: absolute;
  z-index: 20;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#preload #bars .bar {
  height: 20vh;
  background:goldenrod;
  position: absolute;
  width: 100%;
  right: 0;
}
#preload #bars #bar1 {
  top: 0%;
}
#preload #bars #bar2 {
  top: 20%;
}
#preload #bars #bar3 {
  top: 40%;
}
#preload #bars #bar4 {
  top: 60%;
}
#preload #bars #bar5 {
  top: 80%;
}



/* inner banner */


.bannner-main {
  position: relative;
}

.bannner-main img {
  width: 100% !important;
}

.bannner-main .text-holder {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  padding-left: 18rem;
  padding-bottom: 5rem;
}

.banner-overlay h1 {
  font-size: 68px;
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 1;
}


.banner-overlay h1::before{
  content: '';
  background-color: #000;
  width: 271px;
  height: 271px;
  border-radius: 100%;
  position: absolute;
  left: -35px;
  top: -100px;
  z-index: -1;
  animation: pulse-animation-two 2s infinite;
}








/* inner banner */


/* beard-oil-sec */

.beard-oil-sec{
  padding: 15rem 0 14rem 0;
  position: relative;
}

.beard-oil-sec::before{
  content: '';
  background-image: url(../images/prd-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  position: absolute;
  top: -1rem;
  height: 1254px;
}

.brd-content article p{
  color:var(--black);
}

.brd-content article h2{
  font-size: 46px;
  margin-top: 30px;
}

.brd-content article{
    padding-right: 3rem;
}

/* beard-oil-sec */


/* client-sec */

.client-box{
  display: flex;
  align-items: center;
}

.client-box span:nth-child(1){
  flex:0 0 45%;
  max-width: 45%;
}

.client-box span:nth-child(2){
  flex:0 0 55%;
  max-width: 55%;
  padding-left: 4rem;
  padding-right: 4rem;
}

.client-box span article img.line{
  width: 124px !important;
}

.client-box span article h6{
  color: #fff;
  font-family: 'poppins';
  margin: 32px 0px 22px 0px;
}

.client-box span article img.strs{
  width: 118px !important;
}

.client-sec{
  padding: 11rem 0;
  position: relative;
}

.client-sec::after{
  content: '';
  background-image: url(../images/clientbg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 639px;
  height: 1107px;
}

/* client-sec */



/* circle-sec */
.circle-box{
  text-align: center;
  transition: all .5s;
  padding: 3rem 1rem;
}

.circle-box:hover{
  background-color: #3a362a;
  border-radius: 100%;
  
}

.circle-box article h4{
  font-size: 21px;
  color:var(--white);
  margin-top: 26px;
}

.circle-box article p{
  font-size: 14px;
}


.circle-sec{
  padding-bottom: 7rem;
}

/* circle-sec */


/* blog-sec */


.Section_blog {
  padding-bottom: 10rem;
  background: url('../images/aboutbg.png');
  padding-top: 3rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}



 .latest-info article p {
  font-size: 16px;
  margin: 0 0 20px 0;
}

.latest-info figure img {
  border-radius: 10px;
  width: 100%;
}

.latest-info article h5 {margin: 35px 0 16px;color: var(--white);font-family: 'poppins';font-weight: 600;font-size: 24px;}


.latest-info .date {width: 80px;min-height: 80px;text-align: center;padding: 15px 5px;position: absolute;border: 0;border-radius: 100%;bottom: 0;margin: 25px 25px;display: flex;flex-direction: column;align-items: center;justify-content: center;background: linear-gradient(45deg, #f6e47b, #d4b34c,#f6e47b, #d4b34c);}



.latest-info {
margin-top: 3rem;
position: relative;
}

.latest-info .date h5 {
  color: #000;
  margin-bottom: 0;
  font-family: 'poppins';
}

.latest-info .date span {
  color: #000;
}

.latest-info figure {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}



/* blog */



/* blog-sec */



/* inner-ft-prd */
.inner-ft-prd{
  padding-bottom: 10rem;
  background: url('../images/aboutbg.png');
  padding-top: 7rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}




/* inner-ft-prd */



/* contactus */

.contactus{
  padding: 10px 0px 100px 0px;
    position: relative;
  }

  .contactus::before{
    content: '';
    background-image: url(../images/contactbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    position: absolute;
    bottom: -3rem;
    height: 1060px;
    z-index: -1;
  }
 
  
  .contactus form input {
   border-radius: 8px;
   border: 1px solid #ccc;
   height: 58px;
   padding-left: 23px;
   background: #fff;
  }
  
  .contactus form select {
    border-radius: 8px;
    margin-top: 15px;
    background: #fff;
    height: 58px;
  }

  .contactus .primary-heading h2{
     font-family: 'Aldhabi';
    font-weight: 700;
  }
  
  .contactus form textarea {
   background: #fff;
   border: 1px solid #ccc;
   border-radius: 8px;
   padding: 20px;
   margin-top: 15px
  }
  
  .contactus form .btn {
   margin: 43px auto 25px;
   padding: 17px 64px;
  }
  
  .cart-icon {
    position: relative;
    display: inline-block;
}

.cart-count {
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px !important;
}
  
  /* contactus */
