@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo-Bold.eot");
  src: url("../fonts/Cairo-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Cairo-Bold.woff2") format("woff2"),
    url("../fonts/Cairo-Bold.woff") format("woff"),
    url("../fonts/Cairo-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo-Light.eot");
  src: url("../fonts/Cairo-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Cairo-Light.woff2") format("woff2"),
    url("../fonts/Cairo-Light.woff") format("woff"),
    url("../fonts/Cairo-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo-Medium.eot");
  src: url("../fonts/Cairo-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Cairo-Medium.woff2") format("woff2"),
    url("../fonts/Cairo-Medium.woff") format("woff"),
    url("../fonts/Cairo-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo-Regular.eot");
  src: url("../fonts/Cairo-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Cairo-Regular.woff2") format("woff2"),
    url("../fonts/Cairo-Regular.woff") format("woff"),
    url("../fonts/Cairo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Spartan";
  src: url("../fonts/Spartan-Bold.eot");
  src: url("../fonts/Spartan-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Spartan-Bold.woff2") format("woff2"),
    url("../fonts/Spartan-Bold.woff") format("woff"),
    url("../fonts/Spartan-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Medium.woff2") format("woff2"),
    url("../fonts/Montserrat-Medium.woff") format("woff"),
    url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Spartan";
  src: url("../fonts/Spartan-Light.eot");
  src: url("../fonts/Spartan-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Spartan-Light.woff2") format("woff2"),
    url("../fonts/Spartan-Light.woff") format("woff"),
    url("../fonts/Spartan-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Spartan";
  src: url("../fonts/Spartan-Medium.eot");
  src: url("../fonts/Spartan-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Spartan-Medium.woff2") format("woff2"),
    url("../fonts/Spartan-Medium.woff") format("woff"),
    url("../fonts/Spartan-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Spartan";
  src: url("../fonts/Spartan-Regular.eot");
  src: url("../fonts/Spartan-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Spartan-Regular.woff2") format("woff2"),
    url("../fonts/Spartan-Regular.woff") format("woff"),
    url("../fonts/Spartan-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.preloader {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
}
.loader {
  width: 48px;
  height: 48px;
  border: 3px solid #000000;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  background: #ff4861;
  width: 16px;
  height: 16px;
  transform: translate(-50%, 50%);
  border-radius: 50%;
}

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

body {
  font-family: "Spartan", sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body.rtl {
  font-family: "Cairo";
  font-weight: normal;
}
.container {
  max-width: 1156px;
}
.navbar {
  max-width: 1156px;
  margin: 0px auto;
  padding: 16px;
  border-radius: 24px;
  position: fixed;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  top: 32px;
  overflow: hidden;
}
.navbar .container-fluid {
  position: relative;
  z-index: 1;
}
.navbar:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: radial-gradient(
    97.57% 210.75% at 0.9% 2.98%,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(15px);
}
.rtl .navbar:before {
  background: radial-gradient(
    97.57% 210.75% at 70.9% 2.98%,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}
.navbar-nav {
  margin-left: auto;
  margin-right: 0px;
}
.rtl .navbar-nav {
  margin-left: 0px;
  margin-right: auto;
}
.navbar .nav-link {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  transition: 0.5s;
}
.rtl .navbar .nav-link {
  font-family: "Cairo";
}
.navbar .nav-link:hover {
  color: #ff4861;
}
/* Hero Section */
.hero {
  background-image: url(../images/bg.jpg);
  color: white;
  background-size: cover;
  background-position: center;
  height: 100vh;
}
.hero-row {
  position: relative;
  display: flex;
  margin-top: -100px;
}
.content-section h1 {
  font-style: normal;
  font-weight: 500;
  font-size: 120px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: -0.04em;
  color: #ffffff;
  position: relative;
}
.content-section .click {
  text-align: right;
}
/* .content-section h1 span{
    color: #FF4861;
} */

.rtl .content-section h1 span {
  position: absolute;
}
.rtl .content-section h1 span:nth-child(1) {
  right: 115px;
}
.rtl .content-section h1 span:nth-child(2) {
  left: 100px;
}
.rtl .content-section h1 span:nth-child(4) {
  right: 75px;
}
.rtl .content-section h1 span:nth-child(5) {
  left: 140px;
}

.content-section h3 {
  font-size: 2rem;
  color: #ffffff;
}

.content-section p {
  font-size: 1.2rem;
  margin: 20px 0;
}

/* Initially hide the content and image to create the scroll-in effect */
.content-section {
  flex: 1;
}

.image-section {
  width: 291px;
  text-align: right;
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
}
.hero-row-click .image-section {
  position: relative;
  left: unset;
  transform: none;
}
.hero-row-click {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.hero-row-click .content-section h1 {
  text-align: left;
}
.rtl .hero-row-click .content-section h1 {
  text-align: right;
}
.hero-img {
  position: relative;
  max-width: 291px;
  max-height: 495px;
}
.hero-img:before {
  content: "";
  position: absolute;
  width: 230px;
  height: 430px;
  left: -40px;
  top: 40px;
  background: rgba(0, 0, 0, 0.8);
  filter: blur(40px);
  transform: rotate(-5.42deg);
  z-index: 0;
}
.hero-img img {
  z-index: 1;
  position: relative;
}
.hero-bottom {
  text-align: center;
  margin: 20px 0px 0px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
.no-styl-btn {
  background: transparent;
  border: none;
  padding: 0px;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff;
}
.rtl .no-styl-btn {
  font-family: "Cairo";
}
.no-styl-btn img {
  display: block;
  margin: 20px auto 0px;
}

.counter {
  position: absolute;
  right: 20px;
  bottom: 0px;
  height: auto;
}

/* ========== SAKTHI CODE START ==========  */

.buildup-form-section {
  background-image: url(../images/bg.jpg);
  color: white;
  background-size: cover;
  background-position: center;
  padding: 140px 0px;
}
.buildup-form-section .form-step {
  position: relative;
  background: radial-gradient(
    97.57% 210.75% at 0.9% 2.98%,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  backdrop-filter: blur(21px);
  border-radius: 26px;
  padding: 20px 60px 30px;
  overflow: hidden;
}
#step1:before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 368px;
  height: 342px;
  background-image: url(../images/form-side-img.png);
  background-size: cover;
  background-position: center;
}
.buildup-form-section .first-step-section,
.buildup-form-section .second-step-section {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.arabic-version .first-step-section,
.arabic-version .second-step-section {
  flex-direction: row-reverse;
}
.fs-left-area {
  position: relative;
  width: 538px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 17px;
}
.ss-left-area {
  position: relative;
  width: 578px;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 44px;
  background: radial-gradient(
      97.57% 210.75% at 0.9% 2.98%,
      rgba(255, 255, 255, 0.8) 0%,
      rgba(255, 255, 255, 0.2) 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  box-shadow: 0px 4px 9.6px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7.5px);
  border-radius: 24px;
  padding: 89px 39px 39px;
}
.fs-right-area,
.ss-right-area {
  flex: 1;
}
.category-select {
  position: relative;
  box-sizing: border-box;
  width: 121px;
  height: 118px;
  backdrop-filter: blur(22.638px);
  border-radius: 10px;
  border: 3.23px solid #fff;
  background: radial-gradient(
    97.57% 210.75% at 0.9% 2.98%,
    rgba(255, 255, 255, 0.4) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0px;
  transition: 0.5s;
}
.category-select input {
  position: absolute;
  left: 0px;
  height: 100%;
  top: 0px;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  margin-left: 0px !important;
}
.category-select img {
  width: auto;
  margin-top: -30px;
}
.progress-bar {
  gap: 8px;
  width: 100%;
  height: 8px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 64px;
  margin-bottom: 50px;
}
.progress-status {
  width: 3%;
  height: 8px;
  background: #be3144;
  border-radius: 64px;
}
.step2-progress {
  width: 23%;
}
.step3-progress {
  width: 34%;
}
.step4-progress {
  width: 60%;
}
.step5-progress {
  width: 80%;
}
.step6-progress {
  width: 95%;
}
.buildup-form-section label {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  margin-bottom: 6px;
}
.category-select .form-check-label {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 121%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
.error {
  font-size: 14px;
  line-height: 24px;
  color: #ff8383;
}
.buildup-form-section button.btn {
  background: black !important;
  border: none !important;
  width: 100%;
  height: 44px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px !important;
  line-height: 21px;
  color: #ffffff;
}
.form-step-title {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 292px;
  height: 65px;
  background: radial-gradient(
      97.57% 210.75% at 0.9% 2.98%,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0) 100%
    )
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  filter: drop-shadow(0px 4px 9.6px rgba(0, 0, 0, 0.1));
  backdrop-filter: blur(21px);
  border-radius: 16px;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 121%;
  text-align: center;
  letter-spacing: -0.04em;
  color: #000000;
  margin-top: -116px;
}
.buildup-form-section .form-group {
  width: 100%;
}
#step2,
#step3,
#step4,
#step5 {
  overflow: visible;
}
.ss-right-area img {
  position: absolute;
  right: -25px;
  bottom: -95px;
  z-index: 99;
}
.form-control {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  min-height: 38px;
  box-shadow: none !important;
  border: none;
}
#step3 .form-label {
  text-align: right;
  display: block;
  width: 100%;
}
.step-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.step-inner .form-check-label {
  font-style: normal;
  font-weight: 400;
  font-size: 23.2px;
  line-height: 43px;
  color: #000000;
}
.step-inner .category-select img {
  margin-top: 0px;
}
#step4 .step-inner {
  justify-content: center;
  gap: 33px;
}
#step3 .step3-inner-form-group {
  padding: 23px 0px;
}
#step5 .form-check {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#step5 .radio-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#step5 .radio-inner input {
  float: none !important;
  margin: 10px 0px !important;
}
#step5 .step-inner .form-check-label {
  font-size: 17.21px;
  font-weight: 600;
  line-height: 19.67px;
  color: #fff;
}
#step5 .step-inner {
  align-items: flex-end;
}
.custom-radio img {
  transition: 0.5s;
  width: 57%;
}
.custom-radio img.active {
    display: block;
 }
.age-active img {
  width: 100%;
}
#step6 .step-inner {
  flex-wrap: wrap;
  align-items: stretch;
  gap: 36px;
  justify-content: flex-start;
}
#step6 .step-inner .category-select {
  width: 30%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
#step6 .step-inner .form-check-label {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.arabic-version #step6 .step-inner .form-check-label {
  text-align: right;
}
#step6 #submitButton {
  max-width: 351px;
}
#step6 .step-inner .category-select img {
  margin-right: -20px;
}
.form-step-ltitle {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 121%;
  text-align: center;
  letter-spacing: -0.04em;
  color: #ffffff;
  margin-bottom: 50px;
}
.last-step {
  text-align: center;
}
.last-step p {
  text-align: center;
}
.last-step img {
  width: 100%;
}
.iti {
  width: 100%;
}
.iti__selected-country {
  background: transparent !important;
  height: 40px;
}
.iti .iti__selected-country-primary {
  padding: 0 16px;
  border-radius: 24px 0 0 24px;
  background-color: rgba(0, 0, 0, 0.05);
}
.iti .iti__selected-country-primary .iti__flag .iti__globe {
  margin-right: 8px;
}
.iti .iti__selected-country-primary .iti__arrow {
  background: url("../../../../../../assets/ui/bms/img/phone-dd.svg");
  border: none;
  width: 12px;
  height: 8px;
  margin-left: 0px;
}
.iti .iti__selected-dial-code {
  margin-left: -73px !important;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #000000;
}
.iti .iti__dropdown-content {
  border-radius: 16px;
}
.iti .iti__dropdown-content .iti__country-list::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}
.iti .iti__dropdown-content .iti__country-list::-webkit-scrollbar-track {
  background-color: transparent;
}
.iti .iti__dropdown-content .iti__country-list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}
.iti .iti__dropdown-content .iti__country-list ul {
  border-radius: 16px;
}
.iti .iti__dropdown-content .iti__country-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 18px;
}
.iti .iti__dropdown-content input {
  border: 0 !important;
}
.iti .iti__dropdown-content input:active,
.iti .iti__dropdown-content input:focus {
  border: 0;
  box-shadow: none !important;
}
.iti .iti__tel-input {
  padding: 12px 16px 12px 132px !important;
}
input#phone {
  padding: 12px !important;
}
span.iti__country-name {
  color: black;
}

