@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap");

@font-face {
  font-family: "nitro-normal";
  src: url("../fonts/NotoSansSinhala-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "nitro-semibold";
  src: url("../fonts/NotoSansSinhala-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "nitro-bold";
  src: url("../fonts/NotoSansSinhala-Bold.woff2") format("woff2");
}

* {
  font-family: "Hind Siliguri", sans-serif;
}

.nitro-normal {
  font-family: nitro-normal, sans-serif;
}

.nitro-semibold {
  font-family: nitro-semibold, sans-serif;
}

.nitro-bold {
  font-family: nitro-bold, sans-serif;
}

body {
  font-family: nitro-normal, sans-serif;
}

.nav-link {
  padding: 10px;
  font-size: 18px;
}

.nav-link {
  color: black;
  font-weight: bold;
}

.nav-login-btn {
  background: #0022d2;
  color: white !important;
  border-radius: 10px;
  padding: 8px 24px;
  font-weight: bold;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 35px;
}

.nav-second-row {
  background-color: #ffb800;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  padding: 6px;
}

.d-nav {
  width: 100% !important;
}

.header-text {
  height: 100%;
  background: linear-gradient(124deg, black, #0022d2, #d89b00);
  position: absolute;
  top: 0;
  width: 100%;
}

.card {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1),
    0px 4px 8px rgba(0, 0, 0, 0.1), 0px 8px 16px rgba(0, 0, 0, 0.1);
}

.header-text .container {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-text h1 {
  font-weight: 900;
  font-size: 35px;
  /* line-height: 70px; */
  letter-spacing: 0.4px;
  margin-bottom: 30px;
  color: #000000;
  background-color: #ffb800;
  width: fit-content;
  padding: 10px 30px;
  border-radius: 45px 45px 45px 45px;
  margin-bottom: 40px;
}

.about-section .container {
  padding: 40px;
  background-color: #a9a9a929;
  border-radius: 20px;
}

.header-text h3 {
  color: white;
  font-size: 65px;
  margin-top: -13px;
  width: 100%;
  font-weight: 800;
  line-height: 1.2;
}

.header-text h4 {
  font-size: 25px;
  background-color: #7a686878;
  color: white;
  margin-top: 35px;
}

.puff-in-left {
  /* background: #ffffff61; */
  padding: 30px;
  width: 80%;
  /* backdrop-filter: blur(4px); */
  /* border-radius: 23px; */
  border-left: 3px solid #ffb800;
  padding-left: 50px;
}

.back-image {
  height: 800px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.join-btn {
  background: #0022d2;
  color: white;
  padding: 10px;
  width: 18%;
  border-radius: 10px;
}

.toggler-icon {
  font-size: 35px;
  color: #1e009f;
}

.abot-img-wrapper img {
  border-radius: 192px;
  /* border: 5px solid #f44336; */
}

.abt-detial h3 {
  color: #1e009f;
  font-size: 36px;
  font-weight: bold;
  border-bottom: 1px solid;
  padding-bottom: 13px;
  margin-bottom: 15px;
}

.abt-detial {
  display: flex;
  align-items: center;
}

.abt-detial p {
  color: #000000;
  text-align: justify;
  font-size: 21px;
  line-height: 30px;
}

.container {
  /* padding: 0; */
}

a {
  text-decoration: none;
  color: inherit;
}

.green {
  background-color: #d5d5d52b;
}

.blue {
  background-color: #410464;
}

.edu-event {
  border-radius: 22px;
  padding-top: 22px;
}

.card-custom {
  position: relative;
  display: flex;
  flex-direction: row;
  border: 0;
  border-radius: 1rem;
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: center;
  height: 240px;
  /*some animation on the card - see https://tobiasahlin.com/blog/how-to-animate-box-shadow/
  hover animation using pseudo element ::after 
  */
}

.card-custom picture {
  position: relative;
  flex: 1 1 auto;
  height: 100%;
  width: 38.1966011728%;
  max-width: 38.1966011728%;
  overflow: hidden;
  clip-path: circle(61.8033988272% at -1% 50%);
  border-radius: 1rem 0 0 1rem;
}

.card-custom picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  object-position: bottom;
}

.card-custom .card-body {
  width: 61.8033988272%;
  max-width: 61.8033988272%;
  max-height: 100%;
  flex: 1 1 auto;
  flex-flow: column nowrap;
  color: white;
  align-self: center;
}

.card-custom:hover {
  filter: brightness(95%);
}

.card-custom:hover img {
  transform: scale(1.0225);
}

.card-custom:hover::after {
  opacity: 1;
}

.card-custom::after {
  content: "";
  position: absolute;
  border-radius: 1rem;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.1),
    0px 4px 8px rgba(0, 0, 0, 0.1), 0px 8px 16px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card-custom .card-title {
  color: #0022d2;
  font-size: 21px;
  margin-top: -143px;
  font-weight: bold;
}

.t-main h4 {
  font-size: 17px;
  color: black;
}

.t-main-w {
  margin-top: 45px;
}

.btn-detail {
  position: absolute;
  bottom: 39px;
  background: #0022d2;
}

.course-title {
  font-size: 30px;
  /* background: linear-gradient(45deg,	#ffb800, transparent); */
  background: linear-gradient(48deg, #ffb800, #0022d2);
  padding: 5px 20px;
  color: white;
  font-weight: bold;
  border-radius: 25px 25px 25px 25px;
}

.lecturer-section {
  background-color: #bbbbbb80;
  height: 384px;
}

.leturer-details h4 {
  font-size: 22px;
  font-weight: bold;
}

.leturer-details h5 {
  font-size: 15px;
  font-weight: bold;
}

.leturer-details {
  line-height: 19px;
  margin-top: 20px;
  background-color: white;
  border-radius: 15px;
  padding: 25px 10px;
  /* border: 5px solid red;*/
}

.lecturer-title h4 {
  font-size: 26px;
  font-weight: bold;
}

.events-title {
  font-size: 19px;
  font-weight: bold;
}

.events-images img {
  border-radius: 15px;
}

.site-footer {
  background-color: #14141417;
  padding: 45px 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #737373;
}

.text-para {
  font-size: 21px;
  font-weight: bold;
  color: black;
}

.footer-details {
  color: black;
  font-size: 17px;
  line-height: 26px;
}

.hr-events {
  margin-bottom: 57px;
}

.back-video {
  height: 100%;
  object-fit: cover;
  object-position: top;
}

/* testimonial */
.testimonials-section {
  text-align: center;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: -70px;
}

.testimonials-section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}

.testimonials-section .box .img-box {
  width: 145px;
}

.testimonials-section .box .img-box iframe {
  width: 100%;
}

.testimonials-section .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.testimonials-section .box .detail-box h4 {
  font-weight: 700;
  font-size: 18px;
  padding: 0 10px;
  border-bottom: 1px solid #fff;
}

.testimonials-section .box .detail-box p {
  margin-top: 10px;
}

.testimonials-section .carousel_btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonials-section .carousel-control-prev {
  left: 0;
}

/* testamonial - 2 */

.testimonials-section .item {
  border-radius: 15px;
  padding: 50px 320px 50px 50px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin: 15px;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
  padding-top: 80px;
}

.testimonials-section .item i {
  width: 60px;
  height: 57px;
  background-color: #0022d2;
  display: block;
  text-align: center;
  line-height: 61px;
  color: #fff;
  font-size: 38px;
  border-radius: 5px;
  margin-bottom: 30px;
}

.testimonials-section .item p {
  font-size: 16px;
  font-style: italic;
}

.testimonials-section .item h4 {
  margin-top: 30px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

.testimonials-section .item span {
  margin-top: -4px;
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #0022d2;
}

/* .testimonials-section .item video {
  position: absolute;
  right: 435px;
  top: 35%;
  transform: translateY(-50%);
  max-width: 391px;
  border-radius: 5px;
  text-align: center;
} */

.carousel-control-next-icon,
.carousel-control-prev-icon {
  /* display: none; */
  /* top: -56px;
    width: 18%; */
}

/*sample*/
.testamonial-video .right-image video {
  width: 60%;
}

.testamonial-detail h4 {
  font-size: 22px;
  font-weight: 600;
  position: relative;
}

.testamonial-detail span {
  margin-top: -4px;
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #032cfa;
}

.testamonial-wrapper {
  border-radius: 15px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  margin: 15px;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
}

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

.nav-login-btn:hover {
  color: white;
  background: #0082fcea;
}

/* educational events */

.layout_padding {
  padding: 90px 0;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.event_section .heading_container h3 {
  margin-bottom: 0;
}

.event_section p {
  color: #a4a4a4;
}

.event_section .event_container .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #cbcbcb;
  margin: 15px 0;
  border-radius: 5px;
}

.event_section .event_container .box > div {
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px;
}

.event_section .event_container .box .img-box video {
  width: 100%;
}

.event_section .event_container .box .date-box h4 {
  color: #0022d2;
  margin-top: -15px;
  padding-bottom: 15px;
}

.event_section .event_container .box .date-box h4 span {
  font-size: 1.2em;
  font-weight: bold;
}

.event_section .event_container .box .detail-box {
  border-left: 1px solid #b0b0b0;
  border-right: 1px solid #b0b0b0;
  -webkit-box-flex: 1.4;
  -ms-flex: 1.4;
  flex: 1.4;
  padding: 10px 0;
}

/* video line */
.img-border {
  position: relative;
  height: 100%;
  min-height: 400px;
  margin-top: -25px;
}

.img-border::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 3rem;
  bottom: 3rem;
  border: 5px solid #0022d2;
}

.img-border video {
  position: absolute;
  top: 23px;
  left: 40px;
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  object-fit: cover;
}

.display-5 {
  background: #2d4be6;
  padding: 10px;
  font-weight: bold;
}

.event-title {
  color: #0022d2;
  font-size: 35px;
  font-weight: bold;
}

/*registration*/
.login-form {
  background: #ffffff;
  border: 1px solid #0022d2;
  width: 700px;
}

.login-button .btn {
  background: #0022d2 !important;
  border: 1px solid #0022d2 !important;
}

.reg-btn {
  border-radius: 10px;
  padding: 8px 24px;
  font-weight: bold;
  border: 1px solid #0022d2;
  margin-top: -9px;
  color: #0022d2;
}

.reg-btn:hover {
  color: #0082fcea;
  border: 1px solid #0082fcea;
}

.error-msg {
  color: #0022d2;
  font-weight: bold;
}

.mobile-number-verification {
  height: 50px;
  border: 2px solid #d5d5d5;
}

#verificationErrors {
  color: #0022d2;
  width: 100%;
  display: block;
  text-align: center;
  background-color: #617cf7;
  padding: 5px;
  border-radius: 4px;
  margin-bottom: 10px;
}

#confirmNumberInput {
  font-weight: bold;
  font-size: 22px;
}

.not-valid {
  border: 2px solid #617cf7;
  color: #0022d2;
}

#confirmNumberInput::placeholder {
  color: #8080805e;
  opacity: 1;
  /* Firefox */
}

#confirmNumberInput::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #8080805e;
}

.check-icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #198754;
  color: white;
  border-radius: 100px;
  font-size: 55px;
}

.thank-you-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.thank-you-text {
  font-size: 25px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}

.thank-text-btn {
  background: #0022d2 !important;
  border-color: #0022d2 !important;
  color: #dee2e6 !important;
  padding: 7px 20px 6px 20px !important;
}

.owl-carousel .owl-item img {
  object-fit: cover;
}

.img-slider {
  position: relative;
  /* max-inline-size: -webkit-fill-available; */
  margin-bottom: 25px;
  width: 100%;
}

/* glightbox */
/* Basic styles for the gallery */
.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.gallery a {
  display: block;
  width: 400px;
  /* height: 400px; */
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.gallery img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease-in-out;
}

.gallery img:hover {
  transform: scale(1.05);
}

.contact-det{
  background: #ffb800;
  border-radius: 26px;
}

