@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&display=swap');

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.old-standard-tt-regular {
  font-family: "Old Standard TT", serif;
  font-weight: 400;
  font-style: normal;
}


@font-face{
  font-family:gotham;
  src:url(GothamBold.ttf);
  }

@font-face{
  font-family: quicksand;
  src: url(Fonts/Quicksand-VariableFont_wght.ttf);
}

@font-face{
  font-family: helvetica;
  src: url(Fonts/Helvetica.ttf);
}

@font-face{
  font-family: helvetica bold;
  src: url(Fonts/Helvetica-Bold.ttf);
}

@font-face{
  font-family: poppins;
  src: url(Fonts/Poppins-Bold.ttf);
} 

@font-face{
  font-family: poppins black;
  src: url(Fonts/Poppins-Black.ttf);
}

@font-face{
  font-family: oswald;
  src: url(Fonts/Oswald-Regular.ttf);
}

@font-face{
   font-family: oswald bold;
  src: url(Fonts/Oswald-Bold.ttf);
}

@font-face{
   font-family: caranda;
  src: url(Fonts/CarandaPersonalUse-qLOq.ttf);
}

@font-face{
   font-family: expressway;
  src: url(Fonts/expressway rg.otf);
}

@font-face{
   font-family: marsh;
  src: url(Fonts/MarshmallowPersonalUseRegular-w1l49.ttf);
}

@font-face{
   font-family: wisdom;
  src: url(Fonts/WisdomWordsPersonalUse-r9E9.ttf);
}

@font-face{
   font-family: allessa;
  src: url(Fonts/AllessaPersonalUse-4pRl.ttf);
}

@font-face{
   font-family: cinzel;
  src: url(Fonts/Cinzel-Regular.ttf);
}

@font-face{
   font-family: cinzel black;
  src: url(Fonts/Cinzel-Black.ttf);
}

@font-face{
   font-family: cinzel bold;
  src: url(Fonts/Cinzel-Bold.ttf);
}

@font-face{
  font-family: avenir;
  src: url(Fonts/AvenirNextCyr-Thin.ttf);
}

@font-face{
  font-family: roboto;
  src: url(Fonts/Roboto-Medium.ttf);
}

@font-face{
  font-family: avenir light;
  src: url(Fonts/AvenirNextCyr-Light.ttf);
}

@font-face{
  font-family: avenir light;
  src: url(Fonts/AvenirNextCyr-Light.ttf);
}

@font-face{
  font-family: hind;
  src: url(Fonts/Hind-Light.ttf);
}

@font-face{
  font-family: hind bold;
  src: url(Fonts/Hind-Bold.ttf);
}

@font-face{
  font-family: hind regular;
  src: url(Fonts/Hind-Regular.ttf);
}

@font-face{
  font-family: warnock;
  src: url(Fonts/WarnockPro-Regular.otf);
}

@font-face{
  font-family: warnock light;
  src: url(Fonts/WarnockPro-LightDisp.otf);
}

@font-face{
  font-family: warnock pro;
  src: url(Fonts/WarnockPro-LightSubh.otf);
}

@font-face{
  font-family: playfair;
  src: url(Fonts/PlayfairDisplay-VariableFont_wght.ttf);
}

@font-face{
  font-family: old standard;
  src: url(Fonts/OldStandard-Regular.ttf);
}

html{
   overflow-x: hidden;
   scroll-behavior: smooth;
   transition: 1.8s;
   background: rgba(255, 255, 255, 1.0);
}

