/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
. {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* width
::-webkit-scrollbar {
  width: 5px;
}

/* Track
::-webkit-scrollbar-track {
  background: rgba(0,0,0,0);
}

/* Handle
::-webkit-scrollbar-thumb {
  background: #1D547F;

}

/* Handle on hover
::-webkit-scrollbar-thumb:hover {
  background: rgb(15,144,77);
}*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;

}


/*body {
    background: #ffffff !important;
}*/

body {
    background: url('../images/bg2.jpg') no-repeat center center fixed;
    height: 100%;
}

/**Whatsapp button ***/
.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 25px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

.btn-whatsapp-pulse-border {
	bottom: 110px;
	right: 30px;
	animation-play-state: paused;

}

.btn-whatsapp-pulse-border::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	padding: 25px;
	border: 5px solid #25d366;
	opacity: 0.75;
	animation-name: pulse-border;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}

@keyframes pulse-border {
	0% {
		padding: 25px;
		opacity: 0.75;
	}
	75% {
		padding: 50px;
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
/**scroll top**/
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 9999;
  font-size: 3px;
  border: none;project-desc
  outline: none;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  padding: 15px 15px 15px 15px;
  border-radius: 50%;
}

#myBtn:hover {
  background-color: #f5bb34;
  color: #000;
}
.arrowUp{
    font-size: clamp(1.2rem, 2.5vw, 3rem);
 }

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.navbar {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  color: white; /* Ensure text is visible */
}

/*.navbar{
  background-color: #ffffff;
  transition: background-color 0.5s ease-in-out,
              border-radius 0.3s ease-in-out,
              box-shadow 0.3s ease-in-out,
              top 0.3s ease-in-out;

}*/

/*.navbar.scrolled {
  background-color: #ffffff;
  border-radius: 20px;
  border: 2px solid #3e5239; top: 5px;
}*/
/*.navbar.scrolled {
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}*/

.nav-item{
    font-weight: 500;
}
.nav-link {
    position: relative;
    color: #ffffff !important;
}

 .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #f5bb34;
    transition: width 0.3s ease-in-out;
  }
 .nav-link:hover::after {
    width: 100%;
  }

.navbar-toggler.togglerButton{
    border: none !important;
}
.navbar-toggler.togglerButton:focus{
    border-color: rgba(255, 204, 0, 0)!important;
}
.navbar-toggler.togglerButton:active{
    border-color: rgba(255, 204, 0, 0)!important;
}

.contact_me {
    position: absolute;
    right: 15px;
    top: 15px;
}

.logo{
    height: 100px;
}
@media (max-width: 768px) {
    .logo {
        height: 60px;
    }
}

@media (max-width: 480px) {
    .logo {
        height: 60px;
    }
}

/*header{
    margin-top: 4.3rem;
    }*/

/**LOADER**/

#loader-wrapper {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    z-index: 9999;
}

.loader-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#loader {
    border: 4px solid #000000;
    border-radius: 50%;
    border-top: 4px solid rgb(15,144,77);
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin-top: 10px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loaderImage {
    max-height: 5rem;
    max-width: 100%;
    margin-bottom: 10px;
}


.background-image {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 83vh;
}

.header {
  position: relative;
}

@media only screen and (max-width: 600px) {
  .permNavbar {
    display: none;
  }
}

.wave {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100px;
}

.socialIcon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1.5px solid #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
}

.btn.moreBtn{
    border-radius: 20px;
    background: rgba(254,237,0,255);
    border: 1px solid #e2000f;
    padding: 10px 30px 10px 30px;
    color: #000000;
    transition: background 0.3s ease-in-out, color 0.2s ease-in-out;
}

.btn.moreBtn:hover{
    border: 1px solid #e2000f;
    background: #e2000f;
    color: #ffffff;
}

.card-title.cardTitle {
  position: relative;
}

.card-title.cardTitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10%;
  border-bottom: 2px solid #e2000f;
}
.cardTitle.underline-half::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10%;
  border-bottom: 2px solid #e2000f;
}

.card.productCard {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

.card-img-top.productImage {
  width: 100%;
  height: auto;
}

/*.card-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.3s;
}*/

.overlay-title {
  color: white;
  text-align: center;
}

.overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* To darken the image */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0; /* Initially hide the content */
  transition: opacity 0.3s;
}

.card.productCard:hover .overlay-content {
  opacity: 1;
}

.card.productCard:hover .card-img-overlay {
  opacity: 0; /* Hide the title overlay on hover */
}


.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.gradient-overlay3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(255,255,255, 0.5), rgba(255,255,255, 0.5));
}

.card-bg {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease-in-out;
}
.card:hover .card-bg {
  transform: scale(1.09);
}

/**GALLERY**/
.column {
  flex: 25%;
  max-width: 33.3%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
  filter: grayscale(1) brightness(0.5);
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s linear;
}

.column img:hover {
  filter: grayscale(0);
}

@media screen and (max-width: 700px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
  .column img {
    filter: grayscale(0) brightness(1);
  }
}

.btn.button1{
    background: transparent;
    color: #000000;
    border-radius: 0px;
    border: 2px solid #335e2a;
}

.btn.button1:hover{
    background: #335e2a;
    color: #f5bb34;
    border: 2px solid #f5bb34;
}

.btn.connectBtn{
    background: #f5bb34;
    color: #000000;
    border-radius: 0px;
    border: 2px solid #335e2a;
    font-weight: 400;
    padding: 10px 10px 10px 10px;
}

.btn.connectBtn:hover{
    background: transparent;
    color: #000000;
    border: 2px solid #335e2a;
}

.footer-link{
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

.footer-link:hover{
    color: #fcee7d;
}

.gradient-overlay2 {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 75%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  height: 100%;
  border-radius: 0px;
}

.card.bgCard{
    margin-left: -200px;
}
@media (max-width: 768px) {
    .card.bgCard {
        margin-left: 00px;
    }
}

@media (max-width: 480px) {
    .card.bgCard {
        display: none;
    }
}

.dance{
    font-family: "Dancing Script", cursive;
}

.btn.knowBtn{
    border: 2px solid #f5bb34;
    border-radius: 0px;
    color: #f5bb34;
    padding: 10px 20px 10px 20px;
}
.btn.knowBtn:hover{
    border: 2px solid #f5bb34;
    background: #f5bb34;
    color: #000000;
}

/**gallery**/
.gallery {
  max-width: 100%;
  height: 360px;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.gallery-card {
  flex: 1;
  border-radius: 0.75rem;
  overflow: hidden;
  cursor: pointer;
  transition: flex 0.35s ease-in-out;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.35s ease;
}

.gallery-card:hover {
  flex: 2.25;
}

.gallery:has(.gallery-card:hover)
.gallery-card:not(:hover) img {
  filter: grayscale(100%);
  opacity: 0.5;
}

.background-image-circle {
    position: relative;
    background-size: cover;
    background-position: center;
    width: 50vh;
    height: 50vh;
    border-radius: 50%;
}

.background-image-circle img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: auto;
}

.noLink{
    color: #ffffff;
    text-decoration: none;
}

.fixedTop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030; /* Ensure it stays above other content */
}

.top-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 25px;
    background: #3d5239;
}


.top-bar ul{
    list-style: none;
    display: flex;
}

.top-bar li{
    margin: 0px 5px;
}
.top-bar a{
    text-decoration: none;
    color: #ffffff;
}

.top-bar a:hover{
    color: #fff;
}

.card.blur-card {
  backdrop-filter: blur(10px); /* Adjust the blur intensity */
  background-color: rgba(255, 255, 255, 0.5); /* Slightly transparent background */
}