/* @font-face {
  font-family: 'Gulim';
  src: url('../fonts/gulim.ttf') format('truetype');
} */

body {
  font-family: 'Inter', sans-serif !important;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

a {
  transition: all 0.3s ease-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Outfit', sans-serif;
}

.container-fluid.container-exam {
  padding: 0;
}

.modal-dialog img {
  width: 100%;
}

.default-padding {
  padding: 80px 0;
}

#app {
  width: 100%;
  height: 100%;
}

.counter-bar {
  background: #f8b117;
  font-size: 20px;
  font-weight: bold;
  color: #222222;
  padding: 5px 0;
  margin-bottom: 10px;
}

.counter-bar .row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-bar #clock span {
  color: #222;
}

.home-main-block blockquote {
  border-color: #8cc43f !important;
  color: #8cc43f;
  font-weight: bold;
  width: 100% !important;
}

.card {
  background-color: #fff !important;
  box-shadow: 0px 0px 30px 0px rgba(51, 51, 51, 0.1) !important;
}

.card .card-action a {
  color: #3671b3 !important;
  font-weight: 700;
}

.card .card-content .card-title {
  color: #396dc0;
  font-weight: 700;
}

.topic-detail {
  color: #696969;
}

.nav-row {
  display: flex;
  align-items: center;
}

.navbar {
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 0 !important;
  border-bottom: none !important;
}

.nav-bar {
  background: unset !important;
  padding: 0 !important;
}

.navbar-default .navbar-nav>li>a {
  color: #130f40 !important;
  font-weight: 700 !important;
  font-size: 18px !important;
}


body nav.navbar .nav-row ul.guest>li>a {
  color: #fff !important;
}

