@import url('https://fonts.googleapis.com/css2?family=Fleur+De+Leah&family=Lato&family=Lexend:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playpen+Sans:wght@100..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	 font-family: "Playpen Sans", cursive;
	font-style: normal;
	color: #385469;
}

body
{
	background: #f4eee5;
	overflow-x: hidden;
}

/*Toggle Bar*/
.toggle
{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	font-weight: 500;
	justify-content: space-between;
}
.toggle img
{
	width: 100%;
    height: auto;
	object-fit: fill;
	position: relative;
}
.toggle_left
{
	display: flex;
	flex-wrap: wrap;
	left: 2%;
	top:10%;
	font-size: 15px;
	color: #385469;
	justify-content: left;
	position: absolute;
}
.toggle_right
{
	display: flex;
	flex-wrap: wrap;
	right: 2%;
	top:10%;
	font-size: 15px;
	color: #385469;
	text-align: right;
	position: absolute;
}

/*Navigation Bar*/
.navbar
{
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	justify-content: space-between;
	align-items: center;
	background: #f4eee5;
}
.category
{
    width: 160px;
    border-radius: 8px;
    border: 1px solid rgba(92, 112, 126, 0.3);
    padding: 10px 16px;
	font-size: 15px;
	font-weight: 500;
    position: relative;
    z-index: 99;
}
.nav_links
{
	display: flex;
	flex-wrap: wrap;
}
.nav_links p
{
	padding: 20px;
}
.nav_links p a
{
	text-decoration: none;
	font-weight: 500;
	font-size: 15px;
}
.nav_links p a:hover
{
	color: #f39f5f;
}
.navbar button
{
	width: 160px;
    border-radius: 8px;
    border: none;
    padding: 10px 16px;
	font-size: 15px;
	font-weight: 600;
    position: relative;
    z-index: 99;
	background: #f39f5f;
	color: white;
}
.navbar button:hover
{
    background-color: #ffb347;
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(255,145,77,0.6);
}
.navbar button i
{
	color: white;
}

/*Hero Section*/
.hero
{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	min-height: 80vh;
	align-items: center;
	justify-content: space-between;
	background: #f4eee5;
	margin: auto; 
	overflow: hidden;
}
.hero_text
{
	flex: 1;
	position: absolute;
	background: #f4eee5;
	padding: 4rem 8%;
}
.hero_text h5
{
	color: #f39f5f;
	font-weight: 500;
	margin-bottom: 0.5rem;
	font-size: 18px;
}
.hero_text h1
{
	font-weight: 600;
	font-size: 3rem;
	line-height:1.3;
}
.hero_text h1 span
{
	color: #f39f5f;
}
.hero_text p
{
	margin-top: 1rem;
	line-height: 1.6;
	font-size:15px;
}
.hero_text button
{
	width: 160px;
    border-radius: 8px;
	border: none;
    padding: 10px 16px;
	font-size: 15px;
	font-weight: 600;
	color: white;
    position: relative;
	background: #f39f5f;
}
.hero_text button:hover
{
	background-color: #ffb347;
    transform: scale(1.1);
    box-shadow: 0 8px 20px rgba(255,145,77,0.6);
}
.video-btn 
{
	display: flex;
	align-items: center;
	padding: 10px 16px;
	position: relative;
	z-index: 10;
}

.play-btn 
{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ffb74d;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  text-decoration: none;
  box-shadow: 0 0 20px rgba(255, 183, 77, 0.5);
  transition: all 0.3s ease;
}

.play-btn:hover 
{
  transform: scale(1.1);
  box-shadow: 0 0 25px rgba(255, 183, 77, 0.7);
}

