@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/worksans/v13/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nWBi8Jow.ttf) format('truetype');
}

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/worksans/v13/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K8nXBi8Jow.ttf) format('truetype');
}

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/worksans/v13/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32KxfXBi8Jow.ttf) format('truetype');
}

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/worksans/v13/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXBi8Jow.ttf) format('truetype');
}

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/worksans/v13/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K3vXBi8Jow.ttf) format('truetype');
}

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/worksans/v13/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K5fQBi8Jow.ttf) format('truetype');
}

@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/worksans/v13/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K67QBi8Jow.ttf) format('truetype');
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 62.5%;
}

@media only screen and (max-width: 1199px) {
  html {
    font-size: 60%;
  }
}

@media only screen and (max-width: 991px) {
  html {
    font-size: 55%;
  }
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}

@media only screen and (max-width: 479px) {
  html {
    font-size: 45%;
  }
}

@media only screen and (max-width: 320px) {
  html {
    font-size: 40%;
  }
}

body {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.7;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #111;
  background-color: #DAFFE4;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

p {
  margin: 0 0 20px 0;
  color: #111;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: 'Work Sans', sans-serif;
  margin: 0 0 20px 0;
  color: #000;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

@media only screen and (max-width: 1199px) {
  h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 991px) {
  h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 22px;
}

@media only screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

a {
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  text-decoration: none;
}

a:active,
a:hover,
a:focus {
  outline: 0 none;
}

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

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

.container-fluid.full-width {
  padding-left: 0;
  padding-right: 0;
}

.container-fluid.full-width .row {
  margin-left: 0;
  margin-right: 0;
}

.container-fluid.full-width .row > [class^="col-"],
.container-fluid.full-width .row > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.color-primary {
  color: #e8bd66;
}

.color-secondary {
  color: #b9d5d8;
}

.color-tertiary {
  color: #e59d6b;
}


@media only screen and (max-width: 991px) {
  .content-box,
  .copyright {
    position: relative;
    z-index: 2;
    text-align: center;
  }
}

/*========================================================================
 Subscribe form
=========================================================================*/
.subscribe-form-wrapper {
  margin: 0 auto 20px auto
}

.subscribe-form {
  position: relative;
  z-index: 1;
}

.subscribe-form input[type="text"],
.subscribe-form input[type="email"] {
  border: none !important;
  border-bottom: solid 2px #000 !important;
  padding-inline: 6px !important;
  transition: border-color 0.3s ease, color 0.3s ease !important;
  outline: none !important;
}

.subscribe-form input:hover,
.subscribe-form input:focus,
.subscribe-form input:focus-visible,
.subscribe-form input:active {
  border: none !important;
  border-bottom: solid 2px #49a484 !important;
}

/*========================================================================
Landing
=========================================================================*/
.landing {
  position: relative;
  height: 100%;
  width: 100%;
}

.landing-content {
  display: flex;
  height: 100vh;
}

.left-column {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DAFFE4;
}

.left-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.right-column {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DAFFE4;
}

.content-box {
  max-width: 540px;
}

@media only screen and (max-width: 991px) {
  .landing-content {
    flex-direction: column;
    min-height: 100%;
  }

  .left-column {
    height: 50%;
  }

  .content-box {
    padding-top: 20px;
    max-width: calc(100% - 32px);
  }
}


.content-box .item-title {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  line-height: 60px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .content-box .item-title {
    font-size: 36px;
    line-height: 56px;
  }
}

@media only screen and (max-width: 767px) {
  .content-box .item-title {
    font-size: 34px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .content-box .item-title {
    font-size: 30px;
    line-height: 46px;
  }
}

/*========================================================================
 Alert
=========================================================================*/
.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7
}


.needsclick[aria-modal="true"] {
  display: none !important;
}

/*========================================================================
Animate
=========================================================================*/
.transformY-300,
.transformY-100,
.transformY-50,
.transformY--300,
.transformY--100,
.transformY--50 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition: all 1s ease-in-out;
}

.transformX-300,
.transformX-100,
.transformX--300,
.transformX--100 {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  transition: all 1s ease-in-out;
}

.transformX-100Y--100,
.transformX--100Y--100 {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition: all 1s ease-in-out;
}

.zoomInLeft {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
  transition: all 1s ease-in-out;
}

.zoomIn-6,
.zoomIn,
.zoomOut {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  transition: all 1s ease-in-out;
}

.star-animation {
  opacity: 1;
  transition: all 1s ease-in-out;
  transition-delay: 2s;
}

.lines-wrap {
  opacity: 1;
  transition: all 1s ease-in-out;
  transition-delay: 2s;
}

.transition-delay-1 {
  transition-delay: 0.1s;
}

.transition-delay-2 {
  transition-delay: 0.2s;
}

.transition-delay-3 {
  transition-delay: 0.3s;
}

.transition-delay-4 {
  transition-delay: 0.4s;
}

.transition-delay-5 {
  transition-delay: 0.5s;
}

.transition-delay-6 {
  transition-delay: 0.6s;
}

.transition-delay-7 {
  transition-delay: 0.7s;
}

.transition-delay-8 {
  transition-delay: 0.8s;
}

.transition-delay-9 {
  transition-delay: 0.9s;
}

.transition-delay-10 {
  transition-delay: 1s;
}

.transition-delay-11 {
  transition-delay: 1.1s;
}

.transition-delay-12 {
  transition-delay: 1.2s;
}

.transition-delay-13 {
  transition-delay: 1.3s;
}

.transition-delay-14 {
  transition-delay: 1.4s;
}

.transition-delay-15 {
  transition-delay: 1.5s;
}

.transition-delay-16 {
  transition-delay: 1.6s;
}

.transition-delay-17 {
  transition-delay: 1.7s;
}

.transition-delay-18 {
  transition-delay: 1.8s;
}

.transition-delay-19 {
  transition-delay: 1.9s;
}

.transition-delay-20 {
  transition-delay: 2s;
}

.transition-delay-21 {
  transition-delay: 2.1s;
}

.transition-delay-22 {
  transition-delay: 2.2s;
}

.transition-delay-23 {
  transition-delay: 2.3s;
}

.transition-delay-24 {
  transition-delay: 2.4s;
}

.transition-delay-25 {
  transition-delay: 2.5s;
}

.transition-delay-26 {
  transition-delay: 2.6s;
}

.transition-delay-27 {
  transition-delay: 2.7s;
}

.transition-delay-28 {
  transition-delay: 2.8s;
}

.transition-delay-29 {
  transition-delay: 2.9s;
}

.transition-delay-30 {
  transition-delay: 3s;
}