#professionalError,
#platformError,
#genderError,
#ageGroupError {
  margin-bottom: 10px;
}
.active-check {
  box-shadow: 0px 0px 10px #fff;
}

@media only screen and (max-width: 1199px) {
  .buildup-form-section .form-step {
    padding: 20px 30px 30px;
  }
  #step1:before {
    width: 300px;
    height: 280px;
  }
  .ss-right-area img {
    bottom: -65px;
    width: 300px;
  }
  .ss-left-area {
    width: 500px;
  }
}

@media only screen and (max-width: 991px) {
  .arabic-version .first-step-section,
  .arabic-version .second-step-section {
    flex-direction: column-reverse;
  }
  #step1:before {
    width: 250px;
    height: 180px;
    right: unset;
    left: 0px;
    transform: scaleX(-1);
  }
  .ss-right-area img {
    bottom: -65px;
    width: 250px;
    left: 0px;
    right: unset;
    transform: scaleX(-1);
  }
}

@media only screen and (max-width: 828px) {
  #step6 .step-inner .category-select {
    width: 47%;
  }
}

@media only screen and (max-width: 650px) {
  .ss-right-area img,
  #step1:before {
    display: none;
  }
  .ss-left-area,
  .fs-left-area {
    width: 100%;
  }
  #step6 .step-inner {
    gap: 20px;
  }
}

