html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  color: #000;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

/* button */

.btn {
  font-size: 16px;
  border-radius: 10px;
  padding: 4px 20px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
}

.btn:focus {
  box-shadow: none;
  outline: none;
}

.btn-primary {
  border: 1px solid #c7583b;
  background: #c7583b;
  box-shadow: 2px 2px 10px 2px rgb(0 0 0 / 12%);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  border: 1px solid #477995;
  background: #477995;
}

.btn-secondary {
  border: 1px solid #477995;
  background: #477995;
  box-shadow: 2px 2px 10px 2px rgb(0 0 0 / 12%);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  border: 1px solid #c7583b;
  background: #c7583b;
}

.rounded {
  border-radius: 30px !important;
}

/* Header */

header .navbar {
  background: #f6f6f9;
}

header .navbar-brand img {
  width: 200px;
}

header .nav-item {
  padding: 0 15px;
}

header .nav-link {
  color: #4c7a93;
  font-weight: 600;
  font-size: 20px;
}

header .nav-link:hover,
header .nav-link.active {
  color: #c7583b !important;
}

header .navbar-toggler {
  border: 0;
  padding: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

/* Events */

.events-section {
  padding: 80px 0;
  position: relative;
}

.events-section h2 {
  font-size: 64px;
  font-weight: 700;
  color: #4c7a93;
  margin-bottom: 20px;
}

.events-section h4 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 60px;
}

.events-section .card {
  border-radius: 20px;
  border: 0;
  box-shadow: 4px 3px 15px 8px #e7ecef;
  font-family: "Inter", sans-serif;
  margin-bottom: 40px;
}

.events-section .card .card-body {
  padding: 25px;
}

.events-section .card .card-content {
  padding-top: 20px;
}

.events-section .card .card-content h5 {
  font-size: 20px;
  font-weight: 600;
  color: #4c7a93;
  margin-bottom: 15px;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  min-height: 50px;
}

.events-section .card .card-content p {
  color: #828282;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  min-height: 88px;
}

.events-section .card .content-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 25px;
}

.events-section .card .content-footer ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.events-section .card .content-footer ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.events-section .card .content-footer ul li span {
  color: #c7583b;
  font-weight: 600;
  font-size: 14px;
}

.events-section .card .content-footer .btn {
  height: 41px;
  padding: 8px 15px;
}

.events-section .card .badge {
  border-radius: 4px;
  font-weight: 600;
  padding: 6px 8px;
}

.events-section .card .badge.bg-danger-light {
  color: #c73b5c;
  background: rgb(199 59 92 / 23%);
}

.events-section .card .badge.bg-primary-light {
  color: #3b81c7;
  background: rgb(59 129 199 / 23%);
}

.events-section .card .badge.bg-purple-light {
  color: #3b59c7;
  background: rgb(59 89 199 / 23%);
}

.bg-img-one {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.bg-img-two {
  position: absolute;
  top: -180px;
  left: 0;
  z-index: -1;
}

.bg-img-three {
  position: absolute;
  bottom: -250px;
  right: 0;
  z-index: -1;
}

/* Expert */

.expert-section {
  padding: 60px 0;
}

.expert-section h2 {
  font-size: 50px;
  font-weight: 700;
  color: #4c7a93;
  margin-bottom: 30px;
}

.subtitle {
  font-size: 40px !important;
}

.expert-section .time-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 100px;
  margin-bottom: 70px;
}

.expert-section .time-block li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.expert-section .time-block span {
  color: #c7583b;
  font-weight: 600;
  font-size: 30px;
}

.expert-section .time-block img {
  width: 28px;
}

.expert-section .btn {
  font-size: 24px;
}

.expert-section .card {
  border-radius: 20px;
  border: 0;
  box-shadow: 0 0 10px 3px rgb(76 122 147 / 15%);
  font-family: "Inter", sans-serif;
  margin-bottom: 40px;
}

.expert-section .card-body {
  padding: 40px;
}

.expert-section .card h6 {
  color: #477995;
  font-weight: 600;
}

.expert-section .card p {
  color: #477995;
  font-size: 12px;
}

.expert-section .card .bg-danger-light {
  color: #c7583b;
  background: rgb(199 88 59 / 10%);
  border-radius: 30px;
  font-weight: 600;
  padding: 8px 10px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  gap: 15px;
  box-shadow: 0 5px 5px 0 #4c7a9317;
  cursor: pointer;
}

.expert-text {
  font-size: 64px !important;
}

.endorsement-block {
  font-size: 20px;
}

.endorsement-block ul {
  list-style: disc;
  padding-left: 30px;
}

.expert-member .card {
  position: relative;
  overflow: hidden;
  border: none;
  border-radius: 14px;
  box-shadow: none;
}

.expert-member .card-body {
  padding: 0;
  position: relative;
}

