.main {
  position: relative;
  overflow: hidden;
  height: 100vh;
  background-color: #000;
}

.hedaer {
  position: static;
  z-index: 1;
  display: none;
  width: 100%;
  height: 60px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 6%, 0);
}

.hedaer.main {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  background-color: #000;
}

.logo {
  height: 20px;
}

.logo-k {
  height: 15px;
}

.html-embed {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: block;
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 0px;
  opacity: 1;
}

.title {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wifi {
  width: 40px;
  height: 40px;
  margin-bottom: 50px;
}

.main-title {
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 64px;
  font-weight: 600;
}

.subtitle {
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.button {
  padding: 14px 30px;
  border-radius: 20px;
  background-color: #ab0e29;
}

.body {
  background-color: #111;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dot {
  width: 15px;
  height: 15px;
  margin-right: 20px;
  border-radius: 20px;
  background-color: #fff;
  color: #fff;
}

.country {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
  text-transform: uppercase;
}

.wrapper {
  width: 900px;
  max-width: 80%;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}

.object {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.obj-card {
  position: static;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 1%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -50px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 5px;
  background-color: #1f1f1f;
}

.obj-name {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.obj-text {
  font-family: Montserrat, sans-serif;
  color: silver;
  font-size: 16px;
  font-weight: 300;
}

.image {
  position: static;
  max-width: 60%;
}

.about {
  margin-bottom: 50px;
}

.h3 {
  display: block;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #eee;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.h3.items {
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.conclusion {
  margin-bottom: 0px;
  padding-bottom: 100px;
}

.items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #1f1f1f;
}

.item-desc {
  font-family: Montserrat, sans-serif;
  color: #8a8a8a;
  text-decoration: underline;
}

.image-2 {
  height: 230px;
  margin-bottom: 20px;
}

.image-3 {
  height: 230px;
  margin-bottom: 20px;
}

.image-4 {
  height: 230px;
  margin-bottom: 20px;
}

.popup {
  position: absolute;
  left: 0%;
  top: 300px;
  right: 0%;
  bottom: auto;
  display: none;
  width: 35%;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 29px 29px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #1f1f1f;
}

.text-block {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.pop-title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.pop-text {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fdfdfd;
  font-weight: 300;
}

.pop-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #ab0e29;
  font-family: Montserrat, sans-serif;
}

.image-5 {
  position: absolute;
  left: auto;
  top: 15px;
  right: 15px;
  bottom: auto;
  width: 20px;
  cursor: pointer;
}

.label {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 280px;
  height: 40px;
  background-color: #000;
}

.html-embed-2 {
  position: static;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  min-width: 600px;
  margin-top: 0px;
}

.pop {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: none;
  width: 400px;
  height: 400px;
  background-color: #c32d2d;
}

.image-6 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.html-embed-3 {
  height: 100vh;
  opacity: 1;
}

.html-embed-4 {
  height: 100vh;
  margin-top: 12px;
  opacity: 0.4;
}

.bold-text {
  display: block;
  font-size: 48px;
  font-weight: 600;
}

.bold-text-2 {
  font-weight: 600;
}

.bold-text-3 {
  font-weight: 600;
}

.bold-text-4 {
  font-weight: 600;
}

.bold-text-5 {
  font-weight: 600;
}

.bold-text-6 {
  font-weight: 600;
}

.bold-text-7 {
  font-weight: 600;
}

.bold-text-8 {
  font-weight: 600;
}

.bold-text-9 {
  font-weight: 600;
}

.bold-text-10 {
  font-weight: 600;
}

.bold-text-11 {
  font-weight: 600;
}

.bold-text-12 {
  font-weight: 600;
}

.bold-text-13 {
  font-weight: 600;
}

.bold-text-14 {
  font-size: 20px;
  font-weight: 600;
}

.bold-text-15 {
  font-weight: 600;
}

.bold-text-16 {
  font-size: 20px;
  font-weight: 600;
}

.bold-text-17 {
  font-weight: 600;
}

.bold-text-18 {
  font-weight: 600;
}

.bold-text-19 {
  font-weight: 600;
}

.bold-text-20 {
  font-weight: 600;
}

.bold-text-21 {
  font-weight: 600;
}

.bold-text-22 {
  font-weight: 600;
}

.bold-text-23 {
  font-weight: 600;
}

.bold-text-24 {
  font-weight: 600;
}

.bold-text-25 {
  font-weight: 600;
}

.bold-text-26 {
  font-weight: 600;
}

.bold-text-27 {
  font-weight: 600;
}

.bold-text-28 {
  font-weight: 600;
}

.bold-text-29 {
  font-weight: 600;
}

.bold-text-30 {
  font-weight: 600;
}

.bold-text-31 {
  font-weight: 600;
}

.text-block-2 {
  text-decoration: underline;
  text-transform: none;
}

.link-block {
  width: 100%;
}

.h1 {
  position: absolute;
  z-index: -1;
  font-size: 80px;
  line-height: 80px;
}

@media screen and (max-width: 991px) {
  .html-embed {
    top: 200px;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .hedaer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .main-title {
    font-size: 30px;
  }

  .subtitle {
    font-size: 14px;
  }

  .heading {
    margin-top: 30px;
  }

  .dot {
    display: none;
  }

  .country {
    font-size: 32px;
    line-height: 36px;
  }

  .wrapper {
    margin-top: 80px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .object {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .obj-card {
    margin-left: 0px;
  }

  .image {
    max-width: 100%;
  }

  .h3 {
    font-size: 20px;
  }

  .h3.items {
    font-size: 20px;
  }

  .items {
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .item {
    width: 90%;
    margin-bottom: 50px;
  }

  .image-2 {
    height: 200px;
  }

  .image-3 {
    height: 200px;
  }

  .popup {
    top: 150px;
    width: 90%;
  }

  .bold-text {
    font-size: 32px;
    line-height: 36px;
  }

  .bold-text-3 {
    line-height: 36px;
  }
}