@import url('https://fonts.googleapis.com/css2?family=Rufina:wght@400;700&display=swap');

body {
  font-family: 'Outfit', sans-serif;
}

#cookiePopup {
  background: white;
  width: 25%;
  position: fixed;
  z-index: 999;
  left: 50%;
  top: 20%;
  box-shadow: 0px 0px 15px #cccccc;
  padding: 5px 10px;
  transform: translateX(-50%);
  /* Center horizontally */
}

#cookiePopup p {
  text-align: left;
  font-size: 15px;
  color: #4e4e4e;
}

#cookiePopup button {
  width: 100%;
  border: none; /* Changed from 'navajowhite' to 'none' */
  background: #097fb7;
  padding: 5px;
  border-radius: 10px;
  color: white;
}

#cookiePopup button:hover {
  background: #065a8c;
  /* Added hover effect */
}

.line-bottom {
  border-bottom: .5px solid #605f5f;
}

nav .fa-comment-dots,
nav .fa-phone {
  margin-right: 10px;
}

nav .container {
  background: #fff;

}

nav ul .nav-item {
  margin-right: 20px;
}

nav ul.dropdown-menu li a,
nav ul .nav-item .nav-link {
  color: #252939;
  font-size: 16px;
  font-weight: 400;
}

nav.navbar {
  height: 90px;
  border-bottom: 1px solid #ebeee7;
}

.navbar-collapse,
nav.navbar .container-xxl {
  background: #fff;
}

.navbar-nav .nav-link {
  /* color: #fff; */
  transition: color ease .4s;
}

.dropend .dropdown-toggle {
  color: #000;
}

.dropdown-item:hover {
  background-color: #fff;
  color: #000;
  transition: color ease .4s;
}

.dropdown {
  transition: color ease .4s;
}

.dropdown .dropdown-menu {
  display: none;
  transition: color ease .4s;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
  display: block;
  transition: color ease .4s;
}

@media (max-width: 1024px) {

  .navbar-brand img {
    width: 120px !important;
  }

  nav ul.dropdown-menu li a,
  nav ul .nav-item .nav-link {
    font-size: 14px;
  }

}

@media (max-width: 768px) {
  .navbar-nav .nav-link.active {
    color: #2a84a7;
  }

  #btnbookingFade .carousel-control-prev,
  #btnbookingFade .carousel-control-next {
    /* width: auto; */
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  .customer-app .container .col_left,
  .services-app .container .col_left,
  .registration-App .container .col_left {
    padding: 30px;
    background: #2a84a7;
  }

  h5.price strong {
    font-size: 12px;
  }

  .border--botomm-services h5 {
    font-size: 16px;
  }

  .customer-app .container .col_rigth,
  .services-app .container .col_rigth,
  .registration-App .container .col_rigth {
    padding: 20px;
  }

  .navbar-brand img {
    width: 160px !important;
  }
}

