* {
  margin: 0;
  padding: 0;
  font-family: "Garamond", sans-serif;
}

.sec {
  background: linear-gradient(
      rgba(255, 255, 255, 0.1),
      rgba(131, 197, 190, 0.9)
    ),
    url(../images/cams22.png);
  background-size: cover;
  background-position: center;
  backdrop-filter: blur(80px);

  padding-top: 7%;
}

.card {
  margin-top: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

footer {
  background-color: #343a40;
}

#home {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(131, 197, 190, 0.99)),
    url(../images/background.jpg) no-repeat center center;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

section {
  min-height: 100vh;
  padding-top: 7%;
}

section .continaer {
  margin-top: 5%;
}

.banner-text {
  color: #fff;
  text-decoration: none;
}

.banner-text h1,
.banner-text #logo,
.carousel-caption h5 {
  font-family: "Kaushan Script", cursive;
  background: -webkit-linear-gradient(#006d77, #ffa386);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 3px 3px #fff;
}

.banner-text h1:hover,
.banner-text #logo:hover {
  filter: drop-shadow(0px 20px 20px rgba(255, 255, 255, 0.6));
}

.banner-text h1 {
  font-size: 5em;
  text-shadow: 7px 7px #fff;
}

.banner-text #logo {
  font-size: 2rem;
  text-decoration: none;
}

.banner-text a {
  text-decoration: none !important;
}

.banner-text p {
  font-size: 20px;
  font-family: "Kaushan Script", cursive;
}

.banner-text p:hover {
  text-shadow: 0 0 5px #fcd7b4;
}

.navbar-nav .nav-item.active .nav-link {
  color: #f8f9fa !important;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

#nav {
  background: linear-gradient(
    rgba(233, 214, 171, 0.7),
    rgba(131, 197, 190, 0.5)
  );
  min-height: 5%;
  max-height: 100%;
}

.menu-text {
  text-align: center;
  color: #006d77;
  font-size: 20px;
}

.menu-btn a {
  width: 130px;
  height: 40px;
  text-decoration: none;
  color: #006d77;
  position: relative;
  z-index: 1;
  margin-right: 20px;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-btn a span {
  width: 0%;
  height: 100%;
  position: absolute;
  background: linear-gradient(to right, #83c5be, #ffa386);
  z-index: -1;
  transition: 0.5s;
  border-radius: 3px;
  text-shadow: 0 0 5px #006d77;
  padding-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-btn {
  text-shadow: 0 0 5px #fff;
  border: none;
}

.banner-btn a {
  width: 150px;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
  padding: 12px 0;
  border: 0.5px solid #fff;
  color: #fff;
  position: relative;
  z-index: 1;
}

.banner-btn a span {
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #83c5be, #ffa386);
  z-index: -1;
  transition: 0.5s;
}

.banner-btn a:hover span,
.menu-btn a:hover span {
  width: 100%;
}

.banner-btn a:hover,
.menu-btn a:hover {
  color: #006d77;
}

#bookBtn a span {
  border-radius: 30px;
}

#bookBtn {
  color: #006d77;
}

#bookBtn:hover {
  font-weight: bold;
}

#feature {
  width: 100%;
  padding: 70px 0;
}

