/* Customize styles here */

header {
	min-height:120px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000; /* Ensures the header is on top of other content */
}

.navbar {
min-height:85px;
transition: all 0.3s ease;
background: #F5F5F5;
color:black; 
padding-right:10px;
padding-left:10px;
}

.navbar.scrolled {
    background: #F5F5F5 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar.scrolled .nav-link {
    color: black !important;
}

.navbar-brand {
	padding-right:5px;
	padding-left:5px;
	padding-top:0px;
    align-items: center;
}

.navbar-brand img {
 height: 65px;
 width:70px;
}

.nav-link {
 color: black !important;
 font-size: 18px;
 transition: color 0.3s ease;
}

.nav-item {
padding-left:5px;
padding-right:5px;
font-family: "Open Sans", sans-serif;
text-transform:uppercase;
margin-top:7px;	
margin-right:3px;	
margin-right:3px;	
}

 /* Hide the center logo on smaller screens */
 .center-logo {
   display: inline;
  }

 @media (max-width: 767.98px) {
/* Hide center logo on small screens */
 .center-logo {
   display: none;
  }

 /* Show the main logo on the left on mobile */
 .left-logo 
 {
  display: inline;
 }
 }
        
 /* Hide left logo by default on larger screens */
 .left-logo {
   display: none;
 }


.intro-text {
    text-align: center;
    font-size: 36px;
    color: black;
    margin-top: 100px; /* To ensure text is visible below the header */
    padding: 20px;
}

.banner {
 width:100%;
 justify-content: center;
 max-height: 840px;
 margin-bottom:20px;
}

.banner_img_ctner {
width:100%;
max-height:800px;	
}


.banner_img_ctner img {
width: 100%;
height:100%;
}

.banner_btn {
position:absolute;
top:55%;
left:40%;	
}
.content {
    padding: 20px;
}

