/* customer css for all pages  */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  font-family: 'Nunito', sans-serif !important;

}

/* ----------------------------------------------------- navbar --------------------------------------------------------------------------- */

nav div a img {
  max-width: 80px;
  height: auto;
}

nav {
  display: flex;
  height: 80px;
  width: 100%;
  background: #ffffff;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px 0 100px;
  flex-wrap: wrap;
  position: sticky;
  top: 0;
  z-index: 99;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

}

nav .logo {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -9px;

}

nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

nav ul li {
  margin: 0 -7px;
}

nav ul li a {
  color: #000000;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding: 8px 15px;
  border-radius: 5px;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  font-weight: 600;
}

nav ul li a.active,
nav ul li a:hover {
  text-decoration: none;
  color: #15bee2;
  background: #fff;
  border-radius: 0px;
  transition: color 0.3s ease, 0.1s ease, border-bottom 0.3s ease;
}

nav .menu-btn i {
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: none;
}

input[type="checkbox"] {
  display: none;
}

@media (max-width: 1100px) {
  nav {
    padding: 0 40px 0 50px;
  }
}

@media (max-width: 1011px) {
  nav .menu-btn i {
    display: block;
  }

  #click:checked~.menu-btn i:before {
    content: "\f00d";
    color: black;
  }

  nav ul {
    position: fixed;
    top: 80px;
    left: -100%;
    background: #111;
    height: 100vh;
    width: 100%;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
  }

  #click:checked~ul {
    left: 0;
    background-color: white;
    overflow: scroll;
  }

  nav ul li {
    width: 100%;
    margin: 20px 0;
    display: flex;
    justify-content: center;
  }

  nav ul li a {
    width: 100%;
    margin-left: -100%;
    display: block;
    font-size: 20px;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }

  #click:checked~ul li a {
    margin-left: 0px;
    position: relative;
    font-size: 15px;
  }

  nav ul li a.active,
  nav ul li a:hover {
    text-decoration: none;
    color: #15bee2;
    background: #fff;
    width: 300px;
    border-radius: 0px;
    border-bottom: 2px solid #15bee2;
    transition: color 0.3s ease, 0.1s ease, border-bottom 0.3s ease;
  }

}

.content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: -1;
  width: 100%;
  padding: 0 30px;
  color: #1b1b1b;
}

.content div {
  font-size: 40px;
  font-weight: 700;
}

/* -------------------------------------------------- gallary css ------------------------------------------------------------- */
/* img load smothly  */
.fadeIn {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.fadeIn.loaded {
  opacity: 1;
}



.checkboxforimg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 60%
}

input[type=checkbox] {
  accent-color: #16bfe3;
  padding: 0px;

}

input[type=checkbox]:checked+.portfolio-wrap img {
  border-inline: 12px solid #16bfe3;
}

.bookNow {

  margin-top: 20px;
}

.section-header {
  padding-bottom: 20px !important;
}


/* ---------------------------------------- footer css ------------------------------------------------------- */


  #footer {
    background: white;
    padding-bottom: 40px;
  }

  #footer2 {
    background: #f7f7f7;

    padding: 3rem;
    margin-top: 0px;
    padding-top: 7rem;
    padding-bottom: 80px;
    background-image: url(../images/cards/v748-toon-111.png);
  }

  .social-links h2 {
    padding-top: 25px;
    font-size: 20px;
    font-weight: 600;
  }

  .social-links img {
    padding-bottom: 25px;
  }

  .social-icons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: #000000;
  }

  .social-icons a {

    color: #000000;
  }

  .social-icons a:hover {
    color: #000;
  }

  .social-icons a i {
    box-shadow: rgb(0 0 0 / 8%) 0px 4px 12px;
    padding: 0.4rem 1rem 0.4rem 1rem;
    border-radius: 3px;
    color: black;
    font-size: 16px;
    margin-right: 12px;
  }

  li {
    list-style: none;
  }

  .useful-link h2 {
    padding-top: 25px;
    /* padding-bottom: 15px; */
    font-size: 20px;
    font-weight: 600;
  }

  .useful-link img {
    padding-bottom: 15px;
  }

  .use-links {
    line-height: 32px;
  }

  .use-links li i {
    font-size: 14px;
    padding-right: 8px;
    color: #000000;
  }

  .use-links li a {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }

  .use-links li a:hover {
    color: #000;
  }

  .address h2 {
    padding-top: 25px;
    /* padding-bottom: 15px; */
    font-size: 20px;
    font-weight: 600;
  }

  .address img {
    padding-bottom: 15px;
  }

  .address-links li a {
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }

  .address-links li i {
    font-size: 16px;
    padding-right: 8px;
    color: black;

  }

  .address-links li i:nth-child(1) {
    padding-top: 9px;
  }

  .address-links .address1 {
    font-weight: 500;
    font-size: 15px;
    /* display: flex; */
  }

  .address-links {
    line-height: 32px;
    color: #000000;
  }

  .copy-right-sec {
    padding: 1.8rem;
    font-size: 1rem;
    background: #66e6ff;
    color: black;
    text-align: center;
  }

  .copy-right-sec a {
    color: black;
  }

  a {
    text-decoration: none;
  }

  .sub_fotter_navigation{
    text-decoration: underline;
  }
  .sub_fotter_navigation:hover{
text-decoration: underline;
color: black;
  }


  @media only screen and (max-width: 600px) {
    .copy-right-sec {
      padding: 1rem;
      font-size: 0.8em;

      
    }
  }