/**
* Template Name: MyPortfolio
* Updated: Jan 09 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/myportfolio-bootstrap-portfolio-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: 'VALENTINO';
  src: url('../fonts/VALENTINO.woff2') format('woff2'),
       url('../fonts/VALENTINO.woff') format('woff'),
       url('../fonts/VALENTINO.otf') format('opentype');
  font-weight: lighter;
  font-style: normal;
}

.rounded {
  border-radius: 20px !important;
}

.tags {
  text-decoration: none;
  color: #000;
  display: inline-block;
  padding: 2px 10px;
  position: relative;
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .procedure {
    background: #f6f6f6;
    padding: 0 !important;
    margin: 0;
  }

  .procedure .bottom-row {
    margin-top: 50px !important;
  }
  .procedure .bottom-row2 {
    margin-top: 25px !important;
  }

  .procedure img {
    width: 100%;
    object-fit: cover;
    padding: 0;
    margin: 0;
  }

  .procedure .col-lg-2 {
    padding: 0;
  }

  .procedure .row {
    padding: 0;
    margin: 0;
  }
}

.collapse{
padding: 0% !important;
}

@media (max-width: 768px) {

  .procedure {
    background: #f6f6f6;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    padding-left: 10px;
  }

  .reservation-button {
    padding: 10px 10px !important; 

  }

  .procedure .col-lg-2 {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .procedure img {
    padding-top: 10px;
    width: 40%;
    height: auto;
    object-fit: cover;
    border-radius: 100px !important;
  }

}

/* About Us Section Testimonials */
.about-us-section .testimonial-wrap {
  padding: 20px;
  background: #f6f6f6;
  border-radius: 10px;
}

.about-us-section .testimonial-wrap .testimonial img {
  border-radius: 50%;
  width: 200px;
  margin: 0 auto 30px auto;
}

.about-us-section .testimonial {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-us-section .testimonial-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-bottom: 20px;
  object-fit: cover;
  object-position: center;
  
}

.about-us-section  .testimonial-wrap .testimonial {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.about-us-section .testimonial-text {
  text-align: center;
}
/* About Us Section Testimonials DESKTOP */

@media (min-width: 765px) {

  .about-us-section  .testimonial-wrap .testimonial {
    text-align: center;
    max-width: 1500000px;
    margin: 0 auto;
  }

  .about-us-section .testimonial-wrap {
    padding: 0px;
    background: #f6f6f6;
    border-radius: 10px;
    height: fit-content !important; /* Allow container to fit content */
  }

  .about-us-section .testimonial-wrap .testimonial img {
    border-radius: 20px;
    height: 665px;
    margin: 0 auto 0px auto;
  }
  .about-us-section .testimonial {
    flex-direction: row;
    text-align: left;
    align-items: flex-start !important; 
    height: 700px !important;  /* Set fixed height based on image */
  }

  .about-us-section .testimonial-img {
    min-width: 600px; /* Set the width of the image */
    min-height: 700px; /* Set the height of the image */
    border-radius: 20px;
    margin-bottom: 0;
    margin-right: 20px;
    flex-shrink: 0; /* Prevent image from shrinking */
    object-fit: cover; /* Maintain aspect ratio */
  }

  .about-us-section .testimonial-text {
    text-align: left;
    padding: 40px;
    height: 100%; /* Take full height of parent */
    overflow-y: auto; /* Allow scrolling if text is too long */
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 765px) and (max-width: 1200px) {
  .about-us-section .testimonial-wrap .testimonial img {
    border-radius: 20px;
    height: 665px;
    width: 400px; /* Narrower width for tablet */
    margin: 0 auto 0px auto;
  }

  .about-us-section .testimonial-img {
    min-width: 400px; /* Narrower width for tablet */
    min-height: 700px;
    border-radius: 20px;
    margin-bottom: 0;
    margin-right: 20px;
    flex-shrink: 0;
    object-fit: cover;
  }
}

/* About Us Section Testimonials */

.navbar {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

#main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.section {
  padding-top: 0 !important;
}

body {
  font-family: "Raleway", sans-serif;
  color: #0d1e2d;
}

.reservation-button {
  padding: 10px 20px;
  font-size: 15px; 
  margin-top: 9px;
}

a {
  color: #777;
  text-decoration: none;
}

a:hover {
  color: #000;
}

.responsive-text {
  font-size: calc(2.5rem + ((1vw + 1vh) - 10px)); /* Adjust the base size and scaling factor as needed */
}

.responsive-text-small {
  font-size: calc(3rem + ((1vw + 1vh) - 10px)); /* Adjust the base size and scaling factor as needed */
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: "Raleway", sans-serif;
}

.section {
  padding: 1rem 0;
}



.filters a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  padding: 2px 10px;
  margin: 5px 5px;
  position: relative;
  background: white;
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.filters a:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}

.filters a.active {
  color: #000;
  background: #f6f6f6;
}

.filters a:hover:before,
.filters a.active:before {
  display: none;
}

.item {
  border: none;
  margin-bottom: 30px;
  padding: 0;
}

.item .item-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.item .item-wrap:after {
  display: none; /* Remove dark overlay entirely */
}

.item .item-wrap img {
  transition: 0.3s transform ease;
  transform: scale(1);
}

.item .item-wrap>.work-info {
  position: absolute;
  top: 80%;
  width: 100%;
  text-align: center;
  z-index: 3;
  transform: translateY(-50%);
  color: #fff;
  opacity: 1; /* Make text visible by default */
  visibility: visible; /* Make text visible by default */
  margin-top: 0;
  transition: all 0.3s ease;
}

.item .item-wrap .work-info h3 {
  font-size: 20px;
  transition: all 0.3s ease;
}

.item .item-wrap:hover .work-info h3 {
  font-size: 16px; /* Increase text size on hover */
  transform: scale(1.1); /* Add slight scale effect */
}

/* Add text shadow for better visibility against image */
.item .item-wrap .work-info h3 {
  font-size: 13px; /* Smaller size for mobile */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
  .item .item-wrap .work-info h3 {
    font-size: 20px; /* Original size for desktop */
  }
  
  .item .item-wrap:hover .work-info h3 {
    font-size: 24px;
    transform: scale(1.1);
  }
}

.item .item-wrap>.work-info span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.item .item-wrap:hover {
  text-decoration: none;
    border-radius: 5px;
}

.item .item-wrap:hover img {
  transform: scale(1.05);
  border-radius: 5px;
}

.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
  border-radius: 5px;
}