@media (max-width: 767px) {

  .hero-events .container .row,
  .hero-lodging .container .row {
    height: 250px;
  }

  .col_left.mt-50 {
    padding-top: 60px !important;
  }

  .col_left h3 {
    font-size: 30px;
  }

  ul.booking-menu li a {
    font-size: 18px;
  }

  .text-p_checkbox label {
    font-size: 12px;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-brand img {
    width: 170px !important;
  }
}

.open-image {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  overflow: hidden;
}

.open-image a img {
  transition: .3s ease-out;
}

.open-image a img:hover {
  transform: scale(1.1, 1.1);
}

@media (min-width: 992px) {
  .inclusive .p-70 {
    padding: 70px;
  }

  .navbar-nav .nav-link.active {
    color: #2a84a7;
  }

  .hero-events .container .row,
  .hero-lodging .container .row {
    height: 600px;
  }

  .btn-back {
    text-align: center;
  }

  .btnBooking span {
    font-size: 20px;
  }

  .btnBooking strong {
    /* display: block; */
    font-size: 30px;
  }

  ul.booking-menu li a {
    font-size: 18px;
  }

  .text-p_checkbox label {
    font-size: 14px;
  }

  .customer-app .btn-save-booking .btn-add-new,
  .services-app .btn-save-booking .btn-add-new {
    width: 30%;
    font-weight: 400;
    font-size: 18px;
  }

  .btn-save-booking .btn-add-new {
    width: 50%;
  }

  .text-duration p.mb-0.px-2 {
    font-size: 12px;
  }

  .btn-submit-pop-up.btn-add-new {
    width: 36%;
    font-size: 18px;
  }

  .customer-app .container .col_left,
  .services-app .container .col_left,
  .registration-App .container .col_left {
    padding: 70px 50px;
    /* background: #2a84a7;   */
  }

  .border--botomm-services h5 {
    font-size: 20px;
  }

  .btn-add-new {
    font-size: 20px;
  }

  .customer-app .container .col_rigth select,
  .services-app .container .col_rigth select {
    font-size: 16px;
  }

  .registration-App .container .col_rigth select {
    font-size: 20px;
  }

  .customer-app .container .col_rigth,
  .services-app .container .col_rigth,
  .registration-App .container .col_rigth {
    padding: 50px 30px;
  }


  nav .dropdown-menu {
    width: -webkit-max-content;
    width: -moz-max-content;
    padding: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
  }
}

.navbar-brand img {
  width: 200px;
}

li.nav-item a:hover,
nav ul.dropdown-menu li a:hover {
  color: #2a84a7;
}

.fa-chevron-left:before,
.fa-angle-right:before {
  font-size: 20px;
  color: #000;
}




.wrappercookie {
  position: fixed;
  top: 140px;
  /* bottom: 130px; */
  display: none;
  /* right: -370px; */
  /* max-width: 345px; */
  /* width: 100%; */
  background: #fff;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  z-index: 9;
}

.wrappercookie.show {
  display: block;
}

.wrappercookie .data-cookie {
  margin-top: 16px;
}

.wrappercookie .data-cookie p {
  color: #333;
  font-size: 13px;
  font-weight: 400;
}

.data-cookie p a {
  /* color: #4070f4; */
  text-decoration: none;
}

.data-cookie p a:hover {
  text-decoration: underline;
}

.data-cookie h6 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .3px;
}

.btn-cookie .button-btn {
  width: 90px;
  border: none;
  background: #01edd0;
  color: #0d0d0d;
  font-weight: 500;
  padding: 4px 0;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-cookie #acceptBtn:hover {
  background-color: #01edd0;
}

#declineBtn {
  border: 2px solid #01edd0;
  background-color: #0d0d0d;
  color: #01edd0;
}

#declineBtn:hover {
  background-color: #01edd0;
  color: #0d0d0d;
}



.mt-90 {
  margin-top: 90px;
}





.Img_chatting_with_Elianna {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background: #ebeee7; */
}

.Img_chatting_with_Elianna img {
  width: 200px;
  margin: auto;
}

.Img_chatting_with_Elianna {
  padding: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}

.Chat-UI {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  font-family: Helvetica, sans-serif;
  background: #ebeee7;
}

.msger {
  padding: 30px 50px;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 867px;
  margin: 25px 10px;
  height: calc(100% - 50px);
  border: 2px solid #ddd;
  ;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 15px 15px -5px rgba(0, 0, 0, 0.2);
}

.msger-chat {
  flex: 1;
  overflow-y: auto;
  padding: 10px;
}

.msger-chat::-webkit-scrollbar {
  width: 6px;
}

.msger-chat::-webkit-scrollbar-track {
  background: #ddd;
}

.msger-chat::-webkit-scrollbar-thumb {
  background: #bdbdbd;
}

.msg {
  display: flex;
  align-items: flex-end;
  /* margin-bottom: 10px; */
}

.msg:last-of-type {
  margin: 0;
}

.msg.left-msg .msg-img {
  width: 40px;
  height: 40px;
}

.msg.right-msg .msg-img {
  width: 30px;
  height: 30px;
}

