body {
	overflow-x: hidden;
	background-color: rgb(255, 255, 255);
 }
 
u{
	color:rgb(165, 3, 68) ;
}


   /* Navbar styling */
   .navbar {
    overflow: hidden;
    position: relative;
  }

  #logo{
	height: 5vh;
	width: auto;
  }
  
  /* Navbar links */
  .navbar a {
    display: block;
    color:rgb(165, 3, 68);
    text-align: center;
    padding: 5px 5px;
    text-decoration: none;
    font-size: 17px;
	width: 15PX;
  }
  
  /* Hover effect for navbar links */
  .navbar a:hover {
    background-color: rgb(165, 3, 68);
	border-radius: 15PX;
    color: rgb(255, 255, 255);
  }
  
  /* Menu links are hidden by default on small screens */
  .navbar .menu {
    display: none;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
  
  /* Hamburger icon (show on small screens) */
  .navbar .icon {
    display: block; /* Initially displayed on small screens */
    font-size: 30px;
    color: rgb(165, 3, 68);

    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 20px;
  }
  
  /* On large screens, menu appears horizontally and icon is hidden */
  @media screen and (min-width: 500px) {
    .navbar .icon {
      display: none; /* Hide hamburger icon on large screens */
    }
    .navbar .menu {
      display: flex;
      text-align:center;
    }
  
    /* Make navbar links appear horizontally */
    .navbar a {
      float: left;
    }
  }
  
  /* Show the menu when the hamburger icon is clicked */
  .navbar .menu.active {
    display: block;
    text-align: left;

  }
  
  /* Ensure menu items are displayed vertically on smaller screens */
  .navbar .menu a {
    display: block;
    width: 100%;  /* Make the links take full width */
    padding: 5px 5px;  /* Increase padding for easier clicking */
    text-align: center; /* Ensure text is centered */
    font-size: 18px;  /* Optional: Make the font a bit larger for mobile view */
  }
  
  




/* landing page */

#landing{
	min-height: 80vh;
	width: 100vw;
	justify-content: center;
	text-align: center;
	display:flex;
}
#welcome-content{
	width:60vw;

}

#cartoon{
	width: 400px;
	height: auto;
}

#LANDING i{
	color: BLACK;
	width: 10VW;
}

#welcome{
	color: rgb(165, 3, 68);
	font-size: 5vmax;
	font-family:'Times New Roman', Times, serif;
	font-weight: bolder;
}


#welcome-text{
	font-size:large;
	font-weight: bolder;
	color:rgb(0, 0, 0);
}

.outlinebtn{
	padding: 10PX;
	width: 100%;
	DISPLAY:flex;
	align-items: center;
	justify-content:center;
	margin-left: 5PX;
}
.outline1{
	width:40%;
	border: 2PX;
	border-style:solid;
	border-radius:15PX;
	border-color:rgb(165, 3, 68);
	height: 5vh;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2vw;

}
.outline1:hover{ 
	background-color: rgb(165, 3, 68);
	color: white;

}
#CONSULTANCY{
	width: 30VW;
}


.carousel {
    position: relative;
    width: 600px; /* Set the width of the carousel */
    overflow: hidden; /* Hide overflow to show only one image */
    border: 2px solid #ccc; /* Optional border */
    border-radius: 5px; /* Optional rounded corners */
}

.carousel-inner {
    display: flex; /* Use flexbox to align images in a row */
    transition: transform 0.5s ease; /* Smooth transition */
}

.carousel img {
    width: 600px; /* Set a fixed width for images */
    height: 400px; /* Set a fixed height for images */
}




.btn{
	display: inline-block;
	list-style: none;
	width:250px;
	height: 100px;
	background-color: rgb(165, 3, 68);
	border-radius: 10px;
	justify-content: center;
	text-align: center;
	border-radius: 50px;
	margin-bottom: 30px;
	padding-top: 60px;
	font-size: 24PX;
	color:rgb(255, 255, 255);
	box-shadow: 10px,5px,rgb(0, 0, 0);
	border-style: solid;
	border-color: white;

}
p{
	text-align: justify;
}
#welcome-text{text-align: center;}


.btn:hover{
	transition: ease-in-out;
	transition-duration:0.5s;
	box-shadow: 2px 5px 20px rgb(0, 0, 0);
}
.pagehead{
	font-size: 5vmax;
	text-align: center;

}

