
@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Besley:ital,wght@0,400..900;1,400..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playwrite+IT+Moderna:wght@100..400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
}
 a{
  text-decoration: none;
  color: #000;
 }

.navbar{
  padding: 12px;
  background: #ffffff;
}
.logo{
width: 120px !important;
}
.navbar li a{
  margin: 0 15px;
  font-family: Raleway;
  color: #000000;
  font-weight:bold;
} 
.cap-btn{
  background-color: #095E68;
  padding: 15px 40px;

  color: rgb(0, 0, 0);
  font-size: 17px;
  align-items: center !important;
  align-self:center !important;
 
  

}
.navbar-nav{
  display: flex;
  justify-content: center!important;
  align-items: center!important;
  text-align: center!important;
  padding-left: 0px !important;
 

}
.navbar li a:hover {
  color: #22add7 !important;
}

.navbar li a.active {
 
  border-bottom:  2px #22add7  solid !important;
  background-color: transparent;
  color: #22add7 !important;


}

.cap-btn:hover{
  background-color: #22add7;
  scale: 0.9;
  transition-duration: 0.96s;
  color: rgb(0, 0, 0);
}
.carousel-caption {
  top: 30%;
}

.c-item {
  height: 800px;
}

.c-img {
  height: 100%;
  object-fit: cover;
  filter: brightness(50%);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
 
  background-size: 100%;

}

.navbar-toggler{
  border-color:   #ffffff !important;
  background-color: #22add7; 
 

}



@media screen and (max-width: 300px) {
  .carousel-caption h1 {
    font-size: 30px;
  }
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color:rgb(0, 0, 0);
}

.about-us{

padding-top: 100px;
padding-bottom: 100px;

}
.imgg{
clip-path: polygon(35% 0, 100% 0%, 100% 56%, 35% 57%, 6% 30%);
}


@media (min-width: 1200px) {
    .navbar .navbar-collapse .border-top {
        border-top: none !important;
    }
}
.btn1 {
    --color: #095E68;
    font-family: inherit;
    display: inline-block;
    width: 8em;
    height: 2.6em;
    line-height: 2.5em;
    margin: 20px;
    position: relative;
    overflow: hidden;
    border: 2px solid var(--color);
    transition: color .5s;
    z-index: 1;
    font-size: 17px;
    border-radius: 6px;
    font-weight: 500;
    color: var(--color);


   }
   
   .btn1:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--color);
    height: 150px;
    width: 200px;
    border-radius: 50%;
   
   }
   
   .btn1:hover {
    color: #fff;
   }
   
   .btn1:before {
    top: 100%;
    left: 100%;
    transition: all .7s;
   }
   
   .btn1:hover:before {
    top: -30px;
    left: -30px;
   }
   
   .btn1:active:before {
    background: #3a0ca3;
    transition: background 0s;
   }
   
.img {
    --s: 10px; /* control the size */
    padding: var(--s);
    border: calc(2*var(--s)) solid #0000;
    outline: 1px solid #000;
    outline-offset: calc(-1*var(--s));
    background: conic-gradient(from 90deg at 1px 1px,#0000 25%,#000 0);
  }
  .img-hover {
    transition: .2s ease-in;
  }
  .img-hover:hover {
    transform: scale(.976666666666666);
   
  }
/*room section in home page */


  .rooms{
background-image: url('img/bg.jpg');
background-position: top;
background-size: cover;
background-repeat: no-repeat;
background-blend-mode: multiply;


    padding: 100px 0;
  }


.shadow{
    box-shadow: 0 4px 20px 27px rgba(0, 0, 0, 0.473);
}
.service-item {
    position: relative;
    text-align: center;
}

.service-item .service-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
}

.service-item .service-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    object-fit: cover;
    transform: scale(1.2);
    transition: .3s;
    z-index: -1;
}

.service-item:hover .service-img img {
    transform: scale(1);
}

.service-item .service-text {
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .3s;
}

.service-item:hover .service-text {
    background: rgba(78, 161, 187, 0.6);
}

.service-item .service-text h4,
.service-item .service-text p {
    transition: .3;
}

.service-item:hover .service-text h4 {
    color: #000000;
}

.service-item:hover .service-text p {
    color: var(--dark);
}

