* {
  margin: 0;
  padding: 0;
  font-family: "Lora", serif;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

.header {
  width: 100%;
  min-height: 100vh;
  background-image:
    linear-gradient(rgba(4, 9, 30, 0.4), rgba(4, 9, 30, 0.4)),
    url("./uni-img/pexels-photo-207692.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  width: 100%;
}
nav img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  transition: 1s;
}
nav .fa-solid.fa-bars {
  position: relative;
  top: -10px;
}
.nav-link {
  flex: 1;
  text-align: right;
}
.nav-link ul li {
  display: inline-block;
  padding: 0 15px;
  list-style: none;
}
.nav-link ul li a {
  text-decoration: none;
  font-size: 15px;
  color: white;
}
.nav-link ul li::after {
  content: "";
  width: 0%;
  height: 2px;
  margin: auto;
  display: block;
  background: #3698f4;
  transition: 0.7s;
}
.nav-link ul li:hover::after {
  width: 100%;
}

.text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  height: 90vh;
}
.text h1 {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  text-transform: uppercase;
}
.text p {
  text-align: center;
  font-size: 20px;
  margin: 40px 0;
  width: 80%;
}

.btn {
  color: white;
  font: 16px;
  border-radius: 10px;
  padding: 10px 16px;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid white;
}
.btn:hover {
  background: #3698f4;
  transition: 0.7s;
  border: #3698f4;
}
nav .fa-solid {
  display: none;
}

