@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
body {
  font-family: "Roboto", sans-serif;
}

.banner {
  width: 100%;
  overflow: hidden;
  background-image: url("/images/room.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  width: 100%;
}
.banner .img-blacker {
  background-color: rgba(0, 0, 0, 0.65);
  min-height: 60vh;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.banner img {
  width: 200px;
  height: 130px;
  border-radius: 5px;
  background-color: #fff;
}
.banner .title-text {
  font-size: 30px;
  margin-top: 5px;
  font-weight: 900;
  letter-spacing: 1px;
}
@media (max-width: 375px) {
  .banner .title-text {
    font-size: 25px;
  }
}
@media (max-width: 343px) {
  .banner .title-text {
    font-size: 22px;
  }
}
.banner .text-eco {
  font-weight: bolder;
  letter-spacing: 2px;
}
@media (max-width: 375px) {
  .banner .text-eco {
    font-size: 25px;
  }
}
@media (max-width: 343px) {
  .banner .text-eco {
    font-size: 20px;
  }
}

.contents .container {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding-bottom: 20px;
  min-height: 30vh;
}
.contents h1 {
  margin-top: 35px;
  font-size: 25px;
  font-weight: bolder;
  text-align: left !important;
  letter-spacing: 0.1px;
}
@media (max-width: 490px) {
  .contents h1 {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .contents h1 {
    font-size: 17px;
  }
}
.contents .desc {
  color: #666;
  text-align: justify;
}

.safty {
  padding-bottom: 30px;
}
@media (min-width: 767px) {
  .safty {
    height: 500px;
  }
}

.videos {
  background-image: url("../images/room.jpg");
  display: flex;
  padding: 12px;
  background-attachment: fixed;
  align-items: center;
  align-content: center;
  border-radius: 3px;
  min-height: 80vh;
}
@media (max-width: 600px) {
  .videos {
    background-repeat: no-repeat;
  }
}
.videos .container {
  background-color: #fff;
  padding: 15px;
  border-radius: 1px;
}
.videos .container .single-video {
  margin: auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-top: 30px;
}
@media (max-wdith: 700px) {
  .videos .container .single-video {
    margin-top: 0px;
  }
}
.videos .container h4 {
  color: #000;
}
.videos .container .desc {
  color: #666;
  text-align: justify;
}

@media (min-width: 767px) {
  .beni img {
    height: 600px;
  }
}

.carding-section {
  min-height: auto;
  padding: 12px;
  padding-top: 30px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.carding-section h3 {
  font-weight: bolder;
}
.carding-section p {
  max-width: 1000px;
  text-align: justify;
}
@media (max-width: 767px) {
  .carding-section .chakkos {
    margin: 5px;
  }
}
.carding-section .chakkos .frame-edit-left {
  max-width: 350px;
  margin: auto;
}
.carding-section .chakkos h3 {
  margin-top: 15px;
}
.carding-section .chakkos p {
  color: #555;
}

.services-agency {
  background: #f9f9f9;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.services-agency .boxer {
  background: #222;
  padding: 12px;
  border-radius: 5px;
  text-align: center;
  margin: auto;
}
@media (max-width: 767px) {
  .services-agency .boxer {
    margin: 5px;
  }
}
.services-agency .boxer .i {
  text-align: center;
  font-size: 40px;
  color: #eeb255;
  background: #fff;
  padding: 16px;
  margin: auto;
  width: 30%;
  border-radius: 5px;
}
.services-agency .boxer h4 {
  font-weight: 700;
  margin-top: 5px;
  color: #fff;
}
.services-agency .boxer p {
  text-align: justify;
  color: rgba(249, 249, 249, 0.7490196078);
}

footer {
  display: flex;
  min-height: auto;
  background: #222;
  align-items: center;
  align-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  justify-content: center;
}
footer .icons {
  margin: auto;
  text-align: center;
}
footer .icons a {
  margin: 3px;
}
footer .copywright {
  color: #fff;
  margin-top: 10px;
}/*# sourceMappingURL=style.css.map */