/* ASPIRANTS THEME STORE */
/* COLORS-------------
red/orng #E62129
yellow #F08519
------------------- */

* {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.nc {
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#nocourses {
  align-items: center;
  border: 2px solid black;
}

/* main body section */
.main-body {
  padding: 50px 0;
}

.logo {
  max-width: 150px;
}

.main-title {
  font-size: 50px;
  color: #000000;
  margin-bottom: 20px;
}

.description {
  font-size: 25px;
  color: #000000;
  text-align: center;
  text-justify: inter-ideograph;
  margin-left: 80px;
  margin-right: 80px;
}

.secondary {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #ffffff;
}

.sec {
  text-align: center;
}

.sec img {
  position: relative;
  height: 150px;
}

.sec-2 {
  margin-top: 50px;
  text-align: center;
}

.sec-2 img {
  position: relative;

  height: 170px;
}

a {
  text-decoration: none;
}

.topic-card {

  width: 200px;
  margin: 10px;
  padding: 10px;
  background-color: #ffffff;
  text-align: center;
  transition: all 0.9s ease;
  border: 2px solid #000000;
}

.topic-card img {
  width: 170px;
  height: 120px;
  object-fit: cover;
  /* border-radius: 50%; */
  margin-bottom: 10px;
  /* border-bottom: 10px solid #F08519; */
}

.topic-card h3 {
  font-size: 20px;
  font-weight: bold;
  color: #E62129;
  /* background-color: #ff4000; */
  transition: all 0.5sec ease-in-out;
}

.topic-card:hover {
  background-color: #F08519;
  color: #000000;
}

.topic-card:hover h3 {
  font-weight: bold;
  /* border: 2px solid black; */
  /* background-color: black; */
  color: #ffffff;
}

#movetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 45px;
  border: none;
  outline: none;
  background-color: #f0850f;
  color: white;
  cursor: pointer;
  width: 55px;
  height: 55px;
  border-radius: 50%;

}


/* loading animation */
#loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999;
}

.loader-logo {
  display: block;
  position: absolute;
  top: 40%;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-image: url('Courses_animation.gif');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* border-radius: 50%;
    border: 8px solid #000000;
    border-top-color: #000; */
  animation: loader 1.5s linear infinite;
}

@keyframes loader {
  0% {
    transform: scale(3);
    opacity: 1;
  }

  50% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(3);
    opacity: 1;
  }
}

/* loading animation */
#filter-container {
  margin-bottom: 20px;
  margin-top: 12px;
  margin-left: 25px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 2px;
  font-weight: 500;
  font-size: medium;
}

#filter-container label {
  margin-left: 10px;
}

#fl {
  display: inline;
  margin-right: 20px;
}

.navbar {
  background-color: #fcfcfc;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid black;
  margin-bottom: 20px;
}

.nav-links a {
  font-size: 20px;
  margin-right: 35px;
  color: #000000;
  text-decoration: none;
  font-weight: 500;
}

.nav-links a:hover {
  /* border: 2px solid #F08519; */
  color: #ff4000;
}

/* Logo styles */
.logo img {
  height: 100px;
}

/* footer styles */
.footer {
  background-color: #ff4000;
  padding: 20px 0;
  text-align: center;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-logo h2 {
  font-size: 24px;
  color: #ffffff;
}

.footer-links {
  margin-top: 20px;
}

.footer-links a {
  margin-right: 10px;
  color: #000000;
  text-decoration: none;
}

.footer-bottom {
  margin-top: 20px;
  color: #ffffff;
}

.searchlogo {
  height: 28px;
  width: 28px;
  margin-left: 1200px;
  margin-top: 1.5px;
  position: absolute;
  border-radius: 1px;
  border: 2px solid orange;
}

.sb {
  float: right;
  /* margin-left: 600px;*/
  margin-top: 0px;
  margin-right: 100px;
  /* background-color: red; */
  /* border:2px solid #f0850f; */
  /* padding: 2px; */
}

#previous-btn {
  padding: 8px 12px;
  background-color: #F08519;
  color: #ffffff;
  border: 2px solid black;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

#next-btn {
  padding: 8px 12px;
  background-color: #F08519;
  color: #ffffff;
  border: 2px solid black;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}

#cart-icon {
  height: 200px;
  width: 200px;
  font-size: 200px;
}

.search-container {
  margin-top: -33px;
  margin-left: 70%;
  position: relative;
  width: 60%;
}

.height {
  height: 100vh;
}

.form {
  position: relative;
  margin-left: 0%;
  margin-right: 11%;
  margin-bottom: 1%;
}

.form .fa-search {
  position: absolute;
  top: 13px;
  left: 18px;
  color: #9ca3af;
}

.form span {
  position: absolute;
  right: 17px;
  top: 13px;
  padding: 2px;
  border: 4px solid white;
}

.left-pan {
  padding-left: 7px;

}

.left-pan i {
  padding-left: 10px;
  padding-top: 0px;
}

.form-input {
  height: 40px;
  text-indent: 33px;
  border-radius: 4px;
  border: 1px solid white;
}

.form-input:focus {

  box-shadow: 0.3rem 0.3rem 1rem rgba(178, 200, 244, 0.23);
  border: none;
}



.choices__list--dropdown .choices__item--selectable {
  padding-right: 1rem;
}

.choices__list--single {
  padding: 0;
}

.choices[data-type*=select-one]:after {
  right: 1.5rem;
}

.shadow {
  box-shadow: 0.1rem 0.1rem 2rem rgba(178, 200, 244, 0.23);
}
