/********** Template CSS **********/

/*** Google Fonts ***/

@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Splash&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alegreya:ital@1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gulzar&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Finlandica:ital@1&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,700;1,400;1,500;1,700&display=swap");

:root {
  --light: #f0F8FF;
  --primary: #112B3C;
  --dark: #181d38;
}
body {
  font-family: "Raleway", sans-serif;
}
.question-box-body {
  height: 100%;
  width: 100%;
  /* background-color:red; */
}
/* .fa .fa-times{
    display:block;
    margin-left:100px;
} */

#questionImage {
  object-fit: fill;
  height: 200px;
  min-height: 90%;
  width: 100%;
  height: 100%;
  display: none;
}
#rewardcard {
  display: none;
}

#radio-signup {
  display: flex;
  width: 30px;
  justify-content: around;
}
#radio-signup .form-check-label {
  font-size: 1.1em;
}
#radio-signup span input {
  height: 20px;
  width: 20px;
  display: block;
  margin: auto;
}
#login-box div {
  font-family: "Raleway", sans-serif;

  height: auto;
  border-top: 5px solid var(--primary);
  border-bottom: 5px solid var(--primary);

  border-radius: 15px;
}
#login-box div h3 {
  /* font-family: "Nunito", sans-serif; */
  font-family: "Raleway", sans-serif;
  font-size: 2.3em;
  margin: 15px 0px;
}
#login-box label {
  display: block;
  font-size: 1.2em;
  margin: 10px 5px;
}
#login-box input {
  width: 100%;
  height: 45px;
  padding: 10px;
  border: 2px solid #ccc;
  outline: none;
  border-radius: 20px;
}
#login-box input:focus {
  transition: 0.7s;
  border: 3px solid var(--primary);
}
#login-box div #login {
  font-size: 1.4em;
  margin-top: 15px;
  margin-left: 5px;
}
.fw-medium {
  font-weight: 600 !important;
}

.fw-semi-bold {
  font-weight: 700 !important;
}


.contact {
  position: fixed;
  display: none;
  right: 40px;
  bottom: 85px;
  z-index: 99;
  height:55px;
  width:55px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 50%;
  background:#fff;
  border: 1px solid #ccc;
}

.floating {
  position: fixed;
  display: none;
  right: 37px;
  bottom: 100px;
  z-index: 99;
  width:70px;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  /* justify-content: center; */
  font-weight: normal;
  background:transparent;
  /* border: 1px solid #fff; */
  transition:  0.5s;
  animation:float ease-in-out 0.5s;
}
.floating img{
  margin:4px 0px;
  display:block;
  /* margin-right:4px; */
  align-self: center;
  transition:  0.7s;
  transform:scale(0.7)
}

@keyframes float{
  0%{opacity:0}
  100%{opacity:1}
}
.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
  font:raleway,sans-serif;
  color:primary;
}
.moto{
  text-align:center;
  display: flex;
  justify-content: center;
  color:var(--primary);
  text-transform:capitalize;
  /* font-size: 1.5rem; */
  /* margin:10px 0px; */
}
.moto h3{
  font:raleway,sans-serif;
  font-size: 1rem;
  font-style: italic;
  display:flex;
  align-items: center;
}
.moto i:nth-child(1){
  display: block;
  /* margin:10px 5px; */
  /* transform: rotate(180deg); */
}
.display-3{
  text-shadow:
               -1px -1px 0 #ccc,
                1px -1px 0 #ccc,
               -1px 1px 0 #ccc,
                1px 1px 0 #ccc;
}
.moto i{
  display: block;
  margin:0px 5px;
  transform: rotateY(180deg);
}
.moto h3 i{
  display: block;
  font-size: 0.5rem;
}
.mission {
  font-size: 1.2rem;
  /* font-family:raleway; */
  text-decoration: dotted;
  font-family: 'Finlandica', sans-serif;
  text-align: justify;
}
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-family: "Nunito", sans-serif;
  /* font-family: 'Abril Fatface', cursive; */
  font-weight: 600;
  transition: 0.5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #ffffff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 0px;
}

/*** Navbar ***/

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

#logo {
  max-width: 100%;
  max-height: 4rem;
  height: auto;
  width: auto;
  margin-left: -20px;
}

#footer-logo {
  max-height: 6rem;
  height: auto;
  width: auto;
  padding-bottom: 5%;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  /* color: #aa1818; */
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