.service-item .service-text .btn-square {
    width: 100px;
    height: 100px;
    background: transparent;
    transition: .5s;
}

.service-item:hover .service-text .btn-square {
    background: var(--light);
}

.service-item .service-text .btn {
    width: 31px;
    height: 31px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: var(--light);
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
}

.service-item:hover .service-text .btn {
    width: 112px;
}


.button {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 15px;
    border: none;
    background: none;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
  }
  
  .button::before {
    margin-left: auto;
  }
  
  .button::after ,.button::before {
    content: '';
    width: 0%;
    height: 2px;
    background: #003d1f;
    display: block;
    transition: 0.5s;
  }
  
  .button:hover::after, button:hover::before {
    width: 100%;
  }


  /*gallery home*/

  .img-hover {
    transition: .2s ease-in;
  }
  .imgg-fluid {
    box-shadow: 8px 8px 4px var(--gold);
  }
  .img-hover:hover {
    transform: scale(.8);
  }


  .footer_wrapper {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.248), rgba(0, 0, 0, 0.881)), url('img/img5.jpg') center/cover no-repeat , #000000;
    padding:2% 0 2% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
  }
  
  .footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
  }
  
  .footer_wrapper .contact-info li a {
    color: white;
  }
  
  .footer_wrapper .link-widget li a,
  .footer_wrapper p {
    color: white;
    font-size: 14px;
    padding-left: 1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  
  .footer_wrapper .link-widget li a::before {
    content: '\21A3';
    font-family: "Merriweather", serif;
    font-weight: 900;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  
  }
  
  .footer_wrapper .link-widget li a:hover {
    margin-left: .625rem;
    color: hsl(0, 0%, 100%);
  }
  
  
  .footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
  }
  
  .footer_wrapper .copyright-section {
    background-color: #095E68;
    padding: 1.10rem 0 .3125rem;
    text-align: center;
  }
  
  .footer_wrapper .copyright-section a {
    color: white;
  }
  
  @media (max-width: 767px) {
    .footer_wrapper>div {
      padding: 0 1.875rem;
    }
   
  }

.center-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  #galleryy{
    
    background: url('img/1\ \ \ \ \ \(19\).jpg') rgba(0, 0, 0, 0.5) ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 500px;
    font-family: 'Tangerine';
  font-style: normal;
}

#galleryy  h4 {
    margin-top: 90px !important;

}
 
  /*room  page */
  #rooms-head{
    background: url('img/triple\ room.jpg') rgba(0, 0, 0, 0.507);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 500px;
    font-family: 'Tangerine';
  font-style: normal;


}



#rooms-head h4 {
    padding-top: 100px; /* Reduced padding for smaller heading */
}




.room-specs{
    background-color: #f3f2ee;
    padding: 30px;
    
}


@media only screen and (min-width: 1400px) {
    .room-specs{
        background-color: #f3f2ee;
        padding: 30px;
        z-index:10!important;
        margin-right: -100px;
        position: relative;
    }
    
    .rooms-1{
        margin-left: -100px;
        z-index: 0!important;
        position: relative;
    }

    .room-specs-rev{
        background-color: #f3f2ee;
        padding: 30px;
        z-index:10!important;
        margin-left: -100px;
        position: relative;
    }
    
    .rooms-2{
        margin-right: -100px;
        z-index: 0!important;
        position: relative;
    }
  }



#about-head{
    
    background: url('img/1\ \ \ \ \ \(6\).jpg') rgba(0, 0, 0, 0.288);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 500px;
    font-family: 'Tangerine';
  font-style: normal;
}

#about-head  h4 {
    margin-top: 90px !important;

}

#contact-head{
    
    background: url('img/1\ \ \ \ \ \(18\).jpg') rgba(0, 0, 0, 0.288);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 500px;
    font-family: 'Tangerine';
  font-style: normal;
}