.msg-img {
  margin-right: 10px;
  background: #ddd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}


.left-msg {
  margin-top: 10px;
  margin-bottom: 10px;
}

.chat_user .msg-text {
  display: block;
  background: #ececec;
  margin-bottom: 5px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px 8px 12px;
  border-radius: 26px;
  background: #efefef;
  border: 1px solid #ddd;
}


.left-msg .msg-bubble {
  border-bottom-left-radius: 0;
}

.right-msg {
  flex-direction: row-reverse;
}

.right-msg .chat_with_users .msg-text {
  color: #fff;
  border-bottom-right-radius: 0;
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 12px 8px 12px;
  border-radius: 26px;
  background: #0a7cff;
  border: 1px solid #0a7cff;
}


.right-msg .msg-img {
  margin: 0 0 0 10px;
}

.msger-inputarea {
  display: flex;
  padding: 20px 60px;
}

.msger-inputarea * {
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  font-size: 14px;
}

.msger-input {
  flex: 1;
  background: #fff;
  border-radius: 30px 0 0 30px;
  border: 2px solid #ddd;
}

.msger-send-btn {
  padding: 5px 4px;
  background: rgb(0, 196, 65);
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.23s;
}

.msger-send-btn:hover {
  background: rgb(0, 180, 50);
}


@media (min-width: 992px) {

  .text-events-resort {
    font-size: 1.5rem;
    font-weight: 300;
  }

  #view_booking .btn-secondary {
    color: #085cda;
    font-weight: 700;
    background: transparent;
    border: transparent;
  }

  .col_left h3 {
    font-size: 30px;
  }

  .social-media iframe {
    width: 100%;
    height: 300px;
  }

  ul.booking-menu li a {
    font-size: 16px;
  }

}

.text-events-resort {
  position: absolute;
  margin: 15px;
  top: 50%;
  left: 50%;
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%) translate(-15px, -15px);
  text-shadow: 0px 2px 2px rgba(22, 22, 22, 0.9);
}

@media (max-width: 992px) {

  .hero-events .container .row,
  .hero-lodging .container .row {
    height: 400px;
  }

  .text-events-resort {
    font-size: 16px;
    font-weight: 300;
  }

  .searchBooking .btn-outline-primary {
    width: 100%;
  }

  .btnBooking span {
    font-size: 14px;
  }

  .btnBooking strong {
    /* display: block; */
    font-size: 16px;
  }

  .customer-app .container .col_left,
  .services-app .container .col_left,
  .registration-App .container .col_left {
    padding: 30px;

  }

  .btn-submit-pop-up.btn-add-new {
    width: 100%;
    font-size: 18px;
  }

  .social-media iframe {
    width: 100%;
    height: 100%;
  }

  .Chat-UI {
    height: auto
  }

  .msger {
    display: block;
    padding: 15px;
  }

  .msger-inputarea {
    padding: 10px;
    margin-top: 30px;
  }

}


.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #2a84a7;
}

.footer h4 {
  color: #fff;
  font-weight: 200;
  font-family: "Rufina", serif;
}

.footer p {
  font-size: 16px;
  color: #fff;
  font-weight: 200;
  line-height: 1.8;
}

.footer p a {
  color: #fff;
  text-decoration: none;
  font-weight: 300;
}

p.textbottom {
  font-size: 12px;
  font-weight: 300;
  color: rgba(255, 255, 255, .5) !important;
}

p.icons-social-media a {
  margin: 12px;

}

p.icons-social-media a i {
  color: #0a7cff;
  font-size: 36px;
}

.customer-app .btn-save-booking .btn-add-new,
.services-app .btn-save-booking .btn-add-new {
  /* width: 30%; */
  font-weight: 400;
  font-size: 18px;
}

/* .btn-save-booking .btn-add-new {
  width: 50%;
} */

/* login */

.customer-app textarea.form-control,
.services-app textarea.form-control,
.registration-App textarea.form-control {
  height: 180px;
  width: 100%;
}

.searchBooking {
  padding-bottom: 60px;
}

