@font-face {
  font-family: "Lato";
  src: url("/assets/font/Lato-Regular.ttf");
}
@font-face {
  font-family: "Poppins";
  src: url("/assets/font/Poppins-Regular.ttf");
}
@font-face {
  font-family: "HolidayFree";
  src: url("/assets/font/HolidayFree.otf");
}
h1 {
  font-size: 40px;
  margin: 0px 0px 22px 0px;
}

h2 {
  font-size: 36px;
  margin: 0px 0px 20px 0px;
}

h3 {
  font-size: 32px;
  margin: 0px 0px 18px 0px;
}

h4 {
  font-size: 28px;
  margin: 0px 0px 16px 0px;
}

h5 {
  font-size: 20px;
  margin: 0px 0px 14px 0px;
}

h6 {
  font-size: 18px;
  margin: 0px 0px 14px 0px;
}

p {
  font-size: 16px;
  margin: 0px 0px 12px 0px;
}

.p1 {
  font-size: 14px;
  margin: 0px 0px 12px 0px;
}

.p2 {
  font-size: 12px;
  margin: 0px 0px 12px 0px;
}

.p3 {
  font-size: 10px;
  margin: 0px 0px 12px 0px;
}

a {
  font-size: 18px;
}

.container {
  max-width: 84.6%;
  margin: 0 auto;
}

.secondary-button {
  background-color: #d96c30;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 14px 58px;
  font-size: 18px;
  font-family: "Poppins";
  text-wrap: nowrap;
}

.rating-button {
  background-color: #227950;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 4px 8px;
  font-size: 12px;
}

@media (min-width: 990px) and (max-width: 1200px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 26px;
    margin: 0px 0px 18px 0px;
  }
  h4 {
    font-size: 22px;
    margin: 0px 0px 16px 0px;
  }
  h5 {
    font-size: 20px;
    margin: 0px 0px 14px 0px;
  }
  h6 {
    font-size: 18px;
    margin: 0px 0px 12px 0px;
  }
  p {
    font-size: 16px;
    margin: 0px 0px 12px 0px;
  }
  .p1 {
    font-size: 14px;
    margin: 0px 0px 12px 0px;
  }
  .p2 {
    font-size: 12px;
    margin: 0px 0px 12px 0px;
  }
  .p3 {
    font-size: 10px;
    margin: 0px 0px 12px 0px;
  }
  a {
    font-size: 16px;
  }
  .container {
    max-width: 86.6%;
    margin: 0 auto;
  }
  .secondary-button {
    background-color: #d96c30;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 54px;
    font-size: 16px;
    font-family: "Poppins";
  }
  .rating-button {
    background-color: #227950;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 3px 6px;
  }
}
@media (min-width: 600px) and (max-width: 990px) {
  h1 {
    font-size: 34px;
    margin: 0px 0px 22px 0px;
  }
  h2 {
    font-size: 24px;
    margin: 0px 0px 18px 0px;
  }
  h3 {
    font-size: 22px;
    margin: 0px 0px 14px 0px;
  }
  h4 {
    font-size: 20px;
    margin: 0px 0px 12px 0px;
  }
  h5 {
    font-size: 18px;
    margin: 0px 0px 10px 0px;
  }
  h6 {
    font-size: 16px;
    margin: 0px 0px 10px 0px;
  }
  p {
    font-size: 14px;
    margin: 0px 0px 10px 0px;
  }
  a {
    font-size: 14px;
  }
  .secondary-button {
    background-color: #d96c30;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 8px 48px;
    font-size: 14px;
    font-family: "Poppins";
  }
  .rating-button {
    background-color: #227950;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 3px 6px;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 30px;
    margin: 0px 0px 18px 0px;
  }
  h2 {
    font-size: 28px;
    margin: 0px 0px 16px 0px;
  }
  h3 {
    font-size: 24px;
    margin: 0px 0px 16px 0px;
  }
  h4 {
    font-size: 20px;
    margin: 0px 0px 14px 0px;
  }
  h5 {
    font-size: 18px;
    margin: 0px 0px 14px 0px;
  }
  h6 {
    font-size: 16px;
    margin: 0px 0px 14px 0px;
  }
  p {
    font-size: 14px;
    margin: 0px 0px 12px 0px;
  }
  a {
    font-size: 14px;
  }
  .container {
    max-width: 100%;
    margin: 0 auto;
  }
  .secondary-button {
    background-color: #d96c30;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 6px 24px;
    font-size: 14px;
    font-family: "Poppins";
  }
  .rating-button {
    background-color: #227950;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 2px 4px;
  }
}
.breadcrumb-section {
  margin: 0px;
}
.breadcrumb-section p {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .breadcrumb-section p {
    font-size: 12px;
  }
}
.breadcrumb-section .brochure {
  border: 1px solid #f5959e;
  border-radius: 5px;
}
.breadcrumb-section .brochure i {
  color: #f5959e;
}
.breadcrumb-section .brochure p {
  margin: 0px;
  padding: 4px 15px;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .breadcrumb-section .brochure p {
    font-size: 12px;
  }
}
.breadcrumb-section .breadcrumb-item a {
  color: #000000;
  text-decoration: none;
  margin: 0px 4px;
}
.breadcrumb-section .breadcrumb-item a:last-child {
  color: #3885ee;
}

