html {
  overflow-x: hidden;
}

body {
  font-family: "Raleway", sans-serif;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  color: #b8b8b8;
  overflow-x: hidden;
  overflow-y: auto;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #FDA403;
}

a:hover {
  text-decoration: none;
  color: #FDA403;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.45;
  color: #000;
  font-family: "Playfair Display", serif;
  font-weight: bold;
}

.p-text{
    color: rgba(0, 0, 0, 0.5) !important;
}

/*overlay start*/
.item {
    position: relative;
}

.item .overlay{
    top: 0;
    left: 0;                        
    background: rgba(0, 0, 0, 0.5);  /*semi-transparent*/
    z-index: 1;                      /*overlay ensurity*/
    color: #fff;                     /*White*/
    text-align: center
}

.item img{
    position: relative;
    z-index: 0;                       /*ensures image is behind*/
}
/*overlay end*/

.text-primary {
  color: #FDA403 !important;
}

/*-----------------------------Navbar Styles---------------------------------*/
.site-navbar-light {
  background: #fff !important;
  position: relative;
  left: 0;
  right: 0;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .site-navbar-light {
    background: #fff !important;
    top: 0;
    position: fixed;
  }
}

.site-navbar-light .navbar-nav > .nav-item > .nav-link {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .2em;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 991px) {
  .navbar-nav .nav-item {
    margin-bottom: 4px; /* adds spacing between links */
  }

  .navbar-nav .nav-item .gal-nav-link {
    padding: 10px 16px;       /* reduce vertical spacing */
    font-size: 14px;          /* smaller font */
    display: block;
    line-height: 1.2;
  }

  /* Optional: visual hover feedback */
  .navbar-nav .nav-item .gal-nav-link:hover {
    background-color: #f2f2f2;
    color: #000;
  }
}

@media screen and (max-width: 960px) {
  .site-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
    font-size: 14px;
  }
}

.site-navbar-light .navbar-nav > .nav-item.site-cta a {
  color: #fff0 !important;
}

.site-navbar-light .navbar-nav > .nav-item.site-seperator {
  position: relative;
  margin-left: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 960px) {
  .site-navbar-light .navbar-nav > .nav-item.site-seperator {
    padding-left: 0;
    margin-left: 0;
  }
}

.site-navbar-light .navbar-nav > .nav-item.site-seperator:before {
  position: absolute;
  content: "";
  top: 10px;
  bottom: 10px;
  left: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.05);
}

@media screen and (max-width: 960px) {
  .site-navbar-light .navbar-nav > .nav-item.site-seperator:before {
    display: none;
  }
}

.site-navbar-light .navbar-toggler {
  border: none;
  color: rgba(0, 0, 0, 0.5) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .1em;
}

.site-navbar-light.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  margin-top: -130px;
  background: #fff !important;
}