/* .dashboard, */
.searchBooking .btn-outline-primary {
  border: 1px solid #2a84a7;
  color: #2a84a7;
  border-radius: 4px;
  padding: 6px 30px;
  transition: .5s;
}

.searchBooking .btn-outline-primary:hover {
  color: #fff;
  background-color: #2a84a7;
}

.customer-app .container,
.services-app .container,
.registration-App .container {
  background: #fff;
}

.customer-app .container .col_left,
.services-app .container .col_left,
.registration-App .container .col_left {
  /* padding: 70px 50px; */
  background: #2a84a7;
}

.customer-app .container .col_rigth select,
.services-app .container .col_rigth select {
  color: #000;
  padding: 8px;
}

.registration-App .container .col_rigth select {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  /* border-radius: 20px; */
  color: #fff;
  background: #2a84a7;
  /* font-size: 20px; */
}

.btn-add-new {
  width: 100%;
  background: #2a84a7;
  color: #fff;
  /* font-size: 20px; */
  padding: 10px;
}

.btn-add-new:hover {
  background: #2a84a7;
  opacity: .8;
  color: #fff;
}


.customer-app .container .col_left h3,
.services-app .container .col_left h3,
.registration-App .container .col_left h3 {
  color: #fff;
}

.customer-app .container .col_left p i,
.services-app .container .col_left p i,
.registration-App .container .col_left p i {
  margin-right: 12px;

}

.customer-app .container .col_left p,
.services-app .container .col_left p,
.registration-App .container .col_left p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}

.searchBooking {
  background: #ebeee7;
  padding-top: 20px;
}

.dashboard {
  padding-top: 50px;
  padding-bottom: 10px;
  background: #ebeee7;
}

.experience h1,
.inclusive h1 {
  font-family: "Rufina", serif;
  font-weight: 700;
}

.inclusive {
  background-color: #ebeee7;
}

.inclusive p {
  font-weight: 300;
}

.btnDining {
  background-color: #222;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 7px;
  padding-bottom: 7px;
  transition: .5s;
}

.btnDining:hover {
  background-color: #222;
  opacity: .8;
  color: #fff;
}

.customer-app,
.services-app,
.registration-App,
.login-Apps {
  background: #ebeee7;
  /* display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    font-family: Helvetica, sans-serif;
    background: #ebeee7; */
  padding-top: 50px;
  padding-bottom: 50px;
}

.registration .form-Apps {
  /* max-width: 650px; */
}

.form-Apps {
  padding: 70px 50px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 15px 15px -5px rgba(0, 0, 0, 0.2);
}

.registration .form-Apps h1 {
  text-align: left;
}

.form-Apps h1,
.form-Apps h6 {
  color: #000;
  margin: 0;
}

.form-Apps h1 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.registration .form-Apps h6 {
  text-align: left;
}

