/*
Template Name: Siahaty  - App Landing page template
Template URL: https://www.siahaty.com
Description: Creative HTML5 template.
Author: Amran Al Kerata
Author E-mail: amranalkerata@gmail.com
Author WebSite: https:///www.amranalkerata.com
Support:  amranalkerata@gmail.com
Version: 1.0
*/

/* Start Global Css */

:root {
  --main-color: #f35288;
  --second-color: #da366d;
  --heading: #141c3a;
  --text: #0a0a0a;
  /* animations constants */
  --steps: 10;
  --saturation: 80%;
  --lightness: 60%;
  --hue-offset: 320;
  --duration: 5000ms;

  /* generate some colors */
  --color-01: hsl(
    calc(360 / var(--steps) * 1 + var(--hue-offset)),
    var(--saturation),
    var(--lightness)
  );
  --color-02: hsl(
    calc(360 / var(--steps) * 2 + var(--hue-offset)),
    var(--saturation),
    var(--lightness)
  );
  --color-03: hsl(
    calc(360 / var(--steps) * 3 + var(--hue-offset)),
    var(--saturation),
    var(--lightness)
  );
  --color-04: hsl(
    calc(360 / var(--steps) * 4 + var(--hue-offset)),
    var(--saturation),
    var(--lightness)
  );
  --color-05: hsl(
    calc(360 / var(--steps) * 5 + var(--hue-offset)),
    var(--saturation),
    var(--lightness)
  );
  --color-06: hsl(
    calc(360 / var(--steps) * 6 + var(--hue-offset)),
    var(--saturation),
    var(--lightness)
  );
  --color-07: hsl(
    calc(360 / var(--steps) * 7 + var(--hue-offset)),
    var(--saturation),
    var(--lightness)
  );
  --color-08: hsl(
    calc(360 / var(--steps) * 8 + var(--hue-offset)),
    var(--saturation),
    var(--lightness)
  );
  --color-09: hsl(
    calc(360 / var(--steps) * 9 + var(--hue-offset)),
    var(--saturation),
    var(--lightness)
  );
  --color-10: hsl(
    calc(360 / var(--steps) * 10 + var(--hue-offset)),
    var(--saturation),
    var(--lightness)
  );
  --color-11: hsl(
    calc(360 / var(--steps) * 11 + var(--hue-offset)),
    var(--saturation),
    var(--lightness)
  );
  --color-crayon: #202036;

  /* build some backgrounds */
  --bg-01-a: no-repeat left 0% top / 11% 0%
    linear-gradient(to right, var(--color-01), var(--color-02));
  --bg-01-b: no-repeat left 0% top / 11% 100%
    linear-gradient(to right, var(--color-01), var(--color-02));
  --bg-02-a: no-repeat left 11.11% bottom / 11% 0%
    linear-gradient(to right, var(--color-02), var(--color-03));
  --bg-02-b: no-repeat left 11.11% bottom / 11% 100%
    linear-gradient(to right, var(--color-02), var(--color-03));
  --bg-03-a: no-repeat left 22.22% top / 11% 0%
    linear-gradient(to right, var(--color-03), var(--color-04));
  --bg-03-b: no-repeat left 22.22% top / 11% 100%
    linear-gradient(to right, var(--color-03), var(--color-04));
  --bg-04-a: no-repeat left 33.33% bottom / 11% 0%
    linear-gradient(to right, var(--color-04), var(--color-05));
  --bg-04-b: no-repeat left 33.33% bottom / 11% 100%
    linear-gradient(to right, var(--color-04), var(--color-05));
  --bg-05-a: no-repeat left 44.44% top / 11% 0%
    linear-gradient(to right, var(--color-05), var(--color-06));
  --bg-05-b: no-repeat left 44.44% top / 11% 100%
    linear-gradient(to right, var(--color-05), var(--color-06));
  --bg-06-a: no-repeat left 55.55% bottom / 11% 0%
    linear-gradient(to right, var(--color-06), var(--color-07));
  --bg-06-b: no-repeat left 55.55% bottom / 11% 100%
    linear-gradient(to right, var(--color-06), var(--color-07));
  --bg-07-a: no-repeat left 66.66% top / 11% 0%
    linear-gradient(to right, var(--color-07), var(--color-08));
  --bg-07-b: no-repeat left 66.66% top / 11% 100%
    linear-gradient(to right, var(--color-07), var(--color-08));
  --bg-08-a: no-repeat left 77.77% bottom / 11% 0%
    linear-gradient(to right, var(--color-08), var(--color-09));
  --bg-08-b: no-repeat left 77.77% bottom / 11% 100%
    linear-gradient(to right, var(--color-08), var(--color-09));
  --bg-09-a: no-repeat left 88.88% top / 11% 0%
    linear-gradient(to right, var(--color-09), var(--color-10));
  --bg-09-b: no-repeat left 88.88% top / 11% 100%
    linear-gradient(to right, var(--color-09), var(--color-10));
  --bg-10-a: no-repeat left 99.99% bottom / 11% 0%
    linear-gradient(to right, var(--color-10), var(--color-11));
  --bg-10-b: no-repeat left 99.99% bottom / 12% 100%
    linear-gradient(to right, var(--color-10), var(--color-11));
}
body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}
body.active {
  height: 100vh;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Dosis', sans-serif;
  font-weight: bolder;
  color: var(--heading);
}
p {
  color: var(--text);
  font-weight: 300;
  line-height: 1.5;
}