@media only screen and (max-width: 576px) {
  #step1 .fs-left-area {
    justify-content: space-between;
  }
  .category-select {
    width: 100px;
    height: 100px;
  }
  #step1 .category-select img {
    max-width: 60px;
  }
  #step3 .step-inner .form-check-label {
    font-size: 18px;
    line-height: 28px;
  }
  .category-select .form-check-label,
  #step5 .step-inner .form-check-label,
  #step6 .step-inner .form-check-label {
    font-size: 14px;
    line-height: 24px;
  }
  #step6 .step-inner .category-select {
    flex-direction: column !important;
    flex: 1;
    padding: 5px;
  }
  #step6 .step-inner .form-check-label {
    text-align: center !important;
  }
  #step6 .step-inner .category-select img {
    margin-right: 0px;
  }
  #step5 .step-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  #step5 .form-check {
    width: 33%;
  }
  #step3 .step-inner {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .ss-left-area {
    gap: 20px;
    padding: 89px 20px 20px;
  }
  .form-step-title {
    width: auto;
    height: 50px;
    font-size: 20px;
    line-height: 30px;
    padding: 10px;
  }
  .form-step-ltitle {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 442px) {
  #step1 .category-select {
    width: 46%;
    min-height: 100px;
  }
  #step6 .step-inner .category-select img {
    max-width: 90px;
  }
  #step6 .step-inner .category-select {
    width: 100%;
    flex: unset;
  }
}