.banner {
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.banner-slider img {
  width: 100%;
  height: 600px !important;
  object-fit: cover;
}


.banner-slide:before {
  content: '';
  background: #000;
  opacity: 0.2;
  height: 100%;
  position: absolute;
  width: 100%;
}

/* .banner .content {
  position: absolute;
  bottom: 60px;
  color: #FFF;
  max-width: 600px;
}

.banner .content h2 {
  font-size: 72px;
} */

.btn.btn-default {
  background: #f8b117;
  padding: 10px 40px;
  color: #fff;
  font-weight: 600;
}

.btn.btn-default:hover {
  border: 1px solid #f8b117;
  color: #f8b117;
}

ul.guest li.dropdown>a,
ul.guest li.login>a {
  display: flex;
  gap: 5px;
  border: 1px solid #679825;
  border-radius: 4px;
  list-style: none;
  text-decoration: none;
  width: max-content;
  padding: 5px 15px;
  position: relative;
  color: #679825;
  margin: 0;
  align-items: center;
  font-weight: 700;
  ;
}

ul.guest li.dropdown ul.dropdown-menu {
  padding: 5px 10px;
}

ul.guest li.dropdown ul.dropdown-menu li a {
  color: #000;
}

/* ul.guest.nav li a i {
  margin-right: 5px;
  color: #679825;
} */

ul.guest.nav li.login {
  position: relative;
}

ul.guest.nav li.login:before {
  background: #e6e3f1;
  width: 2px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  content: "";
}

.navbar-default .navbar-nav>ul.guest a {
  color: #fff !important;
  font-weight: 700;
  font-size: 18px;
}

.btn-wave,
button.btn-wave {
  background: #3670ba !important;
  font-weight: 700 !important;
}

.btn.visit-btn {
  color: #fff !important;
}

.home-main-block {
  background: #fefefe;
  height: 100%;

  position: relative;
}

/* Answer Block */
.question-block.question-block-wrapper.has-audio,
.answer-block-wrapper {
  max-height: 330px;
  overflow: auto;
}

/* Hide the default scrollbar */
.question-block.question-block-wrapper::-webkit-scrollbar,
.answer-block-wrapper::-webkit-scrollbar {
  width: 12px;
}

/* Track */
.question-block.question-block-wrapper::-webkit-scrollbar-track,
.answer-block-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.question-block.question-block-wrapper::-webkit-scrollbar-thumb,
.answer-block-wrapper::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.question-block.question-block-wrapper::-webkit-scrollbar-thumb:hover,
.answer-block-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.question_block_wrapper {
  height: 100%;
}

.question-wrap h2 {
  font-weight: bold;
  font-size: 26px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.question-wrap h2:after {
  display: block;
  content: '';
  background: #f8b117;
  width: 30px;
  height: 5px;
  margin-top: 5px;
}

.question-block h3 {
  margin-bottom: 20px;
  font-size: 18px;
}

.question-container {
  margin-bottom: 20px;
}

a .circle:hover {
  text-decoration: none;
}

.answer-block {
  border-left: 2px solid #dedede;
}

.answer-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.answer-block ul li {
  display: block;
  border: 1px solid #dedede;
  padding: 10px 10px;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.answer-block ul li label {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 0 !important;
}

/* Hide default radio buttons */
/* input[type="radio"] {
  display: none;
}

/* Style for custom radio buttons */
.radioBtn {
  display: none;
}

/* Style for radio labels */
/* Style for radio labels */
.radioBtn+span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 5px;
  margin-right: 10px;
  /* Adjust spacing between labels */
  border: 2px solid #ccc;
  /* Border color */
  border-radius: 50%;
  /* Make it round */
  width: 40px;
  /* Adjust size as needed */
  height: 40px;
  /* Adjust size as needed */
  font-weight: bold;
  font-size: 16px;
  /* Adjust font size as needed */
}

.controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.controls .buttons {
  flex: 1;
}

.btn-block {
  font-weight: bold;
}

/* Style for checked radio labels */
.radioBtn:checked+span {
  background-color: #3670ba;
  /* Change background color when checked */
  color: #fff;
  /* Change text color when checked */
}

/* Style for number inside radio labels */
.radioBtn+span::before {
  content: attr(data-number);
  /* Display the number */
  font-weight: bold;
  /* Make the number bold */
  font-size: 16px;
  /* Adjust font size as needed */
}

.myQuestion .btn-block {
  border: 1px solid #dedede;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px 10px;
  margin: 0;
  width: 100%;
}

.myQuestion .btn-block:focus {
  outline: 1px solid #ddd !important;
}

.myQuestion .code {
  background-color: #f1f1f1;
  padding: 12px;
  width: 100%;
  display: block;
  border: 1px solid #ddd;
}

.myQuestion span.code {
  font-size: 18px;
}

.question-main-block {
  background: #fefefe;
  padding: 20px;
  border: 1px solid #ccc;
  position: relative;

  height: 100%;
}

.full-width-wrappper {
  background: #fff !important;
  height: 100%;
}

.question-main-block-wrapper {
  height: 100%;
  padding: 20px 0;
  background: #faf7f7;
}

.question-block-wrapper {
    position: relative;
    z-index:99;
}

.question-block-wrapper::before {
    content: ""; /* Required for pseudo-elements */
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://keyhana.edu.np/images/logo/logo.png');
    background-size: contain; /* Ensures the image covers the container */
    background-position: center;
    background-repeat: no-repeat; /* Prevents the image from repeating */
    background-color: rgba(255, 255, 255, 0.1); /* White transparent overlay */
    z-index: -9; /* Behind the content */
    opacity: 0.3; /* Adjust opacity if you want the image to be semi-transparent */
}

.home-main-block #question_block {
  padding: 0;
}

header {
  position: relative;
}

header>.header-top {
  background: #679825;
}

header>.header-top::before {
  content: "";
  height: 100%;
  position: absolute;
  width: 42%;
  background: #f8b117;
  top: 0;
  left: -25px;
  transform: skew(30deg);
}

.header-social {
  position: relative;
}

.header-social,
.header-social i {
  color: #fff;
}

.header-social a {
  margin-right: 5px;
}

.header-social a:last-child {
  margin-right: 0;
}

.header-cta {
  margin: 5px 0;
}

.header-cta ul {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  list-style: none;
  margin-bottom: 0;
}

#main-navbar {
  justify-content: flex-end;
}

#main-navbar ul li a.nav-link {
  font-weight: 700;
  color: #333;
}

/* ul.guest.nav li a {
  text-decoration: none;
  margin-left: 20px;
} */

.title {
  font-size: 20px;
  font-family: 'Outfit';
  font-weight: 700;
  position: relative;
  margin-bottom: 30px;
  color: #14176c;
}

.subtitle {
  color: #0e104b;
  font-family: 'Outfit';
  font-weight: 700;
}

.title:after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  background: #f8b117;
  height: 5px;
  left: 0;
  bottom: -10px;
  border-radius: 4px;
}

.call-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.call-box .text {
  text-align: left;
}

.call-box span {
  display: block;
  font-size: 12px;
  color: #fff;
}

.call-box strong a {
  color: #fff;
  text-decoration: none;
}

.call-box .icon i {
  color: #f8b117;
  font-size: 24px;
}

