@charset "UTF-8";
@font-face {
  font-family: "outfit";
  src: url("../fonts/outfit/Outfit-Thin.ttf") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "outfit";
  src: url("../fonts/outfit/Outfit-ExtraLight.ttf") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "outfit";
  src: url("../fonts/outfit/Outfit-Light.ttf") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "outfit";
  src: url("../fonts/outfit/Outfit-Regular.ttf") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "outfit";
  src: url("../fonts/outfit/Outfit-Medium.ttf") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "outfit";
  src: url("../fonts/outfit/Outfit-SemiBold.ttf") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "outfit";
  src: url("../fonts/outfit/Outfit-Bold.ttf") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "outfit";
  src: url("../fonts/outfit/Outfit-ExtraBold.ttf") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "outfit";
  src: url("../fonts/outfit/Outfit-Black.ttf") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Billabong";
  src: url("../fonts/Billabong/Billabong.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  background: #ffffff;
  text-align: left;
  overflow-x: clip;
  font-family: "outfit", sans-serif !important;
  font-weight: normal;
}

html {
  scroll-behavior: smooth;
  transition: 0.3s ease;
  overflow-x: clip;
}

svg.cuIcon {
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  height: 24px;
  transition: 0.3s all ease-in-out;
}
header {
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 1399px) {
  header {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 9997;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.2156862745);
  }
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 18px;
}
@media screen and (max-width: 991px) {
  .header-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: 18px;
  }
}
@media screen and (max-width: 575px) {
  .header-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header-logo {
  transition: 0.3s ease;
}
@media screen and (max-width: 575px) {
  .header-logo {
    width: 60px;
  }
}
.header-logo:hover {
  transform: translateY(-5px) rotate(1deg);
}
.header-wr {
  display: flex;
  align-items: center;
  gap: 60px;
}
.header-humbergermenu {
  display: flex;
  align-items: center;
  gap: 17px;
  cursor: pointer;
  display: none;
}
.header-humbergermenu > span {
  font-size: 18px;
  line-height: 108%;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .header-humbergermenu {
    display: block;
  }
}
.header-humbergermenu-icon {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header-humbergermenu-icon .line {
  width: 46px;
  background: #fff;
  height: 2px;
}
.header-btn {
  background: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  color: #00562b;
  padding: 20px 47px;
  border-radius: 100px;
  transition: 0.3s ease;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .header-btn {
    padding: 10px 15px;
  }
}
.header-btn:hover {
  transform: scale(0.9);
}

.hamburger-icon {
  width: 36px;
  height: 10px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}
.hamburger-icon .bar {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.hamburger-icon .bar:nth-child(1) {
  top: 0px;
}
.hamburger-icon .bar:nth-child(2) {
  top: 10px;
}
.hamburger-icon.is-active .bar:nth-child(1) {
  top: 5px;
  transform: rotate(135deg);
}
.hamburger-icon.is-active .bar:nth-child(2) {
  top: 5px;
  transform: rotate(-135deg);
}

.overlay {
  position: fixed;
  inset: 0;
  background: #00562b;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  /* در حالت عادی مخفی */
  opacity: 0;
  transition: opacity 0.3s ease;
}

.responsiveMobile {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 1000;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  width: 291px;
}
@media screen and (max-width: 400px) {
  .responsiveMobile {
    width: 100%;
  }
}
.responsiveMobile-wrapper {
  width: 100%;
  background: #00562b;
  height: 100%;
}
.responsiveMobile-main {
  position: relative;
  height: 100%;
  padding: 30px;
  background: rgba(15, 211, 113, 0.85);
}
.responsiveMobile-head {
  display: flex;
  gap: 7px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 22px;
}
.responsiveMobile-title {
  font-size: 18px;
  line-height: normal;
  font-weight: 600;
  color: #fff;
}
.responsiveMobile-text {
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.44);
}
.responsiveMobile-content ul li:not(:last-child) {
  margin-bottom: 8px;
}
.responsiveMobile-content ul li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #ffffff;
  padding: 8px 10px;
  display: inline-block;
  transition: 0.3s ease;
}
.responsiveMobile-content ul li a.active, .responsiveMobile-content ul li a:hover {
  background: #ffffff;
  border-radius: 100px;
  color: #00562b;
}
.responsiveMobile-footer {
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 28px;
}
.responsiveMobile-close {
  position: absolute;
  left: calc(100% + 25px);
  top: 41px;
  cursor: pointer;
  width: 24px;
  opacity: 0;
  transition: 0.3s ease;
  pointer-events: none;
}
@media screen and (max-width: 400px) {
  .responsiveMobile-close {
    left: calc(100% - 45px);
  }
}
.responsiveMobile-btn {
  width: 100%;
  display: inline-block;
  padding: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 130%;
  color: #ffffff;
  gap: 8px;
  transition: 0.3s ease;
}
.responsiveMobile .btn-suport {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.responsiveMobile .btn-suport:hover {
  border: 1px solid white;
}
.responsiveMobile .btn-download {
  background: #00562b;
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
}
.responsiveMobile .btn-download:hover {
  transform: scale(0.95);
}
.responsiveMobile .btn-download img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(7500%) hue-rotate(40deg) brightness(116%) contrast(95%);
}

body.mobile-menu-active .responsiveMobile {
  transform: translateX(0);
}

body.mobile-menu-active .responsiveMobile-close {
  opacity: 1;
  pointer-events: all;
}

body.mobile-menu-active .overlay {
  display: block;
  opacity: 1;
}

.hero {
  position: relative;
  z-index: 2;
}
.hero-wr {
  width: 100%;
  padding-bottom: 173px;
  position: relative;
}
@media screen and (max-width: 1399px) {
  .hero-wr {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 1199px) {
  .hero-wr {
    padding-bottom: 80px;
  }
}
.hero-wr::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg.jpg");
  background-size: cover;
  background-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='1442' height='948' viewBox='0 0 1442 948' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1392 0H50C22.3858 0 0 22.3857 0 50V948H762.766C776.572 948 789.765 942.291 799.216 932.226L935.495 787.092C944.946 777.027 958.138 771.318 971.945 771.318H1442V50C1442 22.3858 1419.61 0 1392 0Z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg width='1442' height='948' viewBox='0 0 1442 948' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1392 0H50C22.3858 0 0 22.3857 0 50V948H762.766C776.572 948 789.765 942.291 799.216 932.226L935.495 787.092C944.946 777.027 958.138 771.318 971.945 771.318H1442V50C1442 22.3858 1419.61 0 1392 0Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .hero-wr::before {
    background: url("../images/Mobile.png");
    background-size: cover;
    background-position: center;
    mask-image: url("data:image/svg+xml,%3Csvg width='440' height='700' viewBox='0 0 440 700' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2184_3739)'%3E%3Cmask id='mask0_2184_3739' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-404' y='-178' width='1442' height='948'%3E%3Cpath d='M988 -178H-354C-381.614 -178 -404 -155.614 -404 -128V770H358.766C372.572 770 385.765 764.291 395.216 754.226L531.495 609.092C540.946 599.027 554.138 593.318 567.945 593.318H1038V-128C1038 -155.614 1015.61 -178 988 -178Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2184_3739)'%3E%3Cpath d='M718 -248H-624C-651.614 -248 -674 -225.614 -674 -198V700H98.1289C106.193 700 114.136 698.05 121.283 694.316L265.427 619.002C272.574 615.268 280.518 613.318 288.582 613.318H768V-198C768 -225.614 745.614 -248 718 -248Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2184_3739'%3E%3Crect width='440' height='700' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='440' height='700' viewBox='0 0 440 700' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2184_3739)'%3E%3Cmask id='mask0_2184_3739' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-404' y='-178' width='1442' height='948'%3E%3Cpath d='M988 -178H-354C-381.614 -178 -404 -155.614 -404 -128V770H358.766C372.572 770 385.765 764.291 395.216 754.226L531.495 609.092C540.946 599.027 554.138 593.318 567.945 593.318H1038V-128C1038 -155.614 1015.61 -178 988 -178Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2184_3739)'%3E%3Cpath d='M718 -248H-624C-651.614 -248 -674 -225.614 -674 -198V700H98.1289C106.193 700 114.136 698.05 121.283 694.316L265.427 619.002C272.574 615.268 280.518 613.318 288.582 613.318H768V-198C768 -225.614 745.614 -248 718 -248Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2184_3739'%3E%3Crect width='440' height='700' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-position: bottom;
            mask-position: bottom;
  }
}
@media screen and (max-width: 400px) {
  .hero-wr::before {
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-position: bottom;
            mask-position: bottom;
    mask-image: url("data:image/svg+xml,%3Csvg width='375' height='718' viewBox='0 0 375 718' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2184_3739)'%3E%3Cmask id='mask0_2184_3739' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-404' y='-178' width='1442' height='948'%3E%3Cpath d='M988 -178H-354C-381.614 -178 -404 -155.614 -404 -128V770H358.766C372.572 770 385.765 764.291 395.216 754.226L531.495 609.092C540.946 599.027 554.138 593.318 567.945 593.318H1038V-128C1038 -155.614 1015.61 -178 988 -178Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2184_3739)'%3E%3Cpath d='M718 -248H-624C-651.614 -248 -674 -225.614 -674 -198V700H98.1289C106.193 700 114.136 698.05 121.283 694.316L265.427 619.002C272.574 615.268 280.518 613.318 288.582 613.318H768V-198C768 -225.614 745.614 -248 718 -248Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2184_3739'%3E%3Crect width='375' height='718' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='375' height='718' viewBox='0 0 375 718' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2184_3739)'%3E%3Cmask id='mask0_2184_3739' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-404' y='-178' width='1442' height='948'%3E%3Cpath d='M988 -178H-354C-381.614 -178 -404 -155.614 -404 -128V770H358.766C372.572 770 385.765 764.291 395.216 754.226L531.495 609.092C540.946 599.027 554.138 593.318 567.945 593.318H1038V-128C1038 -155.614 1015.61 -178 988 -178Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_2184_3739)'%3E%3Cpath d='M718 -248H-624C-651.614 -248 -674 -225.614 -674 -198V700H98.1289C106.193 700 114.136 698.05 121.283 694.316L265.427 619.002C272.574 615.268 280.518 613.318 288.582 613.318H768V-198C768 -225.614 745.614 -248 718 -248Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2184_3739'%3E%3Crect width='375' height='718' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  }
}
@media screen and (max-width: 991px) {
  .hero-wrapper {
    padding-top: 145px;
    padding-bottom: 70px;
  }
}
.hero-wrapperText {
  max-width: 590px;
}
.hero-title {
  font-size: 44px;
  line-height: 63px;
  letter-spacing: -0.04em;
  font-weight: bold;
  color: #00380d;
  margin-bottom: 36px;
}
@media screen and (max-width: 575px) {
  .hero-title {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 24px;
  }
}
.hero-text {
  font-size: 17px;
  line-height: 31px;
  color: #00562b;
}
.hero-footer {
  margin-top: 48px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .hero-footer {
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media screen and (max-width: 575px) {
  .hero-footer {
    gap: 20px;
  }
}
.hero-footer .container1 {
  position: relative;
}
.hero-footer .container1 {
  transition: 0.3s ease;
}
.hero-footer .container1:hover {
  transform: translateY(5px) scale(0.95);
}
.hero-btn__wr {
  padding-right: 30px;
  margin-right: 27px;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  .hero-btn__wr {
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero-btn__wr::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.62);
  width: 1px;
  height: 57px;
  content: "";
}
@media screen and (max-width: 1199px) {
  .hero-btn__wr::before {
    display: none;
  }
}
.hero-btn.btn1 {
  display: flex;
  align-items: center;
  gap: 11px;
  background: #000000;
  color: #fff;
  font-size: 14px;
  line-height: 130%;
  font-weight: 600;
  padding: 20px 30px;
}
.hero-btn img {
  filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(15%) hue-rotate(238deg) brightness(104%) contrast(100%);
}
.hero-insatallapp {
  position: relative;
}
.hero-insatallapp__img {
  position: absolute;
  left: 0;
  bottom: 50%;
  transform: translateX(-32%);
}
@media screen and (max-width: 575px) {
  .hero-insatallapp__img {
    display: none;
  }
}
.hero-insatallapp__list {
  display: flex;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100px;
  padding: 22px 34px;
  gap: 17px;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .hero-insatallapp__list {
    background: transparent;
    flex-wrap: wrap;
    padding: 11px 12px;
  }
}
.hero-insatallapp__item {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .hero-insatallapp__item {
    width: 100%;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    padding: 22px 34px;
  }
}
.hero-insatallapp__number {
  color: #00562b;
  font-size: 18px;
  line-height: 130%;
  font-weight: 800;
}
.hero-insatallapp__txt {
  color: #00562b;
  font-size: 14px;
  padding-left: 2px;
}
.hero-img {
  transform: scale(1.4) translateY(-25px);
}
@media screen and (max-width: 1399px) {
  .hero-img {
    transform: scale(1.4) translateY(20px);
  }
}
@media screen and (max-width: 1199px) {
  .hero-img {
    height: 100%;
    display: flex;
    align-items: end;
    transform: scale(1.4) translateY(17px);
    height: 100%;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .hero-img {
    display: none;
  }
}
.hero-fixedmenu {
  position: fixed;
  bottom: 15px;
  width: 100%;
  left: 0;
  z-index: 1000;
}
@media screen and (max-width: 991px) {
  .hero-fixedmenu {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .hero-fixedmenu .container {
    max-width: 100% !important;
  }
}
.hero-ending {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding: 0 10px;
}
.hero-uptotop {
  width: 67px;
  height: 67px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
  cursor: pointer;
  transition: 0.3s ease;
}
.hero-uptotop:hover {
  transform: scale(0.95);
}
.hero-leftside {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1199px) {
  .hero-leftside {
    gap: 10px;
  }
}
.hero-menus {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
  border-radius: 100px;
  padding: 4px 11px;
  position: relative;
}
.hero-menus ul {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
}
.hero-menus ul li a {
  padding: 16px 14px;
  border-radius: 50px;
  font-size: 15px;
  line-height: 130%;
  color: #fff;
  display: inline-block;
}
.hero-btnLink {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
  padding: 20px 30px;
  border-radius: 100px;
  font-weight: 500;
  line-height: 130%;
  font-size: 16px;
  color: #fff;
}
.hero-btnLink img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(174deg) brightness(110%) contrast(101%);
}

.bgLines {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 100px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.main {
  position: relative;
}

.wrapperBorder {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  top: 0;
  z-index: -1;
}
.wrapperBorder .container {
  width: 100%;
  height: 100%;
}
.wrapperBorder-main {
  width: 100%;
  height: 100%;
  border-left: 1px dashed rgba(0, 0, 0, 0.2);
  border-right: 1px dashed rgba(0, 0, 0, 0.2);
}

main {
  position: relative;
  padding-bottom: 100px;
}
@media screen and (max-width: 991px) {
  main {
    padding-bottom: 40px;
  }
}

.Firafollower {
  padding-top: 101px;
  margin-bottom: 73px;
}
.Firafollower-head {
  margin-bottom: 62px;
  position: relative;
  max-width: 629px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.Firafollower-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 190%;
  color: #00003e;
  text-align: center;
}
.Firafollower-title img {
  position: absolute;
  top: -100%;
  left: 10%;
  z-index: -1;
  animation: moveline 15s ease infinite alternate;
}
@keyframes moveline {
  0% {
    transform: translateX(-100%) rotate(0deg);
  }
  100% {
    transform: translateX(100%) rotate(360deg);
  }
}
.Firafollower-text {
  font-size: 15px;
  font-weight: 300;
  color: rgba(0, 0, 62, 0.4);
}
.Firafollower-list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1px;
  padding-right: 1px;
}
.Firafollower-item {
  background-color: #ffffff;
  flex-basis: 20%;
  flex-grow: 1;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  margin: -1px;
  width: 20%;
  padding-top: 25px;
  padding-left: 24px;
  padding-right: 11px;
  padding-bottom: 31px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .Firafollower-item {
    flex-basis: 25%;
  }
}
@media screen and (max-width: 991px) {
  .Firafollower-item {
    flex-basis: 33%;
  }
}
@media screen and (max-width: 767px) {
  .Firafollower-item {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 450px) {
  .Firafollower-item {
    flex-basis: 190%;
  }
}
.Firafollower-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../../images/bgbox.svg) no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0;
  transition: 0.3s ease;
  transform: scale(2);
}
.Firafollower-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(6.25deg, rgba(15, 211, 113, 0) 36.22%, rgba(15, 211, 113, 0.5) 95.07%);
  z-index: -2;
  filter: blur(147px);
  opacity: 0;
  transition: 0.3s ease;
  transform: scale(2);
}
.Firafollower-item:hover::after {
  opacity: 1;
  transform: scale(1);
}
.Firafollower-item:hover::before {
  opacity: 1;
  transform: scale(1);
}
.Firafollower-item:hover .Firafollower-item__icon img {
  transform: scale(0.95);
}
.Firafollower-item:hover .Firafollower-item__icon::before {
  transform: translate(-50%, -50%) scale(1);
}
.Firafollower-item:hover .Firafollower-item__text {
  color: #00562b;
}
.Firafollower-item__icon {
  margin-bottom: 14px;
  position: relative;
  display: inline-block;
  z-index: 0;
}
.Firafollower-item__icon::before {
  position: absolute;
  content: "";
  width: 57px;
  height: 57px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: rgba(0, 0, 0, 0.72);
  border-radius: 100px;
  z-index: -1;
  transition: 0.3s ease;
}
.Firafollower-item__title {
  font-size: 15px;
  line-height: 190%;
  margin-bottom: 7px;
  color: #1f240b;
}
.Firafollower-item__title span {
  font-weight: bold;
}
.Firafollower-item__text {
  font-size: 13px;
  line-height: 184%;
  color: rgba(0, 0, 62, 0.4);
  transition: 0.3s ease;
}

.aboutRiva {
  margin-bottom: 100px;
}
.aboutRiva-wrapper {
  padding-left: 66px;
}
@media screen and (max-width: 991px) {
  .aboutRiva-wrapper {
    padding: 0 12px;
  }
}
.aboutRiva-head {
  margin-bottom: 24px;
  max-width: 663px;
  margin-right: auto;
  position: relative;
}
.aboutRiva-head > img {
  position: absolute;
  right: 0;
  top: -50%;
  z-index: -1;
}
.aboutRiva-title {
  font-size: 38px;
  line-height: 58px;
  color: #00003e;
  font-weight: 300;
  margin-bottom: 8px;
}
.aboutRiva-title span {
  font-weight: 500;
}
.aboutRiva-text {
  color: #5f7086;
}
.aboutRiva-list {
  display: flex;
  flex-wrap: wrap;
  border-radius: 8px;
  background-color: #ffffff;
  max-width: 85%;
}
@media screen and (max-width: 1399px) {
  .aboutRiva-list {
    max-width: 100%;
  }
}
.aboutRiva-item {
  flex-basis: 50%;
  background-color: #ffffff;
  padding-bottom: 32px;
  padding-right: 18px;
  padding-right: 30px;
  padding-top: 16px;
}
@media screen and (max-width: 575px) {
  .aboutRiva-item {
    flex-basis: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.14) !important;
  }
}
.aboutRiva-item:nth-child(even) {
  border-left: 1px solid rgba(0, 0, 0, 0.14);
  padding-left: 30px !important;
}
@media screen and (max-width: 575px) {
  .aboutRiva-item:nth-child(even) {
    border: none;
    padding-left: 0 !important;
  }
}
.aboutRiva-item:nth-child(n+3) {
  border-top: 1px solid rgba(0, 0, 0, 0.14);
}
@media screen and (max-width: 575px) {
  .aboutRiva-item:nth-child(n+3) {
    border: none;
  }
}
.aboutRiva-item:nth-child(1) {
  padding-top: 0 !important;
}
.aboutRiva-item:nth-child(1) .aboutRiva-item__circle span {
  background: #9df200;
}
.aboutRiva-item:nth-child(2) {
  padding-top: 0 !important;
}
.aboutRiva-item:nth-child(2) .aboutRiva-item__circle span {
  background: #bababa;
}
.aboutRiva-item:nth-child(3) .aboutRiva-item__circle span {
  background: #e5be49;
}
.aboutRiva-item:nth-child(4) .aboutRiva-item__circle span {
  background: #f200b5;
}
.aboutRiva-item__head {
  margin-bottom: 13px;
  display: flex;
  gap: 18px;
  align-items: center;
}
.aboutRiva-item__circle {
  width: 32px;
  height: 32px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  box-shadow: 0px 22px 34px rgba(0, 0, 0, 0.15);
}
.aboutRiva-item__circle span {
  width: 18px;
  height: 18px;
  background: #9df200;
  border-radius: 100px;
}
.aboutRiva-item__title {
  color: #00003e;
  font-size: 21px;
  font-weight: 500;
  line-height: 58px;
  position: relative;
}
.aboutRiva-item__title span {
  position: relative;
}
.aboutRiva-item__title span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 11px;
  background: url("../images/lineBluetitle.svg") no-repeat;
  background-size: contain;
  background-position: center;
  top: calc(100% + 7px);
  left: 10%;
}
.aboutRiva-item__text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  color: #5f7086;
}
.aboutRiva-img {
  padding-right: 34px;
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .aboutRiva-img {
    padding-right: 0;
  }
}

.reviews {
  margin-bottom: 70px;
}
.reviews-wrapper {
  padding-left: 21px;
  padding-right: 21px;
}
@media screen and (max-width: 991px) {
  .reviews-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.reviews-head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.reviews-head__wr {
  position: relative;
}
.reviews-head__wr > img {
  position: absolute;
  top: -130%;
  left: -30%;
  z-index: -1;
  animation: moveline 15s ease infinite alternate;
}
.reviews-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 190%;
  color: #00003e;
  text-align: center;
}
.reviews-text {
  font-size: 15px;
  line-height: 184%;
  color: rgba(0, 0, 62, 0.4);
  text-align: center;
}
.reviews__swiper {
  padding-bottom: 47px;
}
.reviews__swiper .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 2px) !important;
  background: rgba(0, 0, 62, 0.4);
  opacity: 1;
  border-radius: 8px !important;
  width: 8px !important;
  height: 8px !important;
  transition: width 0.3s ease;
}
.reviews__swiper .swiper-pagination-bullet-active {
  width: 38px !important;
  background: #0fd371;
}
.reviews__swiper .swiper-slide {
  height: auto;
}
.reviews__swiper .swiper-slide .cardReview {
  height: 100%;
}
.reviews__swiper .swiper-slide .cardReview .cardReview-wrapper {
  height: 100%;
}