.courses {
  display: flex;
  justify-content: center;
  margin: 100px 0;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.courses h1 {
  font-size: 24px;
  color: #3698f4;
  font-weight: 800;
}
.courses h6 {
  font-size: 30px;
  color: black;
  margin-top: 15px;
  font-weight: bold;
}
.courses p {
  color: #777;
}
.row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  position: relative;
  top: 75px;
  margin-bottom: 50px;
  width: 80%;
}
.column {
  flex-basis: 31%;
  background: #3698f4;
  border-radius: 20px;
  padding: 30px 15px;
  margin-bottom: 15px;
  transition: 0.6s;
}
.column:hover {
  scale: 1.05;
}
.column h3 {
  color: white;
}
.col-img {
  flex-basis: 31%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
img {
  width: 100%;
}

.feature {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 100px;
  flex-direction: column;
}
.feature h1 {
  font-size: 24px;
  color: #3698f4;
  font-weight: 800;
}
.feature p {
  font-size: 30px;
  color: black;
  font-weight: bold;
}
.feature h6 {
  color: #777;
}
.feature-img {
  flex-basis: 32%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 50px;
}
.feature-img img {
  width: 100%;
  min-height: 50vh;
  margin-bottom: 20px;
  border-radius: 20px;
}
.students {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 100px 0;
  text-align: center;
}
.students h1 {
  font-size: 24px;
  font-weight: 900;
  color: #3698f4;
}
.students p {
  font-size: 16;
  color: #777;
}
.students h6 {
  font-size: 30px;
  color: black;
  font-weight: bold;
}
.review {
  flex-basis: 44%;
  display: flex;
  flex-direction: column;
  padding: 15px;
  position: relative;
  text-align: left;
  width: 90%;
  border-radius: 20px;
  margin: 15px;
  transition: 0.3s;
  box-shadow: 5px 5px 10px #9494943e;
}
.review:hover {
  scale: 1.05;
}
.review .name {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.review img {
  height: 50px;
  width: 50px;
  margin: 5px;
  border-radius: 50%;
  border: 2px solid #3698f4;
}
.review h6 {
  font-size: 30px;
  font-weight: bold;
}
.review p {
  color: #777;
  margin: 5px 0;
}
.review .fa {
  color: #3698f4;
}
.review h3 {
  color: #3698f4;
}
.about-header {
  width: 100vw;
  min-height: 50vh;
  background-image:
    linear-gradient(rgba(4, 9, 30, 0.4), rgba(4, 9, 30, 0.4)),
    url(uni-img/graduate.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 110px;
}
.about-header nav {
  margin-top: -110px;
}
.info {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
}
#aboutus h1 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-top: 50px;
}
#aboutus h2 {
  font-size: 25px;
  font-weight: 200;
  margin: 30px;
}

.info-heading,
.info-img {
  flex-basis: 48%;
  text-align: left;
  width: 100%;
  position: relative;
  top: -15px;
}
.info-heading h1 {
  font-size: 24px !important;
  color: #3698f4;
}
.info-heading p {
  color: #777;
  padding-top: 0;
  bottom: 30px;
  position: relative;
}
.info-heading a {
  border: 1px solid#3698f4;
  color: #3698f4;
}
.info a:hover {
  color: white;
}
#contact .us {
  text-align: center;
}
#contact .us h1 {
  font-size: 24px;
  color: #3698f4;
  font-weight: 900;
}
#contact .us p {
  font-size: 30px;
  color: black;
  font-weight: bold;
}
.comment-blogs {
  border: 1px solid #777;
  margin-bottom: 100px;
  padding: 20px;
  width: 60%;
}
.comment input,
.comment textarea {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  width: 100%;
  background: #f0f0f0;
  padding: 10px;
  border: none;
  margin-bottom: 20px;
}
.comment .btn {
  color: #3698f4;
  border: 1px solid#3698f4;
  background: transparent;
  cursor: pointer;
  transition: 0.3s;
}
.comment .btn:hover {
  background-color: #3698f4;
  color: white;
}
.contactus2 {
  width: 80%;
  display: flex;
  margin: auto;
  justify-content: center;
}
.contactus2 .details {
  width: 50%;
  text-align: left;
}
.contactus2 .details i {
  color: #3698f4;
}
.contactus2 .details h5 {
  display: inline;
  color: #3698f4;
}
.contactus2 .information {
  flex-basis: 80%;
  text-align: center;
}
.contact-icon i {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding: 30px 0;
  color: #f44336;
  font-size: 20px;
}
.contact-icon span {
  position: relative;
  bottom: 60px;
  left: 30px;
}
.contactus2 span p {
  color: #777;
}
.contactus2 .row iframe {
  height: 350px;
}
.contactus2 .comment-blogs {
  border: none;
}
.contactus2 .comment-blogs h3 {
  font-weight: 400;
}
.contactus2 .row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  position: relative;
  top: 60px;
}
footer {
  width: 90vw;
  border-top: 1px solid #777;
  margin: auto;
  padding: 20px 0;
}
footer .about_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #777;
}
footer .about_info .links {
  text-align: right;
  width: 40%;
}
footer .about_info a,
footer .about_info p {
  text-decoration: none;
  color: #777;
  font-size: 12px;
  margin: 0 5px;
}
/* Responsiveness */
/* Medium Screen + Tablet */
@media (max-width: 1025px) {
  #navbar img {
    margin-left: 20px;
  }

  nav ul {
    margin-right: 20px;
  }

  nav ul li a {
    padding: 10px;
  }

  header .content h1 {
    font-size: 28px;
  }

  #about {
    height: auto;
    padding: 4rem 2rem;
  }

  #about .about-content p {
    margin-right: 2rem;
  }

  #about img {
    width: 250px;
  }
  .contactus2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contactus2 .row {
    width: 80%;
  }
  .contactus2 .row iframe {
    width: 100%;
  }
  .contactus2 .information {
    width: 100%;
  }
  .contactus2 .comment-blogs {
    width: 100%;
  }
  .feature-img img {
    width: 100%;
    min-height: 30vh;
    margin-bottom: 20px;
    border-radius: 20px;
  }
  .contactus2 .row .details {
    width: 100%;
    margin: 20px 0;
  }
}
@media (max-width: 900px) {
  .header {
    width: 100%;
  }
  .text h1 {
    font-size: 30px;
  }
  text p {
    font-size: 16px;
  }
  .nav-link ul li {
    padding: 0 10px;
  }
  .nav-link ul li a {
    font-size: 12px;
  }
  .contactus2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contactus2 .comment-blogs {
    width: 100vw;
  }
  .contact-icon span {
    font-size: 25px;
  }

  .contactus2 .row {
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contactus2 .row .details {
    width: 100%;
    margin: 20px 0;
  }

  .contactus2 .information {
    width: 100%;
  }
  .feature-img img {
    width: 100%;
    min-height: 30vh;
    margin-bottom: 20px;
    border-radius: 20px;
  }
  .review {
    padding: 10px;
  }
}
@media (max-width: 700px) {
  .nav-link {
    width: 200px;
    height: 450px;
    display: block;
    position: fixed;
    background: #3698f4;
    top: 0;
    right: -700px;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    text-align: left;
    transition: 1s;
  }
  nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  nav img {
    width: 50px;
    height: 50px;
  }

  .nav-link ul {
    margin: 0px;
  }
  .nav-link ul li {
    display: block;
    text-align: center;
    margin: 20px 0;
    width: 100%;
    background-color: #89c3fa;
    border-radius: 15px;
    padding: 10px 0;
  }

  nav .fa-solid {
    display: block;
    font-size: 30px;
    margin: 20px 5px;
    color: white;
    cursor: pointer;
  }
  .fa-bars {
    position: relative;
    bottom: 20px;
    left: 5px;
  }
  .info-heading {
    text-align: center;
  }
  .info-heading h1 {
    font-size: 20px;
  }
  .info-heading p {
    font-size: 15px;
  }
  .row {
    flex-direction: column;
  }
  .info .row a {
    margin-bottom: 10px;
  }
  footer .about_info a,
  footer .about_info p {
    font-size: 10px;
  }
}
@media (max-width: 560px) {
  footer .about_info a,
  footer .about_info p {
    font-size: 6px;
  }
  .header {
    width: 100%;
  }
  footer .about_info {
    width: 90%;
  }
  footer .follow {
    width: 90%;
  }
  footer .quick_links {
    width: 90%;
  }
  .courses p {
    font-size: 12px;
  }

  .students p {
    font-size: 12px;
  }
  footer .about_info h5 {
    font-size: 12px;
  }
  footer .about_info h3 {
    font-size: 12px;
  }
}
