:root{
    --primary_color: #FF5300;
    --primary_shadow: #ff550083;
    --secondary_color: #F7CE36;
    --text_color: #5D5D5D;
    --secondary_linear: linear-gradient(#FF5300, #F7CE36 );
    --main_linear: linear-gradient(120deg,  #FF5300 0%,  #F7CE36 50%,  #FFECA7 91%);
    --btn_linear: linear-gradient(90deg,  #FF5300,  #F7CE36);
    --gray_border: #333333;
    --white: #FFFF;
    --background: #FFF7F4;
    --black:#000;
    --score: #9087E5;
    --main_transition: all .5s ease


}

a {
  text-decoration: none !important;
  cursor: pointer;
  transition: var(--main_transition);
}




p {
  color: var(--text_color);

}
.sponsors-icon{
  height: 100px;
  object-fit: contain;
  width: 100%;
}


.icon-border, .icon-border-white{
    background-color: transparent;
}



.icon-border:hover{
  background-color: var(--primary_color);
}

.icon-border:hover > .fa-solid{
  color: white;
}


.icon-border-white{
  border: 2px solid var(--white);

}


.icon-border-white:hover{
  background-color: var(--white);
}

.icon-border-white:hover > .fa-solid{
  color: var(--primary_color);
}

.sponsor{
  width: 140px !important;
  object-fit: contain !important;
  padding: 1rem;
  filter: grayscale(1);
}

.sponsor:hover{
    filter: none;
}

.row{
    padding: 0 !important;
    margin: 0 !important

}

.accordion-item{
  border: none !important;
}
.border-none {
  border: none !important;
}
.icon-border > .fa-solid {
  font-size: 22px;
  color: var(--primary_color);
}

.icon-border-white > .fa-solid {
  font-size: 22px;
  color: var(--white);
}

.react-icon{
  width: 28px;
  height: 28px;
  fill: var(--primary_color);
}

.title{
    color: black;
    font-weight: 600;
    font-size: 20px;
    min-height: 70px;
    display: flex;
    align-items: center;

}

.title-section{
  color: black;
  font-size: 30px;
  font-weight: 600;
}

.rounded-more{
  border-radius: 1rem;
}

.primary-text{
    color: var(--primary_color) !important;
}
.text-color{
  color: var(--black) !important;
}
.background{
  background-color:var(--background) !important ;
}

html, body {
    overflow-x: hidden;
  }

body {
  position: relative;
  margin: 0;
  font-family: "Inter", sans-serif !important;
  overflow-y: hidden;
}

.navbar {
  background-color: var(--white);
}
.navbar-brand {
  color: #fff;
}
.navbar-brand img {
  height: 30px; /* Adjust the height as needed */
  width: auto;
}

.form-control, .form-select{
  border-radius: 0.8rem !important;
  background-color: var(--bs-light) !important;
}

.form-select{
    border: 1px solid #ced4da !important;
}

.fa-quote-left{
    font-size: 50px;
}

.logo{
  width: 160px !important;
  height: auto !important;
  object-fit: contain;

}
.nav-pills .nav-link {
  margin: 0 4rem;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: var(--primary_color) !important;
  color: var(--white) !important;

}


.nav-link{
  text-align: center;
  font-weight: 600;
  font-size: 14px!important;
  transition: all .3s ease;
  color: black !important;
}

.nav-link:hover{
 color: var(--primary_color) !important;
}

.linear-bg{
background: var(--main_linear);

}

section img{
    width: 100%;
}

section {
  padding: 30px 0;
}

#introduction, #news, #sos, #question{
  background: var(--main_linear);
  color: #fff;

}
.section-3 {
  background-image: url("../img/background/Background.png");
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  background-size: cover;
}





.statistic{
  background: var(--secondary_linear);
}

.footer {
  background: linear-gradient(146deg,#a50000, #df7110);
  color: #fff;
  padding: 20px;
}


.expanded{
  max-height: none;
}

.quiz-containers {
  max-height: 213px;
  overflow: hidden;
  transition: var(--main_transition);
}

.title-container{
  color: var(--primary_color);
  background-color: var(--white);
  padding: 0.5rem 2rem;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 2rem;
  box-shadow: 0px 0px 14px 3px var(--primary_shadow);
}


#back-top a {
  background: var(--secondary_color) !important;
  font-size: 22px;
  box-shadow: 0px 0px 15px 5px var(--primary_shadow) !important;
}


.fs-35{
  font-size: 35px ;
}

.white-box{
  padding: 0.5rem;
  border-radius: 1rem;
  background-color: var(--white);
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.352);
  color: black;
}

.dot{
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: var(--primary_color) !important ;
}

.banner{
  position: relative;
  height: 72vh !important;
}

#banner{
  min-height: auto;
}

