/************************************************* Header ********************************************************************/
/********** Main Banner **************************************************************************************************/
.MainBanner h1{font-size:90px; line-height:1;}
.foogallery-album-header h2 {
  margin-bottom: 37px;
}
/************************************************* Content ********************************************************************/
 .wp-block-button__link {
  moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 14px;
  padding: 15px 32px;
  font-family: "Carlito", serif;
  border-radius: 5px;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 0.1em;
  padding: 15px 25px !important;
}
.banner-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh !important; 
  transition: transform 0.3s ease-in-out, background-size 0.3s ease-in-out;
}
@keyframes slow-up-down {
  0%, 100% {
    transform: translateY(0); /* Start and end at the original position */
  }
  50% {
    transform: translateY(-15px); /* Move up by 15px */
  }
}

.slow-bounce {
  animation: slow-up-down 3s infinite; /* 3s for a slower bounce, adjust as needed */
}

.foogallery-album-gallery-list .foogallery-pile::before, .foogallery-album-gallery-list .foogallery-pile::after {display:none;}
.wp-block-button__link:hover{background:#A50000;color:#fff !important;}
/********** Testimonials **************************************************************************************************/
#TestiArea{background:url(../images/image.jpg) no-repeat top center; background-size:cover; min-height:620px;}

#Testimonials .carousel-inner {width:85%; margin:auto; line-height:1.4; font-size:30px;} 
#Testimonials .carousel-indicators {position:static; margin-top:40px; list-style-type:none;vertical-align:middle;}
#Testimonials .carousel-indicators li{width:15px; height:15px; margin:0 4px; background-color:#000; opacity:1; border:solid 2px #000; border-radius:50%; vertical-align:middle;}
#Testimonials .carousel-indicators li.active {background-color:#fff; border:solid 2px #000;width:18px; height:18px;vertical-align:middle;}
  
 
/********** Footer ***************************************************************************************************/
#Footer{font-size:15px; line-height:24px; border-top:solid 5px #A50000;}
#Footer li.active a {color:#000;}
#Footer a{color:#fff;}#Footer a:hover,#Footer .list-inline a:hover{color:#000;}
#Footer h4{font-size:15px;letter-spacing:0.1em;}

#Footer .Copytext{font-size:12px;}

/*************************************************************************************************************/
@media (min-width:992px) {
.MainBanner .mask{position:absolute; top:0px; right:0%; left:0%; z-index:9; background:rgba(0,0,0,0.1); min-height:100%;}
#Footer .Copytext{letter-spacing: 0.1em;}

}
@media (min-width: 1920px){.container {max-width:1620px !important;}
.Homebnr .bnr {height:850px; width:100%; -o-object-fit:cover; object-fit:cover; -o-object-position:center; object-position:right;}
}

@media (min-width: 1600px) {.container {max-width:1540px;}  
.gutter-lg {margin-left:-20px!important;margin-right:-20px!important;}
.gutter-lg div[class^="col"]{padding-left:20px!important;padding-right:20px!important;}
.MainBanner h1{font-size:80px;}
h1, .h1 {font-size:50px;}   

}
/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1359.98px) and (max-width: 1459.98px){ }
/*@include media-breakpoint-between(1280) { ... }*/
@media (min-width: 1199.98px) and (max-width: 1359.98px){ }
@media (min-width: 991.98px) and (max-width: 1199.98px) {.MainBanner h1{font-size:60px;}.fs-30{font-size:24px !important;}}
/*@include media-breakpoint-between(md, xl) { ... }*/
@media (min-width: 768px) and (max-width: 991.98px) {.MainBanner h1{font-size:60px;}.fs-30{font-size:22px !important;}.fs-60{font-size:40px !important;}#Testimonials .carousel-inner {width:93%;font-size:24px;}}

@media (max-width: 767.98px) {.MainBanner h1{font-size:40px;}.fs-30{font-size:20px !important;}.fs-60{font-size:40px !important;} .ls-5{letter-spacing:0.01em;}#Testimonials .carousel-inner {width:100%;font-size:22px;}}
@media (max-width: 575.98px){
.MainBanner .Homebnr .bnr,.MainBanner .bnr {
    height:220px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.banner-image {
 
height: 300px !important; } 
#Header .btn{padding:13px 15px;letter-spacing:0.1em;}
 
}

@media (max-width: 479px) {}
@media (max-width: 320px) {}