#contact-head  h4 {
    margin-top: 90px !important;

}
.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1; }
    .bg-image.overlay {
      position: relative; }
      .bg-image.overlay > .container {
        position: relative;
        z-index: 3; }
      .bg-image.overlay:before {
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        background: rgba(0, 0, 0, 0.6);
     }
  
  .img-absolute {
    position: absolute;
    bottom: -100px;
    right: -100px; 
    box-shadow: #ffffff;
}
    .img-absolute img {
      max-width: 250px;
      border-radius: 40%;
      border: 10px solid #ffffff; }
    @media (max-width: 991.98px) {
      .img-absolute {
        right: 0px; }
        .img-absolute img {
          max-width: 160px; } }
  
  .custom-breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0; }
    .custom-breadcrumbs li {
      display: inline-block;
      color: #fff;
      margin: 0 4px;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: .1em;
      font-weight: bold; }
      .custom-breadcrumbs li a {
        font-weight: normal; }
        .custom-breadcrumbs li a:hover {
          color: #fff; }


          .contact-box{
            background: rgb(199, 191, 174);
            background: linear-gradient(90deg, rgba(102,95,81,1) 0%, rgb(170, 151, 110) 35%, rgba(140,113,54,1) 100%);
          }











          .review-container {
            width: 80%;
            margin: 1em auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .review-header {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .review-header > p {
            text-align: center;
        }
        .cards-container {
            display: flex;
            margin-top: 2em;
            margin-bottom: 4em;
        }
        .card {
            flex: 1;
            border: 1px solid rgb(158, 158, 158);
            min-height: 40vh;
            margin-right: 2em;
            border-radius: 5px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            padding: 1em 1em 1em 1em;
            line-height: 1.5em;
        }
        .card-title {
            font-size: 25px;
        }
        .card-avi {
            width: 30%;
            margin: 2em 0;
        }
        .card-subtitle {
            margin-bottom: 1em;
        }
        .card-desc {
            font-size: 18px;
            font-weight: 300;
        }
        .testimonials {
            background-color:transparent;
            width: 100%;
            max-width: 740px;
        margin: 20px;
            box-shadow: 0 6px 5px -7px #cbcbcb;
            border-radius: 3px;
            position: relative;
            opacity: 0;
            animation: showTestimonials 0.32s 0.78s cubic-bezier(0.55, 0.055, 0.675, 0.19) forwards;
            input {
              display: none;
              visibility: hidden;
              height: 0;
              width: 0;
              pointer-events: none;
              opacity: 0;
            }
          }
          
          @keyframes showTestimonials {
            to {
              opacity: 1;
            }
          }
          
          .testimonials-inner {
            position: relative;
            min-height: 100px;
          }
          
          .testimonial {
            padding: 40px 34px 20px 34px;
            margin: 0 30px;
            pointer-events: none;
            position: relative;
            z-index: 1;
          }
          
          input[name="testimonial"]:nth-child(1):checked ~ .testimonials-inner .testimonial:nth-child(1),
          input[name="testimonial"]:nth-child(2):checked ~ .testimonials-inner .testimonial:nth-child(2),
          input[name="testimonial"]:nth-child(3):checked ~ .testimonials-inner .testimonial:nth-child(3),
          input[name="testimonial"]:nth-child(4):checked ~ .testimonials-inner .testimonial:nth-child(4) {
            pointer-events: initial;
          }
          
          .testimonial {
            transition: 0.72s cubic-bezier(0.215, 0.610, 0.355, 1), opacity 0.32s 0.12s;
            opacity: 0;
            transform: translate(0, 38px);
            max-height: 80px;
            animation: hideTestimonial 0s 0.52s forwards;
            position: relative;
          }
          
          input[name="testimonial"]:nth-child(1):checked ~ .testimonials-inner .testimonial:nth-child(1),
          input[name="testimonial"]:nth-child(2):checked ~ .testimonials-inner .testimonial:nth-child(2),
          input[name="testimonial"]:nth-child(3):checked ~ .testimonials-inner .testimonial:nth-child(3),
          input[name="testimonial"]:nth-child(4):checked ~ .testimonials-inner .testimonial:nth-child(4) {
            animation: showTestimonial 0s 0.72s forwards;
            position: absolute;
            opacity: 1;
            transform: none;
            max-height: 500px;
            transition: 0.3s 0.52s, opacity 0.68s 0.92s, max-height 0.82s 0.72s;
          }
          
          @keyframes hideTestimonial {
            to {
              position: absolute
            }
          }
          
          @keyframes showTestimonial {
            to {
              position: relative
            }
          }
          
          input[name="testimonial"]:nth-child(1):checked ~ .testimonials-bullets label:nth-child(1) span,
          input[name="testimonial"]:nth-child(2):checked ~ .testimonials-bullets label:nth-child(2) span,
          input[name="testimonial"]:nth-child(3):checked ~ .testimonials-bullets label:nth-child(3) span,
          input[name="testimonial"]:nth-child(4):checked ~ .testimonials-bullets label:nth-child(4) span {
            background-color: #0052CB;
            transform: scale(1);
            transition: transform 0.36s cubic-bezier(0.26, -0.59, 0.43, 2.48), background-color 0.41s ease-in;
          }
          
          .testimonial-photo {
            height: 84px;
            width: 84px;
            position: absolute;
            top: -32px;
            left: 0;
            right: 0;
            margin: 0 auto;
          }
          
          .photo-background {
            background-color: #ffffff;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 50%;
            height: 100%;
            box-shadow: 0 -4px 3px -2px #c3c2c2;
            width: 100%;
            transform: scale(0.87);
            transition: 0.32s;
          }
          
          input[name="testimonial"]:nth-child(1):checked ~ .testimonials-inner .testimonial:nth-child(1) .photo-background,
          input[name="testimonial"]:nth-child(2):checked ~ .testimonials-inner .testimonial:nth-child(2) .photo-background,
          input[name="testimonial"]:nth-child(3):checked ~ .testimonials-inner .testimonial:nth-child(3) .photo-background,
          input[name="testimonial"]:nth-child(4):checked ~ .testimonials-inner .testimonial:nth-child(4) .photo-background {
            transform: scale(1);
            transition: 0s;
          }
          
          .photo-author {
            background-size: 68px;
            background-position: center;
            height: 0;
            width: 0;
            border-radius: 50%;
            background-color:transparent;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            margin: auto;
            opacity: 0;
            transform: scale(1.18) translate(0, -6px);
            transition: transform 0.42s ease-out, opacity 0.58s, width 0s 0.6s, height 0s 0.6s;
          }
          
          input[name="testimonial"]:nth-child(1):checked ~ .testimonials-inner .testimonial:nth-child(1) .photo-author,
          input[name="testimonial"]:nth-child(2):checked ~ .testimonials-inner .testimonial:nth-child(2) .photo-author,
          input[name="testimonial"]:nth-child(3):checked ~ .testimonials-inner .testimonial:nth-child(3) .photo-author,
          input[name="testimonial"]:nth-child(4):checked ~ .testimonials-inner .testimonial:nth-child(4) .photo-author {
            transform: scale(1);
            opacity: 1;
            height: 68px;
            width: 68px;
            transition: width 0.26s 1.01s, height 0.26s 1.01s;
          }
          
          .testimonial-text {
            color: #ffffff;
            font-size: 20px;
            text-align: center;
            text-shadow: 0 0 1px #ffffff;
            letter-spacing: 0.12px;
            font-style: italic;
            line-height: 26px;
            p {
              margin-bottom: 10px;
            }
          }
          
          .testimonial-author {
            font-size: 15px;
            text-align: right;
            color: #bdbdbd;
            letter-spacing: 0.24px;
            text-transform: uppercase;
            text-shadow: 0 0 1px #e3e3e3;
            &:before {
              content: '– ';
            }
          }
          
          .testimonials-bullets {
            display: flex;
            justify-content: center;
            width: 100%;
            height: 30px;
            transform: translate(0, 8px);
            .bullet {
              height: 30px;
              width: 30px;
              cursor: pointer;
              margin: 0 1px;
              div {
                display: flex;
                align-items: center;
                justify-content: center;
                height: 30px;
                width: 30px;
                border-radius: 50%;
                background-color: #ffffff;
                box-shadow: 0 4px 6px -7px #000000;
                span {
                  background-color: #c3c3c3;
                  height: 14px;
                  width: 14px;
                  border-radius: 50%;
                  transform: scale(0.82);
                  transition: 0.72s;
                }
              }
              &:hover span {
                background-color: #0052CB;
              }
            }
          }
          
          .testimonials-arrows {
            height: 100%;
            .arrow {
              display: flex;
              align-items: center;
              justify-content: center;
              height: 50px;
              width: 50px;
              position: absolute;
              top: calc(50% - 25px);
              span {
                display: flex;
                align-items: center;
                justify-content: center;
                background-color:#0052CB;
                border-radius: 50%;
                height: 40px;
                width: 40px;
                &:before {
                  font-size: 32px;
                  font-family: monospace, sans-serif;
                  font-weight: 600;
                  color: #c3c3c3;
                  transition: color 0.21s ease-in;
                }
              }
              &:hover span:before {
                color: #444444;
                transition: color 0.17s ease-out;
              }
              label {
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                width: 100%;
                cursor: pointer;
              }
            }
            .arrow-left {
              left: -20px;
              span {
              
                &:before {
                  content: '<';
                }
              }
            }
            .arrow-right {
              right: -20px;
              span {
         
         text-shadow: 7px 5px 5px #d8cccc;        &:before {
                  content: '>';
                }
              }
            }
          }
          
          input[name="testimonial"]:nth-child(1):checked ~ .testimonials-arrows .arrow-left label[for="input-testimonial4"],
          input[name="testimonial"]:nth-child(1):checked ~ .testimonials-arrows .arrow-right label[for="input-testimonial2"],
          input[name="testimonial"]:nth-child(2):checked ~ .testimonials-arrows .arrow-left label[for="input-testimonial1"],
          input[name="testimonial"]:nth-child(2):checked ~ .testimonials-arrows .arrow-right label[for="input-testimonial3"],
          input[name="testimonial"]:nth-child(3):checked ~ .testimonials-arrows .arrow-left label[for="input-testimonial2"],
          input[name="testimonial"]:nth-child(3):checked ~ .testimonials-arrows .arrow-right label[for="input-testimonial4"],
          input[name="testimonial"]:nth-child(4):checked ~ .testimonials-arrows .arrow-left label[for="input-testimonial3"],
          input[name="testimonial"]:nth-child(4):checked ~ .testimonials-arrows .arrow-right label[for="input-testimonial1"] {
            z-index: 1;
          }
          
          .testimonial:nth-child(1) .photo-author {
          background-image: url('img/icons8-albania-circular-48.png');
          }
          
          .testimonial:nth-child(2) .photo-author {
           background-image: url('img/icons8-austria-48.png');
          }
          
          .testimonial:nth-child(3) .photo-author {
          background-image:  url('img/icons8-germany-48.png');
          }
          
          .testimonial:nth-child(4) .photo-author {
          background-image: url('img/icons8-italy-48.png') ;
          }
          .main {
            display: flex;
            align-items: center;
            justify-content: center;
          background-color: transparent;
            overflow: hidden;
            height: 30vh;
            width: 100vw;
          }
          @media screen and (max-width: 900px ) {
            .main  {
            font-size: 20px !important;
           height: 50vh!important;
        
         
            }
        }
        @media screen and (max-width: 767px ) {
          .head-home  h1  {
          font-size: 60px !important;
        
        }
        }
        .testt{

        
        background-image: url('img/1\ \ \ \ \ \(10\).jpg');
        background-color: #00000081;
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        }
                       
    
.fadeinleft {   
    opacity:0;
    transform: translateX(200px);   
    transition: all 1.3s ease-out               ;
  }
  .fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
  }
  .fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
  }
  .fadeinup{
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s ease-out;
  }
  .fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
  }
  .active-left,.active,.active-right,.active-down,.active-up{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
  }
  .fadein{
  opacity: 0;
  }
  @media (max-width: 767px) {
    .room-specs {
      margin-top: -100px !important; /* Set the margin-bottom to 0 for all mobile screens */
 background-color: #000;
    }
  }
  #footerbanner{
    background: url('../img/homepage2.jpg')rgba(0, 0, 0, 0.463);
    background-size: cover;
    background-blend-mode: multiply;

    background-attachment: fixed;
    background-position: 0% 70%;
    height: 300px;
    display: flex;
    align-items: center;
}
/* Base Styles */
.gallery-ig {
  padding: 135px 0 133px;
  margin-top: 100px;
}