@media (max-width: 768px) {
    .navbar-brand {
        position: static;
        transform: none;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
}

.banner_title {
font-size:70px; 
letter-spacing:1px;	
font-family:"Playfair Display", serif; font-weight:bold;
position:absolute;
top:40%;
left:30%;
color:#FFFFFF;
}


.website_title {
padding:10px;
text-align:left; 
font-size:50px; 
text-transform:uppercase; 
color:#222; 
letter-spacing:1px;
font-family:"Playfair Display", serif; font-weight:400;
}

.website_title_sm {
font-family:Monaco; font-weight:400;
color:#222;
font-weight:bold;
padding:10px;
font-size:35px;
text-align:left;
}

.big_black_text {
font-weight:bold;
font-size:34px;
padding-top:8px;
padding:5px;
}

.greeting_text{
font-family: 'Maulie Script', sans-serif;
font-size:26px;
}

.signature_style {
font-size:50px;
font-family: 'Sottel', sans-serif;	
}

.no_list_style {
list-style:none;
}

 .slideshow-text {
      position: absolute;
      top: 200px; /* Adjust as needed */
      left: 50%;
      transform: translateX(-50%);
      color: white;
      font-size: 48px;
	  font-family: 'Trebuchet MS', sans-serif;
	  font-weight:bold;
      text-align: center;
	  background-color:transparent;
 }
 
.appear-background {
opacity:0.7;	
}

.small_title
{
font-size:16px;	
font-weight:bold;
}

/* Footer styles */
.footer {
 background-color: #343a40; /* Same as navbar color */
 color: white;
 text-align: center;
 padding: 20px 0;
 }

 /* Center the carousel */
 .carousel {
  margin: 0 auto; /* Center the carousel */
  max-width: 100%; /* Adjust as needed */
  background-color:#333300;
  }

 /* Customize arrow styles */
    .carousel-control-prev, .carousel-control-next {
      width: 5%;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(0, 0, 0, 0.5); /* Adjust as needed */f0d49c
    }

 .carousel-control-prev-icon, .carousel-control-next-icon {
      background-image: none;
      color: white;
    }

    /* Adjust the arrow position on smaller screens */
    @media (max-width: 767px) {
      .carousel-control-prev, .carousel-control-next {
        width: 10%;
      }
    }
    
/* Set background color for the middle section */
 .middle-section {
      background-color:#f0d49c;
      padding-top: 0px; /* Adjust as needed */
      padding-left: 0px; /* Adjust as needed */
      padding-right: 0px; /* Adjust as needed */
      padding-bottom: 50px; /* Adjust as needed */
 }
	
/* Book btton styles*/ 
/* CSS */
.book_button {
  padding: 0.6em 2em;
  border: none;
  outline: none;
  color: rgb(255, 255, 255);
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}


/* CSS */
.main_btn {
  background: linear-gradient(to bottom right, #EF4765, #FF9A5A);
  border: 0;
  border-radius: 12px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.5;
  outline: transparent;
  padding: 0 1rem;
  text-align: center;
  text-decoration: none;
  transition: box-shadow .2s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}

.main_btn:not([disabled]):focus {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
}

.main_btn:not([disabled]):hover {
  box-shadow: 0 0 .25rem rgba(0, 0, 0, 0.5), -.125rem -.125rem 1rem rgba(239, 71, 101, 0.5), .125rem .125rem 1rem rgba(255, 154, 90, 0.5);
}


/* CSS */
.main_btn_2 {
  background-color: #c2fbd7;
  border-radius: 100px;
  box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset,rgba(44, 187, 99, .15) 0 1px 2px,rgba(44, 187, 99, .15) 0 2px 4px,rgba(44, 187, 99, .15) 0 4px 8px,rgba(44, 187, 99, .15) 0 8px 16px,rgba(44, 187, 99, .15) 0 16px 32px;
  color: green;
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 16px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.main_btn_2:hover {
  box-shadow: rgba(44,187,99,.35) 0 -25px 18px -14px inset,rgba(44,187,99,.25) 0 1px 2px,rgba(44,187,99,.25) 0 2px 4px,rgba(44,187,99,.25) 0 4px 8px,rgba(44,187,99,.25) 0 8px 16px,rgba(44,187,99,.25) 0 16px 32px;
  transform: scale(1.05) rotate(-1deg);
}



.book_button:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-book_button 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 10px;
}

@keyframes glowing-book_button {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.book_button:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #222;
  left: 0;
  top: 0;
  border-radius: 10px;
}



/* CSS */
.sendmail_btn {
  margin: 10px;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  display: block;
  border: 0px;
  font-weight: 700;
  box-shadow: 0px 0px 14px -7px #f09819;
  background-image: linear-gradient(45deg, #FF512F 0%, #F09819  51%, #FF512F  100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.sendmail_btn:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.sendmail_btn:active {
  transform: scale(0.95);
}


/*---------------------
  Blog
-----------------------*/

.blog__item {
	margin-bottom: 60px;
}

.blog__item__pic img {
 width: 100%;
 height:210px;
}

.blog__item__text {
	padding-top: 25px;
}

.blog__item__text ul {
	margin-bottom: 15px;
}

.blog__item__text ul li {
	font-size: 16px;
	color: #b2b2b2;
	list-style: none;
	display: inline-block;
	margin-right: 15px;
}

.blog__item__text ul li:last-child {
	margin-right: 0;
}

.blog__item__text h5 {
	margin-bottom: 12px;
}

.blog__item__text h5 a {
	font-size: 20px;
	color: #1c1c1c;
	font-weight: 700;
}

.blog__item__text p {
	margin-bottom: 25px;
}

.blog__item__text .blog__btn {
	display: inline-block;
	font-size: 14px;
	color: #1c1c1c;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #b2b2b2;
	padding: 14px 20px 12px;
	border-radius: 25px;
}

.blog__item__text .blog__btn span {
	position: relative;
	top: 1px;
	margin-left: 5px;
}

.blog__pagination {
	padding-top: 5px;
	position: relative;
}

.blog__pagination:before {
	position: absolute;
	left: 0;
	top: -29px;
	height: 1px;
	width: 100%;
	background: #000000;
	opacity: 0.1;
	content: "";
}


/*---------------------
  Categories
-----------------------*/

.categories__item {
	height: 270px;
	position: relative;
}

.categories__item h5 {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 20px;
	bottom: 20px;
	text-align: center;
}

.categories__item h5 a {
	font-size: 18px;
	color: #1c1c1c;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 12px 0 10px;
	background: #ffffff;
	display: block;
}

.categories__slider .col-lg-3 {
	max-width: 100%;
}

.categories__slider.owl-carousel .owl-nav button {
	font-size: 18px;
	color: #1c1c1c;
	height: 70px;
	width: 30px;
	line-height: 70px;
	text-align: center;
	border: 1px solid #ebebeb;
	position: absolute;
	left: -35px;
	top: 50%;
	-webkit-transform: translateY(-35px);
	background: #ffffff;
}

.categories__slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: -35px;
}



/* gallery CSS */

#myCarousel {
  img {
    height: 50%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

/* Map container styles */
#map {
padding-top:0px;
height: 400px; /* Adjust as needed */
width: 100%;
 }


/* Spotlight gallery custom CSS */

.spotlight img,
.image{
    width: 29vw;
    height: auto;
    max-width: 345px;
    margin: 1vmin 1vmin;
    content-visibility: auto;
}
.image{
    display: inline-block;
    height: 20vw;
    max-height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.spotlight img{
    height: 20vw;
    max-height: 200px;
    object-fit: cover;
}
.spotlight{
    cursor: pointer;
    display: inline-block;
}

/*End spotlight gallery CSS */



#thumbSlider {
  .carousel-inner {
    padding-left: 3rem;
    padding-right: 3rem;
    
    .row {
      overflow: hidden;
    }
    
    .thumb {
      &:hover {
        cursor: pointer;
      }
      &.active img {
        opacity: 1;
      }
    }
    
    img {
      height: 150px;
      margin-left: auto;
      margin-right: auto;
      display: block;
      opacity: .5;
      
      &:hover {
        opacity: 1;
      }
    }
    
    .carousel-control-prev-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='%23000'%20viewBox='0%200%208%208'%3E%3Cpath%20d='M5.25%200l-4%204%204%204%201.5-1.5-2.5-2.5%202.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
    }
    .carousel-control-next-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20fill='%23000'%20viewBox='0%200%208%208'%3E%3Cpath%20d='M2.75%200l-1.5%201.5%202.5%202.5-2.5%202.5%201.5%201.5%204-4-4-4z'/%3E%3C/svg%3E");
    }
  }
}

