@font-face {
  font-family: yekanBakh;
  src: url("../fonts/YekanBakh/YekanBakh-Regular.ttf") format("truetype"),
   url("../fonts/YekanBakh/YekanBakh-Regular.woff") format("woff"),
}
@font-face {
  font-family: yekanBakhBold;
  src: url("../fonts/YekanBakh/YekanBakh-Bold.ttf") format("truetype"),
  url("../fonts/YekanBakh/YekanBakh-Bold.woff") format("woff"),
}
*{
  font-family: 'yekanBakh';
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style: none !important;
}
html{
  scroll-behavior: smooth !important;
  overflow-y: scroll !important;
  height: 100vh;
  scroll-snap-type: y mandatory;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'yekanBakhBold';
}
.yekanBakh{
  font-family: 'yekanBakh' !important;
}
.text-justify{
  text-align: justify;
}
.bluecolor{
  color: #281e53;
}
.bluebg{
  background: #281e53;
}
.orangecolor{
  color: #e58f65 !important;
}
.orangebg{
  background: #e58f65 !important;
}
.dirtybluecolor{
  color: #333659;
}
.dirtybluebg{
  background: #333659;
}
.blackcolor{
  color: #222;
}
.blackbg{
  background: #222;
}
.darkgraycolor{
  color: #313131;
}
.darkgraybg{
  background: #313131;
}
.shadow{
  box-shadow: 2px 2px 4px rgba(229, 144, 101, 0.26) !important;
}
::placeholder {
  color: white !important;
  opacity: 1; /* Firefox */
}
.btnHover:hover{
  background: #e58f65 !important;
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: #e58f65;
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: #e58f65;
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: #e58f65;
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(229, 144, 101, 0.432);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #e58f65;
    --bs-pagination-active-border-color: #e58f65;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none;
}
.productDesc p{
  line-height: 2.2rem !important;
  font-size: 1rem !important;
  font-family: 'yekanBakh' !important;
}
.productDesc strong{
  line-height: 2.2rem !important;
  font-size: 1.2rem !important;
  font-family: 'yekanBakhBold' !important;
  color: #e58f65 !important;
}
.productDesc h1{
  color: #e58f65 !important;
  font-size: 1.6rem !important;
  line-height: 1.5rem !important;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  font-family: 'yekanBakhBold' !important;
}
.productDesc h2{
  line-height: 2.2rem !important;
  font-size: 1.475rem !important;
  color: #e58f65 !important;
  margin-top: .6rem !important;
  margin-bottom: .6rem !important;
  font-family: 'yekanBakhBold' !important;
}
.productDesc h3{
  line-height: 2.2rem !important;
  font-size: 1.3rem !important;
  color: #e58f65 !important;
  margin-top: .6rem !important;
  margin-bottom: .6rem !important;
  font-family: 'yekanBakhBold' !important;
}
.productDesc h4{
  line-height: 2.2rem !important;
  font-size: 1.2rem !important;
  color: #e58f65 !important;
  margin-top: .6rem !important;
  margin-bottom: .6rem !important;
  font-family: 'yekanBakhBold' !important;
}
.productDesc h5{
  line-height: 2.2rem !important;
  font-size: 1.1rem !important;
  color: #e58f65 !important;
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  font-family: 'yekanBakhBold' !important;
}
.productDesc h6{
  color: #e58f65 !important;
  font-size: 1.5rem !important;
  line-height: 1.5rem !important;
}
.productDesc ul li{
  list-style-type: circle !important;
  margin-right: 1.5rem !important;
}
.productDesc ol li{
  list-style-type: decimal !important;
  margin-right: 1.5rem !important;
}

.productDesc pre{
  line-height: 2.2rem !important;
  font-size: 1.3rem !important;
  background-color: #1d1d1d !important;
  color: #fff !important;
  padding: 1rem !important;
  border-radius: 1rem !important;
  text-align: left !important;
  display: block !important;
  margin-top: .5rem !important;
  margin-bottom: 0.5rem !important;
}
.productDesc table{
  width: 100% !important;
  border: 2px solid #1d1d1d !important;
}
.productDesc table, th, td{
  border: 2px solid !important;
  text-align: center !important;
}
.productDesc th, td{
  padding: 0.7rem;
}
input[type=text]:focus {
  background: #fff;
  border: 3px solid #555;
  color:#1b1b1b !important
}
.productIndex{
  transition:  all .5s ease-in-out;
}
.productIndex:hover div{
  background-color: #e58f65;
}
.productIndex:hover a{
  scale: 1.1;
  transform: translateY(-20px);
}
.logo{
  width: 3rem !important;
  height: 100%;
  object-fit: fill;
}
@media screen and (max-width: 765px) {
  .buttonHero{
    width: 50% !important;
    
  }
  .heroCaption{
    font-size:20px !important;
    line-height: .5rem !important;
  }
  .heroCaption2{
    font: size 20px !important;
    line-height: .5rem !important;
  }
  .wheelImg {
      display: none;
  }
  .swiper-custom-nav {
    display: none;
  }
  .heroWidth{
    padding: 0 .5rem;
  }
  .heroImg{
    min-height: 23rem;
  }
  .mobileBg{
    background: #1b1b1b !important;
  }
  .page{
    padding-left: 1.5rem; 
    padding-right: .5rem;
  }
  .circleHero:first-child{
    top: 30%;
    left: 5%
  }
  .circleHero:nth-child(2){
    top: 34%;
    left: 5%
  }
  .circleHero:nth-child(3){
    top: 38%;
    left: 5%
  }
  .circleHero:nth-child(4){
    top: 42%;
    left: 5%
  }
  .circleHero:nth-child(5){
    top: 46%;
    left: 5%
  }
  .circleHero:nth-child(6){
    top: 50%;
    left: 5%
  }
  .circleHero:nth-child(7){
    top: 54%;
    left: 5%
  }

}