#options{
	width: 95vw;
	display:flex;
	align-items: center;
	justify-content: center;
}


/* news */


.newscontaner{
	margin: auto;
	width: 85vmin;
	overflow: hidden;
	border: 20px solid white;
	border-radius: 8px;
	box-shadow: 10px 25px 30px black;
	margin-bottom: 50px;
}


.wrappr{
	width: 100%;
	display: flex;
	animation: slide 25s infinite;
}


.news{
width: 100%;

}


@keyframes slide{
	0%{
		transform: translateX(0);
	}
	25%{
		transform: translateX(0);
	}
	30%{
		transform: translateX(-100%);
	}
	50%{
		transform: translateX(-100%);
	}
	55%{
		transform: translateX(-200%);
	}
	75%{
		transform: translateX(-200%);
	}
	80%{
		transform: translateX(-300%);
	}
	100%{
		transform: translateX(-300%);
	}
}


#newshead{text-align: center;
	margin-bottom: 50px;
}


.about{ 
	width: 98vw;
	height: 500px;
	display: flex;
	padding: 20px
}


#aboutcontent{
	width:70vw;
	height: 100%;
}

h1{
	color:rgb(165, 3, 68);
}

H4{
	color: rgb(165, 3, 68);
}

.newsection{
	width:98vw;
	height: 60vh;
	border-radius: 30px;
	display: flex;
	gap: 15vw;

	margin-bottom: 25vh;

}


.box-absolute{
	background-image: url(circleimage2.jpg);
	width: 400px;
	height:400px;
	border-radius: 50%;
	box-shadow: 10px 10px 15px rgba(165, 3, 68);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
#SECTION2-IMAGE{
	background-image: url(circleimage1.jpg);
	background-size: COVER;
	background-repeat: no-repeat;

}


.buttonone{background:linear-gradient(rgb(125, 0, 75),rgb(169, 0, 155));
	display: block;
   height: 35px;
   width: 200px;
	border-radius: 15px;
	text-align: center;
	font-family: arial;
	font-weight: bolder;
	padding-top: 10px;
	color: white;
}
	
	#topic{
		font-size:4VMAX;
		 color: rgb(165, 3, 68);
		 margin-top: 5VMAX;
		}
		.filler{font-size: 18px;
			color: rgb(0, 0, 0);
			font-family: arial;
		}
		a{
			text-decoration: none;
			color: white;
		}

		.SECTION2{
			margin: 10px;
			padding: 25PX;
			display: flex;
			justify-content: space-between;
		}
		
		.buttonone2{background:linear-gradient(rgb(125, 0, 75),rgb(169, 0, 155));
			display: block;
		   height: 35px;
		   width: 200px;
			border-radius: 15px;
			text-align: center;
			font-family: arial;
			font-weight: bolder;
			padding-top: 10px;
			color: white;
		}
			
			#topic2{
				font-size: 4VMAX;
				 color: rgb(165, 3, 68);
				 margin-top: 120px;
				}
				.filler2{font-size: 18px;
					color: rgb(0, 0, 0);
					font-family: arial;
					}

		
	  .fttext{
	  text-decoration: none;
	  color: black;
	  font-size: 1vw
	  }

	  li{
		text-align: justify;
	  }


#whatsappbtn{
	position: fixed;
	bottom: 100px;
	right: 70px;
	background-image: url(whatsapp.png);
	background-size: contain;
	background-position: center;
	width: 100px;
	height: 100px;
}


#sub-button{
	background-color: rgb(165, 3, 68);
	color: white;
	width: 50vmax;
	height: 3VMAX;
}

.style123{
	border: none;
	background-color: none;
	margin-bottom: 5px;
	border-style: solid;
	border-color: rgb(165, 3, 68);
	width:50vmax;
	height: 3VMAX;
}






                                                                                                                                                                                                                              
#footer{display: flex;
background-color:rgb(40, 40, 40);

}
#footer-left{
	width: 50vw;
}
#footer-righ{
	width: 50vw;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}
#footer li a{

	color: rgb(255, 255, 255);
}

#footer li{
	list-style: none;
}

#footer-left img{
	width: 20vmax;
}





