.sticky-nav .heder-menu ul li a {
  color: #fff !important;
}
.sticky-nav .header-button a {
  display: inline-block;
  background: #fff;
  color: #5a49f8;
  font-weight: 600;
  padding: 11px 35px;
  border: 1px solid#5a49f8;
  text-transform: none;
  transition: 0.5s;
  font-size: 14px;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  overflow: hidden;
}
/*<!-- ============================================================== -->
<!-- Start  main-header Css -->
<!-- ============================================================== -->*/
.main-header {
  position: relative;
  z-index: 99;
  padding: 0 20px 15px;
}
.nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.heder-menu ul li {
  display: inline-block;
  margin-right: 15px;
}
.heder-menu {
  display: inline-block;
  position: relative;
  right: -95px;
}
.heder-menu ul {
  display: block;
}
.heder-menu ul li a {
  display: inline-block;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  text-transform: none;
  padding: 30px 5px 18px 5px;
  transition: 0.5s;
  position: relative;
  font-family: "Poppins", sans-serif;
}
.heder-menu ul li a:hover {
  color: #5a49f8;
}
.heder-menu ul li.icon {
  position: relative;
}
.heder-menu ul li.icon::before {
  content: "\f107";
  font-family: FontAwesome;
  font-size: 15px;
  opacity: 1;
  top: 32px;
  right: -10px;
  left: inherit;
  position: absolute;
  color: #1d2124;
}
.sticky-nav .heder-menu ul li.icon::before {
  color: #fff;
}
.header-button {
  margin-top: 15px;
  margin-left: 20px;
}
.header-button a {
  display: inline-block;
  background: radial-gradient(at top right, #533dfd 0%, #730fd5 100%);
  color: #fff;
  font-weight: 700;
  padding: 12px 35px;
  border: 1px solid#5a49f8;
  text-transform: none;
  transition: 0.5s;
  font-size: 18px;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  overflow: hidden;
}
.header-button a i {
  display: inline-block;
  position: relative;
  left: 8px;
  font-weight: 600;
}
.header-button a:hover {
  color: #5a49f8;
}
.header-button a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  content: "";
  z-index: -1;
  transition: 0.5s;
  border-radius: 30px;
}
.header-button a:hover::before {
  width: 100%;
  left: 0;
}
.header-icon {
  display: inline-block;
  position: relative;
  right: -130px;
}
.header-icon i {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

/* sub-menu */
.heder-menu ul .sub-menu {
  top: 120px;
  height: auto;
  width: 200px;
  background: #fff;
  transition: 0.5s;
  visibility: hidden;
  display: block;
  padding: 15px 0px 12px;
  border-radius: 5px;
  position: absolute;
  opacity: 0;
}
.sub-menu ul {
  overflow: hidden;
  display: inherit;
}
.sub-menu ul li {
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: inherit;
  border-top: 1px solid #dee1e6;
}
.heder-menu ul .sub-menu ul li a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #616161 !important;
  padding: 10px 7px 8px 25px;
  transition: 0.5s;
}
.heder-menu ul .sub-menu ul li:hover {
  background: #5a49f8;
}
.heder-menu ul .sub-menu ul li:hover a {
  color: #fff !important;
}
.heder-menu ul li:hover .sub-menu {
  top: 75px;
  visibility: visible !important;
  opacity: 1;
}
/*<!-- ============================================================== -->
<!-- Start  breadcumb-area Css -->
<!-- ============================================================== -->*/
.breadcumb-area {
  background: url(assets/images/Zomia-psd28.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  top: 0;
  padding: 160px 0 170px;
}
.breacumb-content {
  text-align: center;
}
.breadcumb-title h1 {
  font-size: 48px;
  margin-top: 0;
  color: #fff;
  text-transform: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.breadcumb-content-text a {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  font-family: "Rubik", sans-serif;
}
.breadcumb-content-text a i {
  display: inline-block;
  margin: 0 8px;
}

/*<!-- ============================================================== -->
<!-- Start  slider-area Css -->
<!-- ============================================================== -->*/
.slider-area {
  background: url(assets/images/Zomia-psd15.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 850px;
  position: relative;
}
.slider-top-titles {
  position: relative;
  left: 80px;
}
.slider-top-titles h5 {
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  text-transform: none;
  font-family: "Poppins", sans-serif;
  margin: 0 0 15px;
}
.top-shap {
  position: absolute;
  top: 0;
  right: 40%;
  left: 0;
  text-align: center;
}
.left-shap {
  position: absolute;
  left: -73px;
  top: -3px;
}
.slider-title h1 {
  font-size: 57px;
  font-weight: 600;
  text-transform: none;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
.slider-title p {
  font-size: 18px;
  color: #fff;
  font-family: "Rubik", sans-serif;
  margin: 12px 0 38px;
}
.slider-button a {
  display: inline-block;
  padding: 11px 35px;
  background: #fff;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 500;
  text-transform: none;
  color: #6c2ae7;
  position: relative;
  z-index: 1;
}
.slider-button a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  background: #7024e6;
  content: "";
  z-index: -1;
  transition: 0.5s;
  border-radius: 30px;
  opacity: 0.5;
}
.slider-button a:hover::before {
  width: 100%;
  left: 0%;
}
.slider-button a:hover {
  color: #fff;
}
.slider-button a i {
  display: inline-block;
  margin-left: 5px;
}
.slider-button {
  position: relative;
}
.drs-video {
  position: absolute;
  left: 0;
  right: -70px;
  text-align: center;
  margin-top: -70px;
}
.single-slider-box .drs-video .animate-border a {
  display: inline-block;
  font-size: 50px;
  color: #fff;
}
.single-slider-box .drs-video .animate-border a i {
  display: inline-block;
  font-size: 30px;
  color: #682ae7;
  background: #fff;
  height: 55px;
  width: 55px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
}
.single-slider-box .drs-video .animate-border span {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  top: -6px;
  color: #fff;
  left: 15px;
}
.single-sliders-boxs {
  position: relative;
  left: 80px;
}
.slider-thumb {
  position: relative;
  top: -40px;
}
.slider-shape {
  position: absolute;
  top: -30px;
  left: -51px;
}
.sliders-shapes {
  position: absolute;
  right: 20%;
  top: 40%;
}

/*<!-- ============================================================== -->
<!-- Start  brand-area Css -->
<!-- ============================================================== -->*/
.brand-area {
  padding: 100px 0 70px;
}
/*<!-- ============================================================== -->
<!-- Start  about-area Css -->
<!-- ============================================================== -->*/
.about-area {
  padding: 100px 0 0px;
}
.about-area .section-title {
  text-align: left;
}
.about-area .sub-right {
  position: absolute;
  left: 100px;
  top: 2px;
}
.about-thumb {
  position: relative;
  left: -29px;
  top: -67px;
}
.about-thumb img {
  width: 100%;
}
.about-shape {
  position: absolute;
  top: 48%;
  right: -27px;
}
.about-text h4 {
  color: #616161;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  font-size: 23px;
}
.about-text p {
  font-weight: 400;
  font-style: normal;
  font-family: "Rubik", sans-serif;
  color: #646464;
  margin: 20px 0 8px;
  line-height: 28px;
  font-size: 16px;
}
.about-text span {
  font-weight: 400;
  font-style: normal;
  font-family: "Rubik", sans-serif;
  color: #646464;
  line-height: 28px;
  font-size: 16px;
}
.about-button {
  position: relative;
  top: 35px;
}
.about-button a {
  display: inline-block;
  background: radial-gradient(at top right, #533dfd 0%, #730fd5 100%);
  color: #fff;
  font-weight: 700;
  padding: 12px 35px;
  border: 1px solid#5a49f8;
  text-transform: none;
  transition: 0.5s;
  font-size: 18px;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  overflow: hidden;
}
.about-button a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  content: "";
  z-index: -1;
  transition: 0.5s;
  border-radius: 30px;
}
.about-button a:hover {
  color: #5a49f8;
}
.about-button a:hover::before {
  width: 100%;
  left: 0;
}
.about-button a i {
  display: inline-block;
  position: relative;
  left: 8px;
  font-weight: 600;
}
.about-area.upper {
  padding: 150px 0 0;
}

/*<!-- ============================================================== -->
<!-- Start  section-title Css -->
<!-- ============================================================== -->*/
.section-title {
  text-align: center;
}
.sub-title h5 {
  color: #5a49f8;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 10px 0px;
  position: relative;
  display: inline-block;
  z-index: 1;
}
.section-title h3 {
  font-size: 30px;
  margin-bottom: 10px;
  text-transform: none;
  margin-top: 0;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #1d2124;
}
.section-title p {
  font-weight: 400;
  font-style: normal;
  font-family: "Rubik", sans-serif;
  color: #646464;
  margin: 20px auto 40px;
  line-height: 28px;
  font-size: 16px;
  width: 50%;
  text-align: center;
}
.sub-right {
  position: absolute;
  left: 12%;
  top: 2px;
  right: 0;
}
.sub-left {
  position: absolute;
  top: 3px;
  left: -12%;
  right: 0;
  text-align: center;
}

/*<!-- ============================================================== -->
<!-- Start  service-area  Css -->
<!-- ============================================================== -->*/
.service-area {
  padding: 70px 0 90px;
}
.service-area .row.come {
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
  background: #ffffff;
  margin-top: 75px;
}
.single-service-box {
  text-align: center;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  padding: 69px 0 70px;
}
.single-service-box.upper {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.single-service-box:hover .service-shape img {
  transform: scale(1.1);
}
.service-number {
  padding-bottom: 26px;
}
.service-number h1 {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  font-family: "Rubik", sans-serif;
}
.service-shape {
  position: absolute;
  left: 0;
  right: 0;
  top: -90px;
  text-align: center;
}
.service-shape img {
  transition: 0.5s;
}
.service-title h2 {
  font-size: 22px;
  color: #1d2124;
  padding: 0;
  transition: 0.5s;
  margin: 12px 0 16px 0;
  font-weight: 600;
  text-transform: none;
  font-family: "Poppins", sans-serif;
}
.service-title h2:hover {
  color: #5a49f8;
}
.service-title p {
  font-size: 16px;
  color: #646464;
  font-weight: 400;
  line-height: 28px;
  font-family: "Rubik", sans-serif;
  margin: 10px 46px 0;
}
.service-button {
  margin-top: 13px;
}
.service-button a {
  display: inline-block;
  font-size: 16px;
  color: #612df1;
  text-transform: none;
  position: relative;
}
.service-button a::before {
  position: absolute;
  content: "";
  top: 25px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #612df1;
  transition: 0.5s;
}
.single-service-box:hover .service-button a::before {
  left: 0;
  width: 0%;
}
.service-button a i {
  display: inline-block;
  margin-left: 5px;
}
.service-bottom {
  text-align: center;
  margin-top: 52px;
}
.service-bottom a {
  display: inline-block;
  background: radial-gradient(at top right, #533dfd 0%, #730fd5 100%);
  color: #fff;
  font-weight: 600;
  padding: 12px 35px;
  border: 1px solid#5a49f8;
  text-transform: none;
  transition: 0.5s;
  font-size: 18px;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  overflow: hidden;
}
.service-bottom a:hover {
  color: #5a49f8;
}
.service-bottom a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  content: "";
  z-index: -1;
  transition: 0.5s;
  border-radius: 30px;
}
.service-bottom a:hover::before {
  width: 100%;
  left: 0;
}
.service-bottom a i {
  display: inline-block;
  position: relative;
  left: 5px;
  font-weight: 500;
}
/*<!-- ============================================================== -->
<!-- Start  projects-area  Css -->
<!-- ============================================================== -->*/
.projects-area {
  padding: 50px 0px 60px 0px;
}
.single-project-box {
  text-align: center;
  padding: 0 0 11px 0;
  box-shadow: 0 0 40px rgb(0 0 0 / 10%);
  background-color: #fff;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 6px;
}
.project-thumb {
  position: relative;
}
.project-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(#533dfd, #710fd9);
  width: 0%;
  height: 100%;
  opacity: 0.55;
  transition: 0.6s;
}
.single-project-box:hover .project-thumb::before {
  width: 100%;
}
.project-thumb img {
  width: 100%;
}
.project-title {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 35px;
}
.project-title h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  color: #1d2124;
  font-family: "Poppins", sans-serif;
  margin: 0 0 4px;
  transition: 0.5s;
}
.project-title h2:hover {
  color: #5a49f8;
}
.project-title span {
  font-size: 16px;
  color: #5a49f8;
  font-family: "Rubik", sans-serif;
}
.project-button {
  position: absolute;
  top: 30%;
  left: -32%;
  transition: 0.5s;
  opacity: 0;
}
.project-button a {
  color: #fff;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #fff;
  transition: 0.5s;
  position: relative;
}
.project-button a::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 0px;
  width: 100%;
  background: #fff;
}
.single-project-box:hover .project-button {
  left: 35%;
  opacity: 1;
}
.projects-area.upper {
  padding: 80px 0 0;
}
/*<!-- ============================================================== -->
<!-- Start  why-choose-us-area  Css -->
<!-- ============================================================== -->*/
.why-choose-us {
  padding: 60px 0px 60px 0px;
}
.why-choose-us .section-title {
  text-align: left;
}
.why-choose-us .section-title p {
  width: 100%;
  text-align: left;
  margin: 20px auto 30px;
}
.why-choose-us .sub-right {
  left: 26%;
}
.why-choose-us-thumb {
  position: relative;
  left: -40%;
}
.choose-us-right-box {
  display: flex;
  padding: 40px 40px 30px;
  background: #fff;
  box-shadow: 0 0 50px rgb(0 0 0 / 10%);
  border-radius: 10px;
  margin-bottom: 30px;
}
.choose-us-icon {
  margin: -15px 18px 0 0;
}
.choose-us-icon i {
  font-size: 90px;
  color: #533dfd;
  display: inline-block;
  text-align: center;
}
.choose-us-title h2 {
  color: #1d2124;
  font-size: 20px;
  font-weight: 600;
  margin: 7px 0 8px;
}
.choose-us-title p {
  font-size: 16px;
  width: 100%;
  letter-spacing: 1px;
}
/*<!-- ============================================================== -->
<!-- Start  pricing-area  Css -->
<!-- ============================================================== -->*/
.pricing-area {
  padding: 40px 0px 30px 0px;
}
.pricing-area .sub-left {
  left: -16%;
}
.pricing-area .sub-right {
  left: 16%;
}
.single-pricing-box {
  position: relative;
  z-index: 1;
  border: none;
  background: #fff;
  box-shadow: 0 0 50px rgb(0 0 0 / 10%);
  border-radius: 5px;
  padding-bottom: 47px;
  margin-bottom: 30px;
}
.pricing-top {
  position: relative;
}
.pricing-top::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: url(assets/images/pricing-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto;
  z-index: -1;
}
.pricing-tittle {
  text-align: center;
}
.pricing-tittle h3 {
  font-size: 16px;
  color: #1d2124;
  text-transform: none;
  font-weight: 500;
  background: #fff;
  display: inline-block;
  padding: 8px 39px;
  border-radius: 5px;
  margin: 50px 0 13px;
}
.pricing-dolar {
  position: relative;
  left: -30px;
  text-align: center;
}
.pricing-dolar span.taka {
  font-size: 46px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.pricing-dolar h5 {
  position: relative;
  top: -40px;
  left: 80px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 20px;
}
.pricing-dolar h5 span {
  color: #fff;
  font-size: 18px;
}
.pricing-text p {
  font-size: 16px;
  margin: 27px 0;
  text-align: center;
}
.pricing-icon {
  position: relative;
  z-index: 1;
}
.pricing-icon::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  width: 80%;
  background: #e9ebeb;
  margin: 0 auto 0;
  transition: 0.5s;
}
.pricing-icon::after {
  position: absolute;
  content: "";
  bottom: -38px;
  left: 0;
  height: 1px;
  width: 80%;
  background: #e9ebeb;
  right: 0;
  text-align: center;
  margin: 0 auto 0;
  transition: 0.5s;
}
.single-pricing-box:hover .pricing-icon::before {
  width: 80%;
  right: 0;
  background: #5b32f4;
}
.single-pricing-box:hover .pricing-icon::after {
  width: 80%;
  right: 0;
  background: #5b32f4;
}
.pricing-icon ul {
  display: inline-block;
  position: relative;
  left: 80px;
  right: 0;
  top: 20px;
}
.pricing-icon ul li {
  display: block;
  list-style: none;
  font-size: 16px;
  color: #616161;
  font-weight: 400;
  margin: 5px 0 5px;
}
.pricing-icon ul li i {
  display: inline-block;
  font-size: 13px;
  color: #6756f4;
  margin-right: 10px;
}
.pricing-button {
  margin-top: 69px;
  text-align: center;
}
.pricing-button a {
  display: inline-block;
  background: radial-gradient(at top right, #533dfd 0%, #730fd5 100%);
  color: #fff;
  font-weight: 600;
  padding: 12px 35px;
  border: 1px solid#5a49f8;
  text-transform: none;
  transition: 0.5s;
  font-size: 18px;
  position: relative;
  z-index: 1;
  border-radius: 30px;
  overflow: hidden;
}
.pricing-button a:hover {
  color: #5a49f8;
}
.pricing-button a::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  content: "";
  z-index: -1;
  transition: 0.5s;
  border-radius: 30px;
}
.pricing-button a:hover::before {
  width: 100%;
  left: 0;
}
.pricing-area.upper {
  padding: 90px 0 0;
}
/*<!-- ============================================================== -->
<!-- Start  map-area  Css -->
<!-- ============================================================== -->*/
.testimonial-area {
  padding: 120px 0px 60px 0px;
}
.testimonial-area .section-title {
  text-align: left;
}
.testimonial-area .sub-right {
  left: 22%;
}
.single-testi-left {
  position: relative;
  margin: 35px 0px 41px;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  padding: 42px 0 35px 50px;
  border-radius: 8px 8px 0 8px;
}
.single-testi-left::before {
  position: absolute;
  content: "";
  bottom: -38px;
  right: -1px;
  background: url(assets/images/testi.png);
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center center;
}
.testi-left-text p {
  font-size: 20px;
  font-weight: 400;
  margin: 0 10px 0 0;
  font-style: italic;
  color: #616161;
}
.testi-left-text h2 {
  font-size: 18px;
  margin: 12px 0 0;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  color: #212529;
  font-family: "Poppins", sans-serif;
}
.testi-left-text span {
  color: #0d0c0c;
  font-weight: 400;
  font-size: 15px;
  display: block;
  padding-top: 5px;
  font-family: "Rubik", sans-serif;
}
.owl-dots {
  position: absolute;
  right: 0;
  bottom: -30px;
}
.owl-dot {
  height: 8px;
  width: 8px;
  background: #553afb;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  transition: 0.5s;
}
.owl-dot.active {
  width: 20px;
  border-radius: 5px;
}
.single-testi-box {
  text-align: center;
  margin: 20px 0 0 80px;
  position: relative;
}
.single-testi-shap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.single-testi-s {
  position: absolute;
  top: 37%;
  left: 0;
  right: 0;
  text-align: center;
}
.single-testis {
  position: absolute;
  top: 0;
  left: -10px;
}
.single-testis-a {
  position: absolute;
  bottom: 35px;
  left: -24px;
}
.single-testis-sa {
  position: absolute;
  bottom: -30px;
  left: -65px;
  right: 0;
  text-align: center;
}
.single-testi-sah {
  position: absolute;
  top: 22px;
  right: 10px;
}
.singl-testi-sahp {
  position: absolute;
  right: 10px;
  bottom: 40px;
}
/*<!-- ============================================================== -->
<!-- Start  subscribe-area  Css -->
<!-- ============================================================== -->*/
.subscribe-area {
  padding: 0px 0 0;
  bottom: -100px;
  position: relative;
}
.row.subsc {
  background: url(assets/images/Zomia-ful-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 69px 50px 67px 49px;
  border-radius: 5px;
}
.subscribe-title h2 {
  color: #ffffff;
  font-family: "Poppins", Sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 34px;
}
.subscribe-area .form_box {
  float: left;
}
.subscribe-area .form_box input {
  font-size: 16px;
  height: 60px;
  padding: 0px 100px 0 20px;
  position: relative;
  width: 100%;
  background: #fff;
  margin: auto;
  border: 0;
  border-radius: 5px;
  color: #2c2c51;
}
.subscribe-area .form_box input::placeholder {
  color: #333;
}
.subscribe-area .form-icon p {
  color: #fff;
  display: inline-block;
  background: #6e18dd;
  padding: 18px 25px;
  border-radius: 0 5px 5px 0;
  margin-bottom: 0;
  font-weight: 600;
}
.subscribes-box {
  margin-top: 10px;
}
/*<!-- ============================================================== -->
<!-- Start  blog-area  Css -->
<!-- ============================================================== -->*/
.blog-area {
  padding: 20px 0px 40px 0px;
}
.blog-area .section-title {
  text-align: center;
}
.blog-area .section-title .sub-title h5 {
  margin: 0 0 22px 0;
}
.blog-area .section-title .sub-title h5::before {
  background: inherit;
}
.row.top {
  position: relative;
  top: 62px;
}
.blog-single-box {
  overflow: hidden;
  text-align: left;
  background: #fff;
  border: 0;
  box-shadow: 0px 8px 60px rgb(243 242 255);
  border-radius: 7px;
  transition: 0.5s;
  margin-bottom: 30px;
}
.blog-content {
  padding: 0 25px;
}
.blog-single-box:hover {
  box-shadow: 0 2px 4px #0003;
}
.blog-thumb {
  position: relative;
}
.blog-titles h2 {
  color: #1d2124;
  font-size: 30px;
  font-family: "Poppins", serif;
  font-weight: 600;
  margin: 20px 0 0;
}
.blog-titles p {
  font-size: 16px;
  color: #646464;
}
.blog-title p {
  margin-bottom: 20px;
  text-align: justify;
  font-size: 16px;
  color: #6d6d6d;
}
.blog-thumb::before {
  position: absolute;
  left: 50%;
  right: 0;
  height: 100%;
  width: 0%;
  top: 0;
  background: #5a49f8;
  content: "";
  z-index: 1;
  transition: 0.5s;
  opacity: 0.3;
}
.blog-single-box:hover .blog-thumb::before {
  left: 0%;
  right: 0;
  width: 100%;
}
.blog-thumb img {
  width: 100%;
}
.blog-title {
  padding: 22px 22px 28px;
}
.blog-title span {
  position: relative;
  margin-right: 40px;
  font-size: 14px;
  font-weight: 700;
  color: #6d6d6d;
}
.blog-title a {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  color: #6d6d6d;
  display: inline-block;
}
.blog-title span:hover {
  color: #5f4ff8;
}
.blog-title span i {
  display: inline-block;
  color: #5f4ff8;
  margin-right: 5px;
}
.blog-title span::before {
  content: "";
  background: #e0e1fc;
  width: 8px;
  height: 8px;
  position: absolute;
  right: -28px;
  top: 10px;
  border-radius: 50%;
}
.blog-title h2 a {
  font-size: 22px;
  margin: 20px 0 0px;
  line-height: 1.2;
  position: relative;
  border-top: 1px solid #dee1e6;
  padding-top: 26px;
  display: inline-block;
  color: #1d2124;
  font-weight: 600;
  transition: 0.5s;
}
.blog-title h2 a:hover {
  color: #5a49f8;
}
.blog-title p {
  margin: 10px 0 20px;
  color: #646464;
  font-size: 16px;
  line-height: 28px;
}
.blog-tex h2 {
  font-size: 24px;
  color: #212529;
}
.blog-button {
  float: left;
  margin-right: 30px;
}
.blog-button a {
  color: #5a49f8;
  display: inline-block;
  position: relative;
  font-weight: 400;
  transition: 0.5s;
  text-transform: none;
  font-size: 16px;
}
.blog-button a i {
  display: inline-block;
  transition: 0.5s;
}
.blog-button a:hover i {
  margin-left: 3px;
}
.blog-icon ul {
  top: 30px;
  position: relative;
  opacity: 0;
  transition: 0.5s;
}
.blog-single-box:hover .blog-icon ul {
  top: 0px;
  opacity: 1;
}
.blog-icon ul {
  display: inline-block;
}
.blog-icon ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}
.blog-icon ul li.one a i {
  display: inline-block;
  color: #c1dfff;
}
.blog-icon ul li.two a i {
  display: inline-block;
  color: #e63336;
}
.blog-icon ul li.three a i {
  display: inline-block;
  color: #50e3ff;
}
.blog-icon ul li.for a i {
  display: inline-block;
  color: #f269fd;
}
.blog-icon ul li.five a i {
  display: inline-block;
  color: #2663d8;
}
.blog-icon ul li.six a i {
  display: inline-block;
  color: #666666;
}

.blog-area.upper .blog-title p {
  margin: 15px 0 15px;
  color: #646464;
  font-size: 16px;
  line-height: 28px;
}
.blog-area.upper .blog-tex h2 {
  font-size: 30px;
  color: #1d2124;
}
/*<!-- ============================================================== -->
<!-- Start bg-bar  Css -->
<!-- ============================================================== -->*/
.sideber-search-box {
  margin-bottom: 40px;
  padding: 2px 30px 8px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.sideber-box {
  margin-bottom: 40px;
  padding: 35px 30px 35px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
.bg-bar {
  position: relative;
  z-index: 1;
}
.bg-bar::before {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 88px;
  height: 3px;
  background: #aec6ef;
  content: "";
}
.bg-bar::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 18px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #5a49f8;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}
.resent-post-single-box {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
  margin-bottom: 16px;
}
.blog-thub img {
  width: 100%;
}
.resent-thunb img {
  border-radius: 5px;
  width: 28%;
  float: left;
  margin-right: 12px;
  height: 70px;
}
.resent-title a h3 {
  color: #1d2124;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
.resent-title a span {
  color: #616161;
}
.resent-post-single-box.two {
  border: none;
  margin: 0;
  padding: 0 0 20px;
}
.catagories-body ul li {
  list-style: none;
  margin-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
  transition: 0.5s;
  padding-bottom: 10px;
}
.catagories-body ul li a {
  color: #616161;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.sidebar-search {
  margin-bottom: 30px;
}
.form-control {
  top: 31px;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 28px 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #949494;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  position: relative;
}
.sideber-search-box button a {
  position: absolute;
  right: 60px;
  top: 50px;
  display: inline-block;
  color: #616161;
  font-size: 18px;
}
.paginationss-title {
  padding-top: 40px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  margin-top: 0;
  width: 90%;
  position: relative;
  left: 31px;
  margin-bottom: 30px;
}
.paginationss-title ul {
  display: inline-block;
}
.paginationss-title ul li {
  list-style: none;
  display: inline-block;
  margin-right: 0px;
}
.paginationss-title ul li a i {
  border: 1px solid #e6e6e6;
  color: #565872;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 41px;
  margin: 0 9px 0 0;
  text-align: center;
  width: 40px;
  border-radius: 5px;
}
.paginationss-title ul li a i:hover {
  background: #5f4ff8;
  border-color: #5f4ff8;
  color: #fff;
}
.contact-title h3 {
  font-size: 24px;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 35px;
  color: #1d2124;
  font-family: "Poppins", sans-serif;
  position: relative;
}
.sideber-title h3 {
  color: #232323;
  display: block;
  font-size: 21px;
  margin-bottom: 28px;
  padding-bottom: 0;
  position: relative;
  text-transform: none;
}
.form_box {
  margin-bottom: 15px;
}
.form_box input {
  width: 100%;
  height: 54px;
  padding-left: 20px;
  background: #fff;
  border-radius: 3px;
  transition: 0.5s;
  border: 1px solid #eeecfe;
}
.form_box textarea {
  width: 100%;
  padding-left: 20px;
  padding-top: 15px;
  border: 1px solid #eeecfe;
  height: 150px;
  outline: 0;
  transition: 0.5s;
  background: #fff;
  margin-top: 7px;
}
.form_box input:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  border-color: #80bdff;
  outline: 0;
}
.form_box textarea:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  border-color: #80bdff;
}
input::placeholder {
  color: #94a9a8;
}
textarea#massage::placeholder {
  color: #94a9a8;
}
.form-button {
  text-align: center;
  margin-top: 25px;
}
.form-button button {
  display: inline-block;
  background: radial-gradient(at top right, #533dfd 0%, #730fd5 100%);
  color: #fff;
  font-weight: 600;
  padding: 12px 35px;
  border: 1px solid#5a49f8;
  text-transform: none;
  transition: 0.5s;
  font-size: 18px;
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}
input[type="text"] {
  color: #333;
}
textarea#massage {
  color: #333;
}
/*<!-- ============================================================== -->
<!-- Start  contact-area  Css -->
<!-- ============================================================== -->*/
.contact-area {
  padding: 90px 0 0px;
}
/*<!-- ============================================================== -->
<!-- Start  map-area  Css -->
<!-- ============================================================== -->*/
.map-area {
  padding: 80px 0 0;
}
.row.maps {
  overflow: hidden;
}
/*<!-- ============================================================== -->
<!-- Start  portfolio-area   Css -->
<!-- ============================================================== -->*/
.portfolio-area {
  background: #f6f6f6;
  padding: 90px 0 50px;
}
.row.portf {
  box-shadow: 0 0 30px rgb(0 0 0 / 10%);
  padding: 65px 50px 50px;
}
.portfolio-thumb img {
  width: 90%;
}
.portfolio-title h2 {
  font-size: 25px;
  padding-bottom: 17px;
  font-weight: 600;
  margin: 0;
}
.portfolio-title ul {
  list-style: none;
}
.portfolio-title ul li {
  list-style: none;
  display: block;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #ddd;
  color: #616161;
  font-size: 20px;
}
.portfolio-title ul li strong {
  font-size: 20px;
  margin-right: 5px;
  text-transform: none;
  font-weight: 600;
  color: #616161;
}
.portfolio-title ul li.not {
  border-bottom: none !important;
}
.portfolio-icon {
  margin-top: 20px;
}
.portfolio-share h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  color: #616161;
}
.portfolio-share {
  float: left;
  margin-right: 20px;
}
.portfolio-icon ul li {
  list-style: none;
  display: inline-block;
  margin-right: 7px;
}
.portfolio-icon ul li a {
  display: inline-block;
  color: #fff;
  transition: 0.5s;
  background: #8776fa;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  border-radius: 5px;
}
.portfolio-icon ul li a:hover {
  color: #fff;
  background: #5a49f8;
}
.portfolio-bottom {
  margin-top: 30px;
}
.portfolio-bottom h2 {
  font-size: 27px;
	text-transform: none;
  padding-top: 10px;
  color: #232323;
  font-weight: 600;
  margin: 0 0 20px;
}

/*<!-- ============================================================== -->
<!-- Start  footer-area  Css -->
<!-- ============================================================== -->*/
.footer-area {
  padding: 130px 0px 0 0px;
  background: url(assets/images/Zomia-psd28.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.subscrib h2 {
  color: #1d2124;
  font-family: "Poppins", Sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 34px;
}
.footer-area .form_box input::placeholder {
  color: #1d2124 !important;
}
.footer-area .form_box {
  float: left;
}
.footer-area .form-icon {
  position: relative;
  top: 8px;
  right: 3px;
}
.footer-area .form-icon i {
  color: #fff;
  display: inline-block;
  background: #0166ff;
  padding: 18px 25px;
  border-radius: 0 5px 5px 0;
}
.footer-area .form_box input {
  font-size: 16px;
  height: 52px;
  padding: 5px 20px;
  width: 100%;
  background: #eeecfe;
  margin: auto;
  border: 0;
  border-radius: 5px;
 text-transform: none;
  position: relative;
  top: 8px;
  font-weight: 600;
  z-index: 1;
}
.footer-area .form_box input::placeholder {
  color: #7a8281;
}
.footer-area .form-button {
  padding-left: 16px;
}
.footer-area .form-button button {
  background: #0066ff;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  height: 52px;
  padding: 0 30px;
  margin: 17px 0 0;
  border-radius: 5px;
  text-transform: none;
  border: 1px solid #0066ff;
  position: absolute;
  right: 10px;
  top: -10px;
  transition: 0.5s;
}
.footer-area .form-button button i {
  display: inline-block;
  margin-left: 5px;
}
.footer-area .form-button button:hover {
  background: #740fd6;
  border: 1px solid #740fd6;
}
.row.pad {
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #ffffff33;
  padding: 80px 0px 60px 0px;
}
.row.pad .footers-texts {
  margin-bottom: 45px;
}
.row.pad .footers-texts p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 7px;
}
.row.pad .footer-titles h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 17px;
}
.row.pad .footerse-thumbs {
  float: left;
  margin-right: 10px;
}
.footer-text p {
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #ffffffb3;
  margin: 25px 0;
}
.footer-icon ul {
  margin-top: 35px;
}
.footer-icon ul li {
  list-style: none;
  display: inline-block;
  margin-right: 7px;
}
.footer-icon ul li a {
  display: inline-block;
  color: #fff;
  transition: 0.5s;
  background: #8776fa;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 15px;
  border-radius: 5px;
}
.footer-icon ul li a:hover {
  color: #8371f9;
  background: #fff;
}
.footer-title h5 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 40px;
  font-weight: 600;
}
.footers-titles h5 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
}
.footers-icon ul li {
  list-style: none;
  margin-top: 10px;
}
.footers-icon ul li a {
  display: inline-block;
  color: #ffffffb3;
  font-size: 16px;
  transition: 0.5s;
  font-family: "Poppins", sans-serif;
}
.footers-icon ul li a:hover {
  color: #fff;
}
.footers-icon ul li a i {
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
}
.social-icon ul li {
  list-style: none;
}
.social-icon ul li i {
  color: #fff;
  float: left;
  font-size: 25px;
  display: inline-block;
  text-align: center;
  width: 55px;
  line-height: 55px;
  height: 55px;
  box-shadow: 0 0 6px rgb(0 0 0 / 25%);
  border-radius: 50%;
  margin-right: 15px;
}
.footer_icons ul {
  display: inline-block;
}
.footer_icons ul li {
  display: inline-block;
  margin-top: 17px;
}
.footer_icons ul li i {
  color: #6428ec;
  font-size: 12px;
  background: #fff;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
}
.footer_icons ul li span {
  font-size: 16px;
  color: #fff;
}
.social-tex {
  padding-bottom: 5px;
}
.social-tex span {
  display: block;
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}
.social-tex p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}
.copy-right-area {
  padding: 25px 0px 30px 0px;
}
.copy-left {
  text-align: center;
}
.copy-right-area span {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  color: #fff;
}
.right_box {
  margin-bottom: 20px;
}
.footers-icons {
  float: left;
  margin-top: 3px;
}
.footers-icons i {
  display: inline-block;
  color: #ffffff;
  background: #8949e7;
  border-radius: 50px 50px 50px 50px;
  height: 48px;
  width: 48px;
  font-size: 20px;
  line-height: 48px;
  text-align: center;
  margin-right: 22px;
}
.footer-title h2 {
  color: #ffffffd4;
  margin: 0px 0px 6px 0px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.footer-title p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}