.gallery-ig {
  padding: 0 0 133px;
}

.gallery-ig-main {
  display: flex;
  justify-content: space-between;
}

.gallery-ig-main .col-img:first-child,
.gallery-ig-main .col-img:last-child {
  max-width: 360px;
}

.gallery-ig-main .col-img .ig-box {
  position: relative;
  height: 612px;
}

.gallery-ig-main .col-img .ig-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-ig-main .col-img .ig-box .content {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.gallery-ig-main .col-img .ig-box:hover .content {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.gallery-ig-main .col-img:nth-child(2) {
  margin: 0 15px;
}

.gallery-ig-main .col-img .top {
  display: flex;
}

.gallery-ig-main .col-img .top .ig-box {
  margin: 0 15px 28px;
  height: 292px;
}

.gallery-ig-main .col-img .bottom .ig-box {
  margin: 0 15px 0;
  height: 292px;
}
.testimonial-section{
  background: url('img/homepage2.jpg')  #333333ce;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  margin: 2px;
  padding: 50px !important;
}

.testimonial-box{
  padding: 30px;
  border: 8px solid white;
  border-radius: 8px;
  min-height: 250px; /* Set a minimum height */
  display: flex;
  flex-direction: column;
  justify-content: center; /* Center the content vertically */
  align-items: center; /* Center the content horizontally */
}

.testimonial-box:hover{
  background: #3333339a;
  transform: translateY(-15px);
  transition: background 0.5s ease-in-out, transform 0.8s ease;
}
/* For screens smaller than 768px */
@media (max-width: 768px) {
  .gallery-ig {
    padding: 30px 0;
    margin-top: 50px;
  }

  .gallery-ig h1 {
    font-size: 24px;
    text-align: center;
  }

  .gallery-ig-main {
    flex-direction: column;
    align-items: center;
  }

  .gallery-ig-main .col-img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .gallery-ig-main .col-img .top,
  .gallery-ig-main .col-img .bottom {
    flex-direction: column;
  }

  .gallery-ig-main .col-img .ig-box {
    height: auto;
  }

  .gallery-ig-main .col-img .top .ig-box,
  .gallery-ig-main .col-img .bottom .ig-box {
    margin: 0 0 15px;
    height: auto;
  }

  .tf-button {
    width: 100%;
    padding: 15px;
    text-align: center;
  }
}

/* For screens smaller than 480px */
@media (max-width: 480px) {
  .gallery-ig h1 {
    font-size: 23px;
    margin-bottom: 15px;
  }
  

  .tf-button {
    font-size: 12px;
    padding: 10px;
    line-height: 40px;
  }

  .tf-button.style3 {
    padding: 10px 20px;
    line-height: 40px;
  }
}
.section-title h1{
  text-align: center;
  font-size: 4.2rem;
  padding-top:10%;
  letter-spacing: 10px;
  color: #ffffff;
  letter-spacing: 3px;
  font-family: "Abril Fatface", serif;
font-weight: 400;
font-style: normal;
}
.section-title p{
  text-align: center;

  padding-bottom:3%;
  letter-spacing: 10px;
  color: #fcfcfc;
  letter-spacing: 3px;
  font-family: "Abril Fatface", serif;
font-weight: 400;
font-style: normal;
}




.section-background{
  background: url('img/homepage.jpg')  rgba(20, 19, 19, 0.603) ;

  background-position:left-top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 400px;
  
}
.section-background2{
  background: url('img/homepage2.jpg')  rgba(20, 19, 19, 0.329) ;

  background-position:center;
  background-size:cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 400px;
  
}

.section-background3{
  background: url('img/homeback7.jpg')  rgba(20, 19, 19, 0.329) ;

  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 400px;
  
}
@media(max-width: 990px){

  .section-background, .section-background1, .section-background2 {
     height: 500px !important;
  }
  .section-title h1{
     padding-top: 50%;
     font-size: 40px !important;
  }
  }
  
   @media(max-width:767px ){
  
   
   .section-background, .section-background1, .section-background2 {
    height: 400px !important;
  }
  .section-title h1{
    padding-top: 50%;
    font-size: 40px !important;
  }
   }
   ::selection {
    color: rgb(54, 130, 171);
    background: rgb(174, 204, 239);
  }
  