html {
  scroll-behavior: smooth;
}
body {
  background-color:#212121;
}

.container {
  width:85%;

}
.column {
  flex: 33.33%;
  padding: 16px; }


h2 {
  
  color:white; 
  font-size: 64px;
}


.menu {
  color: white;
}



p {
  font-family:'Helvetica', 'Arial', sans-serif;
font-size: 16px;
} 

.bold-text {
  font-family: 'Red Hat Text';
  font-weight: bold;
}

.totextcared{
  font-weight: initial !important;
}

.material-icons {
  color:  white;
}

.Colors
costom-colorb {color: #121212;}

ul  {
  padding-left:0;   
 }
 ul li  {
  list-style-position:inside

}
 
/* Additional styles for mobile responsiveness */
.cardspas {
  margin-bottom: 20px; /* Add some space between cards */
  margin: 1%;
}

.shitttt {
  min-height: 100px; /* Adjust minimum height for card content */
}

/* Custom styling for three cards in a row with spacing */
.custom-row {
  display: flex;
  flex-wrap: wrap;
  margin: -5px; /* Negative margin to create a 5px space */
}

.custom-col {
  flex: 0 0 calc(33.333% - 10px); /* 33.333% width with 10px space between */
  max-width: calc(33.333% - 10px);
  box-sizing: border-box;
  padding: 5px; /* 5px padding to create the space */
}

.bananas {
  margin-block: 16px;
  margin-inline: 0px 10px;
  
}





.flex-container {
  display: flex;
}


.box {
  padding: 20px;
  width: 400px;
}



.olared {
  color: #121212;
}

.funb {
  height: 136px;
  height: 40px;
  background-color: 121212; 
  border: 1px solid white;
  color: white;
  padding: 10px 24px;
  text-align: center ;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 25px;
}



.funb:hover {background-color:#555555;}

.whap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15rem;
}

.whap020{
  display: flex;
  align-items: center;
  justify-content: space-between;
 
}

.whapgap{
  columns: 2;
  gap: 50px;
}

.nanana{
  display: flex;
  align-items: end;
  justify-content: end;

}



p.inset {
  border-style: inset;

}


/* Slideshow container */
.slideshow-container {
  max-width: 500px;
  position: relative;
  margin: auto;
  border-radius: 25px;
  
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 5px;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}



/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.sidenav{
  background-color: #212121;
  width: 200px;
}

nav ul.right li a:hover,
nav ul.sidenav li a:hover {
  background-color:#717171 !important;
  color: whitesmoke !important; 
  outline-style: none;

}




nav ul.right li a,
nav ul.sidenav li a {
  background: #212121;
  border-radius: 0 !important;
  color: whitesmoke !important; 
}

.page-footer {
  border-top: 1px solid whitesmoke; /* Set the color to white (#ffffff) */
  padding-top: 10px; /* Adjust the padding as needed */
  margin-top: 20px; /* Add some space between the content and the line */
}

.sidenav-overlay {
  z-index: 0;

}



.sbbra{
  display: flex;
  flex-direction: row;
}

.sbbra202{
  display: flex;
  flex-direction: row;
}

 

/* On screens that are 992px wide or less, the background color is blue */
@media screen and (max-width: 992px) {
  
.sbbra{
  display: flex;
  flex-direction: column;
}
}

/* On screens that are 600px wide or less, the background color is olive */
@media screen and (max-width: 600px) {
 
 .booboo{
display: flex;
flex-direction: column;
 }

.sbbra{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sbbra202{
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}

.slideshow-container{
  height:500px;
}

}

.header-ti {
  min-height: 8rem;
  background-attachment: local;
  background-repeat: round;
 border-radius: 25px;
  background-size: 50%;
  background-color: white;
  margin: 5px;
  margin-right: 50px;
  padding: 10px ;
  display: flex;
  align-items: center;
  justify-content: center;
}

.responsive-img {
  max-width: 100px;
  height: auto;
  margin: 20px;
}



.header-ti a {
  margin-right: 20px; /* Adjust the spacing between images */
  vertical-align: middle; 
}