/* .navbar-light .navbar-nav .nav-link.active-link{
    color: var(--primary) ;
} */

.navbar-light .navbar-nav .nav-link::after {
  content: "";
  width: 0%;
  height: 2px;
  background: var(--primary);
  display: block;
  margin: auto;
  transition: 0.5s;
}
.navbar-light .navbar-nav .nav-link:hover:after {
  width: 100%;
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar-light .navbar-nav {
    border-top: 1px solid #eeeeee;
  }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .dropdown-menu.fade-down {
    top: 100%;
    transform: rotateX(0deg);
    transform-origin: 0% 0%;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header carousel ***/
@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 500px;
  }

  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.header-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  visibility: hidden;
  margin: 7px 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  font-size: 22px;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.page-header {
  background: linear-gradient(#0006, #0006), url(../img/carousel-2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header-inner {
  background: rgba(15, 23, 43, 0.7);
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

/*** Section Title ***/
.section-title {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.section-title::before {
  position: absolute;
  content: "";
  width: calc(100% + 80px);
  height: 2px;
  top: 4px;
  left: -40px;
  background: var(--primary);
  z-index: -1;
}

.section-title::after {
  position: absolute;
  content: "";
  width: calc(100% + 120px);
  height: 2px;
  bottom: 5px;
  left: -60px;
  background: var(--primary);
  z-index: -1;
}

.section-title.text-start::before {
  width: calc(100% + 40px);
  left: 0;
}

.section-title.text-start::after {
  width: calc(100% + 60px);
  left: 0;
}

/*** Service ***/
.service-item {
  background: var(--light);
  transition: 0.5s;
  cursor: context-menu;
}

.service-item:hover {
  margin-top: -10px;
  background: var(--primary);
}

.service-item * {
  transition: 0.5s;
}

.service-item:hover * {
  color: var(--light) !important;
}

/*** Categories & Courses ***/
.category img,
.course-item img {
  transition: 0.5s;
}

.category a:hover img,
.course-item:hover img {
  transform: scale(1.1);
}

/* Timer and Questions */
.dropdown-item {
  cursor: context-menu;
}
#hint {
  width: auto;
}
#hint_label {
  cursor: pointer;
  color: var(--primary);
  margin-bottom: 5px;
  transition: 0.6s;
}
#hint div {
  width: 100%;
  transition: 0.6s;
}
#rewardImg {
  width: 220px;
  height: 220px;
}
/*** Team ***/
.team-item img {
  transition: 0.5s;
}

.team-item:hover img {
  transform: scale(1.1);
}

/*** Testimonial ***/
.testimonial-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

.testimonial-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

@media (min-width: 768px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 200px;
  }
}

@media (min-width: 992px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 300px;
  }
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
  background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
  color: #ffffff !important;
}

.testimonial-carousel .owl-dots {
  margin-top: 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.testimonial-carousel .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border: 1px solid #cccccc;
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
  background: var(--primary);
  border-color: var(--primary);
}

/*** Footer ***/
.footer .btn.btn-social {
  margin-right: 9px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: normal;
  border: 1px solid #ffffff;
  border-radius: 35px;
  transition: 0.3s;
}

.footer .btn.btn-social:hover {
  color: var(--light);
}

#whatsapp:hover {
  color: #fff;
  background-color: #25D366;
  border-color: #25D366;
}

#facebook:hover {
  color: #fff;
  background-color: #4267b2;
  border-color: #4267b2;
}

#youtube:hover {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}

#linkedin:hover {
  color: #fff;
  background-color: #0072b1;
  border-color: #0072b1;
}

#instagram:hover {
  color: #fff;
  background-image: linear-gradient(to bottom left,  #833AB4, #E1306C,#F56040, #FFDC80);
  border-color: #E1306C;
}

#discord:hover {
  color: #fff;
  background-color: #7289DA;
  border-color: #7289DA;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
  color: var(--light);
}

.footer .footer-menu a {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .footer-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

/* Searxh Bar */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.search {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
}

.searchTerm {
  width: 100%;
  border: 3px solid #00b4cc;
  border-right: none;
  padding: 5px;
  height: 36px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9dbfaf;
}

.searchTerm:focus {
  color: #00b4cc;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #00b4cc;
  background: #00b4cc;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

.wrap {
  width: 100%;
  margin-bottom: 50px;
}
.form-check-input {
  height: 15px;
  width: 15px;
  min-width: 15px;
  min-height: 15px;
}