footer {
  padding-top: 40px;
  color: #98a8a5;
  background: #283734;
}

footer,
footer a,
footer .footer-widget h4 {
  color: #FFF;
  font-weight: 600;
}

footer a {
  text-decoration: none;
}

.footer-widget h4 {
  padding-bottom: 5px;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  font-size: 22px;
}

.footer-widget h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 4px;
  width: 30px;
  background: #f8b117;
  border-radius: 4px;
}

footer .footer-top {
  padding: 40px 0;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer ul li {
  margin-bottom: 5px;
}

.copyright-wrap {
  background: #212d2b;
  color: #98a8a5;
  font-size: 14px;
  padding: 20px 0;
  font-weight: 700;
  border-top: 1px solid #333;
}

.copyright-wrap .row {
  /* background: #15365a; */
  padding: 10px;
}

.f-contact i {
  width: 40px;
  height: 40px;
  background: #f8b117;
  line-height: 40px;
  color: #fff !important;
  text-align: center;
  border-radius: 50%;
  float: left;
}

.f-contact ul li {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}

.f-contact ul li:last-child {
  margin-bottom: 0;
}

.footer-social {
  display: flex;
  gap: 20px;
}

.footer-social a {
  color: #f8b117;
}

/* About KeyHana */
.about-us p {
  font-size: 18px;
}

.about-us img {
  width: 100%;
}

section.instructor {
  background: #fff5f2;
}

section.instructor h4 {
  margin-bottom: 20px;
}

section.instructor ul {
  padding-left: 0;
  list-style: none;
}

section.instructor ul li {
  margin-bottom: 10px;
}

section.instructor ul li i {
  color: #f8b117;
}

section.instructor .instructor-img>img {
  position: relative;
  width: 80%;
  object-fit: cover;
  z-index: 9;
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.instructor-img {
  position: relative;
}

.instructor-img:before {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 135px;
  height: 100%;
  background: #f7a400;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.instructor-img>img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border-left: 4px solid #679825;
}

section.instructor .instructor-img .instructor-info {
  margin-top: 0px;
  text-align: center;
  padding: 20px 0 10px 0;
  background: #fff;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;

}

section.instructor .instructor-img .instructor-info h5,
section.instructor .instructor-img .instructor-info p {
  font-weight: 600;
}

.experience__box-two {
  position: absolute;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -44px;
  bottom: 60px;
  padding: 60px 25px;
  z-index: 9;
}

.experience__shape {
  position: absolute;
  left: 30%;
  top: 0;
  width: 35%;
  height: 100%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: -1;
}

.experience__shape svg {
  width: 100%;
  height: 100%;
  color: #679825;
  overflow: visible;
}

.experience__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
  writing-mode: vertical-lr;
  position: relative;
}

.experience__content .title {
  font-size: 50px;
  line-height: 0.8;
  font-weight: 800;
  margin-bottom: 0;
  color: #FFF;
  position: relative;
}

.experience__content p {
  margin-bottom: 0;
  text-align: left;
  color: #fff;
}

.shape {
  position: absolute;
  bottom: 0;
}

.about__img-wrap-two .shape img {
  position: absolute;
  z-index: -1;
  left: 8%;
  bottom: -3%;
}


/* Publications */
section.publications {
  background: #f9f4e8;
}

.pub-slider .item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.pub-slider .item:before {

  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgb(33, 45, 43);
  background: linear-gradient(180deg, rgba(33, 45, 43, 0.0088410364) 17%, rgb(33, 45, 43) 97%);
  z-index: 1;

}

.pub-slider .item img {

  transform: scale(1);
  transition: transform 500ms ease;
}

.pub-slider .item .content {
  position: absolute;
  bottom: 24px;
  padding: 20px;
  z-index: 9;
}

.pub-slider .item .content h3 a {
  color: #fff;
  text-decoration: none;
}

.card-action a.btn.btn-block{
  background:#f8b117;
  color:#fff !important;
}
.card-action a.btn.btn-block:hover{
  background:#679825;
  transition: transform 0.3s ease;
}
.topic-block .card {
    background-color: #6798253d !important;
    border: 0px !important;
}

.book-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap:40px;
  list-style:none;
  padding:0;
}

.book-list ul li{
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
  border-radius: 4px;
  padding: 10px;
  background: #f6f6f6;
}
.book-list ul li img{
  width:100%;
  border:1px solid #e8e8e8;
}

.book-list ul li h4{
  text-align:center;
  margin-top:20px;
}

.topic-block .card .card-content p {
    color: #333;
    font-weight: bold;
}