@media screen and (max-width: 768px) {
  .site-navbar-light.scrolled .navbar-nav {
    background: none;
    border-radius: 0px;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
}

@media screen and (max-width: 576px) {
  .site-navbar-light.scrolled .navbar-nav {
    background: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.site-navbar-light.scrolled .navbar-toggler {
  border: none;
  color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .1em;
}

.site-navbar-light.scrolled .nav-link {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
  color: #000 !important;
}

.site-navbar-light.scrolled .nav-link.active {
  color: #FDA403 !important;
}

.site-navbar-light.scrolled.awake {
  margin-top: 0px;
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.site-navbar-light.scrolled.sleep {
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out;
}

.site-navbar-light.scrolled .navbar-brand {
  color: #000;
}

.navbar-brand {
  text-transform: uppercase;
  letter-spacing: .1em;
}
 
/*-----------------------------End Navbar---------------------------------*/

/*----------------------General site-cover styles------------------------ */
.site-cover {
    background-image: url('images/blog2.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 0 !important; 
    position: relative;
    z-index: 1;
    width: 100%;
}

/* About section layout */
.site-section {
    padding: 40px 0 !important; 
}

/* Responsive spacing for small screens */
@media screen and (max-width: 768px) {
    .site-cover {
        padding: 0.5px 0 !important;
    }
    .site-section {
        padding: 30px 0 !important;
    }
}


.site-cover .site-heading {
  font-size: 75px;
  line-height: 1.34;
  color: #fff;
}

@media screen and (max-width: 768px) {
    .site-cover .site-heading {
    font-size: 37px;
    line-height: 1.3;
    }
}

.site-cover .site-subheading, .site-cover p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  font-family: "Raleway", sans-serif;
}

@media screen and (max-width: 768px) {
  .site-cover .btn {
    width: 50% !important;
    border: 1px solid red;
  }
}

.site-cover a {
  position: relative;
  color: #fff;
}

.site-cover a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FDA403;
  height: 2px;
  content: " ";
}

.site-cover.overlay {
  position: relative;
}

.site-cover.overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.site-cover .site-vh-100 {
  min-height: auto !important;
}

.site-slant {
  position: relative;
  overflow: hidden;
}

.site-slant:after {
  width: 120%;
  height: 200px;
  left: -10%;
  background: #f2f2f2;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  content: "";
  position: absolute;
  bottom: -100px;
}

@media screen and (max-width: 960px) {
  .site-slant:after {
    bottom: -150px;
  }
}

@media screen and (max-width: 768px) {
  .site-slant:after {
    bottom: -170px;
  }
}

.site-slant.site-slant-white:after {
  background: #fff;
}

.site-slant.site-slant-dark:after {
  background: #263135;
}

.site-uppercase {
  font-size: 30px;
}

.menu-item {
  margin-bottom: 30px;
}

.menu-item img {
  width: 100px;
  border-radius: 50%;
}

.menu-item .menu-price {
  font-family: "Playfair Display", serif;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .display-4 {
    font-size: 37px;
  }
}

.text-black {
  color: #000 !important;
}

.bg-light {
  background: #darken fafafa, 4% !important;
}

.site-custom-gutters {
  margin-left: -10px;
  margin-right: -10px;
}

.site-custom-gutters [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 5px;
}

.site-custom-gutters [class*=col-] .site-thumbnail {
  display: block;
  margin-bottom: 5px;
}

.btn {
  border-radius: 4px;
  cursor: pointer;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  font-family: "Playfair Display", serif;
}

.btn.btn-lg {
  font-size: 16px !important;
  padding: 13px 40px !important;
}

.btn.btn-sm {
  padding: 10px 20px;
  font-size: 12px;
}

.btn.btn-primary {
  border-radius: 0px;
}

.btn.btn-secondary {
  border: 2px solid #ccc;
  background: none;
  border-radius: 0px;
  color: #222;
  ;
}

.btn.btn-secondary:hover {
  background: #FDA403;
  border-color: #FDA403;
  color: #fff;
}

.btn:before {
  display: none;
}

.btn:hover, .btn:active, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-primary {
  background: #FDA403;
  border-color: #FDA403;
  color: #fff;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  border-color: #cb8402;
  background: #cb8402;
}

.btn.btn-outline-white {
  border-color: rgba(255, 255, 255, 0.8);
  background: none;
  border-radius: 0px;
  border-width: 2px;
}

.btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white:active {
  background: #fff;
  border-color: #fff;
  color: #000;
}

.form-group{
    display: flex;
    justify-content: center;
    vertical-align: middle;
    margin: 0;
    margin-top: 20px;
    gap: 8px;
}

.form-group label{
    
}

.form-control {
  border: none;
  height: 55px !important;
  background: #e6e6e6 !important;
  color: #000 !important;
  font-size: 18px;
  border-radius: 0px;
}

textarea.form-control {
  height: inherit !important;
}

.site-vh-100 {
  height: 100vh;
}

@media screen and (max-width: 960px) {
  .site-vh-100 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.site-vh-75 {
  height: 75vh;
}

@media screen and (max-width: 960px) {
  .site-vh-75 {
    height: inherit;
    padding-top: 5em;
    padding-bottom: 5em;
  }
}

.site-tab-nav {
  padding: 0;
  margin: 0;
  display: inline-block !important;
}

@media screen and (max-width: 576px) {
  .site-tab-nav {
    display: block !important;
    margin-bottom: 10px;
    width: 100% !important;
  }
}

.site-tab-nav li {
  padding: 0;
  margin: 0 5px;
  display: inline-block !important;
}

@media screen and (max-width: 576px) {
  .site-tab-nav li {
    display: block !important;
    margin-bottom: 10px;
    width: 100% !important;
  }
}

.site-tab-nav li a {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: .2em;
  color: #ccc;
  border: 2px solid #ccc;
  border-radius: 0 !important;
}

.site-tab-nav li a.active {
  background: none !important;
  color: black !important;
  border: 2px solid #000;
}

.site-animate {
  opacity: 0;
  visibility: hidden;
}

.bg-primary {
  background: #FDA403 !important;
}

.site-section .site-sub-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .5em;
  color: #d4d4d4;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
}

.site-section .site-primary-title {
  margin-top: 0;
  margin-bottom: 30px;
}

.site-section .p{
    color: dimgray;
}

#section-about {
    padding: 8em 0;
}

#section-about .img {
  position: relative;
  right: 0;
}

@media screen and (max-width: 768px) {
  #section-about .img {
    position: relative;
    right: inherit;
  }
  #section-about .img img {
    max-width: 100%;
  }
}