/*menu*/
.sidebar {
  position: fixed;
  height: 100%;
  width: 260px;
  background: #11101d;
  padding: 15px;
  z-index: 99;
}
.logo {
  font-size: 22px;
  font-family: poppins;
  font-weight: 600;
  padding: 0 15px;
}
.sidebar a {
  color: #fff;
  text-decoration: none;
}
.menu-content {
  position: relative;
  height: 100%;
  width: 100%;
  margin-top: 40px;
  overflow-y: scroll;
}
.menu-content::-webkit-scrollbar {
  display: none;
}
.menu-items {
  height: 100%;
  width: 100%;
  list-style: none;
  transition: all 0.4s ease;
}
.submenu-active .menu-items {
  transform: translateX(-56%);
}
.menu-title {
  color: #fff;
  font-size: 14px;
  padding: 15px 20px;
}
.item a,
.submenu-item {
  padding: 16px;
  display: inline-block;
  font-family: hind;
  letter-spacing: 1px;
  width: 100%;
  border-radius: 12px;
}
.item i {
  font-size: 12px;
}
.item a:hover,
.submenu-item:hover,
.submenu .menu-title:hover {
  background: rgba(255, 255, 255, 0.1);
}
.submenu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  cursor: pointer;
}
.submenu {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: calc(-100% - 26px);
  height: calc(100% + 100vh);
  background: #11101d;
  display: none;
}
.show-submenu ~ .submenu {
  display: block;
}
.submenu .menu-title {
  border-radius: 12px;
  cursor: pointer;
}
.submenu .menu-title i {
  margin-right: 10px;
}
.navbar,
.main {
  left: 260px;
  width: calc(100% - 260px);
  transition: all 0.5s ease;
  z-index: 1000;
}
.sidebar.close ~ .navbar,
.sidebar.close ~ .main {
  left: 0;
  width: 100%;
}
.navbar {
  position: fixed;
  color: #fff;
  padding: 15px 15px;
  font-size: 25px;
  background: rgba(0, 0, 0, 1.0);
/*background: #4070f4;*/
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.hide {
  position: fixed;
  color: #fff;
  padding: 15px 15px;
  font-size: 25px;
  background: rgba(0, 0, 0, 0.0);
/*background: #4070f4;*/
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

/*#title-div {
  display: none;
  transition: 1.1s;
}*/

.Planettitle h3{
  font-family: poppins;
  color: white;
  font-weight: 600;
  font-size: 20px;
}
.navbar #sidebar-close {
  cursor: pointer;
}
.main {
  position: relative;
  display: flex;
  z-index: 100;
  background: #e7f2fd;
}
.main h1 {
  color: #11101d;
  font-size: 40px;
  text-align: center;
}
/*menu end*/




/*rooms*/
.rooms2{
  margin: 50px 0;
}

.rooms2 h4{
  font-family: oswald;
  color: #E9A200;
  text-align: left;
  letter-spacing: 2px;
  font-weight: 100;
  margin: 0 10px;
}

.rooms2 h1{
    font-family: old standard;
    font-size: 40px;
    text-align: left;
    font-weight: 100;
    letter-spacing: 0.5px;
    color: #000;
    margin: 0 10px;
}

.row2 {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
  margin-bottom: 30px;
}

/* Create four equal columns that sits next to each other */
.column2 {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
  max-width: 50%;
  padding: 0 4px;
}

.column2 img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}

.btn2 {
    border: 1px solid #E9A200;
    background: #E9A200;
    font-family: helvetica;
    font-weight: 100;
    padding: 15px 20px;
    margin-top: 40px;
    box-shadow: 0px 2px 20px 8px rgba(0, 0, 0, 0.1);
    transition: 0.9s;
}

.btn2 a {
    text-align: center;
    text-decoration: none;
    color: white;
    letter-spacing: 1px;
}

.btn2:hover {
    background: rgba(233, 162, 0, 0.7);
    border: 1px solid rgba(233, 162, 0, 0.7);
}
/*rooms end*/




