@charset "utf-8";


/*-----------------------
    Fonts
-------------------------*/
@font-face {
  font-family: 'Switzer-Regular';
  src: url('../fonts/Switzer-Regular.eot');
  src: url('../fonts/Switzer-Regular.ttf') format('truetype'),
    url('../fonts/Switzer-Regular.woff') format('woff'),
    url('../fonts/Switzer-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Switzer-Medium';
  src: url('../fonts/Switzer-Medium.eot');
  src: url('../fonts/Switzer-Medium.ttf') format('truetype'),
    url('../fonts/Switzer-Medium.woff') format('woff'),
    url('../fonts/Switzer-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Switzer-Semibold';
  src: url('../fonts/Switzer-Semibold.eot');
  src: url('../fonts/Switzer-Semibold.ttf') format('truetype'),
    url('../fonts/Switzer-Semibold.woff') format('woff'),
    url('../fonts/Switzer-Semibold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Switzer-Bold';
  src: url('../fonts/Switzer-Bold.eot');
  src: url('../fonts/Switzer-Bold.ttf') format('truetype'),
    url('../fonts/Switzer-Bold.woff') format('woff'),
    url('../fonts/Switzer-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GraphikRegular';
  src: url('../fonts/GraphikRegular.eot');
  src: url('../fonts/GraphikRegular.ttf') format('truetype'),
    url('../fonts/GraphikRegular.woff') format('woff'),
    url('../fonts/GraphikRegular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

/*-----------------------
    Styles
-------------------------*/
body {
  margin: 0;
  overflow-x: hidden;
  font-family: 'Switzer-Regular';
}

html {
  scroll-behavior: initial;
  background: #f9f9f9;
}

body {
  margin: 0;
  overflow-x: hidden;
}

html,
body {
  min-height: 100vh;
  height: auto;
  overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
  width: 0px !important;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: transparent;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  appearance: button;
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: 0.35em 0.75em 0.625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  appearance: textfield;
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

[hidden],
template {
  display: none
}

*,
:after,
:before {
  box-sizing: inherit
}

address {
  font-style: inherit
}

cite,
dfn,
em,
i {
  font-style: italic
}

b,
strong {
  font-weight: 700
}

a {
  text-decoration: none
}

a svg {
  pointer-events: none
}

ol,
ul {
  list-style: none
}

figure,
ol,
p,
ul {
  margin: 0;
  padding: 0
}

[tabindex],
a,
area,
button,
input,
label,
select,
textarea {
  touch-action: manipulation
}

[hreflang]>abbr[title] {
  text-decoration: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  border: 0;
  border-top: 1px solid #F2EEFB;
  display: block;
  height: 1px;
  margin: 0em 0;
  padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle
}

audio:not([controls]) {
  display: none;
  height: 0
}

img,
svg {
  height: auto;
  max-width: 100%
}

img[height],
img[width],
svg[height],
svg[width] {
  max-width: none
}

img {
  font-style: italic
}

svg {
  fill: currentColor
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none transparent;
  border: 0;
  border-radius: 0;
  color: inherit;
  display: block;
  font: inherit;
  line-height: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  width: 100%
}

/* width */
::-webkit-scrollbar {
  width: 0px !important;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: transparent;
}

select {
  text-transform: none
}

select::-ms-expand {
  display: none
}

select::-ms-value {
  background: none;
  color: inherit
}

/*-----------------------
    Style
-------------------------*/
.fs-3 {
  font-size: 3.5rem
}

.lh-3 {
  line-height: 3.5rem
}

.main-color {
  color: #051F20;
}

.mb1 {
  margin-bottom: 1.2rem
}

/*-----------------------
    main-section
-------------------------*/
.p-33 {
  padding: 33px 0;
}

.background-part {
  background: url(../image/bg/bg-ovata.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.background-part-color {
  background: #EFF9F1;
}

.main-section {
  padding: 79px 0;
}

.main-agent-section {
  padding: 72px 0 0 0;
}

.main-agent-section h3 {
  text-align: center;
  margin-bottom: 45px;
  font-size: 40px;
  line-height: 60px;
  color: #051F20;
  font-family: 'Switzer-Semibold';
  padding: 0 7%;
}

.main-agent-section {
  background: url(../image/bg/bg-text-main-image.svg);
  background-position: top center;
  background-repeat: no-repeat;
}

.curve-bg {
  width: 100%;
  display: block;
  margin-top: -5%;
  position: relative;

}

.mobile-agent-part {
  display: block;
  margin: 0 auto;
}

.offering {
  padding-bottom: 120px;
}

.offering span {
  display: block;
  font-size: 1.56rem;
  line-height: 1.75rem;
  color: #051F20;
  margin-bottom: 22px;
  font-family: 'Switzer-Regular';
}

.offering p {
  font-size: 3.12rem;
  line-height: 3.4rem;
  margin-bottom: 40px;
  color: #051F20;
  font-family: 'Switzer-Semibold';
}

.offering ul li {
  margin-right: 16px;
  display: block;
  font-size: .875rem;
  line-height: 1.5rem;
  color: #051F20;
  font-family: 'GraphikRegular';
}

.main-section .text-part {
  padding-right: 20%;
  margin-bottom: 64px;
}

header .menu .menu-list {
  box-shadow: 0px 0px 100px 0px rgba(217, 217, 217, 0.25);
  background: #fff;
  width: max-content;
  margin: 0 0 0 auto;
  padding: 8px 48px;
  border-radius: 50px;
}

.main-section .text-part p {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-right: 21%;
  color: rgba(0, 0, 0, 1);
  font-family: 'GraphikRegular';
  text-align: justify;
}

header .menu .menu-list li.active {
  position: relative;
}

header .menu .menu-list li.active::after {
  position: absolute;
  content: url(../image/active.svg);
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  margin: -9px auto;
  text-align: center;
}

header .menu .menu-list li a {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #051F20;
  text-transform: capitalize;
  font-family: 'Switzer-Medium';
}

header .menu .menu-list li a:hover {
  background: transparent;
}

.main-section .text-part h2 {
  font-size: 3.5rem;
  line-height: 3.5rem;
  color: #051F20;
  font-family: 'Switzer-Semibold';
}

.application-text-part span {
  font-size: 1rem;
  line-height: 1rem;
  color: #051F20;
  margin-bottom: 1rem;
  font-family: 'Switzer-Regular';
}

.application-text-part ul li:first-child {
  margin-right: 10px;
}

.arrow-down-icon img {
  display: block;
  margin: 0 auto;
}

.bounce {
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -ms-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-ms-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.container_sec {
  width: 100%;
  position: relative;
}

.reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}

.reveal img {
  width: 100%;
}

.banner-section img.main-bg-img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 80px;
  margin: 0 auto;
}

img.absolute-image {
  position: absolute;
  top: 35px;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%
}

.About-section {
  margin: 74px 0;
  background: url(../image/bg/about-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
}

.text-about-part {
  padding: 140px 0;
}

.text-about-part h2 {
  font-size: 3rem;
  color: #051F20;
  line-height: 3.3rem;
  margin-bottom: 2rem;
  text-transform: uppercase;
  font-family: 'Switzer-Bold';
}

.text-about-part p {
  font-size: 1.25rem;
  line-height: 2.18rem;
  text-align: center;
  margin-bottom: 2rem;
  color: #051F20;
  font-family: 'GraphikRegular';
}

footer {
  background-color: #fff;
  padding: 0px 0 20px 0;
}

footer ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer p {
  font-size: 1rem;
  line-height: 1.1rem;
  color: #000000;
  font-weight: normal;
  margin-bottom: 1rem;
  font-family: 'GraphikRegular';
}

footer a {
  color: #000000;
}
footer a:hover {
  text-decoration: underline;
}

.banner-section .main-bg-img.download-app {
  height: 1200px;
}

.list-button {
  top: 46px;
  position: absolute;
  left: 99px;
  right: 72px;
}

.text-banner {
  border-bottom: 1px solid hwb(0deg 100% 0% / 30%);
  padding: 16px 0;
}

.list-button p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FFFFFF;
  font-family: 'GraphikRegular';
}

.list-button ul {
  margin-top: 75px;
}

.list-button li {
  margin-bottom: 12px;
}

.development-section {
  padding: 0 0 100px 0;
}

.development-section img.main-image {
  display: block;
  margin: 0 auto;
}

.text-development.first-child {
  position: absolute;
  bottom: 85px;
  margin-left: 10%;
}

.development-section .text-development h3 {
  font-size: 1.5rem;
  line-height: 1.625rem;
  color: #051F20;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: 'Switzer-Bold';
}

.development-section .text-development p {
  color: #051F20;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal;
  font-family: 'GraphikRegular';
}

.text-development.last-child {
  position: absolute;
  top: 25%;
}

.site-properties {
  background: #051F20;
  padding: 95px 0;
  text-align: center;
}

.site-properties h2 {
  font-size: 4.5rem;
  line-height: 4.5rem;
  margin-bottom: 50px;
  color: #DAF1DE;
  font-family: 'Switzer-Semibold';
}

.agent-section {
  padding: 120px 0;
}

.agent-section span {
  font-size: 1.56rem;
  line-height: 1.75rem;
  display: block;
  color:
    #051F20;
  text-align: center;
  font-family: 'Switzer-Regular';
}

.agent-section p {
  font-size: 2.125rem;
  color:
    #051F20;
  line-height: 3rem;
  text-align: center;
  margin-bottom: 56px;
  font-family: 'Switzer-Medium';
}

input.input {
  height: 56px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(0, 0, 0, 1) !important;
}

input.input:focus {
  box-shadow: none;
  outline: none;
}

input.input::placeholder,
textarea::placeholder {
  font-size: 17px !important;
  line-height: 24px !important;
  color:
    rgba(0, 0, 0, 1) !important;
  font-family: 'GraphikRegular';
}

textarea {
  border-radius: 10px !important;
  border: 1px solid rgba(0, 0, 0, 1) !important;
}

textarea:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-send {
  width: 100%;
  min-height: 56px;
  background: rgba(218, 241, 222, 1);
  border: 1pc solid rgba(218, 241, 222, 1);
  border-radius: 10px;
  font-size: 1.06rem;
  line-height: 1.5rem;
  color:
    rgba(0, 0, 0, 1);
  font-weight: 600;
  font-family: 'GraphikRegular';
  cursor: pointer;
}

.main-agent-section img.main-img {
  display: block;
  margin: 0 auto;
}

.mobile {
  display: none;
}

.loadcover {
  background-color: #051f20;
  ;
  z-index: 999999;
  width: 100%;
  height: 100%;
  position: fixed;
}

.social-footer ul {
  justify-content: center !important;
  align-items: center !important;
}

.social-footer ul li:first-child {
  margin-left: 0;
}

.social-footer ul li {
  margin-left: 32px;
}

.d-mobile {
  display: none;
}

div#nav {
  position: relative;
  text-align: right;
}

nav.menu {
  display: flex;
  align-items: center;
}

.change-language {
  margin-left: 20px;
}

.change-language a {
  font-size: 16px;
  line-height: 24px;
  color: rgba(5, 31, 32, 1);
}

.uploadFile {
  background-color: white;
  color: grey;
  font-size: 16px;
  line-height: 23px;
  overflow: hidden;
  position: relative;
  resize: none;
  display: block;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
  height: 56px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(0, 0, 0, 1) !important;
}

.uploadFile svg {
  margin-right: 15px;
  fill: #051f20;
}

.uploadFile [type=file] {
  cursor: pointer !important;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  z-index: 1;
}

span.filename {
  font-size: 1rem;
}