/* ========== SAKTHI CODE END ==========  */

@media only screen and (max-width: 1681px) {
  .content-section h1 {
    font-size: 100px;
  }
  .rtl .content-section h1 span:nth-child(1) {
    right: 180px;
  }
  .rtl .content-section h1 span:nth-child(2) {
    left: 150px;
  }
  .rtl .content-section h1 span:nth-child(4) {
    right: 145px;
  }
  .rtl .content-section h1 span:nth-child(5) {
    left: 180px;
  }
  .counter {
    max-width: 180px;
  }
}

@media only screen and (max-width: 1599px) {
  .content-section h1 {
    font-size: 80px;
  }
  .hero-row-click {
    max-width: 75%;
    margin: 0 auto;
  }
  .hero-img img {
    max-width: 230px;
  }
  .hero-img:before {
    width: 200px;
    height: 370px;
  }
  .rtl .content-section h1 span:nth-child(1) {
    right: 230px;
  }
  .rtl .content-section h1 span:nth-child(2) {
    left: 250px;
  }
  .rtl .content-section h1 span:nth-child(4) {
    right: 205px;
  }
  .rtl .content-section h1 span:nth-child(5) {
    left: 280px;
  }
  .counter {
    max-width: 160px;
  }
}

@media only screen and (max-width: 1439px) {
  .content-section h1 {
    font-size: 70px;
  }
  .counter {
    max-width: 150px;
  }
}