/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 4s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@-webkit-keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
  }
}
@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }
  100% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
  }
}
@-webkit-keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
  }
  100% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px);
  }
}
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/* bounce-animate */
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
/* rotateme*/
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
/*** 
====================================================================
  Search Popup
====================================================================
***/

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(
    0.86,
    0,
    0.07,
    1
  ); /* easeInOutQuint */
}

.search-popup {
  width: 100%;
}
.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}
.search-box-btn.search-box-outer {
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 35px;
}
.search-box-btn.search-box-outer i {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  color: #fff;
  margin-top: 0px;
}
.sticky-nav .search-box-btn.search-box-outer i {
  color: #fff;
  position: relative;
  left: 40px;
}
.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: #5a49f8;
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.search-popup .close-search i {
  position: relative;
  height: 70px;
  width: 70px;
  font-size: 30px;
  line-height: 70px;
  color: #fff;
  display: inline;
  text-align: center;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}
.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .close-search.style-two i {
  font-size: 20px;
  color: #fff;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: none;
}
.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}

/*===========================scroll strat===========================  
 ===========================************===========================  */
.scroll-area {
  position: relative;
  z-index: 999;
}
.scroll-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  z-index: 9999;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  -ms-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-radius: 10px;
}
.scroll-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.scroll-area .go-top::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
  color: #fff;
}
.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.scroll-area .go-top.active {
  top: 95%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  -o-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 80px;
  border-radius: 100%;
}
.top-wrap {
  position: relative;
}
.top-wrap .go-top-button {
  display: inline-block;
  width: 60px;
  height: 59px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background: #5a49f8;
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
}
.top-wrap .go-top-button i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}
.top-wrap .go-top-button::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
/*<!-- ============================================================== -->
<!-- Start  sticky-nav  Css -->
<!-- ============================================================== -->*/
.sticky-nav {
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  position: fixed !important;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  transition: 0.5s !important;
  background: #6f16dc !important;
  z-index: 9999 !important;
  animation-name: slideInDown;
  padding: 0 80px 7px;
}
.sticky-nav li.icon {
  color: #fff;
}
.sticky-nav.nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sticky-nav .heder-menu {
  display: inline-block;
  position: relative;
  left: 10%;
}
a.main_sticky {
  display: none;
}

