@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;
}
.navbar-light .navbar-nav .nav-link:hover:after {
  transform: scaleX(1);
}

.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%
  );
}
.carousel {
  display: flex;
  transition: transform 1s ease-in-out;
}
.carousel-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.carousel-inner {
  padding: 1em;
  padding-top: 2rem;
}
.carousel-inner .card {
  margin: 0 0.75em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
}
.carousel-control-prev,
.carousel-control-next {
  background-color: #019fb6;
  width: 8vh;
  height: 8vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-inner .carousel-item .card {
  margin-bottom: 2rem;
  border-radius: 1.75rem;
  padding: 3rem 1rem;
}

.carousel-inner .carousel-item .card .img-fluid {
  position: absolute;
  width: 17rem;
}

.card .img-wrapper {
  max-width: 100%;
  height: 13em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.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: 1;
  -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: 960px) {
  .carousel-item {
    margin-right: 0;
    flex: 0 0 30%;
    display: block;
    /* Adjust the margin between items as needed */
    overflow: hidden;
    cursor: pointer;
    transition: flex 0.5s ease-in-out;
  }

  .carousel-inner {
    display: flex;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 0%;
  }
}
@media only screen and (min-width: 1440px) {
  .linebox1 {
    position: absolute;
    /* UI Properties */
    border: 3px solid #fbd86d;
    opacity: 1;
    height: 11rem;
  }
  .linebox2 {
    position: absolute;
    /* UI Properties */
    border: 3px solid #fbd86d;
    opacity: 1;
    height: 6rem;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 0%;
  }
  .carousel {
    display: flex;
    transition: transform 1s ease-in-out;
  }
}
@media only screen and (min-width: 2000px) {
  /* for sumo sized (mac) screens */
}
@media only screen and (max-device-width: 480px) {
  /* styles for mobile browsers smaller than 480px; (iPhone) */
  .hightlightSection .card {
    padding: 0.5rem;
    margin: 1rem;
    border-radius: 2rem;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  }
}
@media only screen and (device-width: 768px) {
  /* default iPad screens */
}
/* different techniques for iPad screening */
@media only screen and (max-device-width: 1200px) and (orientation: portrait) {
  /* For portrait layouts only */
  .subCourse-Show {
    display: none;
  }
  .btn-course {
    display: none;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 0%;
  }
  .supportByText {
    font-size: 0.75rem;
  }
}

@media only screen and (max-device-width: 1200px) and (orientation: landscape) {
  /* For landscape layouts only */
  .subCourse-Show {
    display: none;
  }
  .btn-course {
    display: none;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 0%;
  }
  .supportByText {
    font-size: 0.75rem;
  }
}
