@import url("//fonts.googleapis.com/css2?family=Lexend:wght@500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  color: #282828;
  cursor: url("../img/cursor.svg"), auto;
}

.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background-color: #439888;
  color: #fff;
  -webkit-box-shadow: 0px 4px 28px 2px rgba(67, 152, 136, 0.28);
          box-shadow: 0px 4px 28px 2px rgba(67, 152, 136, 0.28);
  border-radius: 16px;
  font-family: 'Lexend', sans-serif;
  font-weight: 600;
  font-size: 20px;
  border: none;
}

.btn:hover {
  background-color: #4eaf9d;
}

.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* background-color: #fff; */
  max-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 20;
}

.navbar__logo {
  max-width: 245px;
  padding: 20px 50px 20px 10px;
  border-right: 0px solid #F2F2F2;
  cursor: pointer;
}

.navbar__img {
  height: 100%;
  max-width: 100%;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  position: absolute;
  right: 10px;
  align-items: flex-end;
  z-index: 2;
  cursor: auto;
}

.menu__item {
  display: inline-block;
  height: 45px;
  text-align: center;
  min-width: 116px;
  padding-top: 35px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 16px;
  font-family: 'Lexend', sans-serif;
  font-weight: 500;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; */
  overflow: hidden;

  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.menu__item:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  width: 100%;
  /* -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; */
}

.menu__item:hover {
  font-weight: 700;
}


.menu__item:hover:after {
  /* background-color: #439888;
  -webkit-box-shadow: 0px 2px 28px 2px rgba(67, 152, 118, 0.38384);
          box-shadow: 0px 2px 28px 2px rgba(67, 152, 118, 0.38384); */
}

.menu__item:hover .popup-outer {
    visibility:visible; 
    opacity:1; 
}

.popup-outer {
  position: absolute;
  z-index: 10;
  margin-left: 16px;
  white-space: nowrap;
  width: 130px;
  top: 68px;
  font-weight: 500;
  text-align: left;
  visibility: hidden; 
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


#menu_products {
  right: 225px;
}

#menu_resources {
  right: 70px;
}

#menu_language {
  right: 30px;
}

#language {
  min-width: 30px;
  padding-top: 30px;
}

.popup {
  width: 100%;
  margin-top: 8px;
  background: #f3f7f7;
  box-shadow: 0 4px 16px 0 #c5e2e0;
  border-radius: 12px;
  padding: 12px 8px 12px 20px;
  cursor: auto;
}

.popup-div {
  min-width: 100px;;
}

.popup-div:hover {
  font-weight: 700;
}

.popup-item {
  text-decoration: none;
  line-height: 32px;
  font-size: 14px;
  color: #444;
  
}


@media screen and (max-width: 800px) {
  .menu {
    padding-left: 50px;
  }
  .menu__item {
    padding-left: 6px;
    padding-right: 6px;
    min-width: 80px;
    font-size: 14px;
  }

  .navbar__logo {
    width: 10%;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}

@media screen and (max-width: 800px) {
  #menu_products {
    right: 120px;
  }
  
  #menu_resources {
    right: 40px;
  }
}


@media screen and (max-width: 600px) {
  .navbar__logo {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .menu {
    padding-left: 20px;
  }
}



@media screen and (max-width: 450px) {
  .navbar__logo {
    -ms-flex-preferred-size: 8%;
        flex-basis: 8%;
  }

  .menu__item {
    padding-left: 6px;
    padding-right: 6px;
    min-width: 70px;
    font-size: 14px;
  }

  #menu_products {
    right: 105px;
  }
  
  #menu_resources {
    right: 30px;
  }
}

.header {
  position: relative;
  min-height: 100vh;
  background: url("../img/bg.jpg") center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.header__hero {
  margin-left: 8%;
  padding-top: 10%;
  padding-bottom: 5%;
  font-family: 'Lexend', sans-serif;
  width: 60%;
  z-index: 10;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header__title {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 4%;
  width: 60%;
  color: #333;
  text-decoration: none;
  
}

.header__subtitle {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 4%;
  line-height: 1.5;
  width: 80%;
  color: #777;
  text-decoration: none;
}

.header__btn {
  width: 248px;
  height: 68px;
  text-align: center;
}

.launch__btn {
  width: 248px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  font-size: 22px;
  color: #FFF;
  text-decoration: none;
}

.sceneObj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
}

.made_tag {
  position: absolute;
  bottom: 8px;
  right: 10px;
  color: #777;
  font-size: 14px;
  z-index: 10000;
}

.made_tag span {
  color: #e25555;
}

@media screen and (max-width: 1440px) {
  .header__hero {
    width: 70%;
  }
}

@media screen and (max-width: 1200px) {
  .header__hero {
    width: 90%;
  }
}

@media screen and (max-width: 1000px) {
  .header__title {
    font-size: 48px;
  }
  .header__subtitle {
    width: 90%;
  }
  
}

@media screen and (max-width: 800px) {

  .header__title {
    font-size: 42px;
  }
  .header__subtitle {
    width: 90%;
    font-size: 22px;
  }
  .header__hero {
    padding-top: 25%;
  }
}

@media screen and (max-width: 700px) {
  .header__title {
    font-size: 42px;
    width: 90%;
  }
  .header__subtitle {
    width: 95%;
    font-size: 22px;
  }
  .header__hero {
    padding-top: 25%;
  }
}

@media screen and (max-width: 600px) {
  .header__hero {
    padding-top: 30%;
    width: 96%;
    margin-left: 20px;
  }
  .header__title {
    font-size: 42px;
  }
  .header__subtitle {
    width: 95%;
    font-size: 22px;
    line-height: 1.75;
  }
}

@media screen and (max-width: 500px) {
  .header__title {

    font-size: 36px;
    margin-bottom: 28px;
  }
  .header__subtitle {
    font-size: 18px;
    margin-bottom: 32px;
  }
  .header__hero {
    padding-top: 35%;
  }
}

@media screen and (max-width: 400px) {
  .header__title {
    width: 75%;
    font-size: 24px;
  }
  .header__hero {
    padding-top: 40%;
  }
}

@media screen and (max-width: 320px) {
  .header__title {
    font-size: 24px;
  }
}



/*# sourceMappingURL=style.css.map */