@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cairo&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tilt+Prism&display=swap");
@import "vars.css";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
}

ul {
  list-style: none;
}
a {
  text-decoration: none;
}
body {
  overflow-x: hidden;
  /* background: linear-gradient(
      45deg,
      rgb(215 232 215 / 58%),
      rgb(235 237 229 / 42%)
    ),
    rgb(217 203 203 / 65%); */

  background-color: var(--white-smoke);
}
.typedText {
  color: #706961;
  font-style: italic;
  font-weight: bolder;
}
.heroLink {
  color: #000;
}
.heroLink:hover {
  color: #706961;
}
#heroText {
  display: none;
  position:relative;
  /*right:450px;*/
}
.heroTextShow {
display: block !important;
    position: relative;
    /*right: 0px;*/
/*  set animation from right 450 to right 0 smooth */
    animation: animateHeroText 1s ease-in-out;
}
@keyframes animateHeroText {
  0% {
    right: 450px;
  }
  100% {
    right: 0px;
  }
}
.closeIcon {
  width: 40px !important;
  height: 40px !important;
  cursor: pointer;
}
.openIcon {
  cursor: pointer;
}

.navbar {
  /* background-color: #8c7858 !important; */
}

.container navbar.navbar .navbar-item1 img {
  height: auto !important;
}

.container header {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  /* background-color: #8c7858; */
}

.container header .header-item2 {
  flex-basis: 60%;
  max-width: 60%;
}

.container header .header-item3 {
  flex-basis: 20%;
  max-width: 20%;
}

.container ul.header-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.container ul.header-info li.header-info-item {
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.container ul.header-info li.header-info-item p {
  color: #2a2a2a;
  font-weight: 900;
}
.container .header-info .header-info-item div {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  margin: 0 10px;
}
.container .header-info .header-info-item div h5 {
  margin-bottom: 10px;
}
.container .header-info .header-info-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  vertical-align: middle;
}

.container .header-social-network select {
  border: none;
  border-radius: 8px;
  padding: 10px;
}
.hidden {
  display: none;
}
.buttonToTop {
  text-decoration: none;
  padding: 7px;
  font-family: sans-serif;
  color: #fff;
  background: #a9927d;
  border-radius: 100px;
  position: fixed;
  bottom: 35px;
  right: 35px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.container .banner {
  background: linear-gradient(
      45deg,
      rgb(230 240 231 / 58%),
      rgb(208 211 225 / 42%)
    )
    rgb(238 218 197);
  height: 100vh;
}

.container navbar {
  /* padding: 10px; */
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  position: relative;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 20px;
}

.container navbar .menuIcon {
  display: none;
}

.container navbar .menuIcon img {
  width: 40px !important;
  vertical-align: middle;
}

.container navbar .navbar-item1 {
  max-width: 45%;
  flex-basis: 45%;
  vertical-align: middle;
}

.container navbar .navbar-item1 img {
  vertical-align: middle;
  width: 60px !important;
  height: auto !important;
  object-fit: contain !important;
}

.container navbar ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  max-width: 45%;
  flex-basis: 45%;
}

.container navbar ul li {
  margin: 0 30px;
  width: 100%;
}

.container navbar ul li a {
  color: var(--black);
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
}
.container navbar ul li a:hover {
  color: #c7ac77;
}
.container .content .banner {
  /* height: 700px;
  position: relative;
  background-image: url(../images/hero.png);
  background-repeat: no-repeat;
  background-size: cover; */
  margin-bottom: 55px;
  position: relative;
}

.container .content .banner .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #08080833;
}

.container .content .banner .banner-text {
  position: relative;
  text-align: center;
  top: 30%;
}

.container .content .banner .banner-text h3 {
  font-size: 80px;
  color: #fff;
  letter-spacing: 5px;
  font-weight: lighter;
  font-family: "Tilt Prism", cursive;
}

.container .content .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.container .content .feature-section {
  height: 100vh;
  background: var(--secondary-color);
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: hidden;
}