.title-text {
  text-align: center;
  padding-bottom: 70px;
  filter: drop-shadow(10px 10px 10px rgba(255, 255, 255, 1));
}
.title-text p {
  margin: auto;
  font-size: 20px;
  color: #006f77;
  font-weight: bold;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.title-text p::after {
  content: "";
  width: 50px;
  height: 35px;
  background: linear-gradient(#006d77, #ffa386);
  position: absolute;
  top: -20px;
  left: 0;
  z-index: -1;
  transform: rotate(10deg);
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
}
.title-text h1 {
  font-size: 60px;
  background: -webkit-linear-gradient(#006d77, #ffa386);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 3px #2f0000;
  filter: drop-shadow(5px 3px rgba(255, 255, 255, 1));
  font-weight: bold;
}

.feature-box {
  width: 80%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: space-between;
}
.features {
  flex-basis: 28%;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0 10px 20px 3px #00968814;
  transition: transform 0.5s;
  background-color: #eee;
  background: linear-gradient(#eee, rgba(140, 202, 215, 0.3)), transparent 70%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(40px);
  box-shadow: 0 0 50px rgba(255, 255, 255, 0.5);
}

.features-img {
  margin: auto;
  left: 60%;
  width: 77%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  filter: drop-shadow(0px 10px 10px rgba(85, 67, 67, 0.6));
}
.features-img img {
  border-radius: 10px;
}
.features h3 {
  margin-bottom: 10px;
  font-weight: 2em;
  color: #83c5be;
}
.features-desc {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.feature-icon .fa {
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 50px;
  border-radius: 8px;
  color: #83c5be;
  border: 1px solid #83c5be;
}
.feature-text p {
  padding: 0 20px;
  text-align: initial;
}
@media screen and (max-width: 770px) {
  .title-text h1 {
    font-size: 45px;
  }
  .features {
    flex-basis: 100%;
  }
  .features-img {
    flex-basis: 100%;
  }
  features-img img {
    width: 100%;
  }
}

/*--service---*/

#service {
  width: 100%;
  padding: 70px 0;
  background: #efefef;
}
.service-box {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: auto;
}
.single-service {
  flex-basis: 48%;
  text-align: center;
  border-radius: 7px;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
}
.single-service img {
  width: 100%;
  border-radius: 7px;
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 7px;
  cursor: pointer;
  background: linear-gradient(rgba(0, 0, 0, 0.5), #83c5be);
  opacity: 0;
  transition: 1s;
}
.single-service:hover .overlay {
  opacity: 1;
}
.service-desc {
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition: 1s;
}
hr {
  background: #ffffff;
  height: 2px;
  border: 0;
  margin: 15px auto;
  width: 60%;
}
.service-desc p {
  font-size: 14px;
  color: #fff;
}

.service-desc h3 {
  color: #fff;
}

.single-service:hover .service-desc {
  bottom: 40%;
  opacity: 1;
}
@media screen and (max-width: 770px) {
  .single-service {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  .service-desc p {
    font-size: 12px;
  }
  hr {
    margin: 5px auto;
  }
  .single-service:hover .service-desc {
    bottom: 25% !important;
  }
}

/*---testimonial---*/

#feedback {
  width: 100%;
}
.testimonial-row {
  width: 100%;
  padding-top: 10px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.testimonial-col {
  flex-basis: 30%;
  border-radius: 10px;
  box-shadow: 0 10px 20px 3px #00968814;
  cursor: pointer;
  transition: transform 0.5s;
  background-color: white;
  padding: 30px;
}
.testimonial-col p {
  font-size: 14px;
}

.testimonial-col img {
  border-radius: 10px;
  box-shadow: 0 10px 20px 3px #2edecc14;
}
.user {
  display: flex;
  align-items: center;
  margin: 20px;
}
.user img {
  width: 40px;
  margin-right: 20px;
  border-radius: 3px;
}
.user-info .fa {
  margin-left: 10px;
  color: #27c0ff;
  font-size: 20px;
}
.user-info small {
  color: #009688;
}
.testimonial-col:hover,
.features:hover {
  transform: translateY(-7px);
}
@media screen and (max-width: 770px) {
  .testimonial-col {
    flex-basis: 100%;
  }
}

footer {
  padding: 100px 0 20px;
  background: linear-gradient(#83c5be, rgba(0, 0, 0, 0.5));
  position: relative;
}
footer .row {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .fa,
footer .fa {
  font-size: 20px;
  color: #006d77;
  margin: 10px;
}

.footer-img {
  max-width: 270px;
  max-width: 25%;
  opacity: 0.1;
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  box-shadow: 0 10px 20px 3px #de802e14;
  margin-bottom: 0;
}
.social-links {
  text-align: center;
}
.social-links .fa {
  height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 40px;
  border: 1px solid #83c5be;
  margin: 5px 5px 0;
  color: #83c5be;
  cursor: pointer;
  transition: 0.5s;
}
.social-links .fa:hover {
  background: linear-gradient(#83c5be, #ffa386);
  color: #006d77;
  transform: translateY(-7px);
  border: 1px solid #006d77;
}
.social-links p {
  font-size: 12px;
  margin-top: 20px;
}

.carousel-control-prev-icon {
  background-color: #b97869;
  border-radius: 50%;
}

.carousel-control-next-icon {
  background-color: #7cc4e0;
  border-radius: 50%;
}

.carousel-caption:hover {
  filter: drop-shadow(0px 20px 20px rgba(0, 0, 0, 0.9));
}

.pageBtn {
  background: linear-gradient(to right, #83c5be, #ffa386);
  color: white;
  transition: all 0.2s linear;
}

.pageBtn:hover {
  background: linear-gradient(to right, #83c5be, #ffa386);
  color: #006f77;
  font-weight: bold;
  transition: all 0.2s linear;
}

.footer-text {
  margin-top: -50px;
  align-items: center;
  position: relative;
  color: #ca9f93;
  margin-bottom: 15px;
  font-size: 100%;
}

footer .title-text p {
  padding-top: 30px;
  padding-bottom: 0;
  margin-bottom: 15px;
}

footer .title-text p::after {
  content: "";
  width: 50px;
  height: 35px;
  background: linear-gradient(#006d77, #ffa386);
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
  transform: rotate(10deg);
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
  padding-top: 30px;
  padding-bottom: 0;
  margin-bottom: 0;
}

.lens-frame {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 10px solid #695951;
  background: radial-gradient(
      circle at center,
      #ffffff 0%,
      #cccccc 40%,
      #695951 100%
    ),
    transparent 20%;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s, background 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  margin: 1rem auto;
  cursor: pointer;
}

.lens-frame:hover {
  transform: scale(1.05);
}

.lens-frame::after {
  content: "";
  position: absolute;
  top: -20%;
  left: -20%;
  width: 150%;
  height: 150%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.15) 0%,
    transparent 20%
  );
  border-radius: 50%;
  z-index: 1;
}

.faq-content {
  z-index: 2;
  text-align: center;
  color: #695951;
  transition: opacity 0.5s ease;
}

.faq-answer {
  display: none;
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #695951;
}

.shutter {
  animation: shutter-close 0.5s forwards;
}

@keyframes shutter-close {
  0% {
    transform: scale(1);
    background: radial-gradient(
      circle at center,
      #ffffff 0%,
      #cccccc 40%,
      #695951 100%
    );
  }
  50% {
    transform: scale(0.95);
    background: #ffffff;
  }
  100% {
    transform: scale(1);
    background: radial-gradient(
      circle at center,
      #ffffff 0%,
      #cccccc 40%,
      #695951 100%
    );
  }
}

.accordion-body p strong {
  background: linear-gradient(90deg, #006d77, #ffa386);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.accordion-body p strong .icon ion-icon {
  color: #006d77 !important;
}

.accordion-body p {
  color: #ac573d;
}

.accordion-button.accBtn {
  box-shadow: none !important;
}

.accordion-button.accBtn:hover,
.accordion-button.accBtn:active,
.accordion-button.accBtn:focus {
  color: #85594c !important;
}

.accordion-button.accBtn.collapsed,
.accordion-button.accBtn:not(.collapsed) {
  background: linear-gradient(to right, #83c5be, #ffa386) !important;
  color: white;
  font-weight: bolder;
}

.accordion-button.accBtn span {
  color: white !important;
  display: inline-block;
}

.accordion-button.accBtn ion-icon {
  color: #85594c !important;
  display: inline-block;
}