.carousel {
  width: 100%;
  height: 600px;
  height: 700px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .carousel {
    height: 100vh;
  }
}
.carousel .list .item {
  position: absolute;
  inset: 0 0 0 0;
}
.carousel .list .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel .list .item:nth-child(1) {
  z-index: 1;
}
.carousel.next .list .item:nth-child(1) {
  animation: slideFromRight 1s linear forwards;
}
.carousel.next .list .item:nth-child(2) img {
  width: 150px;
  height: 220px;
  position: absolute;
  left: 50%;
  bottom: 50px;
  border-radius: 20px;
  animation: showImage 0.5s linear forwards;
}
.carousel.next .thumbnail {
  transform: translateX(150px);
  animation: transformThumbnail 0.5s linear 1 forwards;
}
.carousel.next .thumbnail .item:nth-last-child(1) {
  width: 0;
  overflow: hidden;
  animation: showThumbnail 0.5s linear 1 forwards;
}
.carousel.next .thumbnail .item:first-child {
  animation: resizeAnimation 2s infinite alternate;
}
.carousel.next .arrows button {
  pointer-events: none;
}
.carousel.prev .list .item:nth-child(2) {
  z-index: 2;
}
.carousel.prev .list .item:nth-child(2) img {
  position: absolute;
  bottom: 0;
  left: 0;
  animation: slideOutToLeft 1s linear forwards;
}
.carousel.prev .list .item .author,
.carousel.prev .list .item .title,
.carousel.prev .list .item .topic,
.carousel.prev .list .item .des,
.carousel.prev .list .item .buttons {
  animation: contentOut 1.5s linear 1 forwards;
}
.carousel.prev .thumbnail {
  transform: translateX(0px);
  animation: transformThumbnail 0.5s linear 1 forwards;
}
.carousel.prev .thumbnail .item:nth-child(1) {
  width: 0;
  overflow: hidden;
  opacity: 1;
  animation: showThumbnail 0.5s linear 1 forwards;
}
.carousel.prev .arrows button {
  pointer-events: none;
}
.carousel .arrows {
  position: absolute;
  top: 75%;
  right: 31%;
  width: 300px;
  max-width: 30%;
  display: flex;
  gap: 10px;
  align-items: center;
  z-index: 999;
}
.carousel .arrows button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #d96c30;
  border: none;
  color: white;
  transition: 0.5s;
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .carousel .arrows {
    right: 23%;
  }
}
@media screen and (min-width: 600px) and (max-width: 990px) {
  .carousel .arrows {
    right: 35%;
  }
}
@media screen and (max-width: 600px) {
  .carousel .arrows {
    right: 52%;
  }
}

@media screen and (max-width: 678px) {
  .carousel .list .item .content {
    padding-right: 0px;
  }
}
@keyframes slideFromRight {
  from {
    transform: translateX(80%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideOutToLeft {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(90%);
  }
}
@keyframes contentOut {
  to {
    transform: translateY(150px);
    filter: blur(20px);
    opacity: 0;
  }
}
@keyframes transformThumbnail {
  to {
    transform: translateX(0);
  }
}
@keyframes showImage {
  to {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0px;
    border-radius: 0;
  }
}
@keyframes showThumbnail {
  to {
    width: 150px;
  }
}
@keyframes resizeAnimation {
  to {
    width: 210px;
    height: 300px;
  }
}
.carousel-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.49) 0%, rgba(33, 33, 33, 0.2) 100%);
  z-index: 99;
}
.carousel-background .banner-text {
  background-color: #4b5320;
  padding: 40px 20px;
  width: 37%;
  margin-left: 180px;
  margin-top: 140px;
  color: white;
}
.carousel-background .banner-text h4 {
  font-weight: 400;
  font-family: "HolidayFree";
}
.carousel-background .banner-text h6 {
  font-family: "Poppins";
  font-weight: 400;
  line-height: 27px;
}
@media screen and (max-width: 600px) {
  .carousel-background .banner-text {
    padding: 15px;
    width: 90%;
    margin: 35px auto 15px;
  }
  .carousel-background .banner-text h6 {
    font-size: 14px;
  }
}
@media screen and (min-width: 600px) and (max-width: 990px) {
  .carousel-background .banner-text {
    padding: 15px;
    width: 60%;
    margin-top: 50px;
    margin-left: 50px;
  }
  .carousel-background .banner-text h6 {
    font-size: 14px;
  }
}
@media screen and (min-width: 990px) and (max-width: 1536px) {
  .carousel-background .banner-text {
    padding: 15px;
    width: 40%;
    margin-top: 50px;
    margin-left: 50px;
  }
}

.thumbnail {
  position: absolute;
  bottom: 60px;
  left: 56%;
  width: -moz-max-content;
  width: max-content;
  z-index: 100;
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 600px) and (max-width: 990px) {
  .thumbnail {
    left: 40%;
  }
}
.thumbnail .item {
  width: 210px;
  height: 270px;
  flex-shrink: 0;
  cursor: pointer;
}
.thumbnail .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.thumbnail .item:first-child {
  width: 210px;
  height: 300px;
  transition: width 0.5s, height 0.5s;
  cursor: auto;
}
.thumbnail .item .title {
  color: white;
  font-family: "Poppins";
}

