*{
  scroll-behavior: smooth;
}
/* @font-face {
  font-family: regular;
  src: url(/fonts/AvertaStd-Regular.ttf);
}

@font-face {
  font-family: bold;
  src: url(/fonts/AvertaStd-Bold.ttf);
}

@font-face {
  font-family: semibold;
  src: url(/fonts/AvertaStd-Semibold.ttf);
} */

 
  
@font-face {
  font-family: regular;
  src: url(/fonts1/Gilroy-Medium.ttf);
}

@font-face {
  font-family: bold;
  src: url(/fonts1/Gilroy-Bold.ttf);
}

@font-face {
  font-family: semibold;
  src: url(/fonts1/Gilroy-SemiBold.ttf);
}

* {
  font-family: regular;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#announcement-bar{
  width: 100%;
  height: max-content;
  background-color: #0b45d3;
  position: absolute;
  top: 80px;
  color: white;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

body{
  background-color: #fcfcfd;
}
.TopmainDiv {
  width: 100%;
  margin-bottom: 0rem !important;
padding-top: 60px !important;
padding-bottom: 0 !important;
}
.maxWidth {
  max-width: 1400px;
  padding: 1rem;
  margin: auto;
}
.featureDiv{
  background-color: white;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow-x: hidden;
}
.featureDiv h1 {
  text-align: center;
  /* background-color: bisque; */
}
.categoryDiv {
  display: flex;
  justify-content: center;
  padding: 1rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
  gap: 15px;
}
.categoryName {
  height: 43px;
  border-radius: 30px;
  background: #ffffff;
  border: 2px solid #000000;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 5px 25px;
  font-weight: 600;
  cursor: pointer;
}
.categoryName_active {
  background-color: #000000;
  color: white;
}
#fontweight{
  font-weight: 500;
}

