	*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
  width: 100%;
  overflow-x: hidden;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  width: 100%;
  overflow-x: hidden;
}
a {
  text-decoration: none;
}
.top-bar {
  background-color: #44525f;
  width: 100%;
  min-height: 50px;
  min-width: 100%;
}
.main-menu {
  background-color: #fff;
  padding: 0;
}

.main-logo {
  width: 90px;
}
.desktop-logo {
  position: absolute;
  top: -20px;
  border: 5px solid #fff;
  border-radius: 50%;
}

.main-menu .navbar-nav {
  display: flex;
  align-items: center;
}
.main-menu .navbar-nav .nav-link {
  font-size: 16px;
  color: #44525f;
  font-weight: 500;
}

.main-menu .menu-group {
  display: flex;
  align-items: center;

  margin-top: 10px;
  margin-bottom: 5px;
}

.main-menu .menu-group li {
  margin: 0 10px;
}
.main-menu .menu-group.first-group-menu {
  margin-right: 100px;
}
.main-menu .menu-group.last-group-menu {
  margin-left: 180px;
}

@media screen and (max-width:600px) {
  .hero-section {
  background-image:url(../img/bg/JU mOBILE.jpg); 
background-position: center;
  min-height: 380px;
  display: grid;
  place-content: center;
background-size: cover;
<!-- linear-gradient(
      to right,
      rgba(79, 158, 176, 0.863),
      rgba(79, 158, 176, 0.863)
    ),  -->
     
 <!--  url(../img/bg/2.jpeg);  -->
 <!-- background-size: cover; -->

}
}

.hero-section {
  background-image:url(../img/bg/JU01.jpg);  <!-- linear-gradient(
      to right,
      rgba(79, 158, 176, 0.863),
      rgba(79, 158, 176, 0.863)
    ),  -->
     
 <!--  url(../img/bg/2.jpeg);  -->
 <!-- background-size: cover; -->
  background-position: center;
  min-height: 425px;
  display: grid;
  place-content: center;
background-size: cover;
}
.hero-content h1 {
  color: #fff;
  text-align: center;
  font-size: 35px;
}
.hero-content .hero-link {
  display: inline-block;
  margin-top: 30px;
  color: #fff;
  background-color: #368c99;
  padding: 5px 10px;
  margin-left: 50%;
  transform: translateX(-50%);
}

.hero-text {
  margin: 30px 0;
}

.hero-text p {
  text-align: center;
  /* <!-- font-weight: 500;  --> */
}

.feature-img img {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.room-feature {
  margin: 50px 0;
}

.room-feature-content {
  padding: 0px 30px 0px 0px;
}

.room-feature-content h2 {
  text-align: center;
  margin-bottom: 15px;
}
.room-feature-content p {
  font-size: 15px;
  padding: 0px 10px;
  text-align: justify;
}

.img-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.img-group img:first-child {
  margin-bottom: 30px;
}

.room-section {
  background-color: #014f5b;
  padding: 40px 0;
}
.room-section-title h4 {
  text-align: center;
  color: #fff;
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
}
.room-section-box {
  margin-bottom: 30px;
}

.view-gallery {
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #014f5b;
  padding: 5px 20px;
  font-weight: 500;
  margin-top: 30px;
}

.place-content-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.place-content-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 20px;
}
.place-content-img img {
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.place-content-title h2 {
  text-align: center;
  color: #014f5b;
  font-size: 25px;
}
.place-content-des p {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #407b84;
}

.location-content * {
  color: #014f5b;
}
.location-content h3 {
  font-weight: 600;
}
.map-img {
  padding-right: 8%;
}

.location-content ul {
  margin-top: 20px;
  list-style: none;
  padding-left: 0;
}
.location-content ul li h5 {
  font-weight: 600;
}
.location-content p {
  font-weight: 500;
}

.cta-section {
  background-color: #0d2736;
  margin: 50px 0;
  padding: 50px 0;
}

.cta-content {
  padding-left: 10%;
}
.cta-content h1 {
  color: #fff;
  font-size: 55px;
}
.cta-content h3,
.cta-content h3 a {
  color: #fff;
  font-size: 40px;
}
.video-section {
  margin-bottom: 50px;
}

#image {
  display: none;
}

#image.active {
  display: block;
}

.video-box {
  margin-bottom: 50px;
}