#section-offer {
  padding: 12em 0;
}

.site-section {
  padding: 7em 0;
}

.site-bg-dark {
  background: #222;
}

.site-footer {
  font-size: 16px;
}

.site-footer .site-footer-logo {
  text-transform: uppercase;
  letter-spacing: .1em;
}

.site-footer .site-footer-widget h2 {
  font-weight: normal;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.8);
}

.site-footer a {
  color: rgba(255, 255, 255, 0.3);
}

.site-footer a:hover {
  color: #FDA403;
}

.site-footer .site-heading {
  font-size: 24px;
}

.site-footer .site-heading-2 {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

.site-pricing-popular {
  position: relative;
}

.site-pricing-popular .popular-text {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: -16px;
  right: 0;
  background: #FDA403;
  color: #fff;
  padding: 2px 10px;
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  letter-spacing: .1em;
}

.site-pricing h2 {
  font-size: 17px;
  text-transform: uppercase;
}

.site-pricing .site-price-per {
  font-size: 70px;
}

.site-pricing .site-price-per sup {
  font-size: 20px;
  top: -1.5em;
}

.site-pricing .site-price-per strong {
  color: #000;
}

.site-pricing .site-price-per span {
  font-size: 20px;
}

.site-pricing ul li {
  margin-bottom: 10px;
}

.site-footer-social{
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 0;
    list-style: none;

}

.site-footer-social img{
    width: 10px;
    height: auto;
}

.site-footer-social li {
  list-style: none;
  margin: 0 10px 10px 0;
  display: inline-block;
}

.site-footer-social li a {
  height: 60px;
  width: 60px;
  display: block;
  float: left;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  position: relative;
}

.site-footer-social li a span {
  position: absolute;
  font-size: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-footer-social li a:hover {
  color: #fff;
}

.footer-small-nav > li {
  display: inline-block;
}

.footer-small-nav > li a {
  margin: 0 10px 10px 0;
}

.footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
  color: #FDA403;
}

.media .site-icon {
  width: 100px;
}

.media .site-icon span {
  color: #FDA403;
}

.site-media {
  background: #fff;
  border-radius: 0px;
}

.site-media.text-center .site-icon {
  margin: 0 auto;
}

.site-media img{
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
    border-radius: 8px;
}

.site-media:hover img{
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba( 0, 0, 0, 0.2);
}

.site-media:active img{
    transform: scale(0.98);
     box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.video-preview{
    transition: transform 0.3s ease;
    border-radius: 8px;
    object-fit: cover;
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
    aspect-ratio: 16/9;
}

.site-media:hover .video-preview{
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.site-overflow-hidden {
  overflow: hidden;
}

.padding-top-bottom {
  padding-top: 120px;
  padding-bottom: 120px;
}

.site-owl {
  position: relative;
  z-index: 1;
}

.site-owl .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  z-index: 10;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-owl .owl-nav .owl-prev,
.site-owl .owl-nav .owl-next {
  position: absolute;
  font-size: 30px;
  background: #FDA403;
  color: #fff;
  padding: 10px;
  line-height: 0;
}

.site-owl .owl-nav .owl-prev {
  left: 0;
}

.site-owl .owl-nav .owl-next {
  right: 0;
}

.site-owl .owl-dots {
  position: relative;
  text-align: center;
  margin-top: 30px;
}

.site-owl .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.site-owl .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  margin: 5px 7px;
}

.site-owl .owl-dots .owl-dot.active span {
  background: #FDA403;
}

.site-owl:hover .owl-nav {
  visibility: visible;
  opacity: 1;
}

#map {
  height: 400px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #map {
    height: 300px;
  }
}

