@import url("https://fonts.googleapis.com/css2?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");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body{
	line-height: 1.5;
	font-family: 'Poppins', sans-serif;
	
	overflow-x: hidden;
}
html,
body {
    scroll-behavior: smooth;
}
img {
	display: flex;
	width: 100%;
  }

  
.slider {
	overflow: hidden;
	position: relative;
	max-width: 1400px;
	margin: auto;
  }
  
  .slider__track {
	display: flex;
	transition: transform 0.5s ease-in-out;
  }
  
  .header__container {
	flex: 0 0 100%;
	max-width: 100%;
	display: grid;
	gap: 2rem;
	text-align: center;
   padding-top: 6rem;
  
  }
  
  .header__container h1 {
	margin-bottom: 1rem;
	font-size: 4rem;
	font-weight: 700;
	line-height: 5rem;
	color: var(--text-dark);
  }
  
  .header__container h1 span {
	color: #007bff;
  }
  
  .header__container p {
	margin-bottom: 2rem;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75rem;
  }
  
  .header__container form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	gap: 1rem 0;
	background-color: #f6f4f7;
	border-radius: 10px;
  }
  
  .header__container .input__row {
	padding: 1rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	flex: 1;
  }
  
  .header__container .input__group {
	display: flex;
	align-items: center;
	gap: 10px;
  }
  
  .header__container .input__group span {
	color: var(--text-dark);
  }
  
  .header__container input {
	width: 100%;
	outline: none;
	border: none;
	font-size: 1rem;
	background-color: transparent;
  }
  
  .header__container button {
	width: 80%;
	padding: 1rem 2.5rem;
	outline: none;
	border: none;
	font-size: 1rem;
	white-space: nowrap;
	color: var(--white);
	background-color: #007bff;
	border-radius: 10px;
	cursor: pointer;
	margin-bottom: 2rem;
  }
  
  .slider__nav {
	position: absolute;
	top: 50%;
	width: 100%;
	display: flex;
	justify-content: space-between;
	transform: translateY(-50%);
  }
  
  .slider__nav button {
	
	border: none;
	color: #007bff;
	font-size: 3rem;
	background: transparent;
	cursor: pointer;
  
	outline: none;
  }
  @media (width > 768px) {
   
  
	.header__container {
	  grid-template-columns: repeat(2, 1fr);
	  align-items: center;
	  text-align: left;
	  padding-right: 5rem;
	  padding-left: 5rem;
	}
  
	.header__image {
	  grid-area: 1/2/2/3;
	}
  }
  
  @media (width > 1024px) {

  
	.header__container button {
	  width: fit-content;
	}
  }
  @media (width < 1024px) {
	.slider__nav {
		display: none;
	}
  }
  @media (width < 450px) {
	.header__content h1 {
   font-size: 3rem;
	}
	.header__content {
		padding: 5px;
		 }
	
  }
  
  
 
/*   
  .header__container {
	
	max-width: 1200px;
	margin: auto;
	padding: 7rem 1rem;
	
	display: grid;
	gap: 2rem;
	text-align: center;
  }
  
  .header__container h1 {
	margin-bottom: 1rem;
	font-size: 4rem;
	font-weight: 700;
	line-height: 5rem;
	color: var(--text-dark);
  }
  
  .header__container h1 span {
	color: #6eb0ec;
  }
  
  .header__container p {
	margin-bottom: 2rem;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75rem;
  }
  
  .header__container form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	gap: 1rem 0;
	background-color: #f6f4f7;
	border-radius: 10px;
  }
  
  .header__container .input__row {
	padding: 1rem;
	display: flex;
	align-items: center;
	gap: 1rem;
	flex: 1;
  }
  
  .header__container .input__group {
	display: flex;
	align-items: center;
	gap: 10px;
  }
  
  .header__container .input__group span {
	color: var(--text-dark);
  }
  
  .header__container input {
	width: 100%;
	outline: none;
	border: none;
	font-size: 1rem;
	background-color: transparent;
  }
  
  .header__container button {
	width: 100%;
	padding: 1rem 2rem;
	outline: none;
	border: none;
	font-size: 1rem;
	white-space: nowrap;
	color: var(--white);
	background-color:  #6eb0ec;
	border-radius: 10px;
	cursor: pointer;
  }
  
  @media (width > 540px) {
	.nav__contact {
	  gap: 2rem;
	}
  
	.nav__contact__card {
	  gap: 1rem;
	}
  }
  
  @media (width > 768px) {
	
  
	.header__container {
	  grid-template-columns: repeat(2, 1fr);
	  align-items: center;
	  text-align: left;
	}
  
	.header__image {
	  grid-area: 1/2/2/3;
	}
  }
  
  @media (width > 1024px) {
	.header__container form {
	  flex-direction: row;
	}
  
	.header__container button {
	  width: fit-content;
	}
  }
   */

  /* ul {
    margin: 0px;
    padding: 0px;
} */

