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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Quicksand", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
  /* color: #fff !important; */
}

ul {
  list-style: none;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* Utility Classes */
.btn {
  display: inline-block !important;
  padding: 15px 30px !important;
  border: none !important;
  border-radius: 15px !important;
  cursor: pointer !important;
  background-color: transparent !important;
}

.btn-primary {
  border: 1px solid #fff !important;
}

.btn-secondary,
.btn-third:hover {
  background: #383848;
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-third {
  background: #e4b95b !important;
}

.primary-text {
  color: #e4b95b;
}

/* Header Start */
header {
  height: 100dvh;
  background: url("../img/fence.webp") center center/cover no-repeat !important;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
header * {
  z-index: 10;
  position: relative;
}
header::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0, 0.6);
  z-index: 1;
}

#navbar {
  
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  width: 100%;
}

#navbar img {
  width: 100px;
  margin-right: 100px;
}

nav ul {
  
  display: flex;
  margin-left: 100px;
}

nav ul li a {
  color: #fff !important;
  padding: 15px 15px;
  font-weight: 600;
}

nav ul li a:hover {
  border-bottom: 2px solid #e4b95b;
}

header .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 75%; /* Add exmple of greeen background */
}

header .content h1 {
  font-size: 40px;
  color: #fff;
}

header .content p {
  font-size: 18px;
  color: #fff;
  margin: 20px 40px 40px;
  display: inline-block;
  text-align: center;
}
.btn-book {
  font-weight: 800;
}

/* Header End */

/* about Section Start */
#about {
  background: #f4f2ed;
  padding: 5rem 0;
}

#about .title h2 {
  font-size: xx-large;
  text-align: center;
  color: #383848;
}
#about .title p {
  text-align: center;
  color: #9a9a9a;
  font-weight: 500;
}

#about .about-items {
  display: flex;

  justify-content: center;
  align-items: center;
}

#about .about-items .about-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px;
}

#about .about-items .about-item img {
  width: 80px;
  margin-left: 20px;
  border-radius: 50%;
}

#about .about-items .about-item h3 {
  color: #383848;
  border-bottom: 1px dashed #c2bdbd;
  padding-bottom: 10px;
  position: relative;
}

#about .about-items .about-item span {
  position: absolute;
  right: 0px;
  top: 0;
}

#about .about-items .about-item p {
  margin-top: 10px;
}

#about .btn {
  display: block;
  margin: auto;
  border: none;
  margin-top: 30px;
}

/* about Section End */

/* ab Start */
#ab {
  text-align: center;
  height: 300px;
  background: url("../img/daytime_bg.jpeg") center center/cover fixed no-repeat;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#ab .title,
#offers .title,
#menu .title {
  text-align: center;
  margin-bottom: 4rem;
}



#ab .ab-content {
  display: flex;
  justify-content: space-between;
}

#ab .ab-content p {
  margin: 50px 30px;
  line-height: 1.6;
  /* color: #9a9a9a; */
  font-weight: 500;
}

#ab img {
  max-width: 450px;
}

#ab .ab-content a {
  margin-top: 2rem;
}
/* ab End */
/* Offers Section start */
#offers {
  height: 80vh;
  background: url("../img/offer-background.jpg") center center/cover fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#offers h2 {
  color: #e4b95b;
  text-align: center;
}

#offers .title p {
  color: #fff;
  font-weight: 500;
}

#offers .offers-items {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

#offers .offers-items img {
  width: 200px;
}

#offers .offers-items h3 {
  font-size: 25px;
  color: #fff;
  margin: 15px 0;
}

#offers .offers-items p {
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
  font-weight: 300;
  margin-bottom: 15px;
}

#offers .offers-items span {
  font-weight: 600;
  font-size: 18px;
  margin-left: 5px;
}

/* Offers Section end */
/* Daytime section Start */
#daytime {
  background: url("../../img/daytime_bg.jpeg") center center/cover fixed no-repeat;
  color: #fff;
  text-align: center;
}

#daytime .taxt-info {
 font-size: 26px;
padding: 40px 0;
}


/* Daytime section End */
#gallery{
  /* position: relative; */
  padding: 0 50px;
  height: 40hv;
  margin: 15px 0;
}
#gallery img{
  height: 390px;
  object-fit: contain;
}
/* Footer Start */
#footer {
  display: flex;
  flex-direction: column;
  /* text-align: center; */
  /* background-color: #383848; */
  background: linear-gradient(to right, #00093c, #2d0b00);
  /* text-align: center; */
  color: #fff;
  padding: 100px 0 30px;
  font-size: 14px;
}
.con-footer{
  /* width: 85%; */
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;

}
.col-footer{
  flex-basis: 25%;
  flex-grow: 1;
  padding: 10px;

}
.logo-footer{
  width: 110px;
  margin: 20px 0 20px 20px;
}
/* Footer End */
.copyr-footer{
  text-align: center;
}