.section-block {
  padding: 150px 0;
}
.section-heading h2 {
  font-size: 3rem;
}
.section-heading p {
  width: 60%;
}
a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a:hover {
  color: #fff;
}
.btn {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 37px;
  padding: 5px 25px !important;
  font-size: 17px;
  font-weight: 500;
}
.btn:hover {
  background-color: #fff;
  color: var(--main-color) !important;
}
.btn.form {
  color: var(--main-color);
  border-color: var(--main-color);
}
.btn.form:hover {
  background-color: var(--main-color);
  color: #fff !important;
}
button,
.btn:focus,
input:focus,
textarea:focus,
select:focus {
  box-shadow: none !important;
}
input:focus,
textarea:focus,
select:focus {
  border-color: var(--main-color) !important;
}
textarea {
  resize: none;
  border-color: #e6ecf8 !important;
}
.overlay {
  background-color: var(--main-color); /*fallback */
  background-image: -webkit-linear-gradient(
    to left,
    var(--main-color),
    var(--second-color),
    var(--main-color)
  );
  background-image: -moz-linear-gradient(
    to left,
    var(--main-color),
    var(--second-color),
    var(--main-color)
  );
  background-image: -o-linear-gradient(
    to left,
    var(--main-color),
    var(--second-color),
    var(--main-color)
  );
  background-image: linear-gradient(
    to left,
    var(--main-color),
    var(--second-color),
    var(--main-color)
  );
  background-size: 200% auto;
  opacity: 0.8;
  inset: 0;
  z-index: -1;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
  border-radius: 50px;
}
.page-header {
  background-image: url("../images/page-header.svg");
  padding: 80px 0;
  z-index: 1;
}
.page-header .bg::before {
  background-image: none !important;
  z-index: -1;
}
.page-header .page-shape {
  width: 100%;
  left: 0;
  bottom: -20px;
}
.page-header .title {
  padding: 40px 0;
}
.page-header .title h1 {
  color: #fff;
  padding-bottom: 20px;
}
.breadcrumb {
  background-color: transparent;
  font-family: "Poppins", sans-serif;
}
.breadcrumb a {
  padding: 0 4px;
  color: #ffffff99;
  font-size: 16px;
}
.breadcrumb a:hover {
  color: #fff;
}
.breadcrumb a.active {
  color: #fff;
}
.breadcrumb a .home-icon {
  font-size: 17px;
  padding-right: 10px;
}
label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 10px;
  cursor: pointer;
}
.checkboxes input[type=checkbox]:checked + label:before {
  content: "\e64c";
  background-color: transparent;
  border-color: var(--second-color);
  color: var(--second-color);
}
.checkboxes.radios input[type=radio],
.checkboxes input[type=checkbox] {
  display: none;
}
.checkboxes label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
  margin-bottom: 0;
  line-height: 24px;
  font-weight: normal;
}
.checkboxes label:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all .25s;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 15px;
}
.checkboxes input[type=checkbox]:checked + label:before,
.checkboxes input[type=radio]:checked + label:before {
  content: "\f00c";
  font-size: 9px;
  background-color: var(--main-color);
  border-color: var(--main-color);
  color: #fff;
}
.go-up {
  width: 40px;
  height: 40px;
  bottom: 8%;
  right: 2%;
  z-index: 9;
  background-color: var(--main-color);
  line-height: 42px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
  -o-transform: translateY(150px);
  transform: translateY(150px);
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}
.go-up.active {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.go-up i {
  color: #fff;
  font-size: 20px;
}
iframe {
  width: 100%;
  height: 700px;
}
/* Start Preloader */
.rainbow-marker-loader {
  height: 4rem;
  width: 20rem;
  max-width: 100%;
  border: .5rem solid var(--color-crayon);
  border-radius: .5rem;
  animation: infinite alternate rainbow-fill var(--duration) ease-in-out;
  box-sizing: border-box;
  position: relative;
  margin: 1rem;
  background: var(--bg-01-a), var(--bg-02-a), var(--bg-03-a), var(--bg-04-a),
    var(--bg-05-a), var(--bg-06-a), var(--bg-07-a), var(--bg-08-a),
    var(--bg-09-a), var(--bg-10-a);
}

.rainbow-marker-loader::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  border-radius: .5rem;
  box-sizing: border-box;
  margin-top: -7.5%;
  margin-left: -2.5%;
  animation: infinite alternate move-marker var(--duration) ease-in-out;
  background: no-repeat left 0% top / 3rem 50%
      linear-gradient(
        to bottom right,
        transparent,
        transparent 40%,
        var(--color-crayon) 40%
      ),
    no-repeat left 0% bottom / 3rem 50%
      linear-gradient(
        to top right,
        transparent,
        transparent 40%,
        var(--color-crayon) 40%
      ),
    no-repeat left 3rem bottom / 100% 100%
      linear-gradient(var(--color-crayon), var(--color-crayon));
}

