/*!
Template Name: Event Venue
Author: DesignAim
Copyright: © 2024-2025	
Version: 1.0.0
*/

@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap");
@font-face {
  font-family: Poppins-ExtraLight;
  src: url(../fonts/Poppins-ExtraLight.ttf);
}

@font-face {
  font-family: Poppins-Light;
  src: url(../fonts/Poppins-Light.ttf);
}

@font-face {
  font-family: Poppins-Regular;
  src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: Poppins-Medium;
  src: url(../fonts/Poppins-Medium.ttf);
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: Poppins-Bold;
  src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
  font-family: OldStandardTT-Regular;
  src: url(../fonts/OldStandardTT-Regular.ttf);
}

@font-face {
  font-family: OldStandardTT-Bold;
  src: url(../fonts/OldStandardTT-Bold.ttf);
}

button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
textarea,
textarea:hover,
textarea:focus,
select,
select:hover,
select:focus,
.form-control,
.form-control:focus {
  outline: none;
  box-shadow: none !important;
  border-color: #ced4da;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder {
  color: #454545;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}

/* ********** Navbar ************ */
@media screen and (max-width: 500px) {
  .navbar-brand {
    font-size: 30px !important;
  }
}

/**** Go Back Btn ****/

#GoBack {
  display: flex;
  background-color: #ffa500;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
}

#GoBack:hover {
  cursor: pointer;
  background-color: #333;
}

#GoBack:active {
  background-color: #555;
}

#GoBack.show {
  opacity: 1;
  visibility: visible;
}

body {
  font-family: Poppins-Light;
  color: #fff;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  color: #333;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  color: #333;
}

body.offcanvas-active {
  overflow: hidden;
}

.offcanvas-header {
  display: none;
}

.screen-darken {
  height: 100%;
  width: 0%;
  z-index: 30;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity 0.2s linear, visibility 0.2s, width 2s ease-in;
}

.screen-darken.active {
  z-index: 10;
  transition: opacity 0.3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

.header-part {
  width: 100%;
  height: auto;
  float: left;
  background: #18191b;
}

#navbar_main_mobile {
  width: 100%;
  height: auto;
  float: left;
  background: #18191b;
}

#navbar_main_mobile .btn-warning {
  background: #ffa500;
  border-color: #ffa500;
}

.header-top {
  width: 100%;
  height: auto;
  float: left;
  background: #060606;
}

.header-top .contact-info {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.header-top .contact-info li {
  display: inline-block;
}

.header-top .contact-info li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding: 9px 0px;
  margin: 0px 15px 0px 0px;
  display: inline-block;
}

.header-top .contact-info li:last-child a {
  margin-right: 0px;
}

.header-top .contact-info li a i {
  font-size: 14px;
}

.header-top .social-media {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  text-align: right;
}

.header-top .social-media li {
  display: inline-block;
}

.header-top .social-media li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding: 9px 10px;
  display: inline-block;
}

.main-menu {
  width: 100%;
  height: auto;
  float: left;
  background: #18191b;
}

.main-menu.header-fix {
  top: 0px;
  z-index: 11;
  position: fixed;
}

nav.main-menu ul li a {
  font-size: 15px;
  color: #fff !important;
}

.navbar-brand img {
  max-width: 190px;
  max-height: 60px;
}

nav.main-menu ul li a.book-btn {
  background: #ffa500;
  border-radius: 5px;
  min-width: 130px;
  text-align: center;
  margin-left: 10px;
  border: solid 2px #ffa500;
  font-size: 16px;
  padding: 8px 20px !important;
}

nav.main-menu ul li a.book-btn:hover {
  background: transparent;
  color: #ffa500 !important;
}

.fixed-top {
  top: -80px;
  transform: translateY(80px);
  transition: transform 0.9s;
}