/* Mobile Devices */
@media (max-width: 600px) {
  #navbar {
    display: flex;
    flex-direction: column;
    height: 150px;
    align-items: center;
    /* justify-content: ; */
  }
  #navbar img {
    margin: 0;
  }

  nav {
    margin: 0;
    display: flex;
  }
  nav ul {
    margin: 0;
    padding: 0;
  }
  nav ul li {
    flex-wrap: nowrap;
  }

  header .content h1 {
    font-size: 20px;
  }

  header .content p {
    font-size: 14px;
  }

  #offers {
    height: auto;
    padding: 30px 10px;
  }

  #offers .offers-items {
    flex-direction: column;
  }

  #about .about-items .about-item {
    margin: 20px 10px;
  }

  #daytime .daytime-items {
    display: block;
    height: auto;
    padding: 30px 0;
  }

  #daytime .daytime-items .daytime-item {
    margin-top: 20px;
  }

  #contact .contact-info,
  form {
    width: 80%;
  }

  #about .about-items .about-item {
    flex-direction: column;
    text-align: center;
    margin-bottom: 10px;
  }
  #about .about-items {
    flex-direction: column;
  }
  #gallery{
  /* position: relative; */
  padding: 0;
  
}
}
@media (max-width: 600px) {
  #ab {
    height: auto;
    padding: 30px 0;
    flex-direction: column;
  }
  #ab .ab-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #ab .ab-content p {
    margin: 0 1rem 1.5rem 1rem;
    text-align: center;
  }
  #ab img {
    max-width: 90vw;
    margin-bottom: 20px;
  }
}
/* ...existing code... */
.footer-social a {
  margin-left: 10px;
  /* color: #fff; */
  transition: color 0.2s;
}
.footer-social a:hover {
  color: #e4b95b;
}

@media (max-width: 700px) {
  .con-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .col-footer {
    width: 100%;
    margin-bottom: 25px;
  }
  .footer-social a {
    margin-left: 15px;
    font-size: 1.5em;
  }
  .logo-footer {
    margin: 0 auto 15px auto;
    display: block;
  }
}
/* ...existing code... */  
/* ...existing code... */
@media (max-width: 700px) {
  #footer {
    padding: 40px 0 15px;
    font-size: 13px;
  }
  .con-footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
  }
  .col-footer {
    width: 100%;
    margin-bottom: 18px;
    padding: 0 10px;
  }
  .col-footer ul li {
    margin-bottom: 8px;
  }
  .footer-social {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .footer-social a {
    margin: 0 10px;
    font-size: 1.7em;
    display: inline-block;
  }
  .logo-footer {
    margin: 0 auto 10px auto;
    display: block;
    width: 90px;
  }
  .copyr-footer {
    font-size: 12px;
    padding: 10px 0 0 0;
  }
}
/* ...existing code... */
/* @media (max-width: 600px) {
  #gallery img {
    height: 180px !important;
  }
} */

/* From Uiverse.io by wilsondesouza */ 
ul {
  list-style: none;
}

.example-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.example-2 .icon-content {
  margin: 0 10px;
  position: relative;
}
.example-2 .icon-content .tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
}
.example-2 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: -50px;
}
.example-2 .icon-content a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #4d4d4d;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover {
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}
.example-2 .icon-content a svg {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
}
.example-2 .icon-content a:hover {
  color: white;
}
.example-2 .icon-content a .filled {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover .filled {
  height: 100%;
}

.example-2 .icon-content a[data-social="whatsapp"] .filled,
.example-2 .icon-content a[data-social="whatsapp"] ~ .tooltip {
  background-color: #128c7e;
}

.example-2 .icon-content a[data-social="facebook"] .filled,
.example-2 .icon-content a[data-social="facebook"] ~ .tooltip {
  background-color: #3b5998;
}
.example-2 .icon-content a[data-social="instagram"] .filled,
.example-2 .icon-content a[data-social="instagram"] ~ .tooltip {
  background: linear-gradient(
    45deg,
    #405de6,
    #5b51db,
    #b33ab4,
    #c135b4,
    #e1306c,
    #fd1f1f
  );
}
.example-2 .icon-content a[data-social="youtube"] .filled,
.example-2 .icon-content a[data-social="youtube"] ~ .tooltip {
  background-color: #ff0000;
}