.video-btn p 
{
	font-size: 15px;
	font-weight: 600;
	color: #333;
	padding: 10px 16px;
}
.hero_images
{
	flex: 1;
}
.hero_images img
{
	position: absolute;
	transition: all 0.6s ease;
}
.girl_image
{
	right: 10%;
	bottom: 0;
	z-index: 5;
	width: 30%;
}
.parachute_shape
{
	top: 5%;
	left: 5%;
	animation: float 6s ease-in-out infinite;
}
.left_shape
{
	bottom: 15%;
	left: 0;
}
.book_shape
{
	top: 5%;
	right: 15%;
	animation: float 4s ease-in-out infinite;
}
.pencil_shape
{
	bottom: 20%;
	right: 5%;
	animation: float 6s ease-in-out infinite;
}
.bee_shape
{
	top: 20%;
	right: 10%;
	animation: fly 8s linear infinite;
}
.right_shape
{
	top: 15%;
	right: 0;
}
.star_shape
{
	top: 50%;
	left: 45%;
	animation: twinkle 2s infinite ease-in-out alternate;
}
.hero_shape
{
	bottom: 0;
	right: 10%;
	width: 40%;
	z-index: 2;
	opacity: 0.9;
}
.bottom_shape
{
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

@keyframes float
{
	0
	{
		transform: translateY(0);
	}
	50%
	{
		transform: translateY(-15px);
	}
	100%
	{
		transform: translateY(0);
	}
}
@keyframes fly 
{
	0
	{
		transform: translateX(0);
	}
	50%
	{
		transform: translateX(-30px) translateY(10px);
	}
	100%
	{
		transform: translateX(0);
	}
}
@keyframes twinkle 
{
	0% 
	{ 
		opacity: 0.4; 
		transform: scale(1); 
	}
	100% 
	{ 
		opacity: 1; 
		transform: scale(1.3); 
	}
}


/*About Section*/
.about
{
	display: flex;
	flex-wrap: wrap;
	background: white;
	position: relative;
	width: 100%;
	min-height: 80vh;
	align-items: center;
	justify-content: space-between;
	margin: auto; 
	overflow: hidden;
}
.about_content
{
	flex: 1;
	position: absolute;
	left: 45%;
	padding: 4rem 8%;
	justify-content: right;
	align-items: right;
}
.about_content h5
{
	color: #f39f5f;
	font-weight: 500;
	margin-bottom: 0.5rem;
	font-size: 18px;
}
.about_content h1
{
	font-weight: 600;
	font-size: 3rem;
	line-height:1.3;
}
.about_content p
{
	margin-top: 1rem;
	line-height: 1.6;
	font-size:15px;
}
.sports
{
	background: white;
    box-shadow: 8px 8px 20px #EBECED;
	width: 200px;
	border: none;
	border-radius: 8px;
	margin: 10px;
	padding: 10px 16px;
	font-weight: 600;
}
.sports:hover
{
	background: #EBECED;
}

.explore
{
	width: 160px;
    border-radius: 8px;
    border: none;
    padding: 10px 16px;
	font-size: 15px;
	font-weight: 600;
    position: relative;
    z-index: 99;
	background: #f39f5f;
	margin: 10px;
	color: white;
}
.explore:hover
{
	background: #A6784B;
}
.about_images
{
	flex: 1;
}
.about_images img
{
	position: absolute;
	transition: all 0.6s ease;
}
.teach
{
	top: 20%;
	left: 10%;
	width: 30%;
	z-index: 2;	
}
.teach2
{
	left: 30%;
	bottom: 4%;
	z-index: 5;
	width: 20%;
}
.bus
{
	top: 5%;
	left: 5%;
	animation: fly 6s ease-in-out infinite;
}
.yeah
{
	right:3%;
	bottom: 2%;
	width: 10%;
	animation: float 4s ease-in-out infinite;
}
.dot
{
	top: 10%;
	left: 45%;
	animation: rotation 4s ease infinite;
}

@keyframes rotation
{
	0
	{
		transform: rotate(0deg);
	}
	50%
	{
		transform: rotate(10deg);
	}
	100%
	{
		transform: rotate(0deg);
	}
}

/*Programs Section*/
.programs
{
	display: flex;
	flex-wrap: wrap;
	background: #eff5f6;
	position: relative;
	width: 100%;
	min-height: 110vh;
	align-items: center;
	justify-content: space-between;
	margin: auto; 
	overflow: hidden;
}
.programs_content
{
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	align-items: center;
	justify-content: center;
	text-align: center;
	left: 25%;
	top:10%;
	position: absolute;
}
.programs_content h5
{
	color: #f39f5f;
	font-weight: 500;
	margin-bottom: 0.5rem;
	font-size: 18px;
}
.programs_content h1
{
	font-weight: 600;
	font-size: 3rem;
	line-height:1.3;
}
.program_container
{
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 40%;
	width: 100%;
	align-items: center;
	justify-content: space-evenly;
}
.program_card_blue
{
  width: 300px;
  background: #70a6b1;
  border-radius: 50px 50px 80px 80px;
  padding: 30px 20px 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  position: relative;
  transition: all 0.4s ease;
  overflow: hidden;
  text-align: center;
  color: white;
}
.program_card_blue img
{
	width: 100%;
    border-radius: 40px;
	object-fit: cover;
}
.program_card_blue h3
{
	color: white;
	font-size: 20px;
}
.program_card_blue p
{
	color: white;
	font-size: 15px;
}
.program_card_blue span
{
	color: white;
	font-size: 15px;
}
.program_card_blue i
{
	color: white;
}
.program_card_orange
{
  width: 300px;
  background: #f39f5f;
  border-radius: 50px 50px 80px 80px;
  padding: 30px 20px 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  position: relative;
  transition: all 0.4s ease;
  overflow: hidden;
  text-align: center;
  color: white;
}
.program_card_orange img
{
	width: 100%;
    border-radius: 40px;
	object-fit: cover;
}
.program_card_orange h3
{
	color: white;
	font-size: 20px;
}
.program_card_orange p
{
	color: white;
	font-size: 15px;
}
.program_card_orange span
{
	color: white;
	font-size: 15px;
}
.program_card_orange i
{
	color: white;
}
.program_card_white
{
  width: 300px;
  background: #fff;
  border-radius: 50px 50px 80px 80px;
  padding: 30px 20px 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  position: relative;
  transition: all 0.4s ease;
  overflow: hidden;
  text-align: center;
  color: white;
}
.program_card_white img
{
	width: 100%;
    border-radius: 40px;
	object-fit: cover;
}
.program_card_white h3
{
	font-size: 20px;
}
.program_card_white p
{
	color: #f39f5f;
	font-size: 15px;
}
.program_card_white span
{
	font-size: 15px;
}
.program_card_white i
{
	color: #f39f5f;
}
.program_decor
{
	flex: 1;
}
.program_decor img
{
	position: absolute;
	transition: all 0.6s ease;
}
.top_shape
{
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.bottom_shape
{
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.mask
{
	top: 20%;
	left: 10%;
	animation: fly 8s linear infinite;
}
.mask2
{
	top: 15%;
	right: 10%;
	animation: rotation 4s ease infinite;
}
.pencil2
{
	bottom: 5%;
	left: 5%;
	animation: float 6s ease-in-out infinite;
}
.compass
{
	right:3%;
	bottom: 5%;
	width: 7%;
	animation: rotation 4s ease-in-out infinite;
}

/*Work Process Section*/
.process
{
	display: flex;
	flex-wrap: wrap;
	background: #ffffff;
	position: relative;
	width: 100%;
	min-height: 60vh;
	align-items: center;
	justify-content: space-between;
	margin: auto; 
	overflow: hidden;
}
.top_icons
{
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	width: 100%;
	align-items: center;
	justify-content: space-around;
}
.icon_item
{
	width: 20%;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
}
.icon_item:nth-child(odd)
{
	transform: translateY(-30px);
}
.icon_item:nth-child(even)
{
	transform: translateY(30px);
}
.icon_box1
{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
}
.path1
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  z-index: 2;
}
.icon_bg1
{
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
  transition: transform 0.4s ease;
}
.icon_item1 h4
{
  font-size: 16px;
  color: #304463;
  margin-top: 15px;
}
.icon_item1 p
{
  font-size: 14px;
  color: #5c6c7c;
  line-height: 1.5;
  margin-top: 8px;
}
.icon_box2
{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
}
.path2
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  z-index: 2;
}
.icon_bg2
{
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
  transition: transform 0.4s ease;
}
.icon_item2 h4
{
  font-size: 16px;
  color: #304463;
  margin-top: 15px;
}
.icon_item2 p
{
  font-size: 14px;
  color: #5c6c7c;
  line-height: 1.5;
  margin-top: 8px;
}
.icon_box3
{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
}
.path3
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  z-index: 2;
}
.icon_bg3
{
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
  transition: transform 0.4s ease;
}
.icon_item3 h4
{
  font-size: 16px;
  color: #304463;
  margin-top: 15px;
}
.icon_item3 p
{
  font-size: 14px;
  color: #5c6c7c;
  line-height: 1.5;
  margin-top: 8px;
}
.icon_box4
{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
}
.path4
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  z-index: 2;
}
.icon_bg4
{
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
  transition: transform 0.4s ease;
}
.icon_item4 h4
{
  font-size: 16px;
  color: #304463;
  margin-top: 15px;
}
.icon_item4 p
{
  font-size: 14px;
  color: #5c6c7c;
  line-height: 1.5;
  margin-top: 8px;
}

