@font-face {
  font-family: "sukhumvit";
  src: url(SukhumvitSet-Text.ttf);
}
body {
  font-family: "sukhumvit";
}
/* styles.css */
.cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}

.cookie-consent a {
  color: #fff;
}

.cookie-consent .btn {
  margin-top: 5px;
}

a {
  color: black;
  text-decoration: none;
}
a:hover {
  color: black;
}
.navbar {
  width: 100%;
  background-color: white;
}

.navbar-light .navbar-nav .nav-link {
  color: #666;
  display: inline-block;
  margin: 0;
  text-transform: uppercase;
  font-size: larger;
}
.nav-list {
  border-left: 1px solid #ccc;
  padding-left: 10px;
  margin-left: 10px;
}

.navbar-light .navbar-nav .nav-link:after {
  display: block;
  content: "";
  border-bottom: solid 3px #019fb6;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.content {
  margin-bottom: 30px;
  line-height: 1.7em;
  position: relative;
}
.readmore {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 20px 0;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0),
    rgb(255, 255, 255) 100%
  );
}
.navbar-light .navbar-nav .nav-link:hover:after {
  transform: scaleX(1);
}
.bi:nth-child(1) {
  font-size: 2rem;
}


.des-Article {
  background-color: #019fb6;
  width: 10rem;
  height: 6.5rem;
  text-align: center;
  color: white;
}

.des-News {
  background-color: #019fb6;
  width: 10rem;
  height: 6.5rem;
  text-align: center;
  color: white;
}
.des-Course {
  background-color: #019fb6;
  width: 10rem;
  height: 6.5rem;
  text-align: center;
  color: white;
}
.Course-Show {
  position: absolute;
}

.Course-backdrop {
  background-color: #e74a33;
  height: 21rem;
  margin-top: 3rem;
  width: 19rem;
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
}
.Course-Font {
  position: relative;
  max-width: 16rem;
  height: 21rem;
  bottom: 23rem;
}

.subCourse-Show {
  position: absolute;
}

.subCourse-backdrop {
  background-color: #019fb6;
  height: 20rem;
  margin-top: 1rem;
  width: 16rem;
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
}
.subCourse-Font {
  position: relative;
  max-width: 13rem;
  height: 15rem;
  bottom: 19rem;
}

.Article .card {
  background-color: #ffffff;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.Article .card .card-title {
  position: absolute;
  top: 10rem;

  background-color: #e46270;
  width: 15rem;
  height: 2rem;
  color: #fff;
}

.regisButton {
  background-color: #e74a33;
  color: white;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 30px;
  box-shadow: 0px 5px 3px 0 #53a0dd;
}
.regisButton:hover {
  color: #53a0dd;
}
.verrifyButton:after {
  display: block;
  content: "";
  border-bottom: solid 3px #019fb6;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.verrifyButton:hover:after {
  transform: scaleX(0.25);
}
.menu-search .form-control {
  border-left: 2px solid #e74a33;
  border-bottom: 2px solid #e74a33;
  border-top: 2px solid #e74a33;
  border-radius: 3rem;
}
.menu-search .form-select {
  border: 2px solid #e74a33;
  border-radius: 3rem;
}
.menu-search .btn {
  border-top: 2px solid #e74a33;
  border-right: 2px solid #e74a33;
  border-bottom: 2px solid #e74a33;
  border-radius: 3rem;
}
.carousel-item {
  transition: transform 250ms ease-in-out;
}
.hightlightSection .hightlightTitle {
  position: relative;
  bottom: 3rem;
  width: 100%;
  max-width: 18rem;
  padding-left: 1rem;
  padding-top: 1rem;
  background-color: #e74a33;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hightlightSection .card {
  padding: 0.5rem;
  margin: 0.25rem;
  border-radius: 2rem;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
}
.hightlightSection .card,
img {
  padding: 0.5rem;
  border-radius: 2rem;
}
.hightlightSection .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hightlightSection .card-body {
  margin-top: -2rem;
}
@media only screen and (min-width: 768px) {
  .col-md-1 {
    flex: 0 0 auto;
    width: 0%;
  }
}
@media only screen and (min-width: 1201px) {
  
  .col-md-1 {
    flex: 0 0 auto;
    width: 0%;
  }
 
  .col-md-1 {
    flex: 0 0 auto;
    width: 0%;
  }
}

.card .img-wrapper {
  max-width: 100%;
  height: 13em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card img {
  max-height: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .linebox1,
  .linebox2 {
    display: none;
  }
  .Course-backdrop {
    background-color: #e74a33;
    height: 20rem;
    margin-top: 1rem;
    width: 14rem;
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
    border-bottom-left-radius: 4rem;
  }
  .Course-Font {
    position: relative;
    max-width: 14rem;
    height: 19rem;
    bottom: 21rem;
  }
  .btn-search {
    display: none;
  }
  .nav-list {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
  }
  
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .card .img-wrapper {
    height: 17em;
  }
 
  .subCourse-Show {
    display: none;
  }
  .Course-backdrop {
    max-width: 18rem;
    height: 24rem;

  }
  
  .Hidercontent {
    display: none;
  }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
  .card .img-wrapper {
    height: 17em;
  }
  
  .subCourse-Show {
    display: none;
  }
  .Course-backdrop {
    max-width: 18rem;
    height: 23rem;
    margin-top: 6rem;
    width: 100%;
  }

  .Course-Font {
    max-width: 10rem;
    height: 13rem;
    bottom: 15rem;
  }
  .supportByText {
    margin-top: 3rem;
    font-size: 2rem;
  }
  .logobottom {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .card .img-wrapper {
    height: 17em;
  }
  .carousel-item {
    transition: transform 250ms ease-in-out;
  }
  .Course-backdrop {
    display: none;
  }
  .btn-course {
    display: none;
  }
  .Course-Font {
    max-width: 10rem;
    height: 13rem;
    bottom: 15rem;
  }
  .supportByText {
    margin-top: 3rem;
    font-size: 2rem;
  }
  .logobottom {
    display: none;
  }
}