/* Team CSS */
.team-member {
            text-align: center;
            margin-bottom: 30px;
        }
        .team-member img {
            border-radius: 50%;
            width: 150px;
            height: 150px;
            object-fit: cover;
        }
        .team-member h4 {
            margin-top: 15px;
            margin-bottom: 5px;
        }
        .team-member p {
            margin-bottom: 0;
        }
		
		
/* Blog page CSS */

 .hero {
          background: url('../images/blog-cover.jpg') no-repeat center center;
            background-size: cover;
            height: 400px;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 20px;
        }
        .hero h1 {
            font-size: 3rem;
        }
        .blog-posts {
            margin-top: 30px;
        }
        .blog-post {
            margin-bottom: 30px;
        }
        .blog-post img {
            max-width: 100%;
            height: auto;
        }
        .subscribe-section {
            background: #f8f9fa;
            padding: 30px;
            margin-top: 30px;
            text-align: center;
        }
        .subscribe-section input {
            max-width: 300px;
            margin: 10px auto;
        }
		
		
/* CSS for download link */
.dropbtn {
  color: white;
  padding: 5px;
  font-size: 16px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 10px 12px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #F5F5F5; color:black;}
.dropdown:hover .dropdown-content {display: block; color:black;}
.dropdown:hover .dropbtn {background-color:#fdfdfd; color:black;}
.dropdown:hover .dropbtn {background-color:#fdfdfd; color:black;}

.nice_form_gb{
margin:5px;
padding:10px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.nice_form_newbg{
border-radius:10px;
margin:5px;
padding:15px;
box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
}

.cs_hero-unit
{
background-color:#F5F5F5;
padding:5px;	
}

@font-face {
  font-family: GistLight;
  src: url(fonts/GistLight.otf);
}
.styled_statement
{
font-family: GistLight;	
font-size:30px;
padding:10px;
}