.white-dot{
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: var(--white);
  display: flex;
  place-content: center;
  align-items: center;

}


#question-library{
    min-height: 80vh;
}
.shape, .icon-question{
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.question{
    background: linear-gradient(#a50000, #df7110);
}

.text{
    color: var(--system_primary_color);
}
.answer{
    color: #ffdedeeb;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.answer > p{
    color: #ffdedeeb;
}

.course_content > a{
    color: var(--system_primary_color) !important;
}


.number{
  color: var(--bs-border-color);
}





.lang-selector {
  position: relative;
}

.lang-selector ul{
  padding-left: 0 !important;
}


.lang-selected {
  border: 1px solid #c5c7cc;
          border-radius: 12px;
          padding:  8px;
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative;
}

.lang-selected::before {
  content: "\F107";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #687083;
  transform: scaleY(1);
  margin-right: 10px;
}

.lang-selected.open::before {
  transform: scaleY(-1);
}

.lang-selected img {
  width: 40px;
  height: auto;
  border-radius: 5px;
}

.lang-selector .lang-dropdown {
  width: 220px;
  text-align: left;
  display: none;
  position: absolute;
  top: calc(100% - 10px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 10px 0px;
  box-shadow: 0px 4px 57px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  border-bottom: 5px solid var(--primary_color);
}


.lang-item {
  display: block;
  width: 100%;
}


.lang-item a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  color: #687083;
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 18px !important;
  padding-right: 29px !important;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 16px;
  margin: 0 !important
}


.lang-item img {
  width: 30px;
  border-radius: 5px;
}

.btn-primary{
  border: none !important;
  background-color: var(--primary_color) !important;
  transition: var(--main_transition);
}

.btn-linear{
  background: var(--btn_linear);
  color: var(--white) !important;
  border: none !important;
  font-weight: 600;
  transition: var(--main_transition);

}

.btn-linear:hover{
  background: var(--secondary_color) !important;
  color: white !important;
}


.btn-try{
  border-radius: 1rem !important;
  border: 3px solid #FFA87E !important;
  background-color: var(--primary_color) !important;
  padding: 0rem 0.5rem;
  height: 50px;
  display: flex;
  align-items: center;
  box-shadow:0 4px 1px #99131F ;

}

.btn-try:active{
  transform: translateY(4px);
  box-shadow:none;
}

.btn-border{
  border-radius: 0.5rem !important;
  border: 2px solid var(--primary_color) !important;
  color: var(--primary_color) !important;
  transition: var(--main_transition);
}

.btn-border:hover{
  background-color: var(--primary_color) !important;
  color: white !important;

}

.btn-primary:hover{
  background-color: var(--secondary_color) !important;
  color: white !important
}

.line{
  height: 2px;
  background-color: #3333337e;
  width: 40px !important;
}





.caption-container {
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
    transform: translateX(-50%); /* Center horizontally */
     background: linear-gradient(#a50000, #df7110);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.caption-container.show {
opacity: 1;
visibility: visible; /* Show the caption container when 'show' class is applied */
}


.swiper-pagination-bullet-active{
    background: var(--primary_color) !important;

}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 20px !important;
}

.swiper-button-next, .swiper-button-prev{
    color: white !important;
    background: rgba(0, 0, 0, 0.519);
    padding: 2rem;
    border-radius: 50%;
}

.material-swiper .swiper-button-next{
    right: 0;
    padding: 1rem;
    border-radius: 0 ;
    background-color: var(--primary_color);

}

.material-swiper .swiper-button-prev{
    left: 0;
    padding: 1rem;
    border-radius: 0 ;
    background-color: var(--primary_color);

}

.button-clicked{
    background-color: var(--primary_color) !important;
}

.button-clicked > .fa-solid{
    color: white !important;
}


.profile-name-leaderboard{
    height: 54px;
    overflow: hidden;

}


.leaderboard{
  background: var(--main_linear);
}

.profile-img{
    width: 60px !important;
    border-radius: 50%;
    height: 60px;
    object-fit: cover;
    border: 2px solid #b6b6b633;

}

.score{
  background-color: var(--score);
  padding: .5rem 1rem;
  border-radius: 1rem;
  color: white;
  font-size: 12px;
  border-radius: 1rem;
  padding: 0.2rem 1rem;
  font-weight: 600;
  width: 75px;
  text-align: center;
}

.col-md-35{
  flex: 0 0 auto;
  width: 23%;
}



.trapezoid-1, .trapezoid-2, .trapezoid-3 {
  width: 100px;
  height: 0;

}

.trapezoid-2{
  border-bottom: 15px solid #FEBAC6;
  border-left: 16px solid transparent;
  border-right: 0px solid transparent;
}

.trapezoid-1 {
  border-bottom: 20px solid #F7CE36;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
}

.trapezoid-3 {

  border-bottom: 15px solid #9747ff74;
  border-left: 0px solid transparent;
  border-right: 16px solid transparent;
}
.place-2{
background: linear-gradient(180deg, #CE2E44, #FEBAC6);
height: 160px;
width: 100px;
}

.place-1{
  background: linear-gradient(180deg, #CE2E44, #F7CE36);
  height: 200px;
  width: 100px;
}


.place-3{
background: linear-gradient(180deg, #9747FF, #9747ff74);
height: 150px;
width: 100px;
}

.placing{
font-size: 120px;
font-weight: bold;
}

.place-content-center{
  place-content: center !important;
}

.carousel-icon-light, .carousel-icon-dark{
  font-size: 55px;
}

.carousel-icon-dark{
  color: rgba(0, 0, 0, 0.711) !important;
}

.carousel-icon-light{
  color: var(--secondary_color) !important;
}

.question {
    width: 100%;
  }

.accordion-button {
    background-color: none !important;
    background: var(--btn_linear);
    color: white !important;
  }

.accordion-button:not(.collapsed){
    background-color: none !important;
    background: var(--btn_linear);
    color: white !important;
  }

.swiper-container {
    height: 75vh; /* Ensure Swiper container has sufficient height */
  }

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }

.stat-start{
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.stat-end{
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.icon{
  width: 56px;
  height: 56px;
  object-fit: contain;
}


.content-holder{
    cursor: pointer;
}

.carousel-indicators [data-bs-target] {
  background-color: var(--secondary_color) !important;
  height: 15px !important;
  width: 15px !important;
  border-radius: 50%;

}

.carousel-indicators{
  bottom: -33px !important
}


.swiper {
    width: 100%;
    height: 100%;
  }

  .courses-swiper .swiper-slide {
    font-size: 18px;
    background: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
  }


  .news-thumbnail{
    object-fit: cover !important;
    height: 200px !important;
  }

  .description{
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black !important;
  }


  .news_lists .single_newslist h4:hover{
    color: var(--primary_color) !important;
  }


  .theme_search_field4.style2 i{
    color: var(--primary_color) !important;
  }

  .primary_checkbox input:checked~.checkmark{
    background: var(--primary_color) !important;
  }
@media (max-width: 472px) {
    .logo_site{
        height: 45px !important;
    }
}


/* responsive */
@media (max-width: 567px) {
  .lang-selector .lang-dropdown {
      width: 180px;
  }
}

@media (min-width: 920px) {
    .col-lg-3 {
        flex: 0 0 28% !important;
        max-width: 28% !important;
      }
}

@media (min-width: 360px) and (max-width: 992px){
    .banner{
        height: 45vh !important;
    }

    .caption{
        font-size: 16px !important;
    }

  .row{
    padding:0 1rem;
  }

  .stat-start{
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0 ;
  }

  .stat-end{
    border-top-right-radius: 0;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }





  .btn-try{
    padding: 0 1rem;
    height: auto;
  }

  .quiz-name {
    font-size: 12px;

  }

  .icon{
    width: 45px;
    height: 45px;
  }

  .btn-try > p{
    font-size: 12px;
  }

  .sponsor{
    width: 90px !important;
  }

  #research-data{
    padding: 0 2rem;
  }
}