#reservationModal .close {
  position: absolute;
  right: 30px;
  top: 10px;
  cursor: pointer;
}

#reservationModal .close:active, #reservationModal .close:focus {
  outline: none !important;
}

#reservationModal .close span {
  font-size: 30px;
}

#reservationModal .close small {
  font-size: 16px;
  position: relative;
  top: -2px;
  right: 10px;
}

#reservationModal .modal-content {
  border-radius: 0;
}

#reservationModal .modal-content label {
  color: #000;
}

#reservationModal .modal-content .modal-body {
  padding: 0;
}

#reservationModal .modal-content .bg-image, #reservationModal .modal-content .site-cover {
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media screen and (max-width: 960px) {
  #reservationModal .modal-content .bg-image, #reservationModal .modal-content .site-cover {
    height: 200px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
  }
}

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.site-counter .site-number {
  display: block;
  font-size: 72px;
  font-weight: bold;
  color: #FDA403;
}

.site-counter .site-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #b3b3b3;
}

#site-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000;
}

#site-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#site-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

#site-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

#site-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*-------------------------Gallery Styles----------------------------*/
.contain{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 40px 20px 0 20px;
}

.contain .head {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.contain .head h3 {
    font-size: clamp(1rem, 6vw,3em);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bolder;
    padding-bottom: 10px;
    border-bottom: 3px solid #222;
}

.contain .head h3 span {
font-weight: 100;
}

.contain .cube {
  column-count: 3;
  column-gap: 1.5rem;
}

.contain .cube a {
  display: inline-block;
  width: 100%;
  margin-bottom: 1.5rem;
  break-inside: avoid;
}

.contain .cube img {
  width: 100%;
  border-radius: 5px;
  display: block;
}

/* 2 columns on medium screens */
@media (max-width: 991px) {
  .contain .cube {
    column-count: 2;
  }
}

/* 1 column on small screens */
@media (max-width: 600px) {
  .contain .cube {
    column-count: 1;
  }
}
 
/*----------------------------------Gallery End-----------------------------------*/

/*------------------------------Social media styles------------------------------*/
.contain-socials{
    display: flex;
    gap: 20px;
    place-content: center;
}

.contain-socials a{
    background-color:white;
    padding: 1em;
    border-radius: 50% ;
    height: 64px;
    width: 64px;
    box-sizing: border-box;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    box-shadow: 0 5px 10px rgba(0,0,0,0.05);

}

.contain-socials a svg{
    height: 32px;
}

.contain-socials a::before{
    content: attr(data-social) ;
    position: absolute;
    background-color: var(--accent-color);
    color: white;
    text-decoration: none;
    padding: 0.5em 1em;
    border-radius: 100px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.05);
    transform: translateY(-30px) rotate(25deg);
    opacity: 0;
    transition: 200ms cubic-bezier(.42, 0, .044, 1.68);
}