.carousel {
    position: relative;
    width: 600px; /* Set the width of the carousel */
    overflow: hidden; /* Hide overflow to show only one image */
    border: 2px solid #ccc; /* Optional border */
    border-radius: 5px; /* Optional rounded corners */
}

.carousel-inner {
    display: flex; /* Use flexbox to align images in a row */
    transition: transform 0.5s ease; /* Smooth transition */
}

.carousel img {
    width: 600px; /* Set a fixed width for images */
    height: 400px; /* Set a fixed height for images */
}

button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    z-index: 10;
}

button.prev {
    left: 10px; /* Position the left button */
}

button.next {
    right: 10px; /* Position the right button */
}

button:hover {
    background-color: rgba(0, 0, 0, 0.8);}

#tagline{
	width: 20%;
	margin-bottom:15px;
}
#tag-div{
	width: 100vw;
	height:20;
	display:flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 50px;
	margin-top: 100px;
}




.CONTACT-FORM-DIV{
	display: flex;
	width: 100vw;
	

}

#contact-left{
	display:flex;
	align-items: center;
	justify-content: center;
	width: 50VW;

}
#contact-RIGHT{
	width: 20VW;
}


/* responsive design 2*/
@media(max-width:500px){
	body{
		overflow-x: hidden;
	}

	#card-img{
		width: 60vw;
	}

.left-box-margin{
	height: 20vh;
}
iframe{
	width:400px;
	height: auto;
}
p{
	width:98vw;
}


	#context{
		width: 80vw;
		align-items: flex-start;
		display: flex;

	}

	#sub-button{
		height: 5VMAX;
	}

	#contact-right{
		margin-top: 15PX;
		padding-left: 15PX;
	}
	#contact-left{
		display: flex;
		justify-content: center;
		width: 100VW;
		margin-bottom: 15PX;
	}

	.CONTACT-FORM-DIV{
		flex-direction: column;
		align-items: flex-start;

	}
	#OUR-BENIFIT{
		height: 5VW;
	}
	
#CONSULTANCY{
	height: 100%;
	width: auto;
}

#tagline{
	width: 50%;
	height: auto;
}

#LEFT{
	height: 100VH;
	text-align: justify;
	padding: auto;
}

	#landing{
		display: block;
	}
	#welcome-content{align-items: center;
		width: 100vw;
	}

	#optionS{
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 20PX;
		
	}
	h1{
		text-align: center;
	}

	#training-img{
		width: 60%;
	}

	#finance-img{
		width: 80vw;
	}

	#local-img{
		width: 50vw;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
	}
	.btn{
		display: block;
		width: 40VW;
		height:10VH;
		border-radius: 25px;
		font-size:3vw;
	}
	.newsection{
		display: flex;
		flex-direction: column;
		align-items:flex-start ;
		height: 100vh;
	
	}
	.box-absolute{
		width: 400px;
		height:400px;
		border-radius: 10%;
		margin-left: 15PX;

	}
	

	#topic{
		font-size: 7vmax;
	}

	#topic2{
		font-size: 6vmax;
	}
	.filler2{
		font-size: 2vmax;
	}


form{
		width: 50%;
		align-items: center;
	}

	#MAP{
		display: block;
	}


	#CONTACTPIC{
		 width:200px;
		 margin-left:100px;
	
		
	}
	INPUT{
		margin-left: 20PX;
	}

	#section{
		gap: 25PX;
		height: 80VH;
		margin-bottom: 50px;
	}
	

	.training-img-large{
		display: none;
		}
		.training-img-sort{
			display: block; 
		}


}


	/*  */
#map{
    display: flex;
    align-items: center;
    justify-content: center;

}
FORM{
	width: 100VW;
}
  