/*Activities Section*/
.activity
{
	display: flex;
	flex-wrap: wrap;
	background: white;
	position: relative;
	width: 100%;
	min-height: 100vh;
	align-items: center;
	justify-content: space-between;
	margin: auto; 
	overflow: hidden;
}
.activity_box
{
	flex: 1;
	position: absolute;
	left: 45%;
	padding: 4rem 8%;
	justify-content: right;
	align-items: right;
}
.activity_box h5
{
	color: #f39f5f;
	font-weight: 500;
	margin-bottom: 0.5rem;
	font-size: 18px;
}
.activity_box h2
{
	font-weight: 600;
	font-size: 3rem;
	line-height:1.3;
}
.activity_box p
{
	margin-top: 1rem;
	line-height: 1.6;
	font-size:15px;
}
.activity_grid
{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
.activity_grid h4
{
	font-size:13px;
}
.activity_grid p
{
	font-size:10px;
}
.activity_card
{
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border-radius: 15px;
  transition: all 0.3s ease;
}
.activity-card img {
  width: 25px;
  height: 25px;
}

.activity_card:hover
{
	background: #EBECED;
	z-index: 1;
}
.activity_images
{
	flex: 1;
}
.activity_images img
{
	position: absolute;
	transition: all 0.6s ease;
}
.radius
{
	top: 20%;
	left: 10%;
	width: 30%;
	z-index: 2;	
}
.act
{
	left: 14%;
	top: 25%;
	z-index: 5;
	width: 25%;
}
.zebra
{
	right:0;
	bottom: 2%;
	width: 12%;
	animation: float 4s ease-in-out infinite;
	z-index: 5;
}
.pencil3
{
	top: 0;
	left: 2%;
	width: 20%;
	animation: rotation 4s ease infinite;
}

/*Team Section*/
.team_section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  align-items: center;
  justify-content: space-between;
}
.section_header {
  position: relative;
  z-index: 1;
  left: 5%;
}
.section_header h3 {
  color: #c0854f;
  font-size: 16px;
  font-weight: 600;
}
.section_header h2 {
  color: #2c3d55;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
}
.team_images
{
	flex: 1;
}
.team_images img
{
	position: absolute;
	transition: all 0.6s ease;
}
.section_top
{
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.love
{
	bottom: 1%;
	left: 5%;
	animation: fly 6s ease-in-out infinite;	
}
.frame
{
	bottom: 10%;
	right: 5%;
	width: 20%;
	animation: rotation 4s ease infinite;
}
.carousel {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  text-align: center
}
.card {
  border-radius: 15px;
  margin: 0 15px;
  width: 250px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.card img:hover {
  transform: translateY(-5px);
}
.card h4 {
  margin: 15px 0 5px 0;
  color: #2c3d55;
  font-size: 18px;
  font-weight: 600;
}

.card p {
  margin-bottom: 20px;
  color: #6c7a8a;
  font-size: 14px;
}

/*Testimonial Section*/
.testimonial
{
	display: flex;
	flex-wrap: wrap;
	background: #ffffff;
	position: relative;
	width: 100%;
	min-height: 100vh;
	align-items: center;
	justify-content: space-between;
	margin: auto; 
	overflow: hidden;	
}
.test_head
{
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	align-items: center;
	justify-content: center;
	text-align: center;
	left: 25%;
	top:10%;
	position: absolute;
}
.test_head h5
{
	color: #f39f5f;
	font-weight: 500;
	margin-bottom: 0.5rem;
	font-size: 18px;
}
.test_head h1
{
	font-weight: 600;
	font-size: 3rem;
	line-height:1.3;
}
.test_content
{
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: 40%;
	width: 100%;
	align-items: center;
	justify-content: space-evenly;
}
.test_images
{
	flex: 1;
}
.test_images img
{
	position: absolute;
	transition: all 0.6s ease;
}
.test_tree
{
	bottom: 5%;
	left: 2%;
	animation: float 6s ease-in-out infinite;
}
.test_right
{
	top: 30%;
	right: 0;	
}
.test_card_white
{
  width: 300px;
  background: #70a6b1;
  border-radius: 50px;
  padding: 30px 20px 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  position: relative;
  transition: all 0.4s ease;
  overflow: hidden;
  text-align: center;
  color: white;
}
.test_card_white:hover
{
  transform: translateY(-5px);
}
.test_card_white img
{
	position: absolute;
	width: 10%;
	top: 3%;
	right: 8%;
}
.test_card_white h5
{
	color: white;
	font-size: 18px;
}
.test_card_white p
{
	color: white;
	font-size: 15px;
}
.test_card_white span
{
	color: white;
	font-size: 15px;
}
.test_card_orange
{
  width: 300px;
  background: #f39f5f;
  border-radius: 50px;
  padding: 30px 20px 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  position: relative;
  transition: all 0.4s ease;
  overflow: hidden;
  text-align: center;
  color: white;
}
.test_card_orange:hover
{
  transform: translateY(-5px);
}
.test_card_orange img
{
	
	position: absolute;
	width: 10%;
	top: 3%;
	right: 8%;
}
.test_card_orange h5
{
	color: white;
	font-size: 18px;
}
.test_card_orange p
{
	color: white;
	font-size: 15px;
}
.test_card_orange span
{
	color: white;
	font-size: 15px;
}
.test_card_blue
{
  width: 300px;
  background: #385469;
  border-radius: 50px;
  padding: 30px 20px 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  position: relative;
  transition: all 0.4s ease;
  overflow: hidden;
  text-align: center;
  color: white;
}
.test_card_blue:hover
{
  transform: translateY(-5px);
}
.test_card_blue img
{
	
	position: absolute;
	width: 10%;
	top: 3%;
	right: 8%;
}
.test_card_blue h5
{
	color: white;
	font-size: 18px;
}
.test_card_blue p
{
	color: white;
	font-size: 15px;
}
.test_card_blue span
{
	color: white;
	font-size: 15px;
}

/*CTA Section*/
.cta
{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	min-height: 70vh;
	align-items: center;
	justify-content: space-between;
	margin: auto; 
	overflow: hidden;		
}
.cta_bg
{
	z-index: -99;
	position: absolute;
	min-height: 100%;
}
.cta_text
{
	flex: 1;
	position: absolute;
	padding: 4rem 8%;
	width: 55%;
}
.cta_text h5
{
	color: #fff;
	font-weight: 500;
	margin-bottom: 0.5rem;
	font-size: 18px;
}
.cta_text h1
{
	color: #fff;
	font-weight: 600;
	font-size: 3rem;
	line-height:1.3;
}
.cta_text p
{
	color: #fff;
	margin-top: 1rem;
	line-height: 1.6;
	font-size:15px;
}
.cta_text button
{
	width: 160px;
    border-radius: 15px;
	border: none;
    padding: 10px 16px;
	font-size: 15px;
	font-weight: 600;
    position: relative;
	background: #fff;
}
.cta_text button:hover
{
    transform: scale(1.1);
    box-shadow: 0 8px 20px grey;
}
.cta_images
{
	flex: 1;
}
.cta_images img
{
	position: absolute;
	transition: all 0.6s ease;
}
.cta_girl
{
	right: 10%;
	bottom: 0;
	z-index: 5;
	width: 24%;
}
.cta_plane
{
	bottom: 5%;
	left: 8%;
	width: 15%;
	z-index: -2;
	animation: rotation 2s ease infinite;
}
.cta_shape
{
	bottom: 0;
	right: 10%;
	width: 30%;
	z-index: 2;
	opacity: 0.9;
}

/*Blog Section*/
.blogs-section {
  display:flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 80px 60px;
  background-color: #ffffff;
  position: relative;
}
.blogs-header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.blogs-header i{
  color: white;
}
.blogs-header .subtitle {
  color: #f39f5f;
  font-weight: 600;
  margin: 0;
  width: 100%;
  font-size: 16px;
}

.blogs-header h2 {
  font-size: 36px;
  margin: 10px 0;
  flex: 1;
}

.blogs-header .read-all {
  background-color: #e5a15d;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.3s;
}

.blogs-header .read-all:hover {
  background-color: #c87e38;
}
.blogs-container {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.blog-left {
  flex: 2;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.blog-left img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.blog-left .blog-content {
  padding: 20px 25px;
}

.blog-left .meta {
  color: #f39f5f;
  font-size: 13px;
  margin-bottom: 10px;
}

.blog-left .meta span {
  margin-right: 10px;
}

.blog-left h3 {
  font-size: 20px;
  margin: 10px 0;
}

.blog-left p {
  color: #6c7a8a;
  font-size: 14px;
  line-height: 1.6;
}

.blog-left .author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.blog-left .author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.blog-left .author div p {
  margin: 0;
  font-size: 13px;
  color: #f39f5f;
}

.blog-left .author div h5 {
  margin: 0;
  font-size: 15px;
}

.read-more {
  background-color: #f39f5f;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 13px;
  transition: background 0.3s;
}
.read-more i {
  color: white;
}
.read-more:hover {
  background-color: #c87e38;
}
.blog-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.blog-card {
  display: flex;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.blog-card img {
  width: 50%;
  object-fit: cover;
}

.blog-card .blog-content {
  padding: 15px;
  flex: 1;
}

.blog-card .meta {
  color: #f39f5f;
  font-size: 12px;
  margin-bottom: 8px;
}

.blog-card h4 {
  font-size: 16px;
  margin: 8px 0;
}

.blog-card .author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.blog-card .author img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.blog-card .author p {
  color: #f39f5f;
  font-size: 12px;
  margin: 0;
}

.blog-card .author h5 {
  font-size: 14px;
  margin: 0;
}

/*Newsletter Section*/
.newsletter 
{
	display: flex;
	flex-wrap: wrap;
	background: #ffffff;
	position: relative;
	width: 100%;
	min-height: 50vh;
	align-items: center;
	justify-content: space-between;
	margin: auto; 
	overflow: hidden;	
}
.news_images
{
	flex: 1;
}
.news_images img
{
	position: absolute;
	transition: all 0.6s ease;
}
.decor_pencil
{
	top: 15%;
	left: 30%;
	width: 5%;
	animation: rotation 4s ease infinite;
	z-index: 4;
}
.decor_rain
{
	bottom: 18%;
	left: 30%;
	animation: fly 6s ease-in-out infinite;		
	z-index: 4;
}
.decor_plane2
{
	top: 5%;
	right: 15%;
	animation: float 6s ease-in-out infinite;
}
.decor_plane
{
	bottom: 35%;
	right: 30%;
	width: 10%;
	animation: float 6s ease-in-out infinite;
	z-index: 3;
}
.newsletter-content {
  position: absolute;
  z-index: 2;
  max-width: 100%;
  margin: 0 auto;
  background: #f39f5f;
  border-color: #f39f5f;
  justify-content: center;
  align-items: center;
  text-align: center;
  top:10%;
  left: 27%;
  padding: 20px 100px 20px 100px;
  border-radius: 20px;
}

.sub {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}

.newsletter-content h2 {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 40px;
  color:white;
}
.subscribe-box {
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden;
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 40px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
}

.subscribe-box input {
  flex: 1;
  padding: 15px 20px;
  border: none;
  outline: none;
  font-size: 15px;
  color: #333;
}

.subscribe-box button {
  background-color: #e5a15d;
  color: #fff;
  border: none;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 0 50px 50px 0;
  transition: background 0.3s ease;
}

.subscribe-box button:hover {
  background-color: #c87e38;
}

/*Instagram Section*/
.instagram
{
	display: flex;
	flex-wrap: wrap;
	background: #ffffff;
	position: relative;
	width: 100%;
	min-height: 50vh;
	align-items: center;
	justify-content: space-between;
	margin: auto; 
	overflow: hidden;	
	text-align: center;
}
.insta_text
{
	position: absolute;
	top: 5%;
	left:45%;
}
.insta_text h4
{
	font-size: 1.5rem;
}
.insta_images
{
	flex: 1;
	position: absolute;
	top: 20%;
	left: 18%;
}
.insta_images img
{
	width: 200px;
}

/*Footer Section*/
.footer {
  color: #333;
  position: relative;
  padding-top: 40px;
}

.footer_images
{
	flex: 1;
}
.footer_images img
{
	position: absolute;
	transition: all 0.6s ease;
}
.footer_top
{
	top:0;
	left:0;
	width:100%;
}
.footer_frame
{
	left: 2%;
	top: 16%;
	width:12%;
	animation: rotation 4s ease infinite;
}
.footer_zebra
{
	right:0;
	bottom:28%;
	width: 12%;
	animation: float 4s ease-in-out infinite;
}
.footer_bottom
{
	width: 100%;
	bottom:0;
	left: 0;
	z-index: 1;
}
.footer-top {
  padding: 20px 0;
  margin-top: 100px;
}

.contact-box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.contact-box div {
  flex: 1;
}

.icon {
  font-size: 24px;
  display: block;
  margin-bottom: 8px;
}

.contact-box p {
  margin: 0;
  font-size: 14px;
}

.contact-box h4 {
  margin: 5px 0 0;
  font-size: 16px;
}

.footer-middle {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 40px 10%;
  position: relative;
}

.footer-column {
  flex: 1 1 200px;
  margin: 20px;
}

.footer-column h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #333;
  position: relative;
}

.footer-column h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 40px;
  height: 2px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 8px;
}
.footer-column ul li p{
  font-size: 15px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #555;
  font-size: 15px;
}

.footer-column ul li a:hover {
  color: #e5a15d;
}

.footer-column ul li .social-icons i {
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
  font-size: 20px;
}
.post {
  margin-bottom: 15px;
}

.post .date {
  font-size: 13px;
  color: #e5a15d;
  margin-bottom: 5px;
}
.footer-bottom {
  text-align: center;
  padding: 15px 10px;
  font-size: 16px;
  color: #777;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  z-index:3;
  position:relative;
}

.footer-links a {
  margin-left: 15px;
  color: #555;
  text-decoration: none;
  z-index: 3;
}

.footer-links a:hover {
  color: #e5a15d;
}