/*intro*/
.intro2{
    display: block;
    justify-content: space-evenly;
    align-items: center;
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 1s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.intro2 .card-content2 {
/*  width: 100%;*/
}

.intro2 .about2 {
    width: 100%;
    margin-top: 70px;
    margin-bottom: 40px;
}

.intro2 .about2 h4{
    font-family: oswald;
    font-weight: 400;
    text-align: left;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #E9A200;
}

.intro2 .about2 h1{
    font-family: old standard;
    font-size: 40px;
    font-weight: 100;
    text-align: left;
    letter-spacing: 0.5px;
    color: #000;
}

.intro2 .about2 p{
    font-family: poppins;
    font-weight: 350;
    color: rgba(0, 0, 0, 0.6);
    margin: 10px 0;
}

.intro2 .about2 .btn {
    border: 1px solid #E9A200;
    background: #E9A200;
    font-family: helvetica;
    font-weight: 100;
    padding: 15px 20px;
    margin-top: 40px;
    box-shadow: 0px 2px 20px 8px rgba(0, 0, 0, 0.1);
    transition: 0.9s;
}

.intro2 .about2 .btn a {
    text-align: center;
    text-decoration: none;
    color: white;
    letter-spacing: 1px;
}

.intro2 .about2 .btn:hover {
    background: rgba(233, 162, 0, 0.7);
    border: 1px solid rgba(233, 162, 0, 0.7);
}
/*intro end*/



/*services*/
.banner12{
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('banner.jpg');
/*    background-position: cover;*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem 0rem; 
    scroll-behavior: smooth;
    width: 100%;
}

.banner12 h1{
    font-family: old standard;
    font-size: 40px;
    font-weight: 100;
    letter-spacing: 0.5px;
    color: #fff;
    text-align: left;
    margin: 10px 20px;
}

.elements2{
    display: block;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.service2{
    display: flex;
    align-items: center;
    margin: 20px 0px;
    width: 100%;
    height: auto;
}

.service2 img{
    width: 50px;
    height: auto;
    margin: 20px;
}

.service-intro2{
    padding-right: 0px;
}

.service-intro2 h2{
    font-family: avenir light;
    color: white;
    font-size: 17px;
}

.service-intro2 p{
    font-family: hind;
    font-weight: 400;
    color: white;
}
/*services end*/



/*facilities*/
    .wrap2 {
      overflow: hidden;
      z-index: 200;
      margin: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      background: white; /*rgba(0, 0, 0, 0.8)*/
    }
    .box2 {
/*      float: left;*/
      position: relative;
      width:50%;
      height:37.6vw;
    }
    .boxInner2 {
      position: absolute;
      left: 2px;
      right: 2px;
      top: 2px;
      bottom: 2px;
      overflow: hidden;
      /*box-shadow:0 4px 20px rgba(0, 0, 0, 0.6);*/
      border-radius:0px;
      object-fit: cover;

      transition: transform 0.3s ease-in-out;
    }
    .boxInner2 img {
      width: 100%;
      height: 100%;
      filter: brightness(1.1);
      object-fit: cover;
      border-radius: 0rem;
      transition: transform 0.3s ease-in-out;
    }

    .boxInner2:hover img {
/*      filter: brightness(70%);*/
      transform: scale(1.2); /* Adjust the scale factor for zoom level */
    }
    .boxInner2 .titleBox2 {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      font-size:18px;
      line-height:1.2;
      background: rgba(0, 0, 0, 0.75);
      color: #fff;
      font-family: poppins;
      font-weight: 100;
      padding: 20px 20px;
      width: 80%;
        clip-path: polygon(
        0 0, /* left top */
        80% 20%, /* right top */ 
        75% 100%, /* right bottom */
        0 100% /* left bottom */
      );
    }

    .boxInner2 .titleBox2 h1{
      margin: 20px 0px;
      font-size: 24px;
      font-family: quicksand;
      text-align: left;
      color: white;
    }

    .boxInner2 .titleBox2 p{
      font-size: 16px;
      font-family: poppins;
      font-weight: 100;
      width: 70%;
    }

    .see2 {
      display: flex;
      cursor: pointer;
      margin-top: 10px;
    }

    .see-title2 {
      transition: 0.9s;
      font-family: sans-serif;
      text-decoration: none;
      margin-right: 10px;
      margin-top: 10px; 
    }

    .see-arrow2{
      transition: 0.9s;
    }

    .see2 a {
      text-decoration: none;
      color: #E9A200;
      font-size: 17px;
      font-weight: 100;
    }

    .see-arrow2 img {
      margin-top: 11px;
      width: 19px;
      height: auto;
      
    }

    .see-title2 a:hover{
      color: white;
      transition: 0.9s;
    }

    .see-title2:hover + .see-arrow2 {
      transform: translate(15px, 0);
    }


    @media (max-width : 1000px) {
      /* Tablet view: 2 tiles */
      .box2 {
        width: 100vw;
        height: 55vh;
      }

      .boxInner2 .titleBox2 {
        width: 100%;
        padding: 10px 10px;
      }
    }

    @media (max-width : 600px) {
      /* Smartphone view: 1 tile */
      .box2 {
        width: 100vw;
        height: 80vh;
      }

      .boxInner2 .titleBox2 {
        width: 100%;
        padding: 10px 10px;
      }
    }

    }
/*facilities end*/




/*slideshow*/
.slab2 {
  margin: 150px 0px; 
  width: 100%; 
}

.slab2 h1 {
  font-family: avenir light;
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 30px;
  margin-right: 5px;
  margin-left: 5px;
  text-align: left;  
}

.slab-content2 {
/*  display: flex;
  justify-content: space-between;
  align-items: center;*/
  width: 100%;
}

.slab-words2 {
  margin-right: 0px;
}

.slab-image2 {
  
}

.slab-words2 h3 {
  font-family: oswald;
  color: #E9A200;
  font-weight: 400;
  margin: 0 5px;
  letter-spacing: 1.2px;
}

.slab-words2 p {
  font-family: poppins;
  font-weight: 100;
  font-size: 39px;
  margin: 20px 5px;
}

.slab-paragraph2 p {
  font-family: warnock pro;
  font-weight: 100;
  font-size: 18px;
}

.slab-paragraph2 br {
  display: none;
}

.slab-image2 img {
  width: 100%;
  height: auto;
  filter: brightness(1.1);
}

.view2 {
  border: 1px solid black;
  border-radius: 0px;
  padding: 10px 15px; 
  background: none; 
  font-size: 20px;
  font-family: oswald;
  font-weight: 400;
  letter-spacing: 1.5px;
  transition: 0.9s;
  margin: 0 10px;
  margin-top: ;
  width: calc(100% - 20px);
}

.view2:hover {
  border: 1px solid #E9A200;
  color: #E9A200;
}
/*slideshow end*/




/*maps*/
.google-map2 {
  position: relative;
  margin-left: 0px;
  filter: brightness(90%);
  width: 100%;
}

.google-map2 iframe {
  height: 500px;
  max-width: 100%;
  position: relative;
}
/*maps end*/




/*footer*/
.box-container2{
   display: block;
   
}

.box12 {
    display: inline-flex;
    flex-direction: column;
    margin:30px 10px;
    height: 220px;
    max-width: 100%;
}

.box12 h2{
    font-family: oswald;
    font-weight: 500;
    color: #E9A200;
    letter-spacing: 1.2px;
    margin: 10px 5px;
}

.box12 .planet h1{
    font-size: 45px;
    font-weight: regular;
    font-family: poppins;
    text-align: left;
    color: black;
    margin-right: 15px;
    letter-spacing: 0px;
}

.box12 a{
  text-decoration: none;
  font-family: hind;
  font-weight: 500;
  font-size: 18px;
  color: black;
  margin: 5px;
  width: auto;
  transition: 0.9s;   
}

.box12 a:hover{
    color: #E9A200;
}

.box122 .icons2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin: 0px 16px;
    padding-right: 30px;
}

.box122 h2{
    font-family: oswald;
    font-weight: 500;
    color: #E9A200;
    font-size: 25px;
    letter-spacing: 1.2px;
    margin: 10px 15px;
}

.box122 .icons2 img{
    width: 35px;
    height: auto;
    transition: 0.9s;
    padding: 10px 0;
}

.box122 .icons2 img:hover{
    transform: scale(0.9);
}

.box12 p{
    margin: 5px;
}

.credit2 {
    font-family: hind;
    font-size: 15px;
    letter-spacing: 1.2px;
    margin-top: 10px;
}
/*footer end*/





/*slideshow*/
.mainslideshow{
    height: 100vh;
    width: 100%;
}

.mySlides {display:none;}

.w3-content p {
    position: absolute;
    font-family: oswald;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    color: white;
    display: none;
    z-index: 1;
    width: 350px;
    top: 55%;
    left: calc(50% - 175px);
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
}

.w3-content h3 {
    position: absolute;
    text-align: center;
    font-family: oswald;
    color: #E9A200;
    letter-spacing: 2px;
    font-weight: 100;
    top: 49%;
    left: calc(50% - 40px);
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/*slideshow end*/
