.banner-container {
  display: flex;
  align-items: flex-end;
  height: calc(100vh - 70px);
}

.banner-info1, .banner-info2, .banner-info3, .banner-info4 {
  width: 80%;
  position: relative;
  top: 10%;
  left: 10%;
}

.banner-title, .banner-titler {
  color: #FFFFFF;
  font-size: 23px;
  font-weight: 700;
}

.banner-subtitle, .banner-subtitler {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 50px;
}

.banner-button {
  color: #FFFFFF;
  font-weight: 700;
  background-color: #006DB1;
  padding: 10px;
  border-radius: 10px;
  text-decoration: none;
}

/*Universities section*/

.univ-container {
  display: none;
}

/*Bullet points section*/
.bullet-container {
  background-color: #F5F5F5;
  padding-bottom: 30px;
}

.bullet {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bullet-1 {
  color: #006DB1;
  font-size: 50px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 0;
}

.bullet-2 {
  color: #006DB1;
  font-size: 20px;
  font-weight: 500;
}

.bullet-separator {
  display: none;
}

/*videos section*/

.videos-container {
  background-color: #006DB1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
}

.video-card {
  width: 80%;
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 50px;
}

.ytvideo {
  width: 100%;
  height: 200px;
}

.video-card--header {
  color: #006DB1;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 30px 10px;
}

.video-card--content {
  font-size: 18px;
  font-weight: 500;
  margin: 0 30px 10px;
}

.video-card--separator {
  height: 2px;
  width: 100%;
  background-color: #B9B9B9;
}

.video-card--detail {
  color: #FBBA00;
  font-size: 18px;
  font-weight: 700;
  float: right;
  text-decoration: none;
  padding: 20px
}

/*why section*/
.why-container {
  background-color: #F5F5F5;
  padding: 0 0 50px;
}

.why-header {
  color: #006DB1;
  font-size: 28px;
  font-weight: 700;
  padding: 50px 10px 0;
  margin: 0;
  text-align: center;
}

.why-cards-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 270px;
  background-color: #FFFFFF;
  border-radius: 10px;
  margin-top: 120px;
}

.why-card--top {
  position: relative;
  bottom: 80px;
  width: 160px;
  height: 160px;
  background-color: #006DB1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-card--top img {
  height: 80px;
  width: 80px;
}

.why-card--content {
  color: #006DB1;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: -70px;
}

/*testimonial section*/

#testimonials {
  margin-top: -100px;
  margin-bottom: 100px;
}

.testimonial-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFFFFF;
  padding-bottom: 50px;
}

.testimonial-card {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #006DB1;
  border-radius: 10px;
  margin-top: 50px;
}

.testimonial-card--picture {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 20px;
}

.testimonial-card--content {
  margin: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;  
}

.testimonial-card--content--header {
  color: #FBBA00;
  font-size: 25px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}

.testimonial-card--content--subheader {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
}

.testimonial-card--content--text {
  color: #FFFFFF;
  font-size: 16px;  
  font-weight: 400;
  margin-bottom: 15px;
  text-align: justify;
}

.testimonial-card--detail {
  color: #006DB1;
  background-color: #FBBA00;
  font-size: 16px;  
  font-weight: 700;
  padding: 10px 20px;
  margin-bottom: 20px;
  width: 50%;
  border-radius: 20px;
  text-align: center;
}

.testimonial-card--detail a {
  color: #006DB1;
  text-decoration: none;
}