@keyframes move-marker {
  10% {
    transform: translate(5%, 100%) rotate(2.5deg);
  }
  20% {
    transform: translate(20%, 0) rotate(-5deg);
  }
  30% {
    transform: translate(30%, 100%) rotate(2.5deg);
  }
  40% {
    transform: translate(40%, 0) rotate(-5deg);
  }
  50% {
    transform: translate(50%, 100%) rotate(2.5deg);
  }
  60% {
    transform: translate(60%, 0) rotate(-5deg);
  }
  70% {
    transform: translate(70%, 100%) rotate(2.5deg);
  }
  80% {
    transform: translate(80%, 0) rotate(-5deg);
  }
  90% {
    transform: translate(90%, 100%) rotate(2.5deg);
  }
  100% {
    transform: translate(100%, 0) rotate(-5deg);
  }
}

@keyframes rainbow-fill {
  0% {
    background: var(--bg-01-a), var(--bg-02-a), var(--bg-03-a), var(--bg-04-a),
      var(--bg-05-a), var(--bg-06-a), var(--bg-07-a), var(--bg-08-a),
      var(--bg-09-a), var(--bg-10-a);
  }
  10% {
    background: var(--bg-01-b), var(--bg-02-a), var(--bg-03-a), var(--bg-04-a),
      var(--bg-05-a), var(--bg-06-a), var(--bg-07-a), var(--bg-08-a),
      var(--bg-09-a), var(--bg-10-a);
  }
  20% {
    background: var(--bg-01-b), var(--bg-02-b), var(--bg-03-a), var(--bg-04-a),
      var(--bg-05-a), var(--bg-06-a), var(--bg-07-a), var(--bg-08-a),
      var(--bg-09-a), var(--bg-10-a);
  }
  30% {
    background: var(--bg-01-b), var(--bg-02-b), var(--bg-03-b), var(--bg-04-a),
      var(--bg-05-a), var(--bg-06-a), var(--bg-07-a), var(--bg-08-a),
      var(--bg-09-a), var(--bg-10-a);
  }
  40% {
    background: var(--bg-01-b), var(--bg-02-b), var(--bg-03-b), var(--bg-04-b),
      var(--bg-05-a), var(--bg-06-a), var(--bg-07-a), var(--bg-08-a),
      var(--bg-09-a), var(--bg-10-a);
  }
  50% {
    background: var(--bg-01-b), var(--bg-02-b), var(--bg-03-b), var(--bg-04-b),
      var(--bg-05-b), var(--bg-06-a), var(--bg-07-a), var(--bg-08-a),
      var(--bg-09-a), var(--bg-10-a);
  }
  60% {
    background: var(--bg-01-b), var(--bg-02-b), var(--bg-03-b), var(--bg-04-b),
      var(--bg-05-b), var(--bg-06-b), var(--bg-07-a), var(--bg-08-a),
      var(--bg-09-a), var(--bg-10-a);
  }
  70% {
    background: var(--bg-01-b), var(--bg-02-b), var(--bg-03-b), var(--bg-04-b),
      var(--bg-05-b), var(--bg-06-b), var(--bg-07-b), var(--bg-08-a),
      var(--bg-09-a), var(--bg-10-a);
  }
  80% {
    background: var(--bg-01-b), var(--bg-02-b), var(--bg-03-b), var(--bg-04-b),
      var(--bg-05-b), var(--bg-06-b), var(--bg-07-b), var(--bg-08-b),
      var(--bg-09-a), var(--bg-10-a);
  }
  90% {
    background: var(--bg-01-b), var(--bg-02-b), var(--bg-03-b), var(--bg-04-b),
      var(--bg-05-b), var(--bg-06-b), var(--bg-07-b), var(--bg-08-b),
      var(--bg-09-b), var(--bg-10-a);
  }
  100% {
    background: var(--bg-01-b), var(--bg-02-b), var(--bg-03-b), var(--bg-04-b),
      var(--bg-05-b), var(--bg-06-b), var(--bg-07-b), var(--bg-08-b),
      var(--bg-09-b), var(--bg-10-b);
  }
}

/* for demo */
.preloader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 1rem 1rem 2rem 1rem;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  position: fixed;
  z-index: 999999;
  background-color: var(--main-color);
}

.preloader .title {
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* End Preloader */
/* Start Navbar */
.navbar .logo {
  width: 160px;
}
.nav-link,
.nav-link:hover,
.nav-link:focus {
  color: #fff;
}
.navbar .overlay {
  opacity: 0;
}
.navbar .overlay.show {
  opacity: 1;
}

.navbar svg {
  width: 40px;
  height: auto;
}
.path1,
.path2 {
  stroke-dasharray: 104;
  stroke-dashoffset: -71;
  transition: 1s all ease;
}
.cross {
  stroke-dashoffset: 68;
}
.mline {
  stroke-dasharray: 41;
  stroke-dashoffset: -82;
  transition: 1s all ease;
}
.hide {
  stroke-dasharray: 43;
  stroke-dashoffset: 130;
}

/*reduce height and wihth of svg for resizing*/
/* End Navbar */

/* Start Hero Section */
.hero {
  background: url("../images/travel.jpg");
  z-index: 2;
}
.hero .row {
  height: 850px;
}
.hero .mobile {
  width: 300px;
  animation: flow 5s linear infinite;
}
.hero .mobile:hover {
  animation: none;
}
.hero h1 {
  color: #fff;
  font-size: 5rem;
}
.hero p {
  color: #fff;
}
.appel,
.google {
  width: 200px;
  display: inline-block;
  margin-right: 15px;
  margin-top: 30px;
}
.app-button a {
  display: block;
  padding: 8px 15px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
}
.app-button a:hover {
  background-color: #fff;
}
.btn-icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.btn-icon i {
  font-size: 20px;
  line-height: 38px;
}
.appel i {
  font-size: 26px;
  line-height: 35px;
}
.app-button a:hover .btn-icon {
  background-color: var(--main-color);
}
.btn-title p {
  margin: 0px;
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
}
.btn-title h3 {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.app-button .btn-title p,
.app-button .btn-title h3 {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.app-button a:hover .btn-title p,
.app-button a:hover .btn-title h3 {
  color: var(--main-color);
}
@media screen and (max-width: 1023px) {
  .hero {
    height: 800px;
  }
  .hero .mobile {
    width: 240px;
  }
}
@media screen and (max-width: 991px) {
  .hero h1 {
    font-size: 3.2rem;
  }
}
.hero-shape {
  bottom: -2px;
  width: 100%;
  z-index: -1;
}
/* End Hero Section */

/* Start Why Us Section */
.feature {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.feature .icon img {
  width: 70px;
}
@media screen and (max-width: 991px) {
  .why-us h2 {
    font-size: 2.2rem;
  }
  .why-us p {
    width: 100%;
  }
}
/* End Why Us Section */

/* Start YouTube */
.youtube {
  background-color: var(--main-color);
  padding-top: 100px;
  padding-bottom: 215px;
}
.youtube iframe {
  border-radius: 10px;
}
@media screen and (max-width: 991px) {
  .youtube {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
/* End YouTube */

/* Start Screenshots */
.screenshot .owl-carousel .owl-item img {
  width: 250px;
  margin: auto;
}
.owl-dots {
  text-align: center;
  padding: 30px 0;
}
.owl-dots span {
  width: 12px;
  height: 7px;
  border-radius: 15px;
  margin-left: 2px;
  margin-right: 2px;
  background: rgba(144, 30, 193, 0.07);
  border: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.owl-dot.active span {
  background: var(--main-color);
  width: 25px;
}
/* End Screenshots */

/* Start Footer */
footer {
  padding-top: 150px;
}
.shape {
  background-image: url("../images/footer-top.svg");
  background-size: 100% 204px;
  height: 180px;
  z-index: 1;
  margin-top: -1px;
  position: absolute;
  width: 100%;
  pointer-events: none;
  transform: rotate(180deg);
}
.shape.top {
  top: 0;
}
.shape.bottom {
  transform: none;
  bottom: 0;
}
footer .logo img {
  width: 300px;
}
footer h5,
footer p,
.copyright,
footer .links a {
  color: #fff;
}
footer h5 {
  font-size: 20px;
}
footer p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.footer-p,
.faqs-p {
  width: 75%;
}
footer .links li {
  padding: 5px 0;
}
footer .address a:hover,
footer .links a:hover,
footer .social-media a:hover {
  color: #e0dfdf;
}
.newsletter {
  margin-bottom: 20px;
  padding-right: 30%;
  position: relative;
}
.newsletter input {
  height: 45px;
  padding: 0;
  padding-left: 20px;
  border: none;
  border-radius: 30px 0 0 30px;
}
.newsletter .btn {
  position: absolute;
  height: 100%;
  border-radius: 0 30px 30px 0;
  right: 0;
  top: 0;
  width: 30%;
  padding: 0;
  margin: 0;
  box-shadow: none;
  font-size: 13px;
}
.newsletter .btn::before {
  background-color: var(--main-color);
  background-image: -webkit-linear-gradient(
    var(--right),
    var(--second-color),
    var(--main-color),
    var(--second-color)
  );
  background-image: -moz-linear-gradient(
    var(--right),
    var(--second-color),
    var(--main-color),
    var(--second-color)
  );
  background-image: -o-linear-gradient(
    var(--right),
    var(--second-color),
    var(--main-color),
    var(--second-color)
  );
  background-image: linear-gradient(
    var(--right),
    var(--second-color),
    var(--main-color),
    var(--second-color)
  );
  background-size: 200% auto;
}
.newsletter .btn:hover {
  background-position: left;
  color: #fff;
}
footer .address p i {
  padding-right: 10px;
}
.social-media a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
  margin-left: 10px;
  border-radius: 50%;
  background-color: var(--main-color);
}
.social-media a:hover {
  background-color: transparent;
  color: var(--main-color);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
footer .social-media a {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.1);
}
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 1182px) {
  .newsletter .btn {
    width: 35% !important;
  }
}
/* End Footer */

/* Start Join Us Page */
.join-us,
.links.important,
.affiliate {
  border-bottom: 1px solid rgb(206, 206, 206);
}
.join-us form,
.affiliate form {
  width: 50%;
}
.join-us .play {
  position: relative;
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 50%;
  color: #fff;
  background-color: var(--main-color);
}
.join-us .play span {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  animation: ripple-white 1s linear infinite;
}
.join-us .play:hover span {
  animation: ripple-white 1s linear reverse infinite;
}
.join-us input,
.join-us select {
  padding-top: 10px;
  padding-bottom: 10px;
}
.custom-upload__button {
  margin-top: 15px;
  border: 2px solid var(--main-color);
  border-radius: 7px;
  color: #fff;
  transition: background-color 0.3s ease, color 0.3s ease;
  background: var(--main-color);
  padding: 6px 10px;
}
.custom-upload__input {
  height: 0;
  left: -10000px;
  overflow: hidden;
  position: absolute;
}
.terms {
  color: var(--main-color);
}
.terms:hover {
  color: var(--main-color);
  text-decoration: underline;
}
@keyframes ripple-white {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(243, 82, 136, 0.1),
      0 0 0 20px rgba(243, 82, 136, 0.1), 0 0 0 40px rgba(243, 82, 136, 0.1);
    box-shadow: 0 0 0 0 rgba(243, 82, 136, 0.1),
      0 0 0 20px rgba(243, 82, 136, 0.1), 0 0 0 40px rgba(243, 82, 136, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(243, 82, 136, 0.1),
      0 0 0 40px rgba(243, 82, 136, 0.1), 0 0 0 60px rgba(243, 82, 136, 0);
    box-shadow: 0 0 0 20px rgba(243, 82, 136, 0.1),
      0 0 0 40px rgba(243, 82, 136, 0.1), 0 0 0 60px rgba(243, 82, 136, 0);
  }
}
.links-content {
  width: fit-content;
}
.links.important a {
  color: var(--text);
}
.links.important a:hover {
  text-decoration: underline;
}
.links.important a img {
  width: 30px;
}
.faqs-page .faqs-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 20%);
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
}
.faqs-item img {
  width: 100px;
}
.faqs-item h4 .fa {
  color: var(--second-color);
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faqs-item h4 .fa.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faqs-item p,
.faqs-item ul {
  display: none;
}
@media screen and (max-width: 991px) {
  .join-us form,
  .affiliate form {
    width: 100%;
  }
  .footer-p,
  .faqs-p {
    width: 100%;
  }
}
/* End Join Us Page */

/* Start Trems */
.terms-page ul li {
  margin-top: 15px;
  margin-bottom: 15px;
}
/* End Trems */

/* Start About US */
.about-us .question img {
  width: 120px;
}
/* End About US */
/* Stop Animation in mobile screen */
@media screen and (max-width: 768px) {
  .animated {
    /* CSS transitions */
    -webkit-transition-property: none !important;
    -moz-transition-property: none !important;
    -o-transition-property: none !important;
    transition-property: none !important;
    /* CSS transforms */
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    /* CSS animations */
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
  }
}
/* End Media (Responsive) <-------- */
