@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@500&display=swap");
@font-face {
  font-family: "Acme";
  src: url(../font/Acme-Regular.woff);
}
@font-face {
  font-family: "Signika_Nagative";
  src: url(../font/SignikaNegative-VariableFont_wght.woff);
}
@font-face {
  font-family: "Caveat";
  src: url(../font/Caveat-VariableFont_wght.woff);
}
@font-face {
  font-family: "Freehand";
  src: url(../font/Freehand-Regular.woff);
}
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans";
}

/*---------------- Header Section --------------------*/
.header {
  top: 0rem;
  position: fixed;
  z-index: 10;
  height: 5rem;
  width: 100%;
}
.header .head-container {
  height: 5rem;
  width: 100%;
}
.header .head-container .header-logo {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 0 1rem;
  height: 5rem;
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0rem;
}
.header .head-container .header-logo img {
  height: 4.5rem;
  width: 11rem;
  cursor: pointer;
}
.header .head-container .header-content {
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  height: 3rem;
  width: 35rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0rem;
}
.header .head-container .header-content a, .header .head-container .header-content .contact-container .cont-sec .contact-items .items .c-num, .contact-container .cont-sec .contact-items .items .header .head-container .header-content .c-num {
  text-decoration: none;
  color: #808000;
  transition: all 0.1s;
  height: 3rem;
  width: 8.75rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0rem;
}
.header .head-container .header-content a h4, .header .head-container .header-content .contact-container .cont-sec .contact-items .items .c-num h4, .contact-container .cont-sec .contact-items .items .header .head-container .header-content .c-num h4 {
  font-size: 0.95em;
  font-weight: 500;
  transition: all 0.5s;
}
.header .head-container .header-content a:nth-child(1), .header .head-container .header-content .contact-container .cont-sec .contact-items .items .c-num:nth-child(1), .contact-container .cont-sec .contact-items .items .header .head-container .header-content .c-num:nth-child(1) {
  border-bottom-left-radius: 2rem;
}
.header .head-container .header-content a:nth-child(4), .header .head-container .header-content .contact-container .cont-sec .contact-items .items .c-num:nth-child(4), .contact-container .cont-sec .contact-items .items .header .head-container .header-content .c-num:nth-child(4) {
  border-top-right-radius: 2rem;
}
.header .head-container .header-content a:hover, .header .head-container .header-content .contact-container .cont-sec .contact-items .items .c-num:hover, .contact-container .cont-sec .contact-items .items .header .head-container .header-content .c-num:hover {
  border: 0px;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 5px #ff9999;
}
.header .head-container .header-content a:hover h4, .header .head-container .header-content .contact-container .cont-sec .contact-items .items .c-num:hover h4, .contact-container .cont-sec .contact-items .items .header .head-container .header-content .c-num:hover h4 {
  color: #666600;
}
.header .head-container .header-content a:nth-child(1):hover, .header .head-container .header-content .contact-container .cont-sec .contact-items .items .c-num:nth-child(1):hover, .contact-container .cont-sec .contact-items .items .header .head-container .header-content .c-num:nth-child(1):hover {
  border-bottom-left-radius: 2rem;
}
.header .head-container .header-content a:nth-child(4):hover, .header .head-container .header-content .contact-container .cont-sec .contact-items .items .c-num:nth-child(4):hover, .contact-container .cont-sec .contact-items .items .header .head-container .header-content .c-num:nth-child(4):hover {
  border-top-right-radius: 2rem;
}
.header .head-container .menu-bar {
  display: none;
}