@media screen and (min-width: 768px) {  
  .buttonHero{
    width: 25%;
  }
  .heroCaption{
    font-size:35px !important;
    line-height: 1.5rem !important;
  }
  .heroCaption2{
    font-size:30px !important;
    line-height: 1.5rem !important;
  }
  .heroWidth{
    width: 50% ;
    transform:translateY(-30%);
    right: 8%;
  }
  .heroImg{
    max-height: 23rem;
  }
  .page{
    padding-left: 10rem; 
    padding-right:2rem;
  }
  .circleHero:first-child{
    top: 34%;
    left: 11%
  }
  .circleHero:nth-child(2){
    top: 41%;
    left: 12%
  }
  .circleHero:nth-child(3){
    top: 48%;
    left: 12.5%
  }
  .circleHero:nth-child(4){
    top: 56%;
    left: 12%
  }
  .circleHero:nth-child(5){
    top: 63%;
    left: 11%
  }

}
@media screen and (min-width: 1000px) {
  .page{
    padding-left:13rem; 
    padding-right:2rem;
  }
}

/* indexPAge start */
.indexBg1{
  background-image: linear-gradient(rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.90)), url(../images/indexPage/bg1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.indexBg2{
  background-image: linear-gradient(rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.90)), url(../images/indexPage/bg2.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.indexBg3{
  background-image: linear-gradient(rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.90)), url(../images/indexPage/bg3.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.indexBg4{
  background-image: linear-gradient(rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.90)), url(../images/indexPage/bg4.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.indexBg5{
  background-image: linear-gradient(rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.90)), url(../images/indexPage/bg5.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.indexBg6{
  background-image: linear-gradient(rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.90)), url(../images/indexPage/bg6.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* indexPAge end */
/* product page start */
.productHover {
    text-align: center;
    width: 100%;
    position: relative;
    padding: 40px 0 30px 0;
    transition: all .5s ease-in-out;
}
.productHover::before {
  content: "";
  height: 0;
  background: rgba(59, 59, 59, 0.336);
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  border-radius: 5px;
  transition: all 0.3s;
  bottom: 0;
}
.productHover:hover::before {
  height: 50%;
  background: #e58f65;
}
.productHover:hover img{
  transform: translateY(-2rem);
  transition: all .3s ease-in-out;
}

/* footer start */
.footerLink{
  transition: all .4s ease-in-out;
}
.footerLink:hover{
  color: #5b8686 !important;
  border-bottom: 1px solid #5b8686 !important;
}
.socialLink{
  transition: all .4s ease-in-out;
}
.socialLink:hover{
  background: #5b8686;
}
/* footer end */
/* indexbutton */
.menuLink {
  color: #fff;
  line-height: 2;
  position: relative;
}
.menuLink::before {
  content: '';
  width: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #e58f65;
  position: absolute;
  bottom: -.25rem;
  right: 0;
  transition: width .4s;
}
.menuLink:hover::before {
  width: 100%;
  color: #e58f65 !important;
} 
.menuLink:hover {
  color: #e58f65 !important;
} 
.menuLink.color{
  color: #e58f65 ;
}
.indexBtn {
  border: none;
  width: 40%;
  height: 3rem;
  border-radius: .5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background: #5b8686;
  cursor: pointer;
  transition: all 450ms ease-in-out;
}
.indexBtn .text {
  font-weight: 600;
  color: #fff;
  font-size: medium;
}
.indexBtn:hover {
  background: linear-gradient(0deg,#335555,#1e4747);
  box-shadow: inset 0px 1px 0px 0px rgba(110, 110, 110, 0.4),
  inset 0px -4px 0px 0px rgba(26, 26, 26, 0.2),
  0px 0px 0px 4px rgba(110, 110, 110, 0.4),
  0px 0px 10px 0px #217272;
  transform: translateY(-2px);
}
/* navBtn start */
.navBtn {
  font-size: 1.1rem;
  background: none;
  border: none;
  position: relative;
  padding: .6rem 1.1rem;
  padding-right: calc(2rem + 5rem);
  filter: drop-shadow(4px 4px 4px hsl(0 0% 0% / .5));
  color: rgb(0, 0, 0);
  border-radius: 999vmax 0 0 999vmax;
  cursor: pointer;
  transition: all 125ms
}

.navBtn:active {
  scale: .975;
}

.navBtn:hover::after {
  animation-play-state: paused;
}

.navBtn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  z-index: -1;
  background-color: #e58f65;
  background-image: linear-gradient(transparent 50%, hsl(0 0% 0% / .2) 0);
  animation: mask-position 10s linear infinite;


  -webkit-mask-image: conic-gradient(from 225deg at right, black 0 90deg, #0000 0),
    conic-gradient(from 225deg at right, black 0 90deg, #0000 0),
    repeating-linear-gradient(-135deg, #0000 0px, black 1px .4rem, #0000 calc(.4rem + 1px) calc(.4rem * 2)),
    repeating-linear-gradient(-45deg, #0000 0px, black 1px .4rem, #0000 calc(.4rem + 1px) calc(.4rem * 2));
  ;
  -webkit-mask-position: 0 0, 0 0, 0 0, 0 100%;
  -webkit-mask-size: calc(100% - 5rem) 100%, 100%, 200% 50%, 200% 50%;
  -webkit-mask-repeat: no-repeat, repeat, repeat-x, repeat-x;
  -webkit-mask-composite: source-over, source-out, source-over, source-over;

  mask-image: conic-gradient(from 225deg at right, black 0 90deg, #0000 0),
    conic-gradient(from 225deg at right, black 0 90deg, #0000 0),
    repeating-linear-gradient(-135deg, #0000 0px, black 1px .4rem, #0000 calc(.4rem + 1px) calc(.4rem * 2)),
    repeating-linear-gradient(-45deg, #0000 0px, black 1px .4rem, #0000 calc(.4rem + 1px) calc(.4rem * 2));
  ;
  mask-position: 0 0, 0 0, 0 0, 0 100%;
  mask-size: calc(100% - 5rem) 100%, 100%, 200% 50%, 200% 50%;
  mask-repeat: no-repeat, repeat, repeat-x, repeat-x;
  mask-composite: add, subtract, add;
}

@keyframes mask-position {
  to {
    -webkit-mask-position: 0, 0, -100% 0, -100% 100%;
    mask-position: 0, 0, -100% 0, -100% 100%;
  }
}
.heroBtn{
  border: 2px solide #e58f65 !important;
  transition: all .5s ease-in-out !important;
}
.heroBtn:hover{
  background: transparent !important;
}
.heroBtn2:hover{
  background: #e58f65 !important;
}
/* circleWheel start */
.circleHero{
  width: 1rem;
  height: 1rem;
  background: #5e5e5e;
  border: 1px solid #dddddd;
  border-radius: 50%;
  z-index: 100000;
  position: fixed;
}
.heroCircleActive{
  background: #e58f65;
}
.wheelImg{
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.wheelImgDiv{
  z-index: 10000;
  transition: all .2s ease-in-out;
}



/* circleWheel end */
/* productPage start */
.productHover:hover .productCard{
  color: #1b1b1b !important;
}
/* productPage end */

/* blogPage start */
.blogItem {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 0px solid #f3f3f3;
  color: #9b9b9b;
  transition: all 0.3s;
}
.leftBlog:before {
  content: "";
  width: 1px;
  height: 8%;
  position: absolute;
  display: block;
  left: 0;
  background: #484848;
  bottom: 0;
  transition: all 0.3s;
}
.leftBlog {
  width: 40px;
  position: relative;
  transition: all 0.3s;
}
.blogItem:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
}
.blogItem:hover .blogContent {
  padding-right: 10px;
}
.blogItem:hover .leftBlog:before {
  background: #b4b4b4;
}
.blogItem:hover .leftBlog:before {
  height: 50%;
}
/* blogPage end */
.tax-wrap {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.03);
}

.tax-wrap.detail-post .cat_post_inner .tax-category {
    margin: 0 0 0 20px;
    color: #fff;
}
.tax-category {
    display: inline-flex;
    align-items: center;
    margin: 0 75px;
    color: #9c9c9c;
    text-transform: capitalize;
    padding: 25px 0;
    text-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    position: relative;
}
.date-publish {
  display: inline-block;
  margin-right: 15px;
}
.date-publish .icon-date {
  font-size: 20px;
  margin-left: 15px;
}
.tax-wrap.detail-post .cat_post_inner .tax-category {
  margin: 0 0 0 20px;
  color: #fff;
}

.tax-category {
  display: inline-flex;
  align-items: center;
  margin: 0 75px;
  color: #9c9c9c;
  text-transform: capitalize;
  padding: 25px 0;
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  position: relative;
}
.tax-category:before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  background: var(--red-color);
  border-radius: 50%;
  top: -3px;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 0 0px 5px var(--red-color);
  transform: scale(0);
  transform-origin: center center;
  transition: all 0.3s;
}
*, ::after, ::before {
  box-sizing: border-box;
}
.page-top-content {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  color: #fff;
  width: 100%;
  padding: 0 20px;
}