.check-in-sec {
  background-color: #f5f3eb;
  padding: 25px 10px 35px;
  font-family: "Poppins";
}
.check-in-sec h4 {
  color: #d96c30;
  font-size: 24px;
}
.check-in-sec .check-in-box {
  background-color: white;
  width: 62%;
  margin: auto;
  padding: 20px 50px;
  border-radius: 60px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
@media screen and (max-width: 990px) {
  .check-in-sec .check-in-box {
    width: 100%;
    padding: 20px 30px;
  }
}
.check-in-sec .check-in-box .date-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid rgba(222, 222, 222, 0.8705882353);
}
.check-in-sec .check-in-box .date-box input,
.check-in-sec .check-in-box .date-box select {
  border: none;
  width: 100%;
  margin-bottom: 0px;
  text-align: center;
  padding: 4px 10px;
  font-weight: 400;
  color: #727171;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.check-in-sec .check-in-box .date-box input:focus,
.check-in-sec .check-in-box .date-box select:focus {
  outline: none !important;
  border: none !important;
}
.check-in-sec .check-in-box .date-box p {
  font-weight: 500;
  color: #000000;
  margin-bottom: 4px;
}
.check-in-sec .check-in-box .date-box button {
  border: none;
  background-color: #d96c30;
  padding: 10px 15px;
  border-radius: 50%;
  color: white;
}
.check-in-sec .check-in-box .date-box:nth-child(3) {
  border-right: none;
}
.check-in-sec .check-in-box .date-box:last-child {
  border-right: none;
}
.check-in-sec .check-in-box .date-box .date-picker {
  display: none;
  border: 1px solid rgba(222, 222, 222, 0.8705882353);
  outline: none;
}

.our-story-sec .our-story-right {
  font-family: "Lato";
}
.our-story-sec .our-story-right button {
  border: 1px solid #d96c30;
  background-color: rgba(217, 107, 48, 0.1215686275);
  color: #d96c30;
  font-weight: 500;
  border-radius: 20px;
  padding: 6px 40px;
  font-size: 18px;
  margin-bottom: 10px;
}
.our-story-sec .our-story-right h4,
.our-story-sec .our-story-right h5 {
  color: #d96c30;
  font-family: "Poppins";
  font-weight: 500;
}
.our-story-sec .our-story-right p {
  font-size: 18px;
  font-weight: 500;
  color: #5b5048;
}
.our-story-sec .attraction-box {
  border: 1px solid rgba(222, 222, 222, 0.8705882353);
  padding: 20px 40px;
  border-radius: 10px;
}
.our-story-sec .attraction-box ul {
  padding-left: 1rem;
}
.our-story-sec .attraction-box ul li {
  word-spacing: 0.7px;
  font-weight: 500;
  color: #4b5320;
  font-size: 18px;
  margin-bottom: 10px;
}

.events-gathering-sec .row {
  margin-right: 0px;
  margin-left: 0px;
}
.events-gathering-sec h4 {
  color: #d96c30;
  font-family: "Poppins";
  font-weight: 500;
}
.events-gathering-sec p {
  font-family: "Poppins";
  font-weight: 500;
}
.events-gathering-sec .col-width {
  width: 260px;
}
.events-gathering-sec .col-width .card {
  border: none;
  font-family: "Lato";
  margin-bottom: 20px;
}
.events-gathering-sec .col-width .card img {
  border-radius: 12px 0px 0px 12px;
  margin-bottom: 15px;
}
.events-gathering-sec .col-width .card span {
  padding-left: 6px;
}
.events-gathering-sec .col-width .card p {
  color: #4b5320;
  letter-spacing: 0.65px;
  margin-bottom: 6px;
}
.events-gathering-sec .col-width .card p:first-child {
  font-weight: 600;
}
.events-gathering-sec .col-width .card a {
  color: #d96c30;
  font-family: "Poppins";
}

.home-accommodation-sec .container {
  background-color: #000000;
  padding: 3% 6.5% 3% 7%;
  font-family: "Poppins";
}
.home-accommodation-sec .container .Home-Accommodation-Slick {
  margin-top: -38%;
  height: 100%;
  overflow: visible;
}
.home-accommodation-sec .container .Home-Accommodation-Slick .left-side img {
  margin: 10px 0px;
}
.home-accommodation-sec .container .Home-Accommodation-Slick .slick-track {
  width: 100% !important;
}
@media only screen and (max-width: 768px) {
  .home-accommodation-sec .container .Home-Accommodation-Slick {
    margin-top: 0px !important;
  }
}
.home-accommodation-sec .container .right-side {
  margin-top: -38%;
  padding: 0px 6%;
  color: white;
}
@media only screen and (max-width: 990px) {
  .home-accommodation-sec .container .right-side {
    margin-top: 0px;
    padding: 0px;
  }
}
.home-accommodation-sec .container .right-side h2 {
  color: #d96c30;
}
.home-accommodation-sec .container .right-side .title-box {
  background-color: #4b5320;
  padding: 8% 12%;
  border-radius: 10px;
}
.home-accommodation-sec .container .right-side .title-box span {
  font-size: 42px;
}
@media only screen and (min-width: 990px) and (max-width: 1536px) {
  .home-accommodation-sec .container .right-side .title-box span {
    font-size: 32px;
  }
}
.home-accommodation-sec .container .right-side .content-box {
  padding: 25px;
}
@media only screen and (min-width: 990px) and (max-width: 1536px) {
  .home-accommodation-sec .container .right-side .content-box {
    padding: 15px;
  }
  .home-accommodation-sec .container .right-side .content-box h5 {
    font-size: 16px;
    line-height: 25px;
  }
  .home-accommodation-sec .container .right-side .content-box button {
    margin-top: 20px !important;
  }
}
.home-accommodation-sec .container .right-side .content-box h5 {
  line-height: 30px;
  font-weight: 550;
}
.home-accommodation-sec .container .right-side .content-box button {
  width: 75%;
  padding: 15px 20px;
  border: none;
  border-radius: 5px;
  margin-top: 40px;
  color: #d96c30;
  font-weight: 550;
  font-size: 18px;
}

.home-amenities-sec {
  font-family: "Poppins";
}
.home-amenities-sec h3 {
  color: #d96c30;
}
.home-amenities-sec .amenities-col {
  width: 228px;
}
.home-amenities-sec .amenities-col .card {
  position: relative;
  border: none;
  border-radius: 20px;
  margin-bottom: 15px;
  height: 100%;
  width: 100%;
}
.home-amenities-sec .amenities-col .card img {
  border-radius: 20px;
}
.home-amenities-sec .amenities-col .card p {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  margin-bottom: 0;
}

.scroll-top-btn {
  position: fixed;
  bottom: 45px;
  right: 15px;
  display: none;
  background-color: #d96c30;
  color: white;
  border: none;
  border-radius: 2px;
  width: 45px;
  height: 45px;
  font-size: 26px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.scroll-top-btn:hover {
  background-color: #4b5320;
  color: white;
}
.scroll-top-btn:focus {
  outline: none;
}

.sticky-whats-app-icons {
  position: fixed;
  top: 50%;
  right: 0px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}
.sticky-whats-app-icons .box {
  padding: 8px 12px;
  border-radius: 5px;
  background-color: #d96c30;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s;
  margin-bottom: 6px;
}
.sticky-whats-app-icons .box i {
  font-size: 22px;
  color: white;
}

/* mobile view bottom-panel-section start*/
.bottom-panel-section {
  background-color: #4b5320;
  text-align: center;
  border-top: 1px solid #fff;
}
.bottom-panel-section i,
.bottom-panel-section a {
  color: white;
}

/* mobile view bottom-panel-section end */
.banner-section {
  position: relative;
}
.banner-section img {
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-section .banner-heading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-section .banner-heading h1 {
  font-size: 62px;
  background-color: white;
  padding: 25px;
  padding-bottom: 40px;
  font-family: "HolidayFree";
  margin: 10px;
}

.journey-section .journey-heading {
  text-align: center;
}
.journey-section .journey-heading h4 {
  margin-bottom: 10px;
  color: #d96c30;
  font-family: "Poppins";
  font-weight: 500;
}
.journey-section .welcome-section-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.journey-section .welcome-section-1 img {
  width: 350px;
  height: 500px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  filter: grayscale(100%);
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0); /* Default state: no clipping */
  transition: all 0.6s ease-in-out; /* Smooth animation */
}
.journey-section .welcome-section-1 img:hover {
  width: 600px; /* Expands horizontally */
  filter: grayscale(0%);
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0); /* Expands fully like a window */
}
.journey-section .welcome-section-1 img:first-child {
  margin-left: 80px;
  margin-right: 30px;
}
.journey-section .welcome-section-1 img:first-child:hover {
  margin-left: 0px;
}
.journey-section .welcome-section-1 img:last-child {
  margin-right: -250px;
  margin-left: 30px;
}
.journey-section .welcome-section-1 img:last-child:hover {
  margin-right: 0px;
}
.journey-section .welcome-section-1 .welcome-content h4 {
  margin-bottom: 20px;
  color: #d96c30;
  font-family: "Poppins";
  font-weight: 500;
}
.journey-section .welcome-section-1 .welcome-content p {
  font-family: "Poppins";
  color: #5b5048;
}
.journey-section .welcome-section-1 .welcome-content:first-child {
  width: 750px;
}
.journey-section .welcome-section-1 .welcome-content:last-child {
  width: 940px;
}

.experience-section {
  background-color: #f5f3eb;
}
.experience-section .journey-heading {
  text-align: center;
}
.experience-section .journey-heading h4 {
  margin-bottom: 10px;
  color: #d96c30;
  font-family: "Poppins";
  font-weight: 500;
}
.experience-section .journey-heading p {
  font-family: "Lato";
}
.experience-section .experience-people {
  margin: 0px 120px;
}
.experience-section .experience-people img {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.experience-section .experience-people h4 {
  margin-bottom: 10px;
  font-family: "Poppins";
  font-weight: 500;
  color: #000000;
}
.experience-section .experience-people h6 {
  color: #4b5320;
  font-weight: 400;
  font-family: "Lato";
}
.experience-section .experience-people .experience-content {
  margin-left: 50px;
}

.guests-section .container {
  max-width: 70%;
  margin: 0px auto;
}
.guests-section .review-top h5 {
  margin-bottom: 10px;
  color: #d96c30;
  font-family: "Poppins";
  font-weight: 500;
}
.guests-section .review-top p:first-child {
  font-family: "Lato";
}
.guests-section .progress {
  width: 100%;
  height: 8px;
}
.guests-section .progress .progress-bar {
  background-color: #00672e;
  width: 25%;
}
.guests-section .progress .progress-bar-2 {
  background-color: #ffa726;
  width: 20%;
}
.guests-section .progress .progress-bar-3 {
  background-color: #8ad671;
  width: 28%;
}
.guests-section .progress .progress-bar-4 {
  background-color: #f44336;
  width: 40%;
}
.guests-section .review-based {
  margin-bottom: 6px;
}
.guests-section .review-based span:last-child {
  color: #727171;
  font-size: 12px;
}
.guests-section .review-based span:first-child {
  color: #4a4a4a;
  font-size: 14px;
}
.guests-section .review-based span {
  margin: 0px 2px;
  font-weight: 400;
}
.guests-section .review-based p {
  margin: 0px;
  font-size: 14px;
  color: #4a4a4a;
  font-weight: 500;
}
.guests-section .review-based p:last-child {
  color: #4a4a4a;
  font-size: 12px;
}
.guests-section .rating-review {
  display: flex;
  align-items: center;
}
.guests-section .rating-review .rating {
  background-color: #00672e;
  color: white;
  border-radius: 8px;
  padding: 4px 10px;
}
.guests-section .rating-review i {
  font-size: 12px;
}
.guests-section .rating-review .review {
  margin-left: 6px;
  line-height: 16px;
}
.guests-section .rating-review .review p {
  font-size: 14px;
  margin: 0px;
  font-weight: 600;
}
.guests-section .rating-review .review p:last-child {
  color: #5768e9;
  font-weight: 400;
}
.guests-section .col-width {
  max-width: 272px;
}
.guests-section .people-review {
  background-color: #f5f3eb;
  border: 1px solid #f3f1f8;
  border-radius: 8px;
  padding: 10px;
  height: 177px;
  position: relative;
  margin: 6px;
}
.guests-section .people-review p:first-child {
  margin: 0px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.guests-section .people-review p:last-child {
  font-size: 12px;
  color: #727171;
}
.guests-section .people-review .read-more {
  font-size: 16px;
  color: #5768e9;
  margin-bottom: 15px;
}
.guests-section .people-review .review-bottom {
  position: absolute;
  bottom: 0;
}
.guests-section .people-review .star-rate i {
  background-color: #00672e;
  margin: 1px;
  color: white;
  border-radius: 50%;
  padding: 4px;
  font-size: 8px;
}
.guests-section .slick-slider .slick-next i {
  position: absolute;
  top: 50%;
  left: -3%;
  color: #4a4a4a;
  font-size: 22px;
}
.guests-section .slick-slider .slick-prev i {
  position: absolute;
  top: 50%;
  right: -3%;
  color: #4a4a4a;
  font-size: 22px;
}

@media only screen and (max-width: 1536px) {
  .banner-section img {
    height: 100%;
  }
  .banner-section .banner-heading h1 {
    text-align: center;
    padding: 20px 0px;
    margin: 10px 40px;
  }
  .journey-section .welcome-section-1 img {
    margin-left: 0px;
  }
  .journey-section .welcome-section-1 img:first-child {
    margin-left: 0px;
    margin-right: 0px;
  }
  .journey-section .welcome-section-1 img:last-child {
    margin-right: 0px;
    margin-left: 0px;
  }
  .journey-section .welcome-section-1 .welcome-content:first-child {
    width: 100%;
  }
  .journey-section .welcome-section-1 .welcome-content:last-child {
    width: 100%;
  }
  .experience-section .experience-people {
    margin: 0px auto;
  }
  .experience-section .experience-people img {
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0px auto;
  }
  .experience-section .experience-people .experience-content {
    margin-left: 10px;
  }
  .guests-section .container {
    margin: 0px auto;
  }
}
@media only screen and (max-width: 600px) {
  .banner-section .banner-heading h1 {
    font-size: 22px;
  }
  .experience-section .experience-people {
    margin: 0px auto;
  }
  .experience-section .experience-people img {
    width: 250px;
    height: 250px;
  }
  .guests-section .container {
    max-width: 90%;
  }
}
@media only screen and (max-width: 990px) {
  .journey-section .welcome-section-1 {
    flex-direction: column;
  }
  .journey-section .welcome-section-1 img {
    width: 100%;
    height: auto;
  }
  .journey-section .welcome-section-1 img:hover {
    width: 100%;
  }
}
@media only screen and (min-width: 600px) and (max-width: 990px) {
  .banner-section .banner-heading h1 {
    font-size: 30px;
  }
  .experience-section .experience-people img {
    width: 200px;
    height: 200px;
  }
  .guests-section .container {
    max-width: 80%;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1200px) {
  .banner-section .banner-heading h1 {
    font-size: 46px;
  }
  .journey-section .welcome-section-1 img {
    width: 350px;
    height: 450px;
  }
  .journey-section .welcome-section-1 img:hover {
    width: 350px;
    height: 450px;
  }
  .experience-section .experience-people img {
    width: 250px;
    height: 250px;
  }
  .guests-section .container {
    max-width: 90%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1536px) {
  .banner-section .banner-heading h1 {
    font-size: 52px;
  }
  .experience-section .experience-people img {
    width: 300px;
    height: 300px;
  }
  .guests-section .container {
    max-width: 85%;
  }
}
.header .navbar {
  padding: 5px 0px;
  background-color: white;
  width: 100%;
  z-index: 1000;
}
.header .nav-item .nav-link {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 18px;
  text-wrap: nowrap;
}
@media screen and (max-width: 1440px) {
  .header .nav-item .nav-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .header .nav-item .nav-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .header .secondary-button {
    padding: 8px 20px;
    font-size: 14px;
  }
}
.header .hidden {
  transform: translateY(-100%);
}
.header .second-nav {
  background-color: #000000;
  padding: 18px 0px;
  z-index: 999;
  position: sticky;
  top: 120px;
  width: 100%;
  transition: transform 0.3s ease;
}
.header .second-nav ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 200px;
}
.header .second-nav ul .nav-link {
  color: white;
  font-size: 16px;
}
.header .second-nav ul .nav-link li {
  list-style: none;
}
@media screen and (max-width: 1200px) {
  .header .second-nav ul {
    padding-right: 0px;
  }
  .header .second-nav ul .nav-link {
    font-size: 14px;
  }
}

.banner-carousel .carousel-indicators button {
  border-radius: 50%;
  height: 18px;
  width: 18px;
}
.banner-carousel img {
  height: 800px;
}
.banner-carousel .carousel {
  height: auto;
}

.tabs-section {
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #e6e6e6;
}
.tabs-section button {
  outline: none;
  background-color: transparent;
  border: none;
  padding-bottom: 6px;
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 400;
}
.tabs-section .active {
  border-bottom: 1px solid #d96c30;
  color: #d96c30;
}

.overview h5 {
  font-size: 22px;
  font-weight: 500;
  font-family: "Poppins";
  color: #d96c30;
  border-left: 3px solid #f5959e;
  padding-left: 10px;
}
.overview p {
  font-size: 14px;
  font-weight: 400;
  color: #727171;
}
.overview p i {
  font-size: 12px;
  color: white;
  background-color: #d96c30;
  border-radius: 50%;
  padding: 2px;
  margin-right: 10px;
}

.amenities h5 {
  font-size: 22px;
  font-weight: 500;
  font-family: "Poppins";
  border-left: 3px solid #f5959e;
  padding-left: 10px;
}
.amenities .amenities-block {
  border: 1px solid rgba(222, 222, 222, 0.8705882353);
  border-radius: 8px;
  padding: 10px;
}
.amenities .amenities-block .amenities-left .image-block {
  position: relative;
}
.amenities .amenities-block .amenities-left .image-block img {
  border-radius: 8px;
}
.amenities .amenities-block .amenities-left .image-block .slick-slider .slick-next i {
  position: absolute;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 40%;
  left: 5%;
  background: rgba(74, 74, 74, 0.5019607843);
  border-radius: 50%;
  color: white;
  padding: 4px;
  z-index: 999;
}
.amenities .amenities-block .amenities-left .image-block .slick-slider .slick-prev i {
  position: absolute;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 40%;
  right: 5%;
  background: rgba(74, 74, 74, 0.5019607843);
  border-radius: 50%;
  color: white;
  padding: 4px;
}
.amenities .amenities-block .amenities-left .image-block span {
  position: absolute;
  bottom: 5%;
  right: 10%;
  background-color: #fff;
  font-size: 10px;
  font-weight: 500;
  padding: 4px 10px;
  color: #727171;
  display: flex;
  align-items: center;
  border-radius: 2px;
}
.amenities .amenities-block .amenities-left .image-block span i {
  margin: 0px 4px;
}
.amenities .amenities-block .amenities-left .standard-room h6 {
  font-weight: 700;
  color: #4a4a4a;
}
.amenities .amenities-block .amenities-left .standard-room p {
  font-size: 12px;
  font-weight: 400;
  color: #4a4a4a;
}
.amenities .amenities-block .amenities-left .standard-room p i {
  margin-right: 4px;
}
.amenities .amenities-block .amenities-left .standard-room span {
  background-color: #fff0d6;
  font-size: 12px;
  font-weight: 400;
  color: #4a4a4a;
  padding: 6px 10px;
  border-radius: 80px;
}
.amenities .amenities-block .amenities-left .standard-room span i {
  font-size: 12px;
  color: white;
  background-color: #eda100;
  border-radius: 50%;
  padding: 2px;
  margin-left: 10px;
}
.amenities .amenities-block .available-amenities {
  border-left: 1px solid rgba(222, 222, 222, 0.8705882353);
}
.amenities .amenities-block .available-amenities .available {
  display: flex;
  align-items: center;
  min-width: 150px;
}
.amenities .amenities-block .available-amenities .available a {
  font-size: 14px;
  font-weight: 400;
  color: #5768e9;
  text-decoration: none;
}
.amenities .amenities-block .available-amenities .available p {
  font-size: 12px;
  font-weight: 500;
  color: #727171;
}
.amenities .amenities-block .available-amenities .available p i {
  background-color: #f7f7f7;
  border-radius: 50%;
  padding: 6px;
  font-size: 16px;
  color: #000;
  margin-right: 20px;
}

.rules-policies h5 {
  font-size: 22px;
  font-weight: 500;
  font-family: "Poppins";
  border-left: 3px solid #f5959e;
  padding-left: 10px;
}
.rules-policies .policy p:first-child {
  color: #4b5320;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.rules-policies .policy p:first-child i {
  font-size: 20px;
  margin-right: 10px;
}
.rules-policies .policy p:last-child {
  color: #727171;
  font-size: 14px;
  font-weight: 400;
}
.rules-policies .policy .cancellation {
  background-color: #e3f4de;
  padding: 4px 10px;
  border-radius: 4px;
}
.rules-policies .read-all p {
  font-size: 14px;
  font-weight: 400;
  color: #5768e9;
}

.resort-reviews {
  width: 80%;
}
.resort-reviews h5 {
  font-size: 22px;
  font-weight: 500;
  font-family: "Poppins";
  color: #d96c30;
  border-left: 3px solid #f5959e;
  padding-left: 10px;
}
.resort-reviews .see-all {
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.resort-reviews .review-block {
  border: 1px solid rgba(222, 222, 222, 0.8705882353);
  border-radius: 8px;
  padding: 15px;
}
.resort-reviews .review-block p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 6px;
  margin-bottom: 0px;
}
.resort-reviews .review-block a {
  font-size: 12px;
  font-weight: 500;
}
.resort-reviews .review-block .review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.resort-reviews .review-block .review-header .reviewer-name {
  display: flex;
  align-items: center;
}
.resort-reviews .review-block .review-header .reviewer-name span {
  background-color: rgba(233, 160, 167, 0.2);
  color: #e9a0a7;
  font-size: 14px;
  font-weight: 600;
  padding: 6px;
  border-radius: 50%;
  margin-right: 10px;
}
.resort-reviews .review-block .review-header .reviewer-name p {
  margin: 0px;
  color: #d96c30;
  font-size: 14px;
  font-weight: 600;
}
.resort-reviews .review-block .review-header .star-rate .fa-star {
  color: #ff9f39;
  margin-right: 4px;
}
.resort-reviews .review-block .review-header .star-rate p {
  margin-bottom: 0px;
  margin-right: 50px;
  font-size: 14px;
  font-weight: 600;
}
.resort-reviews .review-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.resort-reviews .review-category .reviews-count {
  font-size: 14px;
  font-weight: 600;
  color: #0084ff;
}
.resort-reviews .review-category button {
  border: 1px solid #dedede;
  padding: 4px 20px;
  background-color: transparent;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  margin: 6px 0px;
}
.resort-reviews .review-category .review_button_active {
  border: 1px solid #219653;
  background: rgba(33, 150, 83, 0.1019607843);
}
.resort-reviews .review-block-inside {
  display: none;
}
.resort-reviews .review-block-inside_active {
  display: block;
}

.location h5 {
  font-size: 22px;
  font-weight: 500;
  font-family: "Poppins";
  color: #d96c30;
  border-left: 3px solid #f5959e;
  padding-left: 10px;
}
.location .location-map {
  width: 80%;
}

.reserve-now {
  border: 1px solid rgba(75, 83, 32, 0.5019607843);
  border-radius: 10px;
  padding: 15px;
}
.reserve-now h3 {
  border-bottom: 1px solid rgba(75, 83, 32, 0.5019607843);
  text-align: center;
  color: #d96c30;
  font-family: "Poppins";
  padding: 15px 0px;
}
.reserve-now h5 {
  font-weight: 400;
  font-family: "Lato";
  padding: 4px 10px;
}
.reserve-now label {
  font-size: 18px;
  margin-top: 10px;
}
.reserve-now input {
  margin-bottom: 4px;
}
.reserve-now .search-btn {
  background-color: #d96c30;
  color: white;
  margin: 15px 0px;
  font-size: 22px;
  font-family: "Poppins";
}

.connect-with-host {
  background: linear-gradient(271.08deg, rgba(75, 83, 32, 0.2) -12.36%, rgba(217, 108, 48, 0.2) 113.62%);
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0px;
}
.connect-with-host p {
  font-size: 16px;
  margin: 0px;
}
.connect-with-host p:last-child {
  border: 1px solid #525252;
  border-radius: 25px;
  padding: 4px 10px;
  font-size: 14px;
}

@media only screen and (max-width: 990px) {
  .banner-carousel img {
    height: 400px;
  }
  .tabs-section {
    flex-wrap: wrap;
  }
  .resort-reviews {
    width: 100%;
  }
  .location .location-map {
    width: 100%;
  }
  .amenities .amenities-block .available-amenities {
    border-left: none;
  }
}
.accomodation_sec .main_head {
  text-align: center;
  color: #d96c30;
  margin: 20px 0px;
  font-family: "Poppins";
}
.accomodation_sec .accommodation_card {
  border: 1px solid #f0f0f0;
  padding: 0px;
  margin-bottom: 50px;
  font-family: "Lato";
}
@media screen and (max-width: 1440px) {
  .accomodation_sec .accommodation_card {
    margin-bottom: 20px;
  }
}
.accomodation_sec .accommodation_card .about_accommodation {
  margin: 15px;
}
.accomodation_sec .accommodation_card .about_accommodation .text_sec_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0px;
}
.accomodation_sec .accommodation_card .about_accommodation .text_sec_top h5 {
  color: #4b5320;
  margin: 0px;
  font-weight: 550;
}
@media screen and (min-width: 1440px) {
  .accomodation_sec .accommodation_card .about_accommodation .text_sec_top h5 {
    font-size: 24px;
  }
}
.accomodation_sec .accommodation_card .about_accommodation .text_sec_top .recommended_review {
  display: flex;
  align-items: center;
  justify-content: center;
}
.accomodation_sec .accommodation_card .about_accommodation .text_sec_top .recommended_review .rating {
  padding: 2px 10px;
  background-color: #227950;
  color: white;
  border-radius: 5px;
  font-size: 12px;
  margin: 0px;
}
.accomodation_sec .accommodation_card .about_accommodation .text_sec_top .recommended_review .review {
  margin: 0px 6px;
}
.accomodation_sec .accommodation_card .about_accommodation .accommodation_details {
  color: #4b5320;
}
.accomodation_sec .accommodation_card .about_accommodation .more_details_link {
  color: #d96c30;
  font-weight: 500;
  font-family: "Poppins";
}

.welcome-farmhouse-section .welcome-farmhouse {
  background-image: url("/assets/img/farmhouse_img-1.jpg");
}
.welcome-farmhouse-section .welcome-farmhouse .about-farmhouse {
  background-color: #ffffff;
  width: 460px;
  padding: 30px;
  border-radius: 15px;
  margin: 5%;
}
.welcome-farmhouse-section .welcome-farmhouse .about-farmhouse h2 {
  color: #d96c30;
}
.welcome-farmhouse-section .welcome-farmhouse .about-farmhouse .book_your_stay {
  background-color: #d96c30;
  border: 0px;
  color: white;
  padding: 6px 5%;
  border-radius: 5px;
  font-weight: 500;
}

.location_contact_sec iframe {
  height: 486px;
}
@media screen and (max-width: 600px) {
  .location_contact_sec iframe {
    height: 250px;
  }
}
.location_contact_sec h4 {
  color: #d96c30;
  font-weight: 500;
  font-family: "Poppins";
  text-align: center;
  margin-bottom: 15px;
}
.location_contact_sec h5 {
  color: #4b5320;
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 500;
  font-family: "Poppins";
}
@media screen and (max-width: 1440px) {
  .location_contact_sec h5 {
    font-size: 18px;
  }
}
.location_contact_sec h6 {
  color: #191e3b;
  font-weight: 400;
  font-family: "Poppins";
  margin-bottom: 25px;
}
.location_contact_sec .contact_us_btn {
  background-color: #d96c30;
  border-radius: 5px;
  padding: 10px 40px;
  border: 0px;
  color: white;
  font-weight: 500;
  font-family: "Poppins";
}
.location_contact_sec .social_media_icons a {
  text-decoration: none;
}
.location_contact_sec .social_media_icons a i {
  color: #191e3b;
  margin-right: 15px;
}

.accommdation-guests .guests-section .container {
  max-width: none;
}

@media screen and (min-width: 320px) and (max-width: 425px) {
  .welcome-farmhouse-section .welcome-farmhouse .about-farmhouse {
    width: 100%;
    margin: 10px 0px;
  }
}
.packages_sec .main_head {
  text-align: center;
  color: #d96c30;
  margin: 20px 0px;
}
.packages_sec .about_package {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0px;
}
.packages_sec .about_package .package_head {
  font-size: 22px;
  font-weight: 600;
}
.packages_sec .about_package .package_content {
  color: #4b5320;
}
.packages_sec .about_package .including_package {
  display: flex;
  flex-direction: row;
  margin-top: 25px;
}
.packages_sec .about_package .including_package div {
  border-radius: 32px;
  border: 1px solid #e2e2e2;
  padding: 6px 20px;
}
.packages_sec .about_package .including_package div span {
  font-weight: 600;
  margin-left: 10px;
}
.packages_sec .about_package .about_including_food {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid #e2e2e2;
  padding: 10px 20px;
}
.packages_sec .about_package .about_including_food .about_breakfast {
  display: flex;
}
.packages_sec .about_package .about_including_food .book_your_stay {
  background-color: #d96c30;
  border: 0px;
  color: white;
  padding: 6px 5%;
  border-radius: 5px;
  font-weight: 500;
}

.gallery_sec h3 {
  text-align: center;
  color: #d96c30;
  margin: 20px 0px;
}
.gallery_sec .explore_gallery {
  color: #191e3b;
  text-align: center;
}
.gallery_sec .tab_section {
  display: flex;
  justify-content: center;
  margin: 10px auto;
  flex-direction: column;
  overflow: scroll;
  align-items: center;
  scrollbar-width: none;
}
@media screen and (max-width: 900px) {
  .gallery_sec .tab_section {
    align-items: start;
  }
}
.gallery_sec .tab_section ul {
  border: 1px solid #e2e2e2;
  border-radius: 9px;
  width: -moz-max-content;
  width: max-content;
  padding: 2px;
}
.gallery_sec .tab_section ul li {
  margin: 0px auto;
}
.gallery_sec .tab_section ul li button {
  width: 240px;
  color: #000000;
  padding: 8px 40px;
}
.gallery_sec .tab_section ul li .active {
  background-color: #4b5320;
  font-weight: 500;
}
.gallery_sec .tab-content .gallery_cards .row {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 1200px) {
  .gallery_sec .tab-content .gallery_cards .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.gallery_sec .tab-content .gallery_cards .gallery_head {
  font-weight: 400;
  padding: 8px;
  color: #343434;
}
.gallery_sec .tab-content .first-col img,
.gallery_sec .tab-content .third-col img {
  height: 295px;
}
.gallery_sec .tab-content .second-col img {
  height: 147px;
}
.gallery_sec .tab-content .second-col .second-img img {
  height: 288px;
}
.gallery_sec .carousel {
  height: 100%;
}
.gallery_sec .carousel img {
  height: 200px;
}

.attraction-banner-sec {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/assets/img/attractions-banner.png");
  background-size: cover;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .attraction-banner-sec {
    height: 400px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .attraction-banner-sec {
    height: 500px;
  }
}
@media screen and (min-width: 1440px) {
  .attraction-banner-sec {
    height: 700px;
  }
}
.attraction-banner-sec .attraction-banner {
  color: white;
  display: flex;
  align-items: center;
  height: 100%;
}
.attraction-banner-sec .attraction-banner .banner-content h3 {
  text-align: center;
}
.attraction-banner-sec .attraction-banner .banner-content p {
  line-height: 24px;
  text-align: start;
}
.attraction-banner-sec .attraction-banner .banner-content img {
  width: 100%;
  height: 100%;
}

.attraction_details_sec {
  font-family: "Lato";
}
.attraction_details_sec p {
  letter-spacing: 0.58px;
}
.attraction_details_sec .attraction_img {
  float: right;
  margin: 0px 8px;
}

.heading {
  font-family: "Poppins";
  color: #d96c30;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .attraction_details_sec .attraction_img {
    width: 100%;
    margin: 0px;
  }
}
footer {
  background-color: #4b5320;
  color: white;
  font-family: "Poppins";
}
footer .row {
  padding: 0px 30px;
}
footer .row h4 {
  font-size: 24px;
}
@media screen and (max-width: 1440px) {
  footer .row {
    padding: 0px;
  }
  footer .row h4 {
    font-size: 18px;
  }
}
footer a {
  color: white;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
footer ul {
  list-style-type: none;
  padding: 0;
}
footer ul a {
  text-decoration: none;
}
@media screen and (min-width: 1440px) {
  footer ul a {
    font-size: 16px;
  }
}
footer ul a li {
  text-align: start;
  margin: 20px 0px;
  font-weight: 400;
}
footer p {
  font-weight: 400;
  line-height: 32px;
}
@media screen and (min-width: 1440px) {
  footer p {
    font-size: 18px;
  }
}
footer .address-p {
  font-weight: 300;
}
footer .btn-group {
  width: 95%;
}
footer .btn-group .btn {
  padding: 20px 25px;
  border-radius: 10px 0px 0px 10px;
}
footer .btn-group .btn:hover {
  background-color: #d96c30;
}
footer .btn-group .btn .fa-paper-plane {
  opacity: 0.9;
}
footer .btn-group input {
  width: 100%;
  border: none;
  padding-left: 10px;
  border-radius: 0px 10px 10px 0px;
}
footer .footer-bottom {
  border-top: 2px solid white;
}
footer .footer-bottom p {
  width: 100%;
  font-size: 16px;
  text-align: center;
}
footer .footer-bottom p .dec-span {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}/*# sourceMappingURL=global.css.map */