@media all and (min-width: 950px) {

  .gap {
    display: none;
  }

  /*banner*/
  .banner-container {
    height: calc(100vh - 100px);
  }

  .banner-info1 {
    position: relative;
    width: 45%;
    top: 20%;
    left: 10%;
  }

  .banner-info2 {
    position: relative;
    width: 35%;
    top: 20%;
    left: 10%;
  }

  .banner-info3 {
    position: relative;
    width: 40%;
    top: 20%;
    left: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }

  .banner-info4 {
    position: relative;
    width: 45%;
    top: 20%;
    left: 10%;
  }
  
  .banner-title {
    font-size: 35px;
  }

  .banner-titler {
    font-size: 35px;
    text-align: right;
  }
  
  .banner-subtitle {
    font-size: 24px;
    margin-bottom: 50px;
  }

  .banner-subtitler {
    font-size: 24px;
    margin-bottom: 50px;
    text-align: right;
  }
  
  .banner-button {
    font-size: 24px;
    padding: 20px;
  }

  /*universities slider*/
  .univ-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 50px;
    background-color: #FFFFFF;
  }

  .unis {
    width: 85%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }

  .next-uni, .prev-uni {
    cursor: pointer;
  }

  .ulogo {
    height: 100px;
  }

  .ulogo img {
    height: 75%;
    width: auto;
  }

  /*bullet points*/
  .bullet-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #F5F5F5;
    padding: 0 50px 150px 50px;
  }

  .bullet-1 {
    font-size: 60px;
    margin-bottom: 0;
  }
  
  .bullet-2 {
    font-size: 24px;
  }

  .bullet-separator {
    display: inherit;
    height: 100px;
    width: 2px;
    background-color: #FBBA00;
  }

  /*videos*/
  .videos-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    background-color: #006DB1;
    padding: 0 100px;
    margin-bottom: -50px;
  }

  .video-card {
    position: relative;
    bottom: 120px;
    width: 45%;
    background-color: #FFFFFF;
    border-radius: 10px;
  }

  .ytvideo {
    width: 100%;
    height: 250px;
  }

  .video-card--header {
    color: #006DB1;
    font-size: 24px;
    font-weight: bold;
    margin: 15px 25px 10px;
  }
  
  .video-card--content {
    font-size: 18px;
    font-weight: 400;
    margin: 0 30px 10px;
  }
  
  .video-card--separator {
    height: 2px;
    width: 100%;
    background-color: #B9B9B9;
  }
  
  .video-card--detail {
    color: #FBBA00;
    font-size: 18px;
    font-weight: 700;
    float: right;
    text-decoration: none;
    padding: 20px
  }

  /*why study abroad section*/
  .why-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 50px 50px;
  }

  .why-header {
    font-size: 35px;
    margin-top: 50px;
    padding: 0;
  }

  .why-cards-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
  }

  .why-card {
    width: 20%;
  }

  .why-card--top {
    position: relative;
    bottom: 60px;
    width: 120px;
    height: 120px;
    background-color: #006DB1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .why-card--top img {
    width: 75px;
    height: 75px;
  }
  
  .why-card--content {
    color: #006DB1;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin-top: -50px;
  }

  /*testimonials*/

  .testimonial-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    background-color: #FFFFFF;
    padding: 50px 50px;
  }

  .testimonial-card {
    width: 45%;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #006DB1;
    border-radius: 10px;
    padding: 10px;
    margin: 0;
  }

  .testimonial-card--picture {
    flex: 1;
    border-radius: 50%;
    margin: 0 20px;
    max-width: 120px;
    width: 100px;
    height: 100px;
  }

  .testimonial-card--content {
    flex: 4;
    align-items: flex-start;
  }

  .testimonial-card--content--header {
    color: #FBBA00;
    font-size: 24px;
  }

  .testimonial-card--content--subheader {
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 0;
  }

  .testimonial-card--content--text {
    color: #FFFFFF;
    font-size: 16px;
    margin-bottom: 5px;
    text-align: left;
  }

  .testimonial-card--detail {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 50%;
  }
  
  .testimonial-card--detail a {
    color: #006DB1;
    text-decoration: none;
  }
}

@media all and (min-width: 2000px) {

  /*banner*/
  .banner-container {
    height: calc(100vh - 125px);
  }

  .banner-info {
    width: 60%;
    top: 20%;
    left: 10%;
  }
  
  .banner-title {
    font-size: 40px;
  }
  
  .banner-subtitle {
    font-size: 28px;
    margin-bottom: 50px;
  }
  
  .banner-button {
    font-size: 28px;
    padding: 20px;
  }
  
  /*universities slider*/
  .ulogo {
    height: 140px;
  }

  /*bullet points*/
  .bullet-1 {
    font-size: 70px;
    margin-bottom: 0;
  }
  
  .bullet-2 {
    font-size: 28px;
  }

  .bullet-separator {
    display: inherit;
    height: 150px;
    width: 2px;
    background-color: #FBBA00;
  }

  /*videos*/
  .video-card {
    position: relative;
    bottom: 120px;
    width: 40%;
  }

  .ytvideo {
    width: 100%;
    height: 390px;
  }

  .video-card--header {
    font-size: 28px;
    margin: 20px 30px 10px;
  }
  
  .video-card--content {
    font-size: 20px;
    margin: 0 30px 10px;
  }
  
  .video-card--detail {
    font-size: 20px;
  }

  /*why study abroad section*/
  .why-container {
    padding: 0 100px 50px;
  }

  .why-header {
    font-size: 40px;
  }

  .why-card {
    width: 20%;
  }

  .why-card--top {
    position: relative;
    bottom: 100px;
    width: 200px;
    height: 200px;
    background-color: #006DB1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .why-card--top img {
    height: 100px;
    width: 100px;
  }
  
  .why-card--content {
    color: #006DB1;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: -70px;
    width: 80%;
  }

  /*testimonials*/

  .testimonial-container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    background-color: #FFFFFF;
    padding: 50px 100px;
  }

  .testimonial-card {
    width: 40%;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #006DB1;
    border-radius: 10px;
    padding: 10px;
  }

  .testimonial-card--picture {
    flex: 1;
    border-radius: 50%;
    margin: 0 20px;
    max-width: 100px;
  }

  .testimonial-card--content {
    flex: 3;
    align-items: flex-start;
  }

  .testimonial-card--content--header {
    color: #FBBA00;
    font-size: 28px;
  }

  .testimonial-card--content--subheader {
    color: #FFFFFF;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .testimonial-card--content--text {
    color: #FFFFFF;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .testimonial-card--detail {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .testimonial-card--detail a {
    color: #006DB1;
    text-decoration: none;
  }
}