.expert-member .card-body img.img-fluid {
  width: 100%;
  display: block;
  transition: transform 0.5s ease;
  border-radius: 14px;
}

.expert-member .card-body .content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #4c7a93, #4c7a93, #ffffff 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 14px;
  height: 100%;
  padding: 40px 30px 25px;
}

.expert-member .card .content h5 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}

.expert-member .card .content h6 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.expert-member .card .content p {
  font-size: 16px;
  color: #fff;
}

.expert-member .card-body:hover .content {
  opacity: 1;
}

.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #c4c4c408, #477995f7);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: end;
  transition: opacity 0.4s ease;
  border-radius: 0 0 14px 14px;
  height: 260px;
  padding: 20px 30px;
  text-align: center;
}

.card-overlay h4 {
  font-weight: 600;
}

.video-block .play-icon {
  width: 154px;
  height: 154px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -75px;
  margin-left: -75px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-block .play-icon img {
  position: relative;
  right: -8px;
}

/* Keep update */

.keep-update {
  background: #e9f2f7;
  padding: 80px 0;
  position: relative;
}

.keep-update h2 {
  font-size: 48px;
  font-weight: 600;
}

.keep-update .btn {
  font-size: 24px;
  height: 76px;
  padding: 8px 30px;
}

/* Footer */

footer {
  background: #fff;
  padding: 60px 0;
  font-family: "Inter", sans-serif;
}

footer h5 {
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
  text-align: right;
}

footer h5:after {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: -10px;
  right: 0;
  background: #dfdbb9;
}

footer p {
  font-size: 15px;
  color: #477995;
  font-weight: 400;
}

footer p a {
  color: #477995;
}

footer hr {
  border-top: 1px solid #477995;
}

footer .footer-link li {
  padding: 12px 0;
}

footer .footer-link li a {
  color: #477995;
  font-size: 15px;
  font-weight: 600;
}

footer .footer-link li:first-child {
  padding-top: 0;
}

footer .footer-link li a:hover {
  color: #c7583b;
}

.map-text {
  font-weight: 600;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 30px;
}

.user-account .form-label {
  font-weight: 600;
  font-size: 16px;
}

.user-account .btn {
  font-size: 16px;
  height: 40px;
}

.user-account .text-primary {
  color: #477995 !important;
}

.user-account .text-danger {
  color: #c7583b !important;
}

.user-account a {
  text-decoration: underline;
}

.user-account .form-control,
.user-account .form-select {
  height: 40px;
  border-radius: 10px;
}

.user-account .form-control::placeholder {
  color: #00000057;
}

.user-account .form-control:focus,
.user-account .form-select:focus {
  border: 1px solid #c7583b;
  box-shadow: none;
  outline: none;
}

.user-account .card {
  box-shadow: 10px 10px 10px 0 #e7e7e754;
  background: #ffffff6b;
}

.user-account .card-body {
  padding: 25px;
}

.form-check-label {
  color: #828282;
}

.form-check-input {
  accent-color: red;
}

.events-section .card .card-content small {
  font-size: 12px;
  color: #477995;
  margin-top: 20px;
  display: block;
  min-height: 40px;
}

.events-section .card .card-content small.min-h-auto {
  min-height: auto;
}

.img-block {
  position: relative;
}

.img-block .small-img {
  position: absolute;
  top: 0;
  right: 0;
}

.my-profile .form-control,
.my-profile .form-select {
  background-color: #e2eef4;
  color: #477995;
  padding: 5px 18px;
}

.my-profile .form-control::placeholder {
  color: #477995;
}

.my-profile .form-check-label {
  color: #000000;
}

.my-profile .form-label {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 15px;
}

.my-profile .profile-img {
  height: 260px;
  width: 260px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto;
}

.my-profile ul {
  justify-content: center;
  margin-top: 30px;
}

.my-profile ul li {
  padding: 8px 0;
}

.my-profile ul li a {
  text-decoration: none;
  color: #477995;
}

.my-profile .text-danger {
  color: #c7583b;
}

.my-profile .country-field {
  position: relative;
}

.my-profile .country-field select {
  padding-left: 60px;
}

.my-profile .flag {
  position: absolute;
  bottom: 17px;
  left: 15px;
}

/* Related Program */

.course-area.programme-section .feature-card {
  min-height: 615px;
  margin-bottom: 0;
}

.feature-card {
  border-radius: 12px;
  border: 0;
  box-shadow: 0 0 12px #4c7a935f;
  padding: 12px;
  margin-bottom: 30px;
  z-index: 1;
  transition: 0.5s ease-in-out;
}

.feature-card .position-relative a {
  width: 100%;
}

.feature-card .position-relative img {
  width: 100%;
  object-fit: cover;
  height: 220px;
  border-radius: 8px 8px 0 0;
}

.feature-card .btn {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 3px 10px;
  font-size: 12px;
  border-radius: 6px;
  height: 30px;
}

.bg-info-dark {
  color: #fff;
  background: #1f8fcc;
}

.feature-card .card-body {
  padding: 15px 5px 0 !important;
}

.badge.text-bg-danger-dark {
  color: #cc6d7b;
  background: #cc6d7b4d;
}

.feature-card .badge {
  font-size: 11px;
}

.feature-card h5 {
  font-weight: 600;
  margin-top: 12px;
  font-size: 16px;
}

.feature-card p {
  font-size: 13px;
  line-height: 18px;
  color: #707070 !important;
  margin-bottom: 10px;
  font-weight: 400;
  min-height: 35px;
}

.feature-card h5 a,
.feature-card p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.feature-card h6 {
  font-weight: 500;
  font-size: 14px;
}

.feature-card small {
  font-size: 10px;
  display: block;
  line-height: 16px;
  min-height: 22px;
  font-style: italic;
  color: #4c7a93 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.connect-paragraph,
.text-two-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-two-line {
  -webkit-line-clamp: 2;
}

.feature-card a {
  color: #333;
}

.card-bottom {
  position: absolute;
  bottom: 10px;
  width: 92%;
}

.feature-card ul li:first-child,
.footer-icon li:first-child,
footer .social-icon li:first-child {
  padding-left: 0;
}

.feature-card ul li {
  display: flex;
  align-items: center;
  line-height: 12px;
  font-size: 10px;
  padding: 0 6px;
}

.feature-card ul li img {
  margin-right: 6px;
  width: 18px;
}

.overlay-bg:before {
  content: "";
  background-image: linear-gradient(to right, #f0f5f799, #f0f5f7);
  width: 130px;
  top: 0;
  border-radius: 0 8px 8px 0;
  z-index: 0;
}

.feedack-media:after,
.overlay-bg:before {
  content: "";
  height: 100%;
  right: 0;
  position: absolute;
}

.feature-card .position-relative a {
  width: 100%;
}

.bg-danger-dark {
  color: #fff;
  background: #a22200 !important;
}

.episode-block {
  position: absolute;
  top: 18%;
  right: 15px;
}

.episode-block h4 {
  font-weight: 600;
  font-size: 20px;
  color: #4c7a93;
  margin-bottom: 0;
}

.episode-block h3 {
  font-weight: 600;
  font-size: 44px;
  color: #4c7a93;
}

.episode-block img {
  width: 40px !important;
  height: auto !important;
}

.bg-info-dark {
  color: #fff;
  background: #1f8fcc;
}
.bg-primary-dark {
  color: #fff;
  background: #4c7a93;
}
.bg-warning-dark {
  color: #fff;
  background: #c6af5f;
}
.bg-blue-dark {
  color: #fff;
  background: #00314b;
}
.bg-danger-dark {
  color: #fff;
  background: #a22200 !important;
}
.bg-brown-dark {
  color: #fff;
  background: #a22200;
}
.bg-pink-dark {
  color: #fff;
  background: #cb195d;
}
.badge.text-bg-primary {
  color: #4c7a93;
  background: #bfcfd885;
}
.badge.text-bg-danger-light {
  color: #c42898;
  background: #c4289833;
}
.badge.text-bg-danger {
  color: #d80000;
  background: #ff778234;
}
.badge.text-bg-warning {
  color: #ebac00;
  background: #ffeaa26a;
}
.badge.text-bg-success {
  color: #4c935a;
  background: #4c935a3e;
}
.badge.text-bg-info {
  color: #7cc8ff;
  background: #ddf1ff85;
}
.badge.text-bg-danger-dark {
  background: #d9767657;
}
.badge.text-bg-warning-light {
  color: #e68500;
  background: #e6850033;
}
.badge.text-bg-warning-dark {
  color: #8e6a06;
  background: #8e6a062c;
}
.badge.text-bg-success-light {
  color: #00bf76;
  background: #bfcbc65c;
}
.badge.text-bg-danger-dark {
  color: #cc6d7b;
  background: #cc6d7b4d;
}
.badge.text-bg-dark {
  color: #63487a;
  background: #63487a34;
}

/* Media Query */

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1280px;
  }
}

@media (max-width: 1200px) {
  header .nav-link {
    font-size: 18px;
  }

  header .nav-item {
    padding: 0 8px;
  }
}

@media (max-width: 991px) {
  header .navbar {
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 999;
  }

  header .nav-item {
    padding: 0;
  }

  header .nav-link {
    padding: 3px 0 !important;
  }

  header .navbar-brand img {
    width: 80px;
  }

  .hero-section video {
    width: 850px;
    height: 400px;
    top: unset;
    bottom: 0;
    right: -285px;
    z-index: 0;
    clip-path: ellipse(9% 49% at 61% 50%);
  }
}

@media (max-width: 768px) {
}

@media (max-width: 576px) {
}
