@font-face {
  font-family: Roboto;
}

@font-face {
  font-family: iran-sans;
  src: url("../fonts/IRANSansWeb-Medium.woff") format("woff");
  font-weight: bold;
}

@font-face {
  font-family: iran-sans;
  src: url("../fonts/IRANSansWeb-Medium.woff2") format("woff");
}
@font-face {
  font-family: iran-perpetua;
  font-weight: 300;
  src: url("../fonts/perpetua-light.woff2") format("woff2");
}

@font-face {
  font-family: iran-perpetua;
  font-weight: 600;
  src: url("../fonts/perpetua-medium.woff2") format("woff2");
}
.fill {
  fill: #89d6e7;
}
.header-bg > svg:first-child {
  opacity: 0.04;
  width: 700px;
  position: absolute;
  right: 0;
  z-index: 0;
}
.bg-header img {
  height: 600px;
}
.event-svg p {
  margin: 0px 0;
  font-family: iran-perpetua;
}
body {
  font-family: iran-sans;
  user-select: none;
  overflow-x: hidden;
  direction: rtl;
  width: 100vw;
  height: 100vh;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: rgb(0, 0, 0);
}

h6 {
  margin-bottom: 3px;
}

button {
  background-color: transparent;
  border: none;
}

.header-bg {
  background-image: linear-gradient(to bottom right, #0f4059, #3991af);
  position: relative;
  direction: ltr;
}

.svg-logo {
  width: 120px;
}

.event-svg h1 {
  text-align: right;
  margin-top: 10px;
  max-width: 600px;
  font-size: 2.25rem;
  filter: drop-shadow(rgba(0, 0, 0, 0.4) 0px 3.2px 2.2px);
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.svg-logo-bg {
  position: absolute;
  width: 100px;
  bottom: 40px;
  left: 2.5rem;
  fill: #f16f29;
  transform: rotateY(-180deg);
}
.svg-logo-bg:hover {
  fill: #ef4444;
}
.fill {
  fill: #f16f29;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.bg-header + .container {
  position: relative;
  z-index: 1;
}
.bg-header {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
}
.event-svg p {
  filter: drop-shadow(rgba(0, 0, 0, 0.4) 0px 3.2px 2.2px);
  text-transform: uppercase;
  font-weight: 700;
  color: #f58521;
  font-size: 1.25rem;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  position: absolute;
  right: 0px;
  bottom: -37px;
  /* margin-bottom: 100px; */
}

.form-site {
  padding: 1.25rem;
  background-color: #fff;
  border-radius: 0.75rem;
  min-width: 390px !important;
  width: 100%;
}

.label-form {
  font-weight: 500;
  font-size: 0.875rem;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

.user-input {
  top: 0;
  bottom: 0;
}
.logo-site {
  width: 200px;
  margin: -35px 0;
}
.form-box-header {
  /* max-width: 50%; */
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
.form-box-container {
  display: flex;
  justify-content: end;
  margin-top: 29px;
}
.form-site div {
  line-height: 1;
}
.form-site svg {
  fill: #d1d5db;
  width: 2rem;
  height: 2rem;
  margin: 0 0.5rem;
}
.react-international-phone-input-container {
  display: flex;
  border-radius: 10px;
}
.react-international-phone-country-selector {
  border-radius: 10px !important;
}
.react-international-phone-country-selector-button {
  padding-right: 0;
  min-width: 60px;
  border: 1px solid #dee2e6 !important;
  border-radius: 10px !important;
}
.react-international-phone-flag-emoji {
  width: 26px;
}
.react-international-phone-country-selector-button__button-content {
  position: relative;
  display: flex;
}
.react-international-phone-country-selector-button__dropdown-arrow {
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #797979;
  position: absolute;
  right: 10px;
  top: 50%;
}
.form-site .absolute {
  position: absolute;
  top: 7px;
}
.form-site .relative {
  position: relative;
}
.button-submit {
  width: 100%;
  background: #f27f0c;
  padding: 10px;
  height: 44px;
  display: inline-block;
  border: 1px solid #414141;
}
.button-submit p {
  margin: 0;
  line-height: 1;
}
.border {
  border: 1px solid #c8c8c8 !important;
}
.event-svg {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: end;
  position: relative;
}
.header-slide-box {
  padding: 30px 8px;
  position: relative;
}
.fill {
  fill: #f16f2a;
}
.fill-white {
  fill: #fff;
}
.react-international-phone-country-selector-dropdown {
  max-height: 150px;
  overflow: auto;
}
.form-site .relative input {
  width: 100%;
  padding: 11px 13px;
  padding-left: 50px;
  box-shadow: none !important;
  text-align: left;
  border-radius: 10px;
  box-shadow: 1px 1px 1px #ddd !important;
  outline: none;
  font-size: 13px;
}
.form-site .relative input:focus {
  box-shadow: 0 0 0 3px rgba(46, 105, 255, 0.5) !important;
}
.form-site .relative input.react-international-phone-input {
  padding-left: 11px;
  border-radius: 0 10px 10px 0;
}
.form-site .relative input::placeholder {
  font-size: 13px;
  font-weight: 300;
  color: #acacac;
}
.react-international-phone-country-selector-button {
  border-right: 0 !important;
  height: 100%;
  border-radius: 10px 0 0 10px !important;
  box-shadow: 1px 1px 1px #ddd !important;
}
.user-input input {
  outline: 2px solid transparent;
  outline-offset: 2px;
  border-radius: 0.5rem;
  width: 100%;
  background-color: rgb(249 250 251 1);
  border: 1px solid rgb(209 213 219 1);
  padding: 0.625rem;
  font-size: 0.875rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}

.btn-consultation {
  margin: 2rem 0;
  color: #000;
  padding: 0.75rem 1.5rem;
  background-color: #00d25c;
  border: 1px solid #3bf58b;
  border-radius: 0.25rem;
  gap: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg-main,
.section-choose,
.business-section,
.steps-company {
  padding: 4rem 8rem;
  background-color: #e8f6fb;
  width: 100%;
  display: flex;
  margin: auto;
  position: relative;
  justify-content: center;
}

.section-choose {
  padding: 8rem;
  background-color: #2e688d;
  display: flex;
  flex-direction: column;
}

.section-choose h2 {
  font-size: 2.25rem;
  margin: 1rem auto;
  text-transform: uppercase;
  line-height: 2.5rem;
  color: #fff;
  margin-bottom: 45px;
  max-width: 700px;
  text-align: center;
}

.bg-box {
  background-color: #fff;
  padding: 2.5rem 2rem;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  transition: transform 0.4s ease-in-out;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  height: 315px;
}

.bg-box:hover {
  transform: scale(1.05);
}

.svg-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75rem;
  border-radius: 0.75rem;
  background-color: #2e688d;
}

.svg-box svg {
  fill: #fff;
  width: 3rem;
  height: 3rem;
}

.text-box {
  display: flex;
  color: #272727;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.text-box h3 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-align: center;
}

.text-box p {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: justify;
  font-weight: 400;
}

.business-section {
  padding: 4rem 8rem;
  background-color: #e8f6fb;
}

.context-business {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.context-business h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 1rem 0 0;
}

.context-business p {
  margin-top: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.context-business a {
  margin-top: 2rem;
  color: #000;
  text-align: center;
  padding: 0.75rem 1.5rem;
  background-color: #f27f0c;
  border: 1px solid #c56a0f;
  border-radius: 0.25rem;
  max-width: 330px;
  transition: background-color 0.4s ease-in-out;
}

.context-business a:hover,
.btn-form-cons:hover {
  background-color: #2e688d;
  border: 1px solid #295d7e;
}

.steps-company {
  padding: 8rem 4rem;
  background-color: #2e688d;
}

.section-choose-box {
  padding: 2.5rem 2rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  gap: 1rem;
  border-radius: 0.75rem;
}

.svg-box-choose {
  padding: 0.75rem;
  background-color: #2e688d;
  border-radius: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.svg-box-choose svg {
  width: 3rem;
  height: 3rem;
  fill: #fff;
}

.text-choose-context {
  color: #272727;
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
}

.text-choose-context h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-align: center;
}

.copy-right {
  color: #fff;
  text-align: center;
  padding: 0.5rem 0;
  background-color: #2e688d;
}

.footer {
  padding: 1.5rem 8rem;
  background-color: #fff;
  margin: 0 auto;
  display: flex;
  width: 100%;
  justify-content: center;
}

.footer-item {
  max-width: 1260px;
  display: flex;
  width: 100%;
  justify-content: center;
}

.svg-footer svg {
  opacity: 0.5;
  width: 5rem;
  height: 5rem;
  transition: opacity 0.4s ease-in-out;
}

.svg-footer svg:hover {
  opacity: 1;
}

.form-footer {
  padding: 4rem 8rem;
  background-color: #e8f6fb;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.form-footer-submit {
  padding: 1.25rem;
  background-color: #fff;
  border-radius: 0.75rem;
  min-width: 390px;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin-top: 2rem;
}

.items-form {
  gap: 1rem;
  flex-direction: column;
  display: flex;
}

.label-form {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  color: rgb(17 24 39);
}

.user-icon {
  display: flex;
  align-items: center;
  top: 0;
  bottom: 0;
  pointer-events: none;
  position: absolute;
}

.user-icon svg {
  width: 2rem;
  height: 2rem;
  fill: #d1d5db;
  margin: 0 0.5rem;
}

.input-user {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  color: rgb(17 24 39);
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.625rem;
  background-color: rgb(249 250 251);
  padding-inline-start: 3rem;
  width: 100%;
  border: 1px solid rgb(209 213 219);
  border-radius: 0.5rem;
}

.input-number {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
  position: relative;
}

.phone-country-selector-button {
  height: 42px;
  padding: 10px 6px;
  background: rgb(249, 250, 251);
  margin-right: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 8px 0px 0px 8px;
}

.button__button-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.button__button-content img {
  margin: 0 4px;
  width: 24px;
  height: 24px;
}

.button__button-content svg {
  fill: #777;
  margin-right: 4px;
  width: 10px;
}

.phone-input {
  border-radius: 0px 8px 8px 0px;
  width: 100%;
  height: 42px;
  padding: 10px 5px;
  box-shadow: none;
  border-color: rgb(209, 213, 219);
  background: rgb(249, 250, 251);
  font-size: 13px;
  border: 1px solid #dcdcdc;
  direction: ltr!important;
  outline: none;
}

.phone-input::placeholder { font-family : Arial, Helvetica, sans-serif;
}

.country-selector-dropdown {
  display: none;
  position: absolute;
  z-index: 1;
  top: 44px;
  left: 0;
  width: 300px;
  max-height: 200px;
  flex-direction: column;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  overflow-y: scroll;
  background-color: #fff;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.25);
  color: #222;
}

.open {
  display: flex;
}

.selector-dropdown__list-item {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  padding: 2px 8px;
  min-height: 28px;
  cursor: pointer;
}

.country-selector-dropdown img {
  margin-right: 8px;
  width: 24px;
  height: 24px;
}

.list-item-country-name {
  overflow: hidden;
  margin: 8px;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-item-dial-code {
  color: #808080;
  font-size: 14px;
  direction: ltr;
  font-family: Arial;
}

.form-footer h2 {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  margin: 1rem auto;
  font-size: 2.25rem;
  line-height: 2.5rem;
  max-width: 580px;
}

.form-footer p {
  filter: drop-shadow(rgba(0, 0, 0, 0.2) 0px 3.2px 2.2px);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  animation: colorChange 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  margin-top: 0.75rem;
  margin-bottom: 0;
}

.btn-form-cons {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 8px 10px -6px rgba(0, 0, 0, 0.1);
  color: #000;
  padding: 0.5rem 1.5rem;
  background-color: #f27f0c;
  border: 1px solid #c56a0f;
  border-radius: 0.25rem;
  width: 100%;
  transition: all 0.4s ease-in-out;
}

@keyframes colorChange {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 992px) {
  .percent-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .h2-mobile + p, .context-business p {
    text-align: center;
  }
  .event-svg {
    text-align: center;
    align-items: center;
}
  .event-svg h1 {
    max-width: 100%;
    padding: 20px;
    font-size: 1.875rem;
    text-align: center;
  }
  .event-svg p {
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }
  .form-box-container {
    display: flex;
    justify-content: center;
  }
  .form-box-header {
    width: 100%;
  padding: 0 50px 50px;
  }
  .form-footer-submit {
    max-width: 100%;
    min-width: 200px;
  }
  .bg-main,
  .section-choose,
  .business-section,
  .steps-company,
  .form-footer {
    padding: 15px;
  }
  .bg-box {
    margin-bottom: 15px;
  }
  .header-bg > svg:first-child {
    /* left: 0; */
    max-width: 100%;
  }
  .container img {
    max-width: 100%;
    margin: 20px 0;
  }
  .logo-site {
    width: 180px;
}
.svg-logo {
  width: 110px;
}
  .btn-consultation{
    margin:30px auto 20px;
  }
  .h2-mobile, .section-choose h2,.context-business h2,.form-footer h2{
    margin: 1rem auto;
    font-size: 1.5rem;
    text-align: center;
  }
  .context-business a{
    margin: 1rem auto;
  }
  .footer {
    padding: 1.5rem 1rem
  }
  .svg-footer svg {
    opacity: 0.5;
    width: 3rem;
    height: 3rem;
  }
}

@media screen and (max-width:767px) {
  .bg-header{
    display: none;
  }
  .form-box-header {
      padding: 0 20px 50px;
  }
  .btn-consultation {
    font-size: 13px;
}
}

@media screen and (max-width:400px) {
  .svg-logo-bg{
    display: none;
  }

  .form-box-header {
    padding: 0 8px 50px;
}

  .country-selector-dropdown{
    width: 270px;
  }
}
.iti--separate-dial-code{
  width: 100%;
}
.iti__flag-container{
  direction: ltr;
}
.phone-input{
  font-family: "sans-serif", "Fira Mono", "Source Code Pro", Monaco, Consolas, "Lucida Console", monospace;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.phone-input::placeholder {
  font-family: iran-sans;
  text-align: right;
  direction: rtl;
}

.iti--separate-dial-code .iti__selected-flag
{
  background-color: rgb(249, 250, 251) !important;
  border-right: 1px solid #ddd !important;
}