#abouttext{
	position: absolute;
	font-family: 'Times New Roman', Times, serif;
	font-size: 3vw;
	color: rgb(165, 3, 68);}
 
	.title{
	 font-family: 'Times New Roman', Times, serif;
	 font-size: 4VMAX;
	 color:  rgb(165, 3, 68)}
	
  
 #section{
	 width: 100vw;
	 height: 60vh;
	 
	 display: flex;
 
 }


 


 .TRAINING-SECTION{
	width: 80VH;
 }




 .training-img-SORT{

	display: none;

 }



	#left{
	 width: 50%;
	 height: 100%;
	 color: rgb(0, 0, 0);
	}
	
   #right{
	 width: 50%;
	 height: 100%;
	display: flex;
	 align-items: center;
	 justify-content: center;
 
   }
 
   #about-girl{
	 width:80%;
	   
   }
 
 
 
   #footer{display: flex;
	 background-color:rgb(40, 40, 40);
	 
	 }
	 #footer-left{
	   width: 50vw;
	 }


	 #footer-righ{
	   width: 50vw;
	   color: white;
	   display: flex;
	   align-items: center;
	   justify-content: center;
	 }
	 

	 #footer li a{
	 
	   color: rgb(255, 255, 255);
	 }
	 
	 #footer li{
	   list-style: none;
	 }
	 
	 #footer-left img{
	   width: 20vmax;
	 }
	 
 #gallery{
	 display:grid;
	 width: 100vw;
	 height: 40vh;
	 padding: 5px;
 
 }

 img{
	 width: 30vw;
 }
 
 div.scroll-container {
	 background-color: #333;
	 overflow: auto;
	 white-space: nowrap;
	 padding: 10px;
   }
   
 
 .image{
   width: 15vmax;
 }
 
 #gallery-id{
   margin-bottom: 5px;
 }
 
 
   div.scroll-container img {
	 padding: 10px;
   }

#LEFT{
	padding-left: 5PX;
	padding-right: 10PX;
}



/* responsive design SERVICES*/
@media(max-width:500px){

body{
	padding-left: 2px;
	padding-right: 2px;
	overflow-x: hidden;
}

	#section{
		display:flex;
		flex-direction: column;
		align-items: flex-start;
			width: 100vw;
			height: 100vh;
			margin-bottom: 10PX;
		
		}

		#nav-button{
			display: none
		}
		
		ul{
			width: 100vw;
		}
		#left{
			width: 98vw;
			height: 50vh;
		}
		#who-we-are{
			width: 80VW;
			height: auto;
		}
		#right{
			width: 100vw;
			height: 40vh;
		}
		#mission{
			width: 80%;
			height: auto;
	}

	.MISSION-LEFT-DIV{
		height: 200PX;
	}

	#our-benifit{
		width: 60%;
	}

	#FOOTERr{
		display:block;

	}
	

}
.training-left{
	width: 100%;
}
/* gallery slider */
.slider-container {
	width: 80%;
	max-width: 900px;
	margin: auto;
	overflow: hidden;
	position: relative;
  }
  
  .slider {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
  }
  
  .slides {
	display: flex;
	transition: transform 1s ease-in-out;
  }
  
  .slide {
	min-width: 100%;
	height: auto;
  }
  
  .slide img {
	width: 100%;
	height: 400px;
	object-fit: cover;
  }
  
  /* Automatically cycle through the slides */
  @keyframes auto-slide {
	0% {
	  transform: translateX(0);
	}
	20% {
	  transform: translateX(-100%);
	}
	40% {
	  transform: translateX(-200%);
	}
	60% {
	  transform: translateX(-300%);
	}
	80% {
	  transform: translateX(-400%);
	}
	100% {
	  transform: translateX(0);
	}
  }
  
  .slider {
	animation: auto-slide 125s infinite;
  }
  

    
  .scroller-container {
	width: 70%;
	max-width:700px;
	margin: auto;
	overflow-x: auto; /* Enable horizontal scrolling */
	padding: 20px 0;  /* Add vertical padding for better appearance */
	scroll-snap-type: x mandatory; /* Enable snap scrolling */
  }
  
  .scroller {
	display: flex;
	gap: 10px; /* Space between the images */
  }
  
  .scroller img {
	width: 100%;
	max-width: 100%;
	  /* Set the height of each image */
	object-fit: cover; /* Ensures images cover the container area */
	scroll-snap-align: start; /* Aligns images to the start of the container during scroll */
  }
  
  /* Optional: Remove scrollbar styling for cleaner design */
  .scroller-container::-webkit-scrollbar {
	height: 8px; /* Customize scrollbar height */
  }
  
  .scroller-container::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.5); /* Customize scrollbar thumb color */
	border-radius: 4px;
  }
  
  .scroller-container::-webkit-scrollbar-track {
	background-color: #f1f1f1; /* Customize scrollbar track color */
  }
  