@media (max-width: 1000px) {
  .header .head-container .header-content {
    right: 1rem;
  }
}
@media (max-width: 875px) {
  .header .head-container .header-content {
    top: 11rem;
    right: 0rem;
    background-color: rgb(255, 230, 204);
    transition: all 0.5s;
    z-index: 1000;
    height: auto;
    width: 0%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 0rem;
  }
  .header .head-container .header-content a, .header .head-container .header-content .contact-container .cont-sec .contact-items .items .c-num, .contact-container .cont-sec .contact-items .items .header .head-container .header-content .c-num {
    border: 0px;
    height: 3rem;
    width: 100%;
  }
  .header .head-container .header-content-hide {
    width: 0rem;
    overflow: hidden;
  }
  .header .head-container .header-content-view {
    width: 100%;
    overflow: hidden;
  }
  .header .head-container #menu-bar {
    display: block;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    position: absolute;
    height: auto;
    width: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    gap: 0rem;
  }
  .header .head-container #menu-bar .bar {
    background-color: #595959;
    cursor: pointer;
  }
  .header .head-container .menu-bar-open .bar {
    margin: 2px 0;
    transition: all 0.5s;
    height: 4px;
    width: 30px;
  }
  .header .head-container .menu-bar-open .bar:nth-child(3) {
    transform: translate(0px, 0px) rotate(180deg);
  }
  .header .head-container .menu-bar-close .bar {
    background-color: #000000;
  }
  .header .head-container .menu-bar-close .bar:nth-child(1) {
    transform: translate(-29px, 1px) rotate(40deg);
    height: 4px;
    width: 20px;
  }
  .header .head-container .menu-bar-close .bar:nth-child(2) {
    margin: 0px;
    transform: translate(-35px, 0px);
    height: 4px;
    width: 40px;
  }
  .header .head-container .menu-bar-close .bar:nth-child(3) {
    transform: translate(-30px, 1px) rotate(136deg);
    height: 4px;
    width: 20px;
  }
}
/*----------------- End Header Section --------------------*/
/*------------------- Home --------------------------------*/
.home-section {
  background: radial-gradient(#ffffcc, #ffcc99);
}

.home-container {
  padding: 5rem 0 0;
  z-index: -5;
  height: 68vh;
  width: auto;
}
.home-container .home-content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 0rem;
}
.home-container .home-content .home-image {
  height: 100%;
  width: 65%;
}
.home-container .home-content .home-image .swiper {
  z-index: 5;
}
.home-container .home-content .home-image .swiper .swiper-wrapper {
  height: 68vh;
  width: 100%;
}
.home-container .home-content .home-image .swiper .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: 100%;
}
.home-container .home-content .home-about {
  height: 68vh;
  width: 35%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 0rem;
}
.home-container .home-content .home-about .home-about-content {
  padding: 0 1rem;
  height: 68vh;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: end;
  gap: 0rem;
}
.home-container .home-content .home-about .home-about-content h5 {
  color: #666600;
  font-family: "Freehand";
  font-size: 1.5em;
  font-weight: 500;
  text-align: justify;
  line-height: 2rem;
}
.home-container .home-content .home-about .home-about-image {
  background-image: url("../images/Logo1.png");
  background-size: 10rem 30rem;
  background-position: 40% 0%;
  background-repeat: no-repeat;
  height: 68vh;
  width: 15rem;
}