.partner-section {
	padding: 20px;
	text-align: center;
  }

  .partner-section h2 {
	font-size: 36px;
	margin-bottom: 60px;
  }

  .swiper {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
  }

  .swiper-slide img {
	width: 100%;
	max-width: 200px;
	height: auto;
	display: block;
	margin: 0 auto;
  }
 
  
.portfolio {
	background-color: var(--extra-light);
  }
  .portfolio__container {
	
	margin: auto;
	
	background:  #012e6a;
  }
  
  .portfolio__nav {
	margin-block: 2rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
  }
  
  .portfolio__nav .btn {
	padding: 1rem;
	font-size: 1.2rem;
	font-weight: 600;
	color: lightslategrey;

	border: none;
  }
   
  .portfolio__nav .btn:hover {
	color: white !important;
	border: white;
  }
  
  .portfolio__nav .btn.mixitup-control-active {
	color: white;
	
  }
  .portfolio__nav .btn.mixitup-control-active:hover {
	color: white;
	
  }
  
  
  
  .portfolio__grid {
	display: grid;
	gap: 1rem;
  }
  .card {
	background: #fff;
	
	border-radius: 5px !important;
	overflow: hidden;
	
	transition: transform 0.3s, box-shadow 0.3s;
	
	
	
  }
  .tick {
	color: green; /* Change this to your desired tick color */
	margin-right: 3px;
}
  .card:hover  {
	border-color: 3px solid #007bff !important;
  }
  .price__card__ribbon {
	position: absolute;
	width: fit-content;
	top: 2rem;
	right: -4.5rem;
	transform: rotate(45deg);
	padding: 5px 5rem;
	font-size: 0.9rem;
	color: white;
	background-color: #007bff;
	transition: 0.3s;
  }
  
  .price__card:hover .price__card__ribbon {
	font-size: 1rem;
  }
  
  .portfolio__card img {
    border-radius: 5px;
	width: 100%;
	object-fit: cover;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }

  .card-content {
	padding: 15px;
  }
  .card-content h3{
	font-size: 1rem;
  }
  .card-content p{
	color: #0f172a;
  }
  .card-content .btn {
	display: inline-flex;
	
	padding: 10px 15px;
	background-color: #007bff;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-size: 0.9rem;
	font-weight: 600;
	margin-left: 1rem;

  }
 
  
  .card-content .btn:hover {
	border: #007bff;
  }

  @media (width > 540px) {
	
  
	.portfolio__grid {
	  grid-template-columns: repeat(2, 1fr);
	}
  
	
  }

  
@media (width > 768px) {
	
    .trip__container {
		grid-template-columns: repeat(2, 1fr);
		align-items: center;
	  }
	
	  .trip__image {
		grid-area: 1/2/2/3;
	  }
	
	  .trip__content :is(.section__subheader, .section__header) {
		text-align: left;
	  }
  
  
	
  
	.portfolio__grid {
	  grid-template-columns: repeat(3, 1fr);
	}

	@media (width < 768px) {
    
	}
	
  
	
	
	}
	@media (width >= 1200px)  {
		.portfolio__container {
	
			margin: auto;
			padding: 5rem 5rem;
			background:  #012e6a;
		  }
		  
		.portfolio__grid {
			grid-template-columns: repeat(4, 1fr);
		  }

	}
  
  
  @media (width < 1200px) {
	.portfolio__container {
	
		margin: auto;
		padding: 2rem 2rem;
		background:  #012e6a;
	  }
	.portfolio__grid {
	  gap: 1.5em;
	}
  

  }