.contain-socials a:hover{
    background-color: var(--accent-color);
    fill: white;
}

    .contain-socials a::after {
        content: '';
        position: absolute;
        height: 0;
        width: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 10px solid var(--accent-color);
        transform: translateY(0) rotate(25deg);
        opacity: 0;
        transition: 200ms cubic-bezier(.42, 0, .044, 1.68);
    }

.contain-socials a:hover::before{
    transform: translateY(-65px) rotate(0);
    opacity: 1;
}

.contain-socials a:hover::after{
    transform: translateY(-42px) rotate(0);
    opacity: 1;
}

.whatsapp-container{
    position: fixed;
    right: 30px;
    bottom: -50px;
    padding: 24px;
    animation: fade-up 1000ms forwards;
    opacity: 0;
    animation-delay: 1000ms;
    z-index: 9999;
}

@keyframes fade-up{
    100%{
        bottom: 24px;
        opacity: 1;
    }
}

.whatsapp-container .whatsapp-btn{
    font-size: 75px;
    color: #25d366;
    display: inline-block;
    transition: all 400ms;
}

.whatsapp-container .whatsapp-btn:hover{
    transform: scale(1.2);
}

.whatsapp-container span {
    position: absolute;
    top: 0;
    left: 4px;
    font-family: "Roboto", sans-serifs;
    color: #25d366;
    font-weight: bold;
    transform: rotateZ(20deg) translateX(10px);
    opacity: 0;
    transition: all 400ms;
}


.whatsapp-container .whatsapp-btn:hover + span{
    transform: rotate(0deg) translateX(0px);
    opacity: 1;
}
/*--------------------End of Socials Styles--------------------------*/

/*--------------------Video Gallery Styles--------------------------*/
.vd-container {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.vd-video {
    box-shadow: 0.5rem 0.5rem rgba(0,0,0,.5);
    margin: 2rem;
    border-radius: 1rem;
    height: 15rem;
    width: 23.2rem;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    cursor: pointer;
    position: relative;
    /*background-color: #000;
    position: relative;
    padding-bottom: 46.16%;
    border: 1px solid #000;*/
}

.vd-video iframe {
    outline: none;
    object-fit: cover;
    border: none;
    width: 100%;
    height: 100%;
    pointer-events: none;
} 


.vd-video.active{
    position: fixed;
    transform: scale(1) translate(-50%, -50%);
    box-shadow: 0 0 0 100vh rgba(0,0,0,.7);
    top: 50%;
    left: 50%;
    z-index: 9999;
    width: 80vw;
    height: 35vw;
    opacity: 1;
}

.vd-video.active iframe{
   pointer-events: auto;
}

.vd-video.returning{
    transform: translate(0,0) scale(1);
    top: auto;
    left: auto;
    position: absolute;
    box-shadow: 0.5rem 0.5rem rgba(0,0,0,.5);
}

/*Gallery navigation bar styles*/
.gal-nav-link {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    color: #000;
    transition: color 0.3s ease;
}

.gal-nav-link.active{
    color: #FDA403 !important;
}

/*Gallery Booking Floation Button*/
.book-container {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    gap: 12px;
    animation: fade-up 1000ms forwards;
    opacity: 0;
    animation-delay: 1000ms;
    z-index: 1000;
}

.book-container .book-btn {
    align-items: center;
    justify-content:center;
    font-size: 30px;
    color: #cb8402;
    width: 60px;
    height: 60px;
    display: flex;
    transition: transform 0.3s ease;
    text-decoration: none;
}

.book-container .book-btn:hover {
    transform: scale(1.2);
}

.book-container .label-text {
    position: absolute;
    bottom: 60px;
    left: 45%;
    transform: translateX(-50%);
    font-family: "Roboto", sans-serifs;
    color: #cb8402;
    font-weight: bold;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.3s ease;
    white-space : nowrap;
}

.book-container .book-btn:hover .label-text{
    opacity:1;
}

.required input::after{
    content: "*";
    color: red;
    font-size: 16px;
    margin-left: 5px;
}

/*color field red if invalid*/
input:invalid, select:invalid, textarea:invalid{
    border: 2px solid red;
}