.item .item-wrap:hover .work-info {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
  border-radius: 5px;
}

.testimonial-wrap {
  padding: 40px 40px 20px 50px;
  background: #F6F6F6;
}

.testimonial-wrap .testimonial {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.testimonial-wrap .testimonial img {
  border-radius: 50%;
  width: 120px;
  margin: 0 auto 30px auto;
}

.testimonial-wrap .testimonial blockquote p {
  font-size: 20px;
}

.h3 {
  font-size: 20px;
}

.h4 {
  font-size: 16px;
}

.heading {
  font-size: 28px;
}

.white {
  background-color: white !important;
}

.readmore {
  display: inline-block;
  border: 0px solid #000;
  padding: 10px 15px;
  font-size: 14px;
  background: #f6f6f6;
  text-transform: uppercase;
  color: #000;
  transition: 0.2s all ease;
  font-weight: 500;
   border-radius: 5px;
   margin-bottom: 5px;
   margin-top: 5px;
}

.readmore:active,
.readmore:focus,
.readmore:hover {
  outline: none;
}

.readmore:hover {
  background-color: #000000 !important;
  color: #fff;
}

.testimonials-slider .swiper-pagination {
  margin-top: 10px;
  position: relative;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(13, 30, 45, 0.3);
  opacity: 1;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(13, 30, 45, 0.6);
}

.sticky-content {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  /* required */
}

.list-line li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.bg-light {
  background-color: #F6F6F6 !important;
}

.list-line li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7rem;
  width: 10px;
  height: 2px;
  background: #000;
}

.form-control {
  border-radius: 0;
  background: #f8f9fa;
  border: 1px solid transparent;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.form-control:active,
.form-control:focus {
  background: #eff1f4;
  outline: none;
  box-shadow: none;
  border: 1px solid transparent;
}

.custom-progress {
  height: 7px;
  border-radius: 0;
}

.custom-progress .progress-bar {
  background: #000;
}

/* Services */
.services i {
  font-size: 40px;
}

.services h4 {
  padding-top: 10px;
}

/* Contact Form */
.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br+br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* Custom Navmenu */
.custom-navmenu {
  background: #fff;
  padding-top: 30px;
}

 .card {
     border: 0px solid black;
  padding: 0px !important;
  background-color: #f6f6f6 !important;
 }
 

.custom-navmenu .custom-menu,
.custom-navmenu .custom-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-navmenu .custom-menu li {
  margin-bottom: 0;
  font-size: 20px;
}

.custom-navmenu .custom-menu li a {
  color: #0d1e2d;
  padding: 10px 0 !important;
}

.custom-navmenu .custom-menu li a:hover {
  text-decoration: none;
}

.custom-navmenu .custom-menu li.active a {
  text-decoration: underline;
}

.custom-navmenu h3 {
  font-size: 20px;
  color: #fff;
}

.custom-navmenu p {
  color: rgba(255, 255, 255, 0.6);
}

.custom-navmenu a {
  color: rgba(255, 255, 255, 0.7);
}

.custom-navmenu a:hover {
  color: #fff;
}

/* Custom Navbar */
.custom-navbar {
  padding-top: 20px;
  width: 100%;
  justify-content: normal !important;
}

.custom-navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-navbar .logo-container {
  flex: 1;
  display: flex;
  justify-content: center;
  position: relative;
}

@media (max-width: 780px) {
  .custom-navbar>.container {
    padding-right: 0;
    padding-left: 0;
  }
}

.custom-navbar .navbar-brand {
  font-size: 1.7rem;
}

/* Burger */
.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
}

.burger:before,
.burger span,
.burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.burger:before,
.burger:after {
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.burger:before {
  top: 4px;
}

.burger span {
  top: 15px;
}

.burger:after {
  top: 26px;
}

/* Hover */
.burger:hover:before {
  top: 7px;
}

.burger:hover:after {
  top: 23px;
}

/* Click */
.burger.active span {
  opacity: 0;
}

.burger.active:before,
.burger.active:after {
  top: 40%;
}

.burger.active:before {
  transform: rotate(45deg);
}

.burger.active:after {
  transform: rotate(-45deg);
}

.burger:focus {
  outline: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 0 0 4rem 0;
}

.footer a {
  color: #000;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  color: #0d1e2d;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #000;
}