/* button spinner */
.spinner-border {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: text-bottom;
  border: 0.1em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

@keyframes spinner-border {
  100% {
    transform: rotate(360deg);
  }
}



/*************** Hero Section ***************/

.hero-part {
  width: 100%;
  height: auto;
  min-height: calc(100vh - 123px);
  float: left;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/hero-img.jpg");
}

.hero-gredient {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: linear-gradient(
    180deg,
    rgba(24, 25, 27, 0.41) 5.83%,
    rgba(47, 31, 1, 0.52) 31.35%,
    rgba(33, 21, 0, 0.79) 100%
  );
}

.hero-content {
  width: 100%;
  max-width: 900px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.hero-logo {
  width: 100%;
  height: auto;
  float: left;
  padding: 0px 20px;
  margin-bottom: 90px;
}

.hero-logo img {
  max-width: 100%;
  max-height: 140px;
}

.book-venue-btn {
  font-size: 24px;
  font-family: Poppins-ExtraLight;
  text-decoration: none;
  color: #fff;
  border: solid 2px #fff;
  padding: 8px 30px;
  display: inline-block;
  position: relative;
  min-width: 230px;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
}

.book-venue-btn:hover {
  border-color: #ffa500;
  background: #ffa500;
  color: #fff;
}

.default-btn {
  font-size: 18px;
  font-family: Poppins-ExtraLight;
  text-decoration: none;
  color: #fff;
  border: solid 2px #fff;
  padding: 8px 30px;
  display: inline-block;
  min-width: 170px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.9s;
  -moz-transition: all 0.9s;
  -o-transition: all 0.9s;
  transition: all 0.9s;
  z-index: 1;
}

.default-btn:hover {
  border-color: #ffa500;
  background: #ffa500;
  color: #fff;
}

.default-btn::before,
.book-venue-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #000;
  -webkit-transform: scaleX(0.3);
  transform: scaleX(0.3);
  opacity: 0;
  transition: all 0.3s;
}

.default-btn:hover::before,
.book-venue-btn:hover::before {
  opacity: 1;
  background-color: #ffa500;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  transition: -webkit-transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02),
    opacity 0.4s;
  transition: transform 0.6s cubic-bezier(0.08, 0.35, 0.13, 1.02), opacity;
}

.light-dark-bg {
  background: #18191b;
}

.dark-bg {
  background: #0c0c0d;
}

.orange-bg {
  background: #ffa500;
}

.liner-gredient {
  background: linear-gradient(180deg, #0c0c0d 0%, #18191b 36.04%);
}

section {
  width: 100%;
  height: auto;
  float: left;
  padding: 70px 0px;
}

.main-title {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 60px;
}

.main-title h2 {
  font-family: OldStandardTT-Bold;
  font-size: 52px;
  text-align: center;
  margin-bottom: 0px;
}

.main-title p {
  font-family: Poppins-ExtraLight;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0px;
}

.about-content {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
}

.about-content i {
  font-size: 70px;
  margin: 0 auto 30px auto;
  display: inline-block;
  color: #ffa500;
}

.about-content p {
  font-size: 14px;
  font-family: Poppins-ExtraLight;
  text-align: left;
  color: #fff;
}

.about-img {
  width: 100%;
  height: 400px;
  float: left;
  position: relative;
  object-fit: cover;
  padding: 10px;
}

.about-img::before {
  content: "";
  width: 60px;
  height: 60px;
  background: orange;
  position: absolute;
  left: 0;
  top: 0;
}

.about-img::after {
  content: "";
  width: 60px;
  height: 60px;
  background: orange;
  position: absolute;
  right: 0;
  bottom: 0;
}

.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  position: relative;
}

.aminities-card {
  width: 100%;
  height: 100%;
  max-height: 380px;
  overflow: hidden;
  position: relative;
  object-fit: cover;
  border-radius: 10px;
}

.aminities-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aminities-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0c0c0dd1;
}

.aminities-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aminities-content h4 {
  font-size: 26px;
  font-family: Poppins-SemiBold;
  margin-bottom: 0px;
  text-align: center;
}

.gallery-images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  grid-gap: 0px;
}