.container .content .feature-section span.feature-section-span-head {
  color: #231513;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}

.container .content .feature-section h2.feature-section-head2 {
  margin-bottom: 10px;
  font-size: 40px;
}
.container .content .feature-section h3.feature-section-head3 {
  font-size: 40px;
}
.container .content .feature-section h3.feature-section-head3 span {
  color: #8c7858;
}
.container .content .feature-section ul.feature-section-content {
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.container .content .feature-section ul.feature-section-content li {
  flex-basis: 30%;
  max-width: 30%;
  margin-left: 2%;
  margin-bottom: 2%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  /* border: 2px solid rgb(161, 159, 157); */
  border-radius: 10px;
  min-height: 200px;
  text-align: center;
  background: var(--light-beaver);
}
.container .content .feature-section ul.feature-section-content li h4 {
  /*margin-bottom: 10px;*/
  font-size: 20px;
  color: var(--black);
}
.container .content .feature-section ul.feature-section-content li div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.container .content .feature-section ul.feature-section-content li div img {
  margin-right: 20px;
  width: 60px;
  height: 60px;
  object-fit: contain;
  vertical-align: middle;
}

.container .content .feature-section ul.feature-section-content li:hover {
  box-shadow: 0px 0px 0px 0px rgb(79 146 60 / 10%),
    1px -3px 11px 0px rgba(205, 198, 198, 0.1),
    1px -6px 20px 0px rgb(189 171 171 / 9%),
    -1px 6px 27px 0px rgba(0, 0, 0, 0.05),
    0px 1px 32px 0px rgba(220, 194, 194, 0.01),
    5px 20px 35px 0px rgba(231, 225, 225, 0);
  border: none;
}

.container .content .numbersBlock {
  padding: 20px;
  position: relative;
  background: #fff !important;
  color: #fff !important;
}
.container .content .numbersBlock .intimationImages {
  position: absolute;
  top: -100px;
  animation: animateCloud 30.5s linear infinite;
}
.container .content .numbersBlock .intimationImages img {
  position: relative;
}
.container .content .numbersBlock .intimationImages img.cloud {
  left: 30%;
  animation: animateCloud 10.5s linear infinite;
  top: -70px;
}
.container .content .numbersBlock .intimationImages img.cloud2 {
  left: 50%;
  animation: animateCloud 50.5s linear infinite;
  top: -60px;
}
.container .content .numbersBlock .intimationImages img.cloud3 {
  left: 0%;
  animation: animateCloud 20.5s linear infinite;
  top: -50px;
}
@keyframes animateCloud {
  0% {
    right: 0px;
  }
  25% {
    right: 25%;
  }
  50% {
    right: 50%;
  }
  75% {
    right: 75%;
  }
  100% {
    right: 0%;
  }
}

.container .content .numbersBlock h2 {
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  font-size: 38px;
  letter-spacing: -0.02em;
  color: #2a2a2a;
}
.container .content .numbersBlock h1 {
  padding: 100px 0 0 0;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  font-size: 38px;
  letter-spacing: -0.02em;
  color: #000;
}
.container .content .numbersBlock p {
  text-align: center;
  color: #6a6d78;
  margin-bottom: 100px;
}
.container .content .numbersBlock ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.container .content .numbersBlock ul li {
  max-width: 25%;
  flex-basis: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container .content .numbersBlock ul li img {
  width: 50px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 600px) {
  /* header */

  .container .banner {
    height: auto;
  }
  .container .content .feature-section {
    height: auto;
  }

  .container header {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .container header .header-item2 {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .container header .header-item3 {
    width: 100%;
    max-width: 100%;
  }
  .container header .header-item3 select {
    width: 100%;
  }
  .container ul.header-info {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .container ul.header-info li.header-info-item {
    justify-content: flex-start;
    margin-bottom: 20px;
    margin-right: 0px;
    width: 100%;
  }
  .container .header-info .header-info-item div {
    justify-content: flex-start;
    width: 100%;
  }
  /* banner */
  .container .content .banner .banner-text {
    top: 40%;
  }
  /* navbar */
  .container navbar {
    width: 100% !important;
  }

  .container navbar ul {
    display: none;
  }
  .container navbar ul.open {
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    flex-direction: column !important;
    max-width: 100%;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    background-color: #d4d2d2e0;
    padding-top: 30%;
    z-index: 100;
  }
  .container navbar ul.open li {
    margin-bottom: 30px;
  }
  .container navbar ul.close {
    display: none;
  }
  .closeIcon {
    display: block;
    position: absolute;
    right: 25px;
  }

  .container navbar .navbar-item1 {
    max-width: 100%;
    flex-basis: 100%;
    margin-top: 0;
  }
  .container navbar .menuIcon {
    display: block;
  }

  .container navbar .navbar-item1 img {
    width: 60px !important;
  }

  .container .content .numbersBlock ul li {
    max-width: 100%;
    flex-basis: 100%;
  }

  .container .content .numbersBlock .intimationImages {
    top: -100px;
    overflow: hidden;
  }
  .container .content .numbersBlock .intimationImages img.cloud {
    top: -80px;
  }
  .container .content .numbersBlock .intimationImages img.cloud2 {
    top: -70px;
  }
  .container .content .numbersBlock .intimationImages img.cloud3 {
    top: -60px;
  }
  @keyframes animateCloud {
    0% {
      right: 0px;
    }
    25% {
      right: 25px;
    }
    50% {
      right: 50px;
    }
    75% {
      right: 75px;
    }
    100% {
      right: 0%;
    }
  }

  /* feature */

  .container .content .feature-section ul.feature-section-content li {
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0%;
  }
}

@media only screen and (min-width: 600px) {
  /* header */
  .container .banner {
    height: auto;
  }
  .container .content .feature-section {
    height: auto;
  }
  .container header {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .container header .header-item2 {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .container header .header-item3 {
    width: 100%;
    max-width: 100%;
  }
  .container header .header-item3 select {
    width: 100%;
  }
  .container ul.header-info {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
  }
  .container ul.header-info li.header-info-item {
    justify-content: flex-start;
    margin-bottom: 20px;
    margin-right: 0px;
    width: 100%;
  }
  .container .header-info .header-info-item div {
    justify-content: flex-start;
    width: 100%;
  }

  .closeIcon {
    display: block;
  }
  .container .content .numbersBlock ul li {
    max-width: 100%;
    flex-basis: 100%;
  }
  .container .content .numbersBlock .intimationImages {
    top: -100px;
    overflow: visible;
  }
  .container .content .numbersBlock .intimationImages img.cloud {
    top: -80px;
  }
  .container .content .numbersBlock .intimationImages img.cloud2 {
    top: -70px;
  }
  .container .content .numbersBlock .intimationImages img.cloud3 {
    top: -60px;
  }
  @keyframes animateCloud {
    0% {
      right: 0px;
    }
    25% {
      right: 10%;
    }
    50% {
      right: 20%;
    }
    75% {
      right: 30%;
    }
    100% {
      right: 0%;
    }
  }

  /* feature */

  .container .content .feature-section ul.feature-section-content li {
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0%;
  }

  /* navbar */
  .container navbar {
    width: 100% !important;
  }
  .container navbar ul {
    display: none;
  }
  .container navbar ul.open {
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    flex-direction: column !important;
    max-width: 100%;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    background-color: #d4d2d2e0;
    padding-top: 30%;
    z-index: 100;
  }
  .container navbar ul.open li {
    margin-bottom: 30px;
  }
  .container navbar ul.close {
    display: none;
  }
  .closeIcon {
    display: block;
    position: absolute;
    right: 25px;
  }

  .container navbar {
    padding: 10px 20px;
  }
  .container navbar .navbar-item1 {
    max-width: 100%;
    flex-basis: 100%;
    margin-top: 0;
  }
  .container navbar .menuIcon {
    display: block;
  }

  .container navbar .navbar-item1 img {
    width: 60px !important;
  }
}

@media only screen and (min-width: 768px) {
  /* header */
  .container .banner {
    height: 100vh;
  }
  .container .content .feature-section {
    height: 100vh;
  }
  .container header {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 10px 50px;
    width: 85%;
    margin: auto;
  }
  .container header .header-item2 {
    flex-basis: auto;
    max-width: auto;
    margin-bottom: 0;
  }
  .container header .header-item3 {
    width: 100%;
    flex-basis: auto;
    max-width: fit-content;
  }
  .container header .header-item3 select {
    width: auto;
  }
  .container ul.header-info {
    justify-content: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
  }
  .container ul.header-info li.header-info-item {
    justify-content: center;
    margin-bottom: 0;
    margin-right: 10px;
    width: 100%;
  }
  .container .header-info .header-info-item div {
    justify-content: center;
    width: 100%;
  }

  /* end header */
  .closeIcon {
    display: block;
  }
  .container .content .numbersBlock ul li {
    max-width: 50%;
    flex-basis: 50%;
  }
  .container .content .numbersBlock .intimationImages {
    top: -100px;
    overflow: visible;
  }
  .container .content .numbersBlock .intimationImages img.cloud {
    top: -80px;
  }
  .container .content .numbersBlock .intimationImages img.cloud2 {
    top: -70px;
  }
  .container .content .numbersBlock .intimationImages img.cloud3 {
    top: -60px;
  }
  @keyframes animateCloud {
    0% {
      right: 0px;
    }
    25% {
      right: 20%;
    }
    50% {
      right: 30%;
    }
    75% {
      right: 45%;
    }
    100% {
      right: 0%;
    }
  }

  /* feature */

  .container .content .feature-section ul.feature-section-content li {
    flex-basis: 45%;
    max-width: 45%;
    margin-left: 2%;
  }

  /* navbar */
  .container navbar {
    width: 100% !important;
  }
  .container navbar ul {
    display: flex;
  }
  .container navbar ul.open {
    position: relative;
    top: auto;
    display: flex;
    flex-direction: row !important;
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 60%;
    flex-basis: 60%;
    background-color: transparent;
    padding-top: 0;
    z-index: 0;
  }
  .container navbar ul.open li {
    margin-bottom: 30px;
  }
  .container navbar ul.close {
    display: flex;
  }
  .closeIcon {
    display: none;
    position: absolute;
    right: 25px;
  }

  .container navbar {
    /* padding: 10px 0px; */
    padding: 10px 120px 10px 0px;
  }
  .container navbar .navbar-item1 {
    max-width: 20%;
    flex-basis: 20%;
    margin-top: 0;
  }
  .container navbar .menuIcon {
    display: none;
  }

  .container navbar .navbar-item1 img {
    width: 60px !important;
    position: relative;
    left: 0;
  }
}

@media only screen and (min-width: 992px) {
  .container .banner {
    height: 100vh;
  }
  .container .content .feature-section {
    height: 100vh;
  }
  .closeIcon {
    display: none;
  }
  .container .content .numbersBlock ul li {
    max-width: 30%;
    flex-basis: 30%;
  }
  .container .content .numbersBlock .intimationImages {
    top: -100px;
    overflow: visible;
  }
  .container .content .numbersBlock .intimationImages img.cloud {
    top: -70px;
  }
  .container .content .numbersBlock .intimationImages img.cloud2 {
    top: -60px;
  }
  .container .content .numbersBlock .intimationImages img.cloud3 {
    top: -60px;
  }
  @keyframes animateCloud {
    0% {
      right: 0px;
    }
    25% {
      right: 25%;
    }
    50% {
      right: 50%;
    }
    75% {
      right: 55%;
    }
    100% {
      right: 0%;
    }
  }

  /* feature */

  .container .content .feature-section ul.feature-section-content li {
    flex-basis: 30%;
    max-width: 30%;
    margin-left: 2%;
  }

  /* navbar */
  .container navbar {
    width: 100% !important;
  }
  .container navbar ul {
    display: flex;
  }
  .container navbar ul.open {
    position: relative;
    top: auto;
    display: flex;
    flex-direction: row !important;
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 45%;
    flex-basis: 45%;
    background-color: transparent;
    padding-top: 0;
    z-index: 0;
  }
  .container navbar ul.open li {
    margin-bottom: 30px;
  }
  .container navbar ul.close {
    display: flex;
  }
  .closeIcon {
    display: none;
    position: absolute;
    right: 25px;
  }

  .container navbar {
    padding: 10px 120px 10px 30px;
  }
  .container navbar .navbar-item1 {
    max-width: 100%;
    flex-basis: 100%;
    margin-top: 0;
  }
  .container navbar .menuIcon {
    display: none;
  }

  .container navbar .navbar-item1 img {
    width: 60px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .container .banner {
    height: 100vh;
  }
  .container .content .feature-section {
    height: 100vh;
  }
  .closeIcon {
    display: none;
  }
  .closeIcon {
    display: none;
  }
  .container .content .numbersBlock ul li {
    max-width: 25%;
    flex-basis: 25%;
  }
  .container .content .numbersBlock .intimationImages {
    top: -100px;
    overflow: visible;
  }
  .container .content .numbersBlock .intimationImages img.cloud {
    top: -70px;
  }
  .container .content .numbersBlock .intimationImages img.cloud2 {
    top: -60px;
  }
  .container .content .numbersBlock .intimationImages img.cloud3 {
    top: -60px;
  }
  @keyframes animateCloud {
    0% {
      right: 0px;
    }
    25% {
      right: 25%;
    }
    50% {
      right: 50%;
    }
    75% {
      right: 55%;
    }
    100% {
      right: 0%;
    }
  }

  /* feature */

  .container .content .feature-section ul.feature-section-content li {
    flex-basis: 30%;
    max-width: 30%;
    margin-left: 0;
  }
  /* navbar */
  .container navbar {
    width: 100% !important;
  }
  .container navbar ul {
    display: flex;
  }
  .container navbar ul.open {
    position: relative;
    top: auto;
    display: flex;
    flex-direction: row !important;
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 45%;
    flex-basis: 45%;
    background-color: transparent;
    padding-top: 0;
    z-index: 0;
  }
  .container navbar ul.open li {
    margin-bottom: 30px;
  }
  .container navbar ul.close {
    display: flex;
  }
  .closeIcon {
    display: none;
    position: absolute;
    right: 25px;
  }

  .container navbar {
    padding: 10px 120px 10px 30px;
  }
  .container navbar .navbar-item1 {
    max-width: 100%;
    flex-basis: 100%;
    margin-top: 0;
  }
  .container navbar .menuIcon {
    display: none;
  }

  .container navbar .navbar-item1 img {
    width: 60px !important;
  }
}