.FeatureMainCartDiv {
  /* display: flex; */
  justify-content: center;
  flex-wrap: nowrap; /* prevents cards from wrapping */
  overflow-x: auto; /* enables horizontal scrolling */
  -webkit-overflow-scrolling: touch; /* improves touch scrolling on iOS devices */

  scroll-behavior: smooth; /* adds smooth scrolling effect */
  margin: auto;
  overflow: auto;
  white-space: nowrap;
  max-width: fit-content;
}
.FeatureCartbg{
  height: 120px;
  /* background-color: #bddad0; */
  border-radius: 29px 29px 0 0 ;
  /* border: 1.5px solid #d7d7d7;
  border-bottom: none; */

}
.FeatureCartcontaint{
  padding-top: 0 !important;
  position: relative;
  top: -60px;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.FeatureMainCartDiv::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.FeatureMainCartDiv {
  margin-top: 3rem;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.FeatureMainCartDiv >a{
  color: black;
text-decoration: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.categoryDiv::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.categoryDiv {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

/* --------------------------------------------search css  */
.search-container {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.search-container span {
  margin: auto;
}

.scroll-header{
  background-color: white !important;
  box-shadow: 0 -1px 4px rgba(0,0,0,.15);
}

#search-bar {
  margin: 0 auto;
  width: 100%;
  height: 55px;
  padding: 0 20px;
  font-size: 1rem;
  outline: none;
  padding-left: 50px;
  border: 1.5px solid #979797;
  border-radius: 50px;
}

#search-bar:focus {
  /* border: 1px solid #008abf; */
  transition: 0.35s ease;
}

/* #search-bar::-webkit-input-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
} */

#search-bar::-moz-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

#search-bar:-ms-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

.search-icon {
  position: relative;
  float: left;
  width: 75px;
  height: 75px;
  top: -38px;
  left: 16px;
  color: #7b7979;
  /* right: -45px; */
}
/* ------------------------------------------------- search css end  */

.FeatureCart {
  margin: 0 0.7rem;
  width: 255px !important;
  height: 350px;
  background: #fffefd;
  border: 1.5px solid #d7d7d7;
  border-radius: 30px;
  /* padding: 1rem; */
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.FeatureCart>div{
  padding: 1rem;
}
.FeatureCart >div > p {
  font-weight: 500;
  /* white-space: ; */
  white-space: normal;
  font-size: 1rem;
  height: 100%;
  max-height: 50px;
}
.featuredivheading{
font-size: 2.4rem;
font-weight: 600;
}
.featuredivheading span{
color: #4d70ec;
}

.image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: auto;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  overflow: hidden;

}
.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.NameLocationDiv {
  text-align: center;
  margin-bottom: 10px;
}
.NameLocationDiv p {
  font-size: 20px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0em;
  font-size: 1.3rem;
}

.location_div {
  color: #999797;
  display: flex;
  justify-content: center;
  align-items: center;
}
.location_div p {
  font-size: smaller;
  padding: 0.5rem 0;
}
.location_div img {
  height: 17px;
}
.tagdiv {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  /* padding: 1rem 0; */
  padding-bottom: 1rem;
}
.tagdiv > div {
  height: 30px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 5px 15px;
  font-weight: 600;
}
.orderNumber {
  background-color: #fff6d6;
}
.orderNumber p {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: smaller;
  font-weight: 500;
  padding-right: 4px;
}
.orderNumber img {
  width: 20px;
}
.ratingDiv {
  background-color: #fffcb7;
}
.ratingDiv p {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: smaller;
  font-weight: 500;
  padding-right: 4px;
}
.ratingDiv img {
  width: 20px;
}

#element{
  color: #4d70ec;
}

/* /////////////////////////////// */

.flex {
  display: flex;
  gap: 1rem;
}
.flex > div {
  width: 50%;
  /* height: 20rem; */
  /* border: 2px solid black; */
  padding: 1rem;
}

.flex .imageDiv {
  display: flex;
  justify-content: right;
  padding-right: 3rem;
}
.revarse .imageDiv {
  /* flex-direction: row-reverse; */
  justify-content: left;
  padding-left: 3rem;
}

.blueColor {
  color: #4d70ec;
}

.contentDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contentDiv > p {
  margin: 1.4rem 0;
  font-size: 1.3rem;
  line-height: 30px;
  color: #9f9f9f;
}

.contentDiv > h1 {
  font-size: 2.3rem;
  line-height: 55px;
}

.maxWidth1 {
  max-width: 1200px;
  padding: 2rem 0;
  margin: auto;
}

.imageDiv img {
  width: 100%;
  transform: scale(0.9);
}
.contentDiv a {
  display: flex;
  align-items: center;
  text-decoration: none;
  border-bottom: 2px solid black;
  padding-bottom: 0.5rem;
  width: fit-content;
}
.contentDiv a p {
  font-weight: 600;
  color: #000000;
  font-style: italic;
}
.contentDiv a div {
  height: 15px;
  width: 14px;
  margin-left: 5px;
}
.contentDiv a div > img {
  width: 100%;
}

/* ---------------------------------------Explore Pro  */
.ExplorePro{
  background-color: #f1e1ff;
  padding: 2rem 0;

}
#crypto-flex{
  background-color: #e0ffe8;
  border-radius: 40px;
  margin-bottom: 30px;
}
.exploreProBtn{
  height: 64px;
    border-radius: 6px;
    box-shadow: none;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    background-color: #000000;
    color: white;
    width: 18rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 3rem;
    margin: auto;
    margin-top: 2rem;
    cursor: pointer;
}
.brownColor{
  color: #B23E32;
}
.ExplorePro h1{
  max-width: 50rem;
  font-size: 1.8rem;
  text-align: center;
  margin: auto;
}

/* -------------------------Testimonial  */
.slick-arrow{
  display: none !important;
}
.testimonial {
  background-color: #fff4dc;
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.testimonialHeading {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1.6rem;
  /* word-spacing: ; */
}
.RedColor {
  color: #c7915c;
}
.slick-next::before {
  font-size: 40px !important;
}
.slick-prev::before {
  font-size: 40px !important;
}
.slider {
  border: 2px solid black;
  display: flex;
  flex-wrap: wrap;
}
.box {
  min-height: 10rem;
  padding: 1rem;
}
.testimonialContent {
  /* max-width: 379px; */
  width: 100%;
  /* height: 271px; */
  /* border: 2px solid black; */
  border-radius: 20px;
  margin: auto;
  padding: 1.5rem;
  /* box-shadow: 0px 10px 30px rgba(190, 190, 190, 0.25); */
  background-color: white;
  /* padding-left: 1.5rem; */
}


.meassageDiv {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;

  color: #000000;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 28px;
}
.personInfo {
  display: flex;
  /* justify-content: ; */
  align-items: center;
  position: relative;
}
.testimonialImageDiv {
  height: 60px;
  width: 60px;
  margin: 0 10px 0 0;
  object-fit: contain;
  overflow: hidden;
  border-radius: 50%;
}
.testimonialImageDiv > img {
  width: 100%;
}
.TestimnialPersonName {
  font-weight: 600;
  font-size: 18px;
  /* line-height: 21px; */

  color: #000000;

  /* text-align: center; */
  /* margin-top: 11px; */
}
.testimonialPersonPost {
  font-weight: 500;
  font-size: 16px;
  /* line-height: 19px; */
  /* text-align: center; */
}
.svgDiv {
  position: absolute;
  right: 0;
  transform: rotate(180);
  fill: #eeebeb;
}

/*--------------------------------------- CSs for FAqs Sections  */
.faqs {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 20px;
}

.accordion {
  display: flex;
  flex-direction: column;
}

.accordion-item {
  margin-bottom: 20px;
}

.accordion-button {
  background-color: #f7f9ff;
  border: none;
  padding: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-radius: 20px 20px 0px 0px;
  padding: 1.4rem 20px;
}

.accordion-button:hover {
  background-color: #eff1fa;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(190, 190, 190, 0.25);
  border-radius: 0px 0px 20px 20px;
  font-size: 1.2rem;
  line-height: 28px;

  /* padding: 2rem 20px; */
}

.accordion-content p {
  margin: 2rem 20px;
}

.accordion-item.active .accordion-button {
  background-color: #eff1fa;
}

.accordion-item.active .accordion-content {
  max-height: 500px;
}

.accordion-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-item.active .arrow {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transform: rotate(180deg);
}
.arrow {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
}
.faqs > h1 {
  text-align: center;
  margin-bottom: 2rem;
}

/* css for fotter  */
.FooterDiv {
  border-top: 3px solid #f5f5f5;
  background-color: white;
}
.footer {
  background: #ffffff;
  /* border: 1px solid #FFFFFF; */
  padding: 50px 0;
}

.footer-container {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-col {
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.logoContiner-col > div {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: row;
}
.logoContiner-col > div > h5 {
  position: relative;
  right: -13px;
  max-width: 230px;
}
.logoContiner-col > div img {
  /* width: 70%; */
  transform: scale(0.8);
}
.footer-col h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.footer-col ul {
  padding-top: 1rem !important;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-col ul li {
  margin-bottom: 12px;
}
.footer-col ul li a {
  color: black;
  text-decoration: none;
}
.socialMediaDiv > div ul {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  /* flex-direction: column; */
}
.socialMediaDiv > div ul img {
  width: 50%;
}
.endDiv {
  background: #1c2d40;
  /* height: 70px; */
  padding: 1.5rem 1rem;
  color: white;
  /* display: flex; */
  /* justify-content: center; */
  align-items: center;
}
.endDiv > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* Other file css */
.mainContainer{
  margin-top: 5rem;
  /* margin-bottom: 4rem; */
  min-height: 90vh;
}
.mainContainer h3{
  color: #4D4D4D;
  font-weight: 500;
}
.mainContainer h1{
  margin-bottom: 2rem;
  margin-bottom: 1.5rem;
}
.line{
  width: 100%;
  margin: 1rem auto;
  height: 2px;
  background-color: #000000;
  border-radius: 10px;
}
.mainContainer ul{
  margin-left: 1.5rem;
}
.contactusDiv{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.contactusDiv >div{
  background: #fff;
  border: 2px solid #000;
  border-radius: 24px;
  padding: 40px 40px 32px 32px;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  width: 48%;
  height: auto;
  margin-bottom: 3rem;
}

.contactusDiv >div>h2{
  margin-bottom: 2rem;
}
.contactusDiv >div>a{
  margin-bottom: 0.6rem;
  text-decoration: none;
  color: #008060;
}

#cryptocontentdiv{
  box-sizing: border-box;
  padding-left: 70px;
  padding-top: 30px;
}


#image-container {
  position: relative;
  overflow: hidden;
  /* width: 300px;
  height: 300px; */
  /* border: 1px solid #ccc; */
}
#image-container img {
  width: 100%;
  height: auto;
  opacity: 1;
  transition: transform 0.2s ease;
}

.accordion-item-for-features {
  width: 100%;
}
.accordion-heading {
  padding-top: 20px;
  color: black;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-bottom: 20px;
}
.accordion-description {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  border-bottom: 1px solid #d1d1da;
  /* margin-bottom: 10px; */
  /* padding-bottom: 20px; */
}
.sno{
  font-size: 15px;
  color: #b3490c;
   margin-right: 20px;
}
.accordion-heading p{
  font-size: 1.5rem;
}
.accordion-heading span{
  align-items: end;
}

.headingdiv{
  width: 100%;
}

.accordion-item-for-features.active .accordion-description {
max-height: 500px;
}
.accordion-item-for-features.active .accordion-heading {
  color:  #b3490c;
  font-weight: 600;
  }
.accordion-description  p{
  font-size: large;
  padding-left: 40px ;
  padding-bottom:30px;
}



@media (max-width: 786px) {
 
.accordion-button {
font-size: 1.1rem;
} 

.accordion-content {
 font-size: 1.1rem;
}
#crypto-flex{
  border-radius: 0px;
}
.maxWidth1 {
padding:0;
}
  #cryptocontentdiv{
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 30px;
  }
  
  .footer-container {
    flex-direction: column;
  }

  .footer-col {
    width: 100%;
    margin-bottom: 30px;
    align-items: normal;
  }
}

/* for mobile view  */

@media screen and (max-width: 900px) {
  .accordion-heading p{
    font-size: 1.4rem;
  }
  .categoryDiv {
    overflow: auto;
    white-space: nowrap;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 786px) {
  .flex > div {
    width: 100%;
  }
  .flex {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  .revarse {
    flex-direction: column-reverse;
  }
  .flex .imageDiv {
    padding: 1rem;
    justify-content: center;
    align-items: center;
  }
  .contentDiv > h1 {
    font-size: 1.7rem;
    line-height:40px;
  }
  .endDiv > div p {
    font-size: 1rem;
  }
  .endDiv {
    padding: 1rem;
  }
  .mainContainer{
    margin-top: 2rem;
  }
  .contactusDiv >div{
    width: 100%;
  }
  .featuredivheading{
    font-size: 2rem;
    font-weight: 600;
    }
}





.loader {
  animation: rotate 2s infinite;
  height: 50px;
  width: 50px;
  /* display: none; */
}

#mainloader{
  display: block;
margin: auto;
margin-top: calc(50vh - 120px);
}

.loader:before,
.loader:after {
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
}

.loader:before {
  animation: ball1 2s infinite;
  background-color: black;
  box-shadow: 30px 0 0 black;
  margin-bottom: 10px;
}

.loader:after {
  animation: ball2 2s infinite;
  background-color: black;
  box-shadow: 30px 0 0 black;
}

@keyframes rotate {
  0% {
      -webkit-transform: rotate(0deg) scale(0.5);
      -moz-transform: rotate(0deg) scale(0.5);
  }

  50% {
      -webkit-transform: rotate(360deg) scale(1);
      -moz-transform: rotate(360deg) scale(1);
  }

  100% {
      -webkit-transform: rotate(720deg) scale(0.5);
      -moz-transform: rotate(720deg) scale(0.5);
  }
}


/*-----------------------Text animation effect------------------------*/

@import url(https://fonts.googleapis.com/css?family=Roboto);


.text {
  position: absolute;
  top: 40%;
  left: 40%;
  color:white;
}

.words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  
  b {
  opacity:0;
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  }
  
  .is-visible {
    position:relative;
    opacity:1;
    -webkit-animation: push-in 0.6s;
    -moz-animation: push-in 0.6s;
    animation: push-in 0.6s;
  }
  
  .is-hidden {
    -webkit-animation: push-out 0.6s;
    -moz-animation: push-out 0.6s;
    animation: push-out 0.6s;
  }
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