.sticky-nav .header-menu ul li a {
  color: #fff !important;
}
.sticky-nav a.main_sticky {
  display: inline-block !important;
}
.sticky-nav .header-logo a {
  display: none;
}
.sticky-nav ul.sub-menu li a {
  display: inline-block;
  margin: 6px 0px 6px 21px;
  color: #6e7673 !important;
  transition: 0.5s;
}
.sticky-nav .header-con i {
  color: #fff;
}
.header-menu ul .sub-menu li {
  display: block;
  margin-right: 0;
  transition: 0.5s;
}
ul.sub-menu li:hover {
  background: #87c03d;
}
ul.sub-menu li a:hover {
  color: #fff !important;
}
.sticky-nav ul.sub-menu li:hover {
  background: #87c03d;
}
.sticky-nav ul.sub-menu li a:hover {
  color: #fff !important;
}

/*** 
====================================================================
  Search Popup
====================================================================
***/

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(
    0.86,
    0,
    0.07,
    1
  ); /* easeInOutQuint */
}

.search-popup {
  width: 100%;
}
.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}
.search-box-btn.search-box-outer {
  display: inline-block;
  position: absolute;
  right: -28px;
  top: 33px;
}
.search-box-btn.search-box-outer i {
  display: inline-block;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  color: #1d2124;
  margin-top: 0px;
}
.sticky-nav .search-box-btn.search-box-outer {
  display: inline-block;
  position: absolute;
  right: -140px;
  top: 33px;
}
.sticky-nav .search-box-btn.search-box-outer i {
  color: #fff;
  position: relative;
  left: 40px;
}
.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: #5a49f8;
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.search-popup .close-search i {
  position: relative;
  height: 70px;
  width: 70px;
  font-size: 30px;
  line-height: 70px;
  color: #fff;
  display: inline;
  text-align: center;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}