.cardReview-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.17);
  border-radius: 30px;
  padding: 26px 18px 21px 23px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .cardReview-wrapper {
    padding: 20px 15px 15px 15px;
  }
}
.cardReview-text {
  font-weight: 400;
  font-size: 13px;
  line-height: 184%;
  align-items: center;
  color: rgba(0, 0, 62, 0.4);
  margin-bottom: 23px;
}
.cardReview-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.cardReview-profile {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cardReview-profile__img {
  width: 54px;
  height: 54px;
  border-radius: 100px;
  position: relative;
}
.cardReview-profile__img img {
  width: 54px;
  height: 54px;
  border-radius: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.cardReview-profile__img img:last-child {
  position: absolute;
  top: 11px;
  left: 0;
  filter: blur(12px);
  z-index: -1;
  opacity: 0.4;
}
.cardReview-profile__text {
  font-size: 15px;
  line-height: 184%;
  color: #000;
  font-weight: 600;
}
.cardReview-profile__id {
  color: #a4a8ba;
  font-weight: 300;
  font-size: 13px;
  line-height: 184%;
}
.cardReview-scoure {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cardReview-scoure__number {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  background: linear-gradient(90deg, #fec726 0%, #fd38d5 18.52%, #5adeac 53.21%, #feb937 81.86%, #d653da 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.withRiva {
  padding-bottom: 80px;
}
.withRiva-wrapper {
  padding-right: 38px;
}
@media screen and (max-width: 1199px) {
  .withRiva-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.withRiva-wrImg {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .withRiva-wrImg {
    padding: 0 12px;
  }
}
.withRiva-wrImg > img {
  position: absolute;
}
@media screen and (max-width: 575px) {
  .withRiva-wrImg > img {
    width: 60%;
  }
}
.withRiva-wrImg > img:first-child {
  top: 0;
  right: 0;
  transform: translateY(-39%) translateX(23%);
}
@media screen and (max-width: 1399px) {
  .withRiva-wrImg > img:first-child {
    transform: translateY(-39%) translateX(33%);
  }
}
@media screen and (max-width: 1199px) {
  .withRiva-wrImg > img:first-child {
    transform: translateY(-39%) translateX(41%);
  }
}
.withRiva-wrImg > img:nth-child(2) {
  bottom: 0;
  left: 0;
  transform: translateY(50%) translateX(-16%);
}
@media screen and (max-width: 1399px) {
  .withRiva-wrImg > img:nth-child(2) {
    transform: translateY(50%) translateX(-27%);
  }
}
@media screen and (max-width: 1199px) {
  .withRiva-wrImg > img:nth-child(2) {
    transform: translateY(50%) translateX(-34%);
  }
}
.withRiva-img {
  text-align: center;
}
.withRiva-head {
  position: relative;
  margin-top: 70px;
}
@media screen and (max-width: 1399px) {
  .withRiva-head {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .withRiva-head {
    margin-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .withRiva-head {
    margin-top: 50px;
  }
}
.withRiva-head > img {
  position: absolute;
  right: -5%;
  top: -5%;
  z-index: -1;
}
.withRiva-logo {
  margin-left: -15px;
  margin-bottom: -15px;
}
.withRiva-title {
  font-size: 38px;
  line-height: 58px;
  color: #00003e;
  font-weight: 300;
  position: relative;
  margin-bottom: 25px;
}
.withRiva-title span {
  font-weight: 600;
}
.withRiva-title > img {
  position: absolute;
  left: 10%;
  top: -70%;
  z-index: -1;
  animation: moveline 15s ease infinite alternate;
}
.withRiva-text {
  font-size: 17px;
  line-height: 31px;
  color: #5f7086;
  font-weight: 300;
}

.makeMoney {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .makeMoney {
    padding-bottom: 20px;
  }
}
.makeMoney-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  border-top: 1px dashed rgba(0, 0, 62, 0.4);
  border-bottom: 1px dashed rgba(0, 0, 62, 0.4);
  padding-top: 100px;
}
.makeMoney-grid span {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background: #0fd371;
  position: absolute;
  z-index: 1;
}
.makeMoney-grid span:nth-child(1) {
  top: -9px;
  left: -9px;
}
.makeMoney-grid span:nth-child(2) {
  top: -9px;
  right: -9px;
}
.makeMoney-grid span:nth-child(3) {
  bottom: -9px;
  left: -9px;
}
.makeMoney-grid span:nth-child(4) {
  bottom: -9px;
  right: -9px;
}
.makeMoney-wrapper {
  position: relative;
  padding-left: 61px;
  padding-top: 120px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  .makeMoney-wrapper {
    padding-left: 31px;
    padding-right: 31px;
  }
}
@media screen and (max-width: 991px) {
  .makeMoney-wrapper {
    padding: 0 12px;
    padding-top: 60px;
    padding-bottom: 0px;
  }
}
.makeMoney-head {
  position: relative;
}
.makeMoney-head > img {
  position: absolute;
  right: -15%;
  top: -45%;
  z-index: -1;
}
.makeMoney-wrImg {
  position: relative;
}
.makeMoney-wrImg > img {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-30%, 50%);
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .makeMoney-wrImg > img {
    transform: translate(-50%, 50%);
  }
}
.makeMoney-img {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .makeMoney-img {
    margin-right: 0;
    transform: scale(1);
    margin-top: 50px;
    margin-bottom: 100px;
  }
}
.makeMoney-title {
  font-size: 38px;
  line-height: 58px;
  color: #00003e;
  font-weight: 300;
  margin-bottom: 27px;
}
@media screen and (max-width: 575px) {
  .makeMoney-title {
    font-size: 28px;
    line-height: 38px;
  }
}
.makeMoney-title span {
  font-weight: bold;
}
.makeMoney-text {
  color: #5f7086;
  font-size: 17px;
  line-height: 31px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .makeMoney-text {
    font-size: 14px;
    line-height: 24px;
  }
}
.makeMoney-text span {
  color: #040404;
  font-weight: 600;
}
.makeMoney-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 23px;
  gap: 22px;
}
.makeMoney-item {
  display: flex;
  align-items: center;
  gap: 14px;
}
.makeMoney-item:nth-child(1) .makeMoney-item__circle span {
  background: #e5e5e5;
}
.makeMoney-item:nth-child(2) .makeMoney-item__circle span {
  background: #f200b5;
}
.makeMoney-item:nth-child(3) .makeMoney-item__circle span {
  background: #0fd371;
}
.makeMoney-item__circle {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  box-shadow: 0px 22px 34px rgba(0, 0, 0, 0.15);
}
.makeMoney-item__circle span {
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 100px;
}
.makeMoney-item__title {
  font-size: 17px;
  line-height: 58px;
  color: #00003e;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  .makeMoney-item__title {
    line-height: 28px;
  }
}
@media screen and (max-width: 575px) {
  .makeMoney-item__title {
    font-size: 14px;
    line-height: 28px;
  }
}
.makeMoney .container1 {
  transition: 0.3s ease;
}
.makeMoney .container1:hover {
  transform: translateY(5px) scale(0.95);
}
.makeMoney .btn1 {
  padding: 15px 30px !important;
}
@media screen and (max-width: 575px) {
  .makeMoney .btn1 {
    padding: 10px 15px !important;
  }
}

.container1 {
  position: relative;
  display: flex;
  padding: 5px 5px;
  background: linear-gradient(90deg, #ff0040 0%, #ff0084 24.44%, #ffa600 59.94%, #d0ff00 80.48%, #000dff 100%);
  border-radius: 1000px;
}
@keyframes mymove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.btn1 {
  border: none;
  border-radius: 1000px;
  z-index: 10;
  padding: 10px;
  display: inline-block;
  display: block;
  overflow: hidden;
  transition: 0.3s ease;
  background: #ffffff;
}

.btn1:active {
  border: none;
  -webkit-border: none;
  -ms-border: none;
  -moz-border: none;
}

.collaborate {
  margin-bottom: 100px;
}
.collaborate-wrapper {
  padding-bottom: 37px;
  border-bottom: 1px dashed rgba(0, 0, 62, 0.4);
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .collaborate-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.collaborate-wrapper::before {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background: #0fd371;
  position: absolute;
  content: "";
  z-index: 1;
  bottom: -9px;
  left: -9px;
}
.collaborate-wrapper::after {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background: #0fd371;
  position: absolute;
  content: "";
  z-index: 1;
  bottom: -9px;
  right: -9px;
}
.collaborate-bg {
  background: url(../images/collaborate.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 468px;
  border-radius: 30px;
  box-shadow: inset 0px 0px 44px rgba(255, 255, 255, 0.65);
}
@media screen and (max-width: 991px) {
  .collaborate-bg {
    height: auto;
    aspect-ratio: 16/9;
  }
}
@media screen and (max-width: 450px) {
  .collaborate-bg {
    aspect-ratio: 16/13;
  }
}
.collaborate-head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
.collaborate-title {
  font-size: 48px;
  line-height: 16px;
  font-weight: 300;
  color: #1f240b;
  margin-bottom: 49px;
}
@media screen and (max-width: 767px) {
  .collaborate-title {
    font-size: 24px;
    line-height: 16px;
    font-weight: 300;
    color: #1f240b;
    margin-bottom: 29px;
  }
}
.collaborate-title span {
  font-weight: 600;
}
.collaborate-subtitle {
  font-size: 44px;
  line-height: 16px;
  font-family: "Billabong";
  color: #797e65;
  letter-spacing: 2px;
  margin-bottom: 58px;
}
@media screen and (max-width: 767px) {
  .collaborate-subtitle {
    font-size: 22px;
    margin-bottom: 28px;
  }
}
.collaborate-wrBtn {
  text-align: center;
}
.collaborate-btn {
  background: rgba(255, 255, 255, 0.24);
  color: #1f240b;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  padding: 22px 50px;
  border-radius: 100px;
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  transition: 0.3s ease;
}
@media screen and (max-width: 767px) {
  .collaborate-btn {
    font-size: 14px;
    padding: 10px 21px;
  }
}
.collaborate-btn:hover {
  border-color: #0fd371;
  transform: translateY(5px);
}
.collaborate-btn:hover::before {
  width: 107px;
}
@media screen and (max-width: 767px) {
  .collaborate-btn:hover::before {
    width: 47px;
  }
}
.collaborate-btn::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background: #0fd371;
  width: 57px;
  height: 6px;
  transition: width 0.3s ease;
}
@media screen and (max-width: 767px) {
  .collaborate-btn::before {
    width: 27px;
    height: 4px;
  }
}

.footer-wrapper {
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
}
.footer-logo {
  text-align: center;
}
.footer-head {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  position: relative;
}
.footer-head img {
  position: absolute;
  left: 57%;
  top: -100%;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 575px) {
  .footer-head img {
    top: -130%;
  }
}
@media screen and (max-width: 450px) {
  .footer-head img {
    top: -105%;
  }
}
@media screen and (max-width: 400px) {
  .footer-head img {
    top: -85%;
  }
}
@media screen and (max-width: 350px) {
  .footer-head img {
    top: -65%;
  }
}
.footer-title {
  text-align: center;
  margin-bottom: 7px;
  color: #00003e;
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .footer-title {
    font-size: 24px;
    line-height: 130%;
  }
}
.footer-text {
  text-align: center;
  font-size: 15px;
  line-height: 184%;
  color: #a4a8ba;
}
@media screen and (max-width: 575px) {
  .footer-text {
    font-size: 14px;
    line-height: 180%;
  }
}
.footer .container1 {
  transition: 0.3s ease;
}
.footer .container1:hover {
  transform: translateY(5px) scale(0.95);
}
.footer .btn1 {
  padding: 15px 30px !important;
}
@media screen and (max-width: 575px) {
  .footer .btn1 {
    padding: 10px 15px !important;
  }
}

.faq {
  padding-top: 73px;
}
.faq-wrapper {
  padding-bottom: 64px;
  position: relative;
  border-bottom: 1px dashed rgba(0, 0, 62, 0.4);
}
.faq-wrapper::before {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background: #0fd371;
  position: absolute;
  content: "";
  z-index: 1;
  bottom: -9px;
  left: -9px;
}
.faq-wrapper::after {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background: #0fd371;
  position: absolute;
  content: "";
  z-index: 1;
  bottom: -9px;
  right: -9px;
}
.faq-head {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 74px;
}
@media screen and (max-width: 575px) {
  .faq-head {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 40px;
  }
}
.faq-head__wr {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.faq-head__wr img {
  position: absolute;
  left: 80%;
}
@media screen and (max-width: 575px) {
  .faq-head__wr img {
    left: 60%;
  }
}
.faq-subTitle {
  color: #008442;
  font-size: 17px;
  line-height: 45px;
  text-align: center;
  display: inline-block;
  background: rgba(15, 211, 113, 0.1);
  border-radius: 100px;
  padding: 5px 117px;
  margin-bottom: 11px;
}
@media screen and (max-width: 575px) {
  .faq-subTitle {
    padding: 5px 84px;
  }
}
.faq-title {
  font-size: 20px;
  line-height: 45px;
  color: #00003e;
  margin-bottom: 16px;
  font-weight: 300;
  text-align: center;
}
.faq-title span {
  font-weight: bold;
}
.faq-text {
  font-size: 15px;
  line-height: 184%;
  color: #a4a8ba;
  max-width: 561px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.faq-main {
  max-width: 988px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.z-accordion-item.show .z-accordion-item__icon {
  background: #0fd371;
}
.z-accordion-item.show .z-accordion-item__icon span:first-child {
  display: block;
}
.z-accordion-item.show .z-accordion-item__icon span:last-child {
  display: none;
}
.z-accordion-item.show .z-accordion-item__content::before {
  animation: forwardscaleLeft 0.3s ease forwards 0.2s;
}
.z-accordion-item.show .z-accordion-item__content::after {
  animation: forwardscaleRight 0.3s ease forwards 0.2s;
}
.z-accordion-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
  padding-bottom: 14px;
  border-bottom: 3.5px solid #f9f9f9;
  margin-bottom: 23px;
}
@media screen and (max-width: 575px) {
  .z-accordion-item__head {
    margin-bottom: 15px;
  }
}
.z-accordion-item__title {
  font-size: 17px;
  line-height: 25px;
  color: #00003e;
}
@media screen and (max-width: 575px) {
  .z-accordion-item__title {
    font-size: 15px;
  }
}
.z-accordion-item__icon {
  width: 44px;
  height: 44px;
  border-radius: 100px;
  background: #ebf9b1;
  position: relative;
  font-size: 17px;
  line-height: 45px;
  font-weight: bold;
  color: #00003e;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.z-accordion-item__icon span {
  margin-bottom: 2px;
}
.z-accordion-item__icon span:first-child {
  display: none;
}
.z-accordion-item__icon span:last-child {
  display: block;
}
.z-accordion-item__icon::before {
  position: absolute;
}
.z-accordion-item__content {
  background: rgba(214, 247, 174, 0.17);
  border-radius: 30px;
  padding: 18px 32px;
  margin-bottom: 19px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .z-accordion-item__content {
    padding: 15px 16px;
  }
}
.z-accordion-item__content::before {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background: #0fd371;
  position: absolute;
  content: "";
  z-index: 1;
  top: 50%;
  left: -50px;
  transform: translateY(-50%) translateX(100px) scale(0);
  transition: transform 0.3s ease;
}
.z-accordion-item__content::after {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background: #0fd371;
  position: absolute;
  content: "";
  z-index: 1;
  top: 50%;
  right: -50px;
  transform: translateY(-50%) translateX(-100px) scale(0);
  transition: transform 0.3s ease 2s;
}
.z-accordion-item__text {
  font-size: 14px;
  color: #043f22;
  line-height: 234%;
}
@keyframes forwardscaleRight {
  0% {
    transform: translateY(-50%) translateX(-100px) scale(0);
  }
  100% {
    transform: translateY(-50%) translateX(0) scale(1);
  }
}
@keyframes forwardscaleLeft {
  0% {
    transform: translateY(-50%) translateX(100px) scale(0);
  }
  100% {
    transform: translateY(-50%) translateX(0) scale(1);
  }
}

.freeCoins {
  position: relative;
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
}
.freeCoins::before {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background: #ffffff;
  position: absolute;
  content: "";
  z-index: 1;
  top: -9px;
  left: -9px;
}
.freeCoins::after {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background: #ffffff;
  position: absolute;
  content: "";
  z-index: 1;
  top: -9px;
  right: -9px;
}
.freeCoins-wrapper {
  position: relative;
  border-bottom: 1px dashed rgba(0, 0, 62, 0.4);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .freeCoins-wrapper {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.freeCoins-wrapper::before {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background: #ffffff;
  position: absolute;
  content: "";
  z-index: 1;
  top: -9px;
  left: -9px;
  filter: blur(17px);
}
.freeCoins-wrapper::after {
  width: 18px;
  height: 18px;
  border-radius: 100px;
  background: #ffffff;
  position: absolute;
  content: "";
  z-index: 1;
  top: -9px;
  right: -9px;
  filter: blur(17px);
}
.freeCoins-wrapper > img {
  position: absolute;
  z-index: -1;
}
.freeCoins-wrapper > img:first-child {
  right: 5%;
  top: 0;
}
@media screen and (max-width: 1199px) {
  .freeCoins-wrapper > img:first-child {
    right: -10%;
  }
}
@media screen and (max-width: 767px) {
  .freeCoins-wrapper > img:first-child {
    top: -20%;
    right: -20%;
  }
}
.freeCoins-wrapper > img:nth-child(2) {
  left: 3%;
  bottom: -18%;
}
@media screen and (max-width: 1199px) {
  .freeCoins-wrapper > img:nth-child(2) {
    left: -10%;
  }
}
@media screen and (max-width: 767px) {
  .freeCoins-wrapper > img:nth-child(2) {
    left: -20%;
    bottom: -30%;
  }
}
.freeCoins-head {
  margin-bottom: 47px;
  padding-top: 69px;
}
.freeCoins-title {
  font-weight: 700;
  font-size: 33px;
  line-height: 190%;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 3px;
}
.freeCoins-text {
  font-size: 15px;
  line-height: 198%;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.freeCoins-text span {
  color: #ffffff;
  font-weight: 600;
}
.freeCoins-box {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(90deg, #0fd371 0%, rgba(0, 0, 0, 0) 100%);
  border: 1px solid #0fd371;
  border-radius: 70px;
  display: flex;
  align-items: center;
  padding: 20px 24px;
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .freeCoins-box {
    padding: 10px 14px;
  }
}
.freeCoins-box__img {
  margin-right: 25px;
}
.freeCoins-box__text {
  font-weight: 300;
  font-size: 24px;
  line-height: 130%;
  color: #ffffff;
  filter: blur(11px);
  width: 60%;
  overflow: hidden;
}
.freeCoins-box__btn {
  margin-left: auto;
  font-size: 24px;
  line-height: 130%;
  color: #ffffff;
  margin-right: 24px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .freeCoins-box__btn {
    margin-right: 10px;
    font-size: 19px;
  }
}
.freeCoins .container1 {
  transition: 0.3s ease;
}
.freeCoins .container1:hover {
  transform: translateY(5px) scale(0.95);
}
.freeCoins .btn1 {
  background: #00220f;
  color: #fff;
  padding: 21px 49px;
}
@media screen and (max-width: 575px) {
  .freeCoins .btn1 {
    padding: 10px 15px !important;
  }
}

.stepsApp {
  background: #00220f;
}
.stepsApp-wrapper {
  position: relative;
  height: 100%;
  border-left: 1px dashed rgba(255, 255, 255, 0.2);
  border-right: 1px dashed rgba(255, 255, 255, 0.2);
  padding-bottom: 69px;
}
.stepsApp-head {
  padding-top: 120px;
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 991px) {
  .stepsApp-head {
    padding-top: 60px;
  }
}
.stepsApp-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 190%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 14px;
}
.stepsApp-text {
  width: 100%;
  max-width: 561px;
  font-size: 15px;
  line-height: 184%;
  text-align: center;
  color: rgba(255, 255, 255, 0.4);
  margin-left: auto;
  margin-right: auto;
}
.stepsApp-circle {
  text-align: center;
  position: relative;
  margin-bottom: 76px;
  margin-top: 30px;
}
.stepsApp-circle span {
  width: 66px;
  height: 66px;
  background: #ffffff;
  display: inline-block;
  border-radius: 100px;
}
.stepsApp-circle span:last-child {
  position: absolute;
  width: 42px;
  height: 42px;
  filter: blur(27px);
  left: 50%;
  top: 33px;
  transform: translateX(-50%);
}
.stepsApp-main {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 40px;
  outline: 10px solid rgba(255, 255, 255, 0.1);
  padding: 13px;
  margin: 0 17px;
  margin-bottom: 77px;
}
.stepsApp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .stepsApp-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.stepsApp-item {
  position: relative;
  height: 375px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
}
@media screen and (max-width: 575px) {
  .stepsApp-item {
    height: 305px;
  }
}
.stepsApp-item:nth-child(2) {
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0px 4px 44px rgba(255, 255, 255, 0.06);
}
.stepsApp-item:nth-child(2) .stepsApp-item__number {
  background: #464b39;
}
.stepsApp-item:nth-child(3) {
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0px 4px 44px rgba(255, 255, 255, 0.06);
}
.stepsApp-item:nth-child(3) .stepsApp-item__number {
  background: #464b39;
}
.stepsApp-item__wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  left: 53px;
  bottom: 42px;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 575px) {
  .stepsApp-item__wrapper {
    width: 95%;
    left: 14px;
    bottom: 20px;
    padding-right: 5px;
  }
}
.stepsApp-item__number {
  background: rgba(255, 255, 255, 0.1);
  width: 50px;
  height: 50px;
  border-radius: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 170%;
  flex: 0 0 auto;
}
.stepsApp-item__title {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 190%;
  color: #ffffff;
}
.stepsApp-item__text {
  font-size: 14px;
  line-height: 170%;
  color: rgba(255, 255, 255, 0.4);
  max-width: 271px;
  margin-right: auto;
}
.stepsApp-item__text span {
  color: #fff;
  font-weight: 600;
}
.stepsApp-item__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stepsApp-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=style.css.map */