.footer-section {
  background: #151414;
  position: relative;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #007bff;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 40px;
  /* display: inline-block; */
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #007bff;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #007bff;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
  font-size: 14px;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: #007bff;
    padding: 13px 20px;
    border: 1px solid #007bff;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: #007bff;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #18cb96;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}

.partners-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding:  1rem;
	background-color: #fff;
	max-width: 1200px;
	margin: auto;
  }
  
  /* Logos grid */
  .partners-logos {
	
	padding:5px;
	flex: 1;
	max-width: 50%;
	
  }
  
  .partners-logos img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	
  }
  
  /* Text content */
  .partners-text {
	flex: 1;
	max-width: 50%;
	padding: 20px;
  }
  
  .partners-text h1 {
	font-size: 2.2rem;
	color: #333;
	text-align: center;
	line-height: 1.5;
  }
  
  .partners-section {
	flex-direction: row;
  }
  
  /* Responsive adjustments */
  @media (max-width: 1024px) {
	.partners-section {
	  flex-direction: column;
	
	}
  
	.partners-logos {
	  max-width: 100%;
	 
	}
  
	.partners-text {
	  max-width: 90%;
	  padding: 10px 0;
	  text-align: center;
	}
  
	.partners-text h1 {
	  font-size: 3.5rem;
	}
  }
  @media (max-width: 768px) {
   
	.partners-logos {
	  max-width: 100%;
	 
	}
  
	.partners-text {
	  max-width: 90%;
	  padding: 10px 0;
	}
  
	.partners-text h1 {
	  font-size: 3rem;
	}
  }
  @media (max-width: 600px) {
   
	.partners-logos {
	  max-width: 100%;
	 
	}
  
	.partners-text {
	  max-width: 90%;
	  padding: 10px 0;
	}
  
	.partners-text h1 {
	  font-size: 2.5rem;
	}
  }
  @media (max-width: 500px) {
   
	.partners-logos {
	  max-width: 100%;
	
	}
  
	.partners-text {
	  max-width: 100%;
	  padding: 10px 0;
	  font-size: 1rem;
	}
	.partners-text h1 {
	  font-size: 2rem;
	}
  
   
  }
  
  @media (max-width: 355px) {
   
	.partners-logos {
	  max-width: 100%;
	 
	}
  
	.partners-text {
	  max-width: 90%;
	  padding: 10px 0;
	}
  
	.partners-text h1 {
	  font-size: 1.5rem;
	}
  }

  .trip__container {
	display: grid;
	
	overflow: hidden;
	margin: auto;
	max-width: 1200px;
	padding: 3rem 3rem;

	
  }
  
  .trip__image img {
	max-width: 425px;
	margin-inline: auto;
  }
  
  .trip__list {
	list-style: none;
	margin-top: 2rem;
	display: grid;
	gap: 2rem;
  }
  
  .trip__list li {
	display: flex;
	align-items: center;
	gap: 1rem;
  }
  
  .trip__list li span {
	padding: 8px 15px;
	font-size: 1.75rem;
	color: var(--white);
	border-radius: 1rem;
  }
  
  .trip__list li:nth-child(1) span {
	background-color: #f0bb1f;
  }
  
  .trip__list li:nth-child(2) span {
	background-color: #f15a2b;
  }
  
  .trip__list li:nth-child(3) span {
	background-color: #006380;
  }
  
  .trip__list h4 {
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--text-dark);
  }
  
  .trip__list p {
	color: var(--text-light);
  }
  
  .container_3 {
	position: relative;
	width: 100%;
	max-width: 1400px;
	margin: 100px auto 20px;
	padding: 5rem 4rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
	isolation: isolate;
  }
  
  .container_3::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #012e6a;
	z-index: -1;
  }
  
  ._logo {
	position: absolute;
	left: 50px;
	top: -80px;
	width: 150px;
	height: 150px;
	font-size: 6rem;
	display: grid;
	place-content: center;
	color: var(--white);
	background-color: #418ddc;
	border-radius: 100%;
  }
  
  .content {
	display: grid;
	align-self: center;
  }
  
  .content h1 {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 1rem;
	color: var(--white);
  }
  
  .content p {
	color: var(--white);
	margin-bottom: 2rem;
  }
  
  ._card {
	border-radius: 5px;
	overflow: hidden;
	background-color: var(--white);
  }
  
  .card__details {
	position: relative;
	padding: 1rem;
	border-top: 1rem solid #e2e8f0;
  }
  
  .card__details span {
	position: absolute;
	height: 50px;
	width: 50px;
	top: -2.5rem;
	font-size: 1.5rem;
	display: grid;
	place-content: center;
	color: var(--white);
	background-color: #418ddc;
	border-radius: 100%;
  }
  
  .content div {
	display: flex;
	align-items: center;
	gap: 1rem;
	text-decoration-skip-ink: 0.9rem;
	font-weight: 600;
	color: white;
  }
  
  .content div span {
	padding: 0px 5px;
	border-radius: 100%;
	color: red;
	background-color: white;
	cursor: pointer;
	font-size: 2rem;
  }
  
  .card__details p {
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 1rem;
	color: #0f172a;
  }
  
  .card__details h4 {
	font-size: 1.2rem;
	font-weight: 600;
	color: #0f172a;
  }
  
  .card__details h5 {
	font-size: 0.9rem;
	font-weight: 600;
	color:  #94a3b8;
  }
  
  
  
  @media (width < 1080px) {
	.container_3 {
	  grid-template-columns: repeat(2, 1fr);
	}
  }
  
  @media (width < 720px) {
	.container_3 {
	  grid-template-columns: repeat(1, 1fr);
	  padding: 5rem 2rem;
	}
  }


  