@media (max-width: 1060px) {
  .home-section {
    height: auto;
    width: auto;
  }
  .home-container {
    height: auto;
    width: 100%;
  }
  .home-container .home-content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 0rem;
  }
  .home-container .home-content .home-image {
    height: auto;
    width: 90%;
  }
  .home-container .home-content .home-image .swiper .swiper-wrapper {
    height: 25rem;
    width: 100%;
  }
  .home-container .home-content .home-about {
    height: auto;
    width: 100%;
  }
}
.testmonial-sec {
  margin: 0;
  padding: 0rem 0rem;
  background-image: linear-gradient(-60deg, #ff8080 0%, #f09819 100%);
  height: 20vh;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0;
}
.testmonial-sec .testimonial-head {
  padding: 0;
}
.testmonial-sec .testimonial-head h6 {
  margin: 0;
  font-size: 1.1em;
  font-weight: 600;
  color: #fff5cc;
  transform: rotate(-90deg);
}

.testimonial-cont {
  margin: 0;
  padding: 0.5rem 0 0;
  height: auto;
  width: 90vw;
}
.testimonial-cont .swiper {
  padding: 0.5rem;
  height: auto;
  width: auto;
}
.testimonial-cont .swiper .swiper-slide {
  margin: 0;
  padding: 0 0.5rem 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 1rem 0.5rem;
}
.testimonial-cont .testimonial {
  background-color: #ffffff;
  border-radius: 0.5rem;
  padding: 0.5rem;
  height: auto;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 0rem;
}
.testimonial-cont .testimonial img {
  height: 1rem;
  width: 1rem;
}
.testimonial-cont .testimonial .img-qte {
  transform: scaleX(-1);
}
.testimonial-cont .testimonial p {
  margin: 0;
  font-size: 0.8em;
  font-weight: 600;
}
.testimonial-cont .testimonial .tm-credit {
  width: 100%;
}
.testimonial-cont .testimonial .tm-credit p {
  text-align: right;
}
.testimonial-cont .testimonial .star-rating {
  padding: 0.5rem 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
}
.testimonial-cont .testimonial .star-rating i {
  font-size: 0.8em;
  color: #e6b800;
}

@media (max-width: 1060px) {
  .testmonial-sec {
    height: auto;
    width: 100%;
    padding: 1rem 0;
  }
}
@media (max-width: 1060px) {
  .testmonial-sec {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 0;
  }
  .testmonial-sec .testimonial-head h6 {
    transform: rotate(0deg);
  }
  .testimonial-cont .swiper {
    padding: 0rem;
  }
  .testimonial-cont .swiper .swiper-slide {
    padding: 0;
  }
}
@media (max-width: 360px) {
  .testimonial-cont {
    height: auto;
    width: 95vw;
  }
}
/*------------------- End Home ----------------------------*/
/*------------------- About -------------------------------*/
.about-section {
  background: radial-gradient(#ffffcc, #ffcc99);
  padding: 0 0 2rem;
}

@media (max-width: 1360px) {
  .about-section {
    height: auto;
    width: auto;
    position: relative;
  }
}
.about-container {
  padding: 3.5rem 0rem 0rem;
}
.about-container .about-firm {
  height: auto;
  width: auto;
  padding: 0rem 2rem 0rem;
}
.about-container .about-firm h2 {
  font-family: "Acme";
  font-weight: 500;
  text-align: center;
  font-size: 2em;
}
.about-container .about-firm p {
  font-family: "Signika_Nagative";
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: 0.02em;
  word-spacing: 0.2em;
  text-indent: 5rem;
  text-align: justify;
}
.about-container .about-roms {
  padding: 0rem 1rem 1rem;
}
.about-container .about-roms .room-note {
  padding: 0rem 1rem 0rem;
}
.about-container .about-roms .room-note h5 {
  margin: 0;
  text-align: right;
  font-size: 0.85em;
  font-weight: 600;
}
.about-container .about-roms .room-card-table {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1rem 1rem;
  padding: 0rem 1rem;
  justify-content: center;
  align-items: start;
}
.about-container .about-roms .room-card-table .room-card {
  padding: 0rem 0.5rem 1rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.about-container .about-roms .room-card-table .room-card .room-head {
  padding: 0.2rem 0rem 0.1rem;
}
.about-container .about-roms .room-card-table .room-card .room-head h4 {
  margin: 0em;
  text-align: center;
}
.about-container .about-roms .room-card-table .room-card .room-details {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0rem;
}
.about-container .about-roms .room-card-table .room-card .room-details .room-pic {
  font-size: 1rem;
  font-weight: 600;
  height: 10rem;
  width: 85%;
}
.about-container .about-roms .room-card-table .room-card .room-details .room-pic img {
  height: 100%;
  width: 100%;
  border-radius: 0.2rem;
}
.about-container .about-roms .room-card-table .room-card .room-details .room-all-pic {
  display: none;
  border: 1px solid;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  height: 100%;
  width: 100%;
}
.about-container .about-roms .room-card-table .room-card .room-details .room-all-pic .all-pic-sec {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.about-container .about-roms .room-card-table .room-card .room-details .room-all-pic .all-pic-sec .all-pic-fist {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.about-container .about-roms .room-card-table .room-card .room-details .room-all-pic .all-pic-sec .all-pic-fist img {
  border-radius: 0.5rem;
  height: 12rem;
  width: 20rem;
}
.about-container .about-roms .room-card-table .room-card .room-details .room-all-pic .all-pic-close {
  border: 1px solid;
  top: 10rem;
  right: 5rem;
  position: absolute;
  background-color: #ffd9b3;
  border-radius: 10rem;
  cursor: pointer;
  z-index: 2000;
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.about-container .about-roms .room-card-table .room-card .room-details .room-all-pic .all-pic-close h4 {
  color: #000000;
}
.about-container .about-roms .room-card-table .room-card .room-details .room-price {
  padding: 0rem;
  background-size: cover;
  height: 10.2rem;
  width: 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0rem;
}
.about-container .about-roms .room-card-table .room-card .room-details .room-price .room-rate {
  transform: rotate(290deg);
}
.about-container .about-roms .room-card-table .room-card .room-details .room-price .room-rate h4 {
  font-size: 1.5em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0rem;
}
.about-container .about-roms .room-card-table .room-card .room-details .room-price .room-rate img {
  height: 1rem;
  width: 1rem;
}
.about-container .about-roms .room-card-table .room-card .room-details .room-price h5 {
  font-size: 0.8em;
  font-weight: 100;
}
.about-container .about-roms .room-card-table .room-card .room-spec {
  margin: 0.5em 0em 0em;
  padding: 0rem 0rem 0.2rem;
  overflow: hidden;
  transition: height 0.5s;
  height: 5rem;
  width: 100%;
}
.about-container .about-roms .room-card-table .room-card .room-spec ul {
  margin: 0;
  padding: 0 0 0 1rem;
}
.about-container .about-roms .room-card-table .room-card .room-spec ul li {
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.1rem 0;
}
.about-container .about-roms .room-card-table .room-card .room-spec p {
  margin: 0rem;
  font-size: 0.9em;
  font-weight: 600;
  padding: 0.1rem 1rem 0.2rem 0.2rem;
  text-align: justify;
}
.about-container .about-roms .room-card-table .room-card .abtCardView {
  bottom: 0.2rem;
  right: 0.2rem;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
  gap: 0rem;
}
.about-container .about-roms .room-card-table .room-card .abtCardView i {
  font-weight: 600;
}
.about-container .about-roms .room-card-table .room-card .more-icon {
  transition: margin-top 1s;
}
.about-container .about-roms .room-card-table .room-card .more-icon i {
  transform: rotate(360deg);
  transition: all 0.5s;
}
.about-container .about-roms .room-card-table .room-card .hide-icon {
  transition: margin-top 1s;
}
.about-container .about-roms .room-card-table .room-card .hide-icon i {
  transform: rotate(180deg);
  transition: all 0.5s;
}
.about-container .about-roms .room-card-table .room-card-normal {
  height: 18rem;
  width: auto;
}
.about-container .about-roms .room-card-table .room-card-hide {
  animation: roomCardHide 0.2s ease-in-out forwards;
}
.about-container .about-roms .room-card-table .room-card-zoom {
  animation: roomCardZoom 0.2s ease-in-out forwards;
}

@keyframes roomCardZoom {
  0% { /*transform: translate(0rem, 0rem);*/
    height: 18rem;
    width: auto;
  }
  100% { /*transform: translate(0rem, -5rem);*/
    height: 20rem;
    width: auto;
  }
}
@keyframes roomCardHide {
  0% { /*ransform: translate(0rem, -5rem);*/
    height: 20rem;
    width: auto;
  }
  100% { /*transform: translate(0rem, 0rem);*/
    height: 18rem;
    width: auto;
  }
}
@media (max-width: 1360px) {
  @keyframes roomCardZoom {
    0% {
      height: 18rem;
      width: auto;
    }
    100% {
      height: 20rem;
      width: auto;
    }
  }
  @keyframes roomCardHide {
    0% {
      height: 20rem;
      width: auto;
    }
    100% {
      height: 18rem;
      width: auto;
    }
  }
}
.about-brochure {
  padding: 0 1rem 1rem;
  margin: 0em 0 0;
}
.about-brochure .brochure-sec {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  gap: 1rem;
}
.about-brochure .brochure-sec .brochure {
  background-image: linear-gradient(150deg, #2c8fba, #185067);
  box-shadow: 0px 5px 15px #4d4d4d;
  height: 15rem;
  width: auto;
}
.about-brochure .brochure-sec .brochure .brochure-head {
  padding: 1rem 0 0;
}
.about-brochure .brochure-sec .brochure .brochure-head .br-head {
  position: relative;
  padding: 0.5rem 0.5rem;
  background-color: #ffa31a;
  height: 1rem;
  width: 10rem;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0rem;
}
.about-brochure .brochure-sec .brochure .brochure-head .br-head h6 {
  margin: 0;
  font-size: 1em;
}
.about-brochure .brochure-sec .brochure .brochure-head .br-head img {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  height: 3rem;
  width: 3rem;
}
.about-brochure .brochure-sec .brochure .brochure-body .brochure-content {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 1rem;
}
.about-brochure .brochure-sec .brochure .brochure-body .brochure-content ul {
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
}
.about-brochure .brochure-sec .brochure .brochure-body .brochure-content ul li {
  color: #ffffcc;
  font-size: 0.82em;
  font-weight: 500;
  padding: 0 0.2rem;
  margin: 0.3rem;
}
.about-brochure .brochure-sec .brochure .brochure-body .brochure-content ul li h6 {
  margin: 0;
}
.about-brochure .brochure-sec .brochure .brochure-body .brochure-content .inroom-h {
  background-color: #ffffcc;
}
.about-brochure .brochure-sec .brochure .brochure-body .brochure-content .inroom-h h4 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0.9em;
}
.about-brochure .brochure-sec .brochure .brochure-body .brochure-content .inroom {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 1rem;
}
.about-brochure .brochure-sec .brochure .brochure-body .brochure-content .inroom ul li {
  list-style-type: circle;
  list-style-position: inside;
}
.about-brochure .brochure-sec .brochure:nth-child(2), .about-brochure .brochure-sec .brochure:nth-child(3) {
  height: 15rem;
  width: 22rem;
}
.about-brochure .brochure-sec .brochure:nth-child(2) .brochure-body ul, .about-brochure .brochure-sec .brochure:nth-child(3) .brochure-body ul {
  padding: 0 1rem;
}
.about-brochure .brochure-sec .brochure:nth-child(2) .brochure-head {
  padding: 1rem 0 0;
}
.about-brochure .brochure-sec .brochure:nth-child(2) .brochure-head .br-head {
  padding: 0.5rem 0.5rem;
  background-color: #ff9801;
  height: 1rem;
  width: 15rem;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 0rem;
}
.about-brochure .brochure-sec .brochure:nth-child(2) .brochure-head .br-head h6 {
  margin: 0;
  font-size: 1em;
}

@media (max-width: 1260px) {
  .about-brochure .brochure-sec .brochure {
    height: auto;
    width: 100%;
  }
  .about-brochure .brochure-sec .brochure:nth-child(2), .about-brochure .brochure-sec .brochure:nth-child(3) {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 860px) {
  .about-brochure .brochure-sec {
    padding: 0 0.5rem 0rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
  .about-brochure .brochure-sec .brochure {
    padding: 0 0 2rem 0;
    height: auto;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .about-brochure .brochure-sec .brochure .brochure-body .brochure-content {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 1rem;
  }
}
/*------------------- End About ---------------------------*/
/*------------------- Gallery Section ---------------------*/
.gallery-section {
  background: radial-gradient(#ffffcc, #ffcc99);
  height: auto;
  width: auto;
}

@media (max-width: 1360px) {
  .gallery-section {
    height: auto;
    width: auto;
  }
}
.gallery-container {
  padding: 5.5rem 0rem 2rem;
}
.gallery-container .gallery {
  padding: 0 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  gap: 1rem 1rem;
}
.gallery-container .gallery .gallery-image {
  position: relative;
  height: 12rem;
}
.gallery-container .gallery .gallery-image img {
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  transition: all 0.5s;
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.gallery-container .gallery .gallery-image .image-description {
  position: absolute;
  bottom: 0;
  border-radius: 0.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  height: 0rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 0rem;
}
.gallery-container .gallery .gallery-image .image-description h4 {
  color: #ffffff;
  opacity: 0;
  transition: all 1s;
}
.gallery-container .gallery .gallery-image .image-description h4 img {
  height: 1.2rem;
  width: 1.5rem;
}
.gallery-container .gallery .gallery-image .image-description h4:nth-child(1) {
  margin: 0 0 0 2rem;
}
.gallery-container .gallery .gallery-image .image-description h4:nth-child(2) {
  margin: 0 2rem 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0rem;
}
.gallery-container .gallery .gallery-image:hover .image-description {
  height: 3rem;
}
.gallery-container .gallery .gallery-image:hover .image-description h4 {
  opacity: 1;
}

.image-slider {
  display: none;
  position: fixed;
  top: 0rem;
  left: 0rem;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}
.image-slider .slider-image {
  background-color: #ffffcc;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
  width: 70%;
}
.image-slider .slider-image img {
  height: 100%;
  width: 100%;
}
.image-slider .close-button {
  background-color: #ffffff;
  position: absolute;
  top: 1rem;
  right: 2rem;
  border-radius: 10rem;
  cursor: pointer;
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0rem;
}
.image-slider .close-button h4 {
  margin: 0;
}

/*------------------- End gallery Section -----------------*/
/*------------------- Contact Section ---------------------*/
.contact-section {
  background: radial-gradient(#ffffcc, #ffcc99);
  height: 100vh;
  width: 100vw;
}

.contact-container {
  padding: 8rem 2rem 2rem;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 1rem;
}
.contact-container .cont-sec {
  height: auto;
  width: auto;
}
.contact-container .cont-sec .g-map {
  height: 25rem;
  width: 40rem;
}
.contact-container .cont-sec .contact-items {
  padding: 1rem 1rem;
  height: auto;
  width: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  gap: 1rem 1rem;
  justify-content: start;
}
.contact-container .cont-sec .contact-items .items {
  background-color: rgba(255, 255, 255, 0.3);
  border: 0px solid #999999;
  border-radius: 1rem;
  transition: all 0.3s;
  padding: 0.5rem 0.7rem;
  height: auto;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0rem;
}
.contact-container .cont-sec .contact-items .items a, .contact-container .cont-sec .contact-items .items .c-num {
  text-decoration: none;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
}
.contact-container .cont-sec .contact-items .items a img, .contact-container .cont-sec .contact-items .items .c-num img {
  height: 2.1rem;
  width: 2.1rem;
}
.contact-container .cont-sec .contact-items .items a h5, .contact-container .cont-sec .contact-items .items .c-num h5 {
  margin: 0;
  color: #595959;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
  word-wrap: break-word;
}
.contact-container .cont-sec .contact-items .items:hover {
  border: 0px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.contact-container .cont-sec .contact-items .items .c-num {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.contact-container .cont-sec .contact-items .items .c-num a, .contact-container .cont-sec .contact-items .items .c-num .c-num {
  height: auto;
  width: 100%;
  transition: all 0.1s;
}
.contact-container .cont-sec .contact-items .items .c-num a:hover, .contact-container .cont-sec .contact-items .items .c-num .c-num:hover {
  transform: scale(1.5, 1.5);
}
.contact-container .cont-sec .contact-items .items:nth-child(1) {
  grid-column: 1/4;
}
.contact-container .cont-sec .contact-items .items:nth-child(2) {
  grid-column: 1;
  grid-row: 2/span 2;
}

@media (max-width: 1250px) {
  .contact-section {
    background: radial-gradient(#ffffcc, #ffcc99);
    height: auto;
    width: auto;
  }
  .contact-container .cont-sec .contact-items .items:nth-child(1) {
    grid-column: 1/3;
  }
}
@media (max-width: 1070px) {
  .contact-container {
    padding: 8rem 0rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 1rem;
    justify-content: center;
  }
  .contact-container .cont-sec {
    padding: 0;
    height: 100%;
    width: 100%;
  }
  .contact-container .cont-sec .g-map {
    width: 100%;
  }
  .contact-container .cont-sec .contact-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    gap: 1rem 1rem;
  }
  .contact-container .cont-sec .contact-items .items:nth-child(1) {
    grid-column: 1/3;
  }
  .contact-container .cont-sec:nth-child(1) {
    order: 2;
  }
}
/*------------------- End Contact Section -----------------*/
/*------------------- Footer Section ----------------------*/
.footer {
  position: fixed;
  bottom: 0;
  z-index: 5;
  height: 1rem;
  width: 100vw;
}
.footer .copy-right h6 {
  color: #2d5986;
  font-size: 0.8em;
  margin: 0;
  text-align: center;
  font-weight: 500;
}
.footer .powered-by {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 2rem 0 0;
}
.footer .powered-by a, .footer .powered-by .contact-container .cont-sec .contact-items .items .c-num, .contact-container .cont-sec .contact-items .items .footer .powered-by .c-num {
  color: #2d5986;
  text-decoration: none;
  font-size: 0.8em;
}
.footer .powered-by a img, .footer .powered-by .contact-container .cont-sec .contact-items .items .c-num img, .contact-container .cont-sec .contact-items .items .footer .powered-by .c-num img {
  height: 0.8rem;
  width: 0.8rem;
}
.footer .powered-by a:hover, .footer .powered-by .contact-container .cont-sec .contact-items .items .c-num:hover, .contact-container .cont-sec .contact-items .items .footer .powered-by .c-num:hover {
  color: #665200;
}

@media (max-width: 1060px) {
  .footer {
    position: relative;
    height: 3rem;
    width: 100vw;
  }
}
/*------------------- End Footer Section ------------------*/
/*------------------- Rate Section ------------------------*/
.rate-change-section {
  background: radial-gradient(#ffffcc, #ffcc99);
  height: 100vh;
  width: 100vw;
}

.rate-section {
  padding: 1rem;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: start;
  gap: 0rem;
}

.rate-container {
  padding: 0 1rem;
}
.rate-container table tr td {
  padding: 0.5rem 0 0 0.2rem;
}
.rate-container label {
  font-size: 0.9em;
  font-weight: 600;
}
.rate-container input {
  padding: 0 0 0 0.5rem;
  font-size: 0.95em;
  font-weight: 600;
  outline: none;
  background-color: #ffffb3;
  border: 1px solid #8c8c8c;
  border-radius: 0.3rem;
  height: 1.5rem;
  width: 10rem;
}
.rate-container input:focus {
  border: 1px solid #808000;
}
.rate-container input::-webkit-outer-spin-button,
.rate-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.rate-container .save-button {
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: end;
  gap: 0rem;
}
.rate-container .save-button button {
  border: none;
  background-color: #ff9966;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s;
  height: 2rem;
  width: 8rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.rate-container .save-button button h4 {
  margin: 0;
  font-size: 1.1em;
  font-weight: 500;
  color: #ffffff;
}
.rate-container .save-button button i {
  font-size: 1.2em;
  color: #b33c00;
}
.rate-container .save-button button:hover {
  background-color: #ff7733;
}

@media (max-width: 760px) {
  .rate-section {
    height: auto;
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0rem;
  }
  .rate-container {
    height: auto;
    width: 20rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    gap: 0rem;
  }
}
/*------------------- End Rate Section --------------------*/
/*------------------- Rate Login --------------------------*/
.rate-login-section {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to right, #ede574, #e1f5c4);
  z-index: 9;
  height: 100%;
  width: 100%;
}

.rate-login {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.5rem;
  border: 1px solid #8c8c8c;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  height: 15rem;
  width: 30rem;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  gap: 0rem;
}
.rate-login .loign-icon {
  padding: 0rem;
  height: 100%;
  width: 10rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0rem;
}
.rate-login .loign-icon img {
  height: 5rem;
  width: 5rem;
}
.rate-login .login-content {
  height: 100%;
  width: 20rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0rem;
}
.rate-login .login-content .login-input-sec {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  gap: 0rem;
}
.rate-login .login-content .login-input-sec .login-alert {
  padding: 0.2rem;
  height: auto;
  width: 100%;
}
.rate-login .login-content .login-input-sec .login-alert h4 {
  margin: 0;
  font-size: 0.8em;
  font-weight: 500;
  color: red;
  text-align: center;
}
.rate-login .login-content .login-input-sec .login-input {
  padding: 0.5rem 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.rate-login .login-content .login-input-sec .login-input input {
  border: none;
  border-bottom: 1px solid #4d4d4d;
  outline: none;
  padding: 0.5rem 0.5rem;
  background-color: rgba(255, 255, 255, 0);
  font-size: 0.9em;
  font-weight: 500;
  height: auto;
  width: 100%;
}
.rate-login .login-content .login-input-sec .login-input input:focus {
  border-bottom: 1px solid #878012;
}
.rate-login .login-content .login-input-sec .login-button {
  padding: 0.5rem 0;
}
.rate-login .login-content .login-input-sec .login-button button {
  border: none;
  background-color: #e8dd4a;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 5px #8c8c8c;
  font-size: 0.8em;
  font-weight: 500;
  cursor: pointer;
  height: 2rem;
  width: 8rem;
}
.rate-login .login-content .login-input-sec .login-button button:hover {
  background-color: #e2d51d;
}

@media (max-width: 600px) {
  .rate-login {
    height: 15rem;
    width: 25rem;
  }
}
/*------------------- End Rate Login ----------------------*/