.gallery-images img {
  height: 25rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.view-more-gallery {
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  margin-top: 60px;
}

.gallery-content {
  display: block !important;
}

.default-btn.noContent {
  display: none;
}

/************** Insurance Coverage ******************/

.insurance-coverage-img {
  width: 100%;
  height: auto;
  float: left;
}

.insurance-coverage-img img {
  max-width: 100%;
}

.insurance-coverage-content {
  width: 100%;
  height: auto;
  float: left;
  padding-top: 20px;
}

.insurance-coverage-content h4 {
  font-size: 24px;
  font-family: Poppins-Bold;
  margin-bottom: 20px;
}

.insurance-coverage-content p {
  font-size: 20px;
  font-family: Poppins-Light;
  margin-bottom: 20px;
}

.insurance-cover-links {
  width: 100%;
  height: auto;
  float: left;
}

.insurance-cover-links ul li {
  margin-bottom: 10px;
}

.insurance-cover-links ul li a {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  font-family: Poppins-Medium;
}

.insurance-cover-links ul li a:hover {
  color: #18191b;
}
.insurance-cover-links ul li a i {
  font-size: 18px;
}

/********* Our History Section *************/

.our-history-img {
  width: 100%;
  height: auto;
  float: left;
}

.our-history-img img {
  height: 25rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*********** Contact Form *************/

.contact-form {
  width: 100%;
  height: auto;
  float: left;
  display: flex;
  background: #060606;
  box-shadow: 0px 0px 30px 2px rgba(255, 165, 0, 0.05);
}

.form-img {
  width: 40%;
  height: auto;
  float: left;
  background-size: cover !important;
  background-position: center !important;
}

.form-content {
  width: 60%;
  height: auto;
  float: left;
  padding: 50px;
}

.form-content h3 {
  color: #ffa500;
  font-size: 32px;
  font-family: OldStandardTT-Bold;
  margin-bottom: 20px;
}

.form-content p {
  color: #fff;
  font-size: 16px;
  font-family: Poppins-ExtraLight;
  margin-bottom: 40px;
}

.form-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.form-content input,
.form-content input:focus,
.form-content textarea,
.form-content textarea:focus {
  width: 100%;
  background: #18191b;
  border: none;
  border-radius: 0px;
  padding: 15px 40px 15px 15px;
  font-size: 13px;
  color: #ced4da;
}

.form-content label {
  font-size: 16px;
}

.form-content input.user-icon {
  background-image: url("../images/user-icon.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: calc(100% - 10px) center;
}

.form-content input.email-icon {
  background-image: url("../images/email-icon.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: calc(100% - 10px) center;
}

.form-content input.calendar-icon {
  background-image: url("../images/calendar-icon.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: calc(100% - 10px) center;
}

.form-content input.down-arrow-icon {
  background-image: url("../images/down-arrow-icon.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: calc(100% - 10px) center;
}

.form-content input.call-icon {
  background-image: url("../images/call-icon.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: calc(100% - 10px) center;
}

.select2.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  background-color: #18191b;
  border: none;
  border-radius: 0px;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: auto;
  user-select: none;
  -webkit-user-select: none;
  padding: 11px 15px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  display: none;
}

.select2-dropdown {
  background-color: #18191b;
  border: 1px solid #18191b;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #ffa500;
  color: white;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0px;
  font-size: 13px;
}

.select2-selection {
  background-image: url("../images/down-arrow-icon.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: calc(100% - 10px) center;
}

.select2-results__option {
  padding: 10px;
  font-size: 13px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
}

#select2-cars-container[title="Select venue type"] {
  color: #454545;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #ffa500 !important;
}
.drp-buttons .applyBtn {
  background-color: #ffa500 !important;
  border: none;
}

/* ************** CAPTCHA STYLING STARTS HERE ******************** */

/* button:focus,
input:focus {
  outline: none;
  box-shadow: none;
}
a,
a:hover {
  text-decoration: none;
}

body {
  font-family: "Roboto", sans-serif;
} */

/*----------------------*/

.block {
  position: absolute;
  left: 0;
  top: 0;
}
.slidercaptcha {
  margin: 0 auto;
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-top: 0;
}

.slidercaptcha span {
  color: black;
}

.slidercaptcha canvas:first-child {
  border-radius: 5px;
  border: 1px solid #e6e8eb;
}

.sliderContainer {
  position: relative;
  text-align: center;
  line-height: 40px;
  background: #f7f9fa;
  color: #45494c;
  border-radius: 2px;
}

.sliderbg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #f7f9fa;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #e6e8eb;
}

.sliderContainer_active .slider {
  top: -1px;
  border: 1px solid #1991fa;
}

.sliderContainer_active .sliderMask {
  border-width: 1px 0 1px 1px;
}

.sliderContainer_success .slider {
  top: -1px;
  border: 1px solid #02c076;
  background-color: #02c076 !important;
  color: #fff;
}

.sliderContainer_success .sliderMask {
  border: 1px solid #52ccba;
  border-width: 1px 0 1px 1px;
  background-color: #d2f4ef;
}

.sliderContainer_success .sliderIcon:before {
  content: "\f00c";
}

.sliderContainer_fail .slider {
  top: -1px;
  border: 1px solid #f35c59;
  background-color: #f35c59;
  color: #fff;
}

.sliderContainer_fail .sliderMask {
  border: 1px solid #f35c59;
  background-color: #f7dcdd;
  border-width: 1px 0 1px 1px;
}

.sliderContainer_fail .sliderIcon:before {
  content: "\f00d";
}

.sliderContainer_active .sliderText,
.sliderContainer_success .sliderText,
.sliderContainer_fail .sliderText {
  display: none;
}

.sliderMask {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  border: 0 solid #d1e9fe;
  background: #d1e9fe;
  border-radius: 2px;
}

.slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background 0.2s linear;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider:hover {
  background: #009efb;
  color: #fff;
  border-color: #009efb;
}

.slider:hover .sliderIcon {
  background-position: 0 -13px;
}

.sliderText {
  position: relative;
}
.refreshIcon {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  padding: 6px;
  color: #fff;
  background-color: #ff4c4c;
  font-size: 14px;
  border-radius: 50px;
}

.refreshIcon:hover {
  color: #fff;
}
/* *************** ENDS HERE ***************** */
/********************** Footer Section *******************/

.footer-section {
  width: 100%;
  height: auto;
  float: left;
  padding-top: 20px;
}

.footer-logo {
  width: 100%;
  height: auto;
  float: left;
  padding-bottom: 20px;
}

.footer-section p {
  font-size: 14px;
  font-family: Poppins-Light;
  color: #c4c4c4;
  margin: 0px;
}

.footer-title {
  font-size: 16px;
  font-family: Poppins-Medium;
  color: #fff;
  padding-bottom: 20px;
}

.footer-section ul li a {
  font-size: 14px;
  font-family: Poppins-Light;
  color: #c4c4c4;
  text-decoration: none;
}

.footer-section ul li a:hover {
  color: #ffa500;
}

.footer-links ul li {
  padding-bottom: 10px;
}

.footer-contact-info ul li a {
  position: relative;
  padding-left: 30px;
  display: inline-block;
}

.footer-contact-info ul li a i {
  position: absolute;
  left: 0px;
  font-size: 18px;
  top: 0px;
}

.footer-contact-info ul li {
  padding-bottom: 20px;
}

.footer-follow-us ul li {
  padding-bottom: 10px;
}

.footer-follow-us ul li a {
  position: relative;
  padding-left: 30px;
  display: inline-block;
}

.footer-follow-us ul li a i {
  position: absolute;
  left: 0px;
  font-size: 18px;
  top: 0px;
}

.copyright {
  width: 100%;
  height: auto;
  float: left;
  background: #18181a;
  padding: 10px 0px;
  margin-top: 30px;
}

.designed-by {
  width: 100%;
  height: auto;
  float: left;
  text-align: right;
  font-size: 14px;
  font-family: Poppins-Light;
  color: #c4c4c4;
}

.designed-by a {
  text-decoration: none;
  color: #c4c4c4;
}

.designed-by a:hover {
  color: #ffa500;
}

.social-links {
  display: flex;
  justify-content: center;
}

.social-links a,
.address a {
  text-decoration: none;
}