.client__container {
  background:  #012e6a;;
	margin: auto;
	padding: 2rem 1rem;
	
  }
  
  .client__container h2{
	font-size: 3rem;
	color: white;
   
  }
  
  .swiperTestimonials {
	padding-block: 4rem;
	width: 100%;
	
  }
  
  .swiper-slide {
	min-width: 200px;
  
	margin-bottom: 1.5rem;
  }
  
  .swiper-pagination-bullet {
	height: 10px;
	width: 10px;
  }
  
  .swiper-pagination-bullet-active {
	background-color: var(--primary-color);
  }
  .client__container h2 {
	text-align: center;
	padding-bottom: 2rem;
  }
  
  .client__header {
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	font-size: 3rem;
  }
  
  .client__details {
	display: flex;
	align-items: center;
	gap: 1rem;
  }
  
  .client__details img {
	max-width: 80px;
	border-radius: 100%;
	border: 2px solid var(--secondary-color);
  }
  
  .client__details h4 {
	font-size: 1.2rem;
	font-weight: 600;
	color: white;
  }
  
  .client__details h5 {
	font-size: 1rem;
	font-weight: 400;
	color: white;
  }
  
  .client__ratings span {
	font-size: 1.2rem;
	color: goldenrod;
  }
  
  .client__card p {
	color: white;
	line-height: 1.75rem;
  }


  .alumni-section {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 40px 20px;
	background-color: #f9f9f9;
  }
  
  .alumni-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	max-width: 1200px;
	margin: auto;
  }
  
  .alumni-text {
	flex: 1 1 300px;
	padding: 40px;
  }
  
  .alumni-text h2 {
	font-size: 3rem;
	margin-bottom: 20px;
	color: #333;
  }
  
  .ratings {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
  }
  
  
  .rating {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
  }
  
  .rating-score {
	font-size: 24px;
	font-weight: bold;
	color: #333;
  }
  
  .rating-logo img {
	height: 50px;
	width: auto;
  }
  
  .alumni-video {
	flex: 1 1 500px;
	max-width: 100%;
  }
  
  .alumni-video iframe {
	width: 100%;
	height: 350px;
	border-radius: 10px;
  }
  
  @media (max-width: 508px) {
	.alumni-section {
	 
	  flex-direction: column;
	  align-items: center;
	}
  
	.alumni-container {
	  flex-direction: column;
	}
      .alumni-video {
	flex: 1 1 200px;
	max-width: 100%;
  }
	
  }
  
  .header_button{
	  width: 80%;
  padding: 0.5rem 2.5rem;
  outline: none;
  border: none;
  font-size: 1rem;
  white-space: nowrap;
  color: var(--white);
  background-color: #007bff;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 2rem;
  margin-left: 0.5rem;
  }