@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');

/*--Section-1 CSS Starts here--*/
* {
  margin: 0;
  padding: 0;
  --blue: rgb(3, 59, 108);

}

* {
  box-sizing: border-box;
}

body {
  font-family: poppins;
}

.mySlides {
  display: none;
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  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) {
  .text {
    font-size: 11px
  }
}

@media(max-width: 700px) {
  .slideshow-container {
    height: auto;
  }
}

/*--Section-1 CSS Ends here--*/

.welcomeMessage {
  text-align: center;
  background-color: #efefef;
  padding: 5% 6%;
}

.welcomemessage_logos {
  grid-gap: 20px;
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto;
  justify-content: space-between;
  margin-top: 30px;
  padding-left: 6%;
  padding-right: 6%;
}

.welcomemessage_logos div img {
  height: auto;
  width: 100px;
}

.welcomemessage_logos div h1 {
  font-family: "poppins";
  font-size: 1.1rem;
  font-weight: 500;
  color: black;
}

.welcomeMessage h1 {
  color: rgb(37, 150, 190, 0.8);
  font-size: 1.65rem;
}

.welcomeMessage p {
  font-size: 1rem;
}

@media screen and (max-width: 1200px) {
  .welcomemessage_logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 720px) {
  .welcomemessage_logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

/*--Section-2 CSS Starts here--*/
.home-about-College {
  width: 100%;
  display: flex;
  align-items: center;
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);*/

}

.home-about-College p {
  width: 50%;
  font-size: 18px;
  font-family: arial;
  /* padding-left: 100px; */
  margin-left: 100px;
  margin-top: 80px;
  margin-right: 100px;
  position: relative;
  line-height: 26px;

}

.home-about-College img {
  width: 50%;
  height: 500px;
  margin-left: 50px;
  margin-right: 100px;
  margin-top: 100px;

}

@media (max-width: 1400px) {
  .home-about-College {
    flex-direction: column;
    /* Change direction back to row for larger screens */
    justify-content: center;
    /* Center align items horizontally */
    text-align: left;
    /* Reset text alignment */
  }

  .home-about-College img {
    width: 80%;
    /* Set image width to 50% */
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }

  .home-about-College p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 1em;

  }
}

@media (max-width: 768px) {
  .home-about-College {
    flex-direction: column;
    /* Change direction back to row for larger screens */
    justify-content: center;
    /* Center align items horizontally */
    text-align: left;
    /* Reset text alignment */
  }

  .home-about-College img {
    width: 90%;
    /* Set image width to 50% */
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }

  .home-about-College p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

  }
}



/*--Section-2 CSS Ends here--*/
/* --Section-3 CSS Starts Here */
.home-courses-container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-left: 100px;
  margin-right: 100px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.home-courses-column {
  flex-basis: calc(33.33% - 20px);
  margin: 10px;
  text-align: center;
  background-color: rgb(206, 222, 236, 0.5);
  border-radius: 10px;
  padding: 20px;
}

.home-courses-column img {
  max-width: 100%;
  width: 500px;
  height: 300px;
  border-radius: 10px;
  display: block;
  margin: 0 auto 10px;
}

.home-courses-column img :hover {
  width: 6 f 00px;
  height: 300px;
}

.home-courses-column h2 {
  font-size: 25px;
  margin-bottom: 5px;
}

.home-courses-column p {
  font-size: 19px;
  line-height: 1.4;
  justify-content: center;
  margin-bottom: 10px;
}

.home-courses-column button {
  padding: 10px 20px;
  /* background-color: #2596BE; */
  background-color: none;
  color: #2596BE;
  font-size: 15px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.home-courses-column button:hover {
  background-color: grey;
  color: white
}

@media(max-width:800px) {
  .home-courses-container {
    flex-direction: column;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
  }

}

/* --Section-3 CSS Ends here-- */
/* --Section-4 Starts Here --*/
.home-contact-section {
  margin-bottom: 40px;
}

.home-contact-section-heading {
  font-size: 36px;
  margin-top: 15px;
  ;
  margin-bottom: 20px;
  font-family: arial;

}

.home-contact-section p {
  color: black;
  font-size: 19px;
  font-family: arial;
  line-height: 14px;
}

.home-contact-cta-button {
  padding: 10px 20px;
  background-color: #2596BE;
  color: #fff;
  margin-top: 15px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.home-contact-cta-button:hover {
  background-color: grey;


}

.home-contact-cta-button #arrow-click {
  margin-left: 10px;

}

@media screen and (max-width: 768px) {
  .home-contact-section {
    background-size: cover;
    max-width: 100%;
  }

  .home-contact-section-heading {
    font-size: 30px;
    margin-left: 10px;
  }

  .home-contact-section p {
    font-size: 16px;
    margin-left: 10px;
  }
}

/* --Section-4 Ends Here-- */
/* --Section-5 Starts Here-- */

.home-message-container {
  max-width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

.home-director-heading {
  text-align: center;
  margin-top: 50px;
  font-size: 25px;
  font-family: arial;
  color: var(--blue);
  text-decoration: underline;
}

.home-message-column {
  width: calc(50% - 20px);
  background-color: rgb(206, 222, 236);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  margin-left: 100px;
  margin-right: 100px;
}

.home-message-column img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

.home-director-info {
  text-align: center;
  margin-bottom: 20px;
}

.home-director-info p {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
  font-family: arial;
}

.home-director-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #2596BE;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.home-director-btn:hover {
  background-color: #0056b3;
}

@media screen and (max-width: 768px) {
  .home-message-container {
    flex-direction: column;
    align-items: center;
  }

  .home-message-column {
    width: calc(100% - 40px);
    /* Adjust width for screens <= 768px */
    margin-left: 20px;
    /* Adjust margin left */
    margin-right: 20px;
    /* Adjust margin right */
    margin-bottom: 20px;
    /* Adjust margin bottom */
  }
}



/* --Section-5 Ends here */

/* --Section-6 starts here-- */

/*.home-logos-slider h1{
  color: var(--blue);
  width: 100%;
}*/
.home-logos-slider {
  overflow: hidden;
  white-space: nowrap;
  background-color: lightgray;
  margin-top: 50px;
  padding: 20px 0px;
  margin-bottom: 50px;
}

.home-logos-slider h1 {
  text-align: center;
  color: var(--blue);
  font-size: 30px;
  width: 80%;
  margin: auto;
  /* color: var(--font-color); */
  text-decoration: underline;
}

.logo-slide {
  overflow: hidden;
  display: inline-block;
  animation: 8s logo-slider infinite linear;
  padding: 10px 0px;
}

.logo-slide img {
  height: 100PX;
  margin: 0 20px;
}

@media screen and (max-width: 500px) {
  .home-logos-slider h1 {
    width: 90%;
    margin: auto;
    align-items: center;
    font-size: 20px;
  }

}

/* adding animation  */
@keyframes logo-slider {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }

}

/* --Section-6 Ends Here-- */