.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup .close-search.style-two i {
  font-size: 20px;
  color: #fff;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: none;
}
.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}

/*Loader*/

.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s 1s ease;
  z-index: 666;
}
.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #6a0dad;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.loader:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #8a2be2;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loader:after {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #d8b9ff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}
/* Here comes the Magic */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #111;
  z-index: 2;
}
.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}
.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/* When page loaded */
.loaded .loder-section.left-section {
  left: -100%;
}
.loaded .loder-section.right-section {
  right: -100%;
}
.loaded .loader-wrapper {
  visibility: hidden;
}
.loaded .loader {
  top: -100%;
  opacity: 0;
}
.subscribe-area {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.subscribe-title h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

.form_box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form_box input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
}

.btn-subscribe {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.btn-subscribe i {
    margin-left: 8px;
}

.btn-subscribe:hover {
    background-color: #0056b3;
}

/* Responsive */
@media (max-width: 768px) {
    .form_box {
        flex-direction: column;
    }

    .btn-subscribe {
        width: 100%;
        text-align: center;
    }
}
/* Bouton d'action */
.slider-button {
    display: inline-block;
    margin-bottom: 15px; /* Ajuste l'espacement sous le bouton */
}

/* Vidéo YouTube */
.drs-video {
    margin-top: 15px; /* Ajuste l'espacement au-dessus de la vidéo */
}

/* Bouton stylisé */
.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ffffff;
    color: #6c63ff;
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    background-color: #6c63ff;
    color: #ffffff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.slider-area {
    background-color: #6c63ff; /* Fond violet */
    padding: 60px 0; /* Espace suffisant en haut et en bas */
    color: white;
}

.drs-video {
    margin: 20px auto; /* Centre la vidéo et ajoute un espacement */
    text-align: center;
}

.drs-video iframe {
    max-width: 100%; /* La vidéo sera responsive */
    height: 239px; /* Définit la hauteur fixe de la vidéo */
    border-radius: 8px; /* Coins arrondis pour un meilleur design */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Ombre légère */
}
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    width: 50px;
    height: 50px;
    border: 5px solid #333;
    border-top: 5px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


