/* Base styles */
 .container {
            width: 60%;
            text-align: center;
            position: relative;
        }
        .paragraph {
            font-size: 1.5rem;
            opacity: 0;
            position: absolute;
            width: 100%;
            transition: opacity 1s, transform 1s;
        }
        .fade-in { opacity: 1; }
        .slide-in { transform: translateY(0); opacity: 1; }
        .hidden { display: none; }
		
		.pather
		{
			padding: 5px 5px 5px 20px;
			background-color: #FFFFFF;
		}

	
		
        /* Basic styling for the slider */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body, html {
            background-color: #ff7504;
			
        }
		.bordered
		{
			border: 3px solid #ffffff;
		}

		a.button:link  {
			background-color: #311601;
			text-decoration: none;
			color: white;
			padding: 10px;
			border-radius: 8px;
			font-size: 16px;
			font-weight: 200;
		}
		a.button:visited  {
			background-color: #311601;
			text-decoration: none;
			color: white;
			padding: 10px;
			border-radius: 8px;
			font-size: 16px;
			font-weight: 200;
		}
		a.button:hover  {
				background-color: #ffa10c;
				text-decoration: none;
				color: black;
				padding: 10px;
				border-radius: 8px;
				font-size: 16px;
				font-weight: 200;
			}

			.slider {
				transition: transform 0.50s ease-in; /* Add this line for ease-in transition */
			}
		.testimonial
		{
			background-color: #ffa10c;
			border-radius: 10px; 
			padding: 20px;
		}
		.normal-text
		{
			font-size:16px;
			line-height:1.4em;
		}
		
		.bold-text
		{
			font-family: "korolev", sans-serif;
			font-weight: 700;
			font-style: normal;
			font-size: 1.4em;
		}
		
		.bolder-text
		{
			font-family: "korolev", sans-serif;
			font-weight: 700;
			font-style: normal;
			font-size: 2em;
		}
		
		.clear
		{
			clear: both;
		}
		
		.content-area
		{
			border-top: 6px solid #FFFFFF;
		}

        .slider-container {
            position: relative;
            width: 100%;
            height: 60vh;
            overflow: hidden;
        }
        .slider {
            display: flex;
            width: 100%;
            height: 100%;
            transition: transform 1s ease-in-out;
        }
        .slide {
            min-width: 100%;
            height: 100%;
            background-size: cover;
            background-position: center;
        }
        .slider img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
font-family: "korolev", sans-serif;
font-weight: 400;
font-style: normal;
  height: 100%;
	
}

		.jpg
		{
			width: 131px;
			height: 131px;
			float: left;
			margin: 10px;
			border: 3px solid #ffffff; 
		}

/* Header and navigation */
.header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.header2 {
  position: relative;
  width: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 10px 3px 10px;
}
 
.logo {
  font-size: 1.5em;
  font-weight: bold;
}

.menu {
  display: flex;
  list-style: none;
  transition: max-height 0.3s ease;
  overflow: hidden;
  max-height: 0;
}

.menu.active {
  max-height: 600px;
}

.menu li {
	background-color: #492101;
	padding: 10px;
}

.menu a {
  text-decoration: none;
  color: white;
  font-size: 1em;
	padding-right: 20px;
}

.menu-toggle {
  display: none;
  font-size: 1.5em;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}



.content {
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  z-index: 1;
}


/* Media Queries */
@media (max-width: 1234px) {
	
	
  .menu {
    flex-direction: column;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
  }

  .menu li {
    text-align: center;
  }

  .menu-toggle {
    display: block;
  }
	.band-area
		{
			width: 100%;
			background-color: #311601;
			height: 230px;
			color: #ffffff;
		
		}
		.band-area-left
		{
			width: 100%;
			padding: 20px;
			text-align: center
		}
		
		.band-area-righ
		{
			width: 100%;
			padding: 20px;
			text-align: center;
		}
	
	.band-area-left1
		{
			width: 100%;
			padding: 20px;
			text-align: center
		}
		
		.band-area-righ1
		{
			width: 100%;
			padding: 20px;
			text-align: center;
		}
	.band-area-left2
		{
			width: 100%;
			padding: 20px;
			text-align: center
		}
		
		.band-area-righ2
		{
			width: 100%;
			padding: 20px;
			text-align: center;
		}
	.tholder
	{
		width: 80%;
		margin-left:auto;
		margin-right: auto;
	}
}

/* Ensure the menu works for larger screens */
@media (min-width: 1233px) {
  .menu {
    display: flex; /* Always visible */
    flex-direction: row; /* Align items horizontally */
    max-height: none; /* Prevent hiding */
    overflow: visible; /* Ensure items are shown */
  }

  .menu-toggle {
    display: none; /* Hide toggle button */
  }
	.band-area
		{
			width: 100%;
			background-color: #311601;
			height: 100px;
			color: #ffffff;
		
		}
		.band-area-left
		{
			width: 50%;
			float: left;
			padding: 20px;
		}
		
		.band-area-righ
		{
			width: 49%;
			float: right;
			padding: 20px;
		}
			.band-area-left1
		{
			width: 60%;
			float: left;
			padding: 20px;
		}
		
		.band-area-righ1
		{
			width: 29%;
			float: left;
			padding: 20px;
			text-align: left;
		}
		.band-area-left2
		{
			width: 35%;
			float: left;
			padding: 10px;

		}
		
		.band-area-righ2
		{
			width: 64%;
			float: right;
			padding: 10px;
		}
		
	.tholder
	{
		width: 50%;
		margin-left:auto;
		margin-right: auto;
	}
		
}