@media only screen and (max-width: 1359px) {
  .navbar {
    padding: 10px;
  }
  .content-section h1 {
    font-size: 60px;
  }
  .rtl .content-section h1 span:nth-child(1) {
    right: 290px;
  }
  .rtl .content-section h1 span:nth-child(2) {
    left: 310px;
  }
  .rtl .content-section h1 span:nth-child(4) {
    right: 270px;
  }
  .rtl .content-section h1 span:nth-child(5) {
    left: 330px;
  }
  .counter {
    max-width: 140px;
  }
}

@media only screen and (max-width: 1279px) {
  .navbar {
    max-width: 960px;
  }
  .container {
    max-width: 960px;
  }
  .hero-img img {
    max-width: 200px;
  }
  .hero-img:before {
    width: 150px;
    height: 300px;
    left: 20px;
  }
  .rtl .content-section h1 span:nth-child(1) {
    right: 190px;
  }
  .rtl .content-section h1 span:nth-child(2) {
    left: 240px;
  }
  .rtl .content-section h1 span:nth-child(4) {
    right: 170px;
  }
  .rtl .content-section h1 span:nth-child(5) {
    left: 260px;
  }
  .counter {
    max-width: 110px;
  }
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
  .navbar {
    max-width: 720px;
  }
  .container {
    max-width: 720px;
  }
  .navbar-toggler {
    border: none;
  }
  .hero-row-click {
    max-width: 100%;
  }
  .hero-img img {
    max-width: 160px;
  }
  .content-section h1 {
    font-size: 50px;
  }

  .rtl .content-section h1 span:nth-child(1) {
    right: 90px;
  }
  .rtl .content-section h1 span:nth-child(2) {
    left: 180px;
  }
  .rtl .content-section h1 span:nth-child(4) {
    right: 70px;
  }
  .rtl .content-section h1 span:nth-child(5) {
    left: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .navbar {
    max-width: 540px;
  }
  .container {
    max-width: 540px;
  }
  .image-section {
    width: 200px;
  }
  .rtl .content-section h1 span:nth-child(1) {
    right: 40px;
  }
  .rtl .content-section h1 span:nth-child(2) {
    left: 50px;
  }
  .rtl .content-section h1 span:nth-child(4) {
    right: 20px;
  }
  .rtl .content-section h1 span:nth-child(5) {
    left: 70px;
  }
  .counter {
    max-width: 100px;
  }
}

@media only screen and (max-width: 639px) {
  .navbar {
    max-width: 100%;
    border-radius: 0px;
    padding: 10px 0px;
  }
  .container {
    max-width: 100%;
    padding: 0px 15px;
  }
  .hero {
    background-image: url(../images/mobile-bg.jpg);
  }
  .hero-img img {
    max-width: 130px;
  }
  .content-section h1 {
    font-size: 40px;
  }
  .rtl .hero-row-click .content-section h1 {
    text-align: center;
  }
  .counter {
    max-width: 80px;
  }
  .hero-bottom {
    display: none;
  }
  .hero {
    height: 80vh;
    position: relative;
  }
  .hero-row {
    margin-top: 0px;
    flex-direction: column;
  }
  .image-section {
    position: relative;
    top: unset;
    left: unset;
    transform: none;
  }
  .rtl .content-section h1 span:nth-child(1),
  .rtl .content-section h1 span:nth-child(2),
  .rtl .content-section h1 span:nth-child(4),
  .rtl .content-section h1 span:nth-child(5) {
    position: relative;
    left: unset;
    right: unset;
  }
}

@media only screen and (max-width: 479px) {
  .hero-bottom {
    margin: 50px 0px 0px;
  }
  .content-section h1 {
    font-size: 30px;
  }
  .counter {
    max-width: 70px;
    bottom: 30px;
  }
}

@media only screen and (max-width: 379px) {
  .hero {
    height: 100vh;
  }
}

@media only screen and (max-width: 359px) {
}

#trp-floater-ls {
  display: none;
}