.form-Apps h6 {
  padding-top: 16px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.inputForm_user {
  padding-top: 5px;
}

.inputForm_user .input_user {
  margin-top: 36px;
}


.registration .inputForm_user li {
  display: flex;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.4;
}

.inputForm_user .input_user i {
  margin-right: 10px;
}

.login-Apps .bgWhite button {
  font-size: 20px;
  font-weight: 400;
}

.addnewservices textarea.hight_textarea {
  height: 100px;
}

.registration .inputForm_user .input_user textarea {
  width: 100%;
  height: 200px;
  font-size: 18px;
  padding: 20px;
}

.registration .form-Apps .input_user select {
  width: 140px;
}

.registration .form-Apps .input_user select,
.registration .inputForm_user .input_user input,
.inputForm_user .input_user input {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 20px;
}

.registration .inputForm_user .input_user label,
.inputForm_user .input_user label {
  margin-bottom: 12px;
}

.inputForm_user .input_user input,
.inputForm_user .input_user label {
  display: block;
}

.submit_user {
  display: block;
  text-align: center;
  margin-top: 20px;
}

.btn_submit_user {
  display: block;
  width: 100%;
  background-color: #2a84a7;
  color: #fff;
  border: #2a84a7;
  border-radius: 30px;
  padding: 12px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.btn_submit_user:hover {
  background-color: #085cda;
}


.registration .form-Apps .input_user select,
.registration .form-Apps .input_user textarea,
.registration .form-Apps input {
  border-radius: 2px;
  border: 2px solid #ddd;
}

.login-Apps input {
  border-radius: 26px;
  border: 2px solid #ddd;
}

.registration .form-Apps .input_user select:focus,
.registration .form-Apps .input_user textarea:focus,
.registration .form-Apps .input_user input[type=text]:focus,
.registration .form-Apps .input_user input[type=date]:focus,
.login-Apps input[type=text]:focus {
  border-color: #86b7fe;
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(94, 148, 229, 0.25);
}


.input_user.inputDflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.border--botomm-services {
  border-bottom: 1px solid #6f6c6c;
  padding-left: 0;
  padding-bottom: 10px;
}

h5.price {
  color: #db0e0e;
  font-weight: 400;
}

h5.price strong {
  color: #353333;
  font-weight: 500;
  padding-right: 20px;
}

.border-notification {
  border: 1px solid #6f6c6c;
  padding: 20px;
}

.border-notification p button {
  color: #ef4949;
  font-size: 24px;
  border-radius: 50%;
  padding-right: 10px;
}

.border-notification p button:hover {
  color: #db0e0e;
}

.border-notification p span {
  margin-left: 10px;
}

.hero-carousel {
  margin-top: 90px;
}

@media (max-width: 992px) {
  .inclusive .p-70 {
    padding: 30px;
  }

  .input_user.inputDflex {
    display: block;
  }

  .input_select_nights {
    margin-top: 0;
  }

  .form-Apps {
    padding: 50px 30px;
  }

  .form-Apps h1 {
    font-size: 30px;
  }

  @media (min-width: 1024px) {
    .input_user.inputDflex {
      display: flex;
    }
  }
}


.input_user.min-10 {
  margin-bottom: -20px;
}

.pading-top_20 {
  padding-top: 20px;
}

/* end */



.customer-app .form-check-input[type=checkbox] {
  width: 30px;
  height: 28px;
  border: 2px solid #616060;
}

.form-check-input:checked {
  border: 2px solid #0d6efd !important;
}

ul.booking-menu {
  padding-left: 0;
}

ul.booking-menu li {
  list-style: none;
  margin-bottom: 24px;
  text-align: start;
}

ul.booking-menu li a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  transition: .5s;
}

ul.booking-menu li a:hover {
  color: #cddcf3;
  text-decoration: underline;
}

ul.booking-menu li a.active {
  color: #cddcf3;
  text-decoration: underline;
}

ul.booking-menu li i {
  margin-right: 12px;
}

.booking-menu li a i {
  font-size: 15px;
}

.booking-menu li a i.fa-bell {
  font-size: 16px;
  margin-right: 16px;
}

.booking-menu li a i.fa-building {
  font-size: 16px;
  margin-right: 17px;
}

.booking-menu li a i.fa-calendar-alt {
  font-size: 14px;
  margin-right: 17px;
}

.booking-menu li a i.fa-bed {
  font-size: 12px;
  margin-right: 17px;
}

.booking-menu li a i.fa-users {
  font-size: 12px;
  margin-right: 14px;
}



button.fadeBooking i.fas.fa-chevron-left,
button.fadeBooking i.fas.fa-chevron-right {
  font-size: 18px;
  font-weight: 900;
  color: #000;
  padding: 8px 12px;
  border: 2px solid #252939;
  border-radius: 50%;
}

button.btnBooking {
  width: 100%;
  height: 100%;
  background-color: #2a84a7;
  /* border: 2px solid #ddd;
  border-radius: 50%;
  height: auto;
  padding: 50px 20px;
  text-align: center; */

}

.btnBooking span {
  /* font-size: 20px; */
}

.btnBooking strong {
  display: block;
  /* font-size: 30px; */
}


#btnbookingFade .carousel-control-prev,
#btnbookingFade .carousel-control-next {
  width: auto;
  margin-left: 4px;
  margin-right: 4px;
}

.searchBooking .carousel-control-prev,
.searchBooking .carousel-control-next {
  width: auto;
  margin-left: 4px;
  margin-right: 4px;
}

.searchBooking .card-body p {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 8px;
}

strong.text_name,
strong.text_notes,
strong.text_check_in_time,
strong.text_check_out_time,
strong.text_room_name_suite,
strong.text_room_number_suite,
strong.text_room_name_basic,
strong.text_room_number_basic,
strong.text_price,
strong.text_name {
  margin-right: 6px;
  text-transform: capitalize;
}

.btn-booking-room {
  background-color: #df0707;
  color: #fff;
  border-radius: 2px;
  padding: 4px 14px;
  text-align: center;
  text-transform: capitalize;
  font-size: 12px;
}

.btn-booking-room:hover {
  background-color: #b40505;
  color: #fff;
}

.icons-keys {
  padding-bottom: 30px;
}

.icons-keys span i {
  color: #0d0d0d;
}

.icons-keys span {
  width: 26px;
  background-color: #c6dce5;
  border: 5px solid #849cc0;
  padding: 20px 22px;
  border-radius: 50%;
  font-size: 26px;
}

.btn-back {
  text-decoration: none;
  display: inline-block;
  color: #085cda;
}

.btn-back:hover {
  color: #2a84a7;
}

.experience {
  background-color: #2a84a7;
}

.experience h1 {
  font-weight: 400;
}

.experience h1,
.experience p {
  color: #fff;
}

.experience p {
  font-size: 18px;
  font-weight: 300;

}

.hero-events {
  background-image: url(../img/IMG_1404.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}

.hero-lodging {
  /* background-color: #555; */
  background-image: url(../img/CHIF5888.jpg);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
}

.events {
  background-color: #555;
  background-image: url(../img/IMG_1404.jpg);
  background-position: center;
  background-repeat: repeat;
}

.footer.dark-footer {
  background-color: #333;
}

.social-media.visitmedia h1,
.events h1 {
  font-family: "Rufina", serif;
  font-weight: 700;
}

.events h1,
.events p {
  color: #fff;
}

.events p {
  font-weight: 300;
}

.events .h-400 {
  height: 750px;
}



.tel-call-us-at {
  color: #fff;
  margin-right: 3px;
  margin-left: 3px;
  transition: .5s;
}

.tel-call-us-at:hover {
  opacity: .8;
}



@keyframes zoomin {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.gallery-item {
  display: block;
}

.gallery-item img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}

.gallery-item:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

.lightbox-modal .modal-content {
  background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.25rem;
  z-index: 10;
  filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
}

.lightbox-modal .lightbox-content {
  width: 100%;
}

.lightbox-modal .carousel-indicators {
  margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
  background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
  width: 75%;
}

.lightbox-modal .carousel-inner img {
  animation: zoomin 10s linear infinite;
}

.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  background-color: var(--lightbox);
  color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
  right: 1.25rem;
}

@media (min-width: 1400px) {
  .lightbox-modal .carousel-inner {
    max-width: 60%;
  }
}

[data-bs-theme="dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme="dark"] .lightbox-modal .carousel-control-prev-icon {
  filter: none;
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
  position: absolute;
  top: 1.25rem;
  right: 3.5rem;
  z-index: 10;
  border: 0;
  background: transparent;
  opacity: .6;
  font-size: 1.25rem;
}

.bi {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.035em;
  fill: currentcolor;
}
.font-12 thead th {
  font-size: 13px;
  font-weight: 500;
}

.font-12 tbody {
  font-size: 13px;
  font-weight: 300;
}
.font-12 tbody th {   
  font-weight: 400;
}

.show-entry {
  width: 200px;
  justify-items: center;
  margin-bottom: 20px;
  align-items: center;
}
.show-entry p {
font-size: 16px;  
font-weight: 500;
margin-bottom: 0;
}
.show-entry select {
  margin-left: 10px;
  margin-right: 10px;
}