::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #4dd2ff;
}

a {
  text-decoration: none;
  color: #000;
}

.btn:focus {
  box-shadow: none;
}
.btn.primary {
  background-color: #4dd2ff;
  border-color: #4dd2ff;
  color: #fff;
}
.btn.primary:hover {
  background-color: #3ca4c7;
  border-color: #3ca4c7;
}
.btn.primary.outline {
  background-color: transparent;
  color: #4dd2ff;
}
.btn.primary.outline:hover {
  background-color: #4dd2ff;
  border-color: #4dd2ff;
  color: #fff;
}

.login-bg {
  background-image: url("../img/login-bg.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  box-shadow: inset 0 0 0 2000px rgba(77, 211, 255, 0.8);
}

.login-wrapper {
  width: 500px;
  height: 400px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 30px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  padding: 50px;
}
.login-wrapper.signup {
  height: 600px;
}
.login-wrapper p {
  text-align: center;
  margin-bottom: 30px;
  color: #868ba1;
  font-size: 14px;
}
.login-wrapper .form-group input,
.login-wrapper .form-group select {
  height: 3rem;
}
.login-wrapper .form-group input:focus,
.login-wrapper .form-group select:focus {
  border-color: #4dd2ff;
  box-shadow: none;
}
.login-wrapper .btn.primary {
  background-color: #4dd2ff;
  border-color: #4dd2ff;
  color: #fff;
}
.login-wrapper .btn.primary:hover {
  background-color: #3ca4c7;
  border-color: #3ca4c7;
  color: #fff;
}
.login-wrapper .btn.primary:focus {
  box-shadow: none;
}
.login-wrapper a {
  text-decoration: none;
  color: #3ca4c7;
  transition: 0.3s ease;
}
.login-wrapper a:hover {
  color: #4dd2ff;
}

.header {
  background-color: #fff;
  transition: 0.3s ease;
  padding: 30px 0;
}
.header.scrolled {
  box-shadow: 0 1px 15px 0px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}
.header .logo a {
  text-decoration: none;
  font-size: 28px;
  font-weight: 700;
  color: #000;
}
.header .right {
  margin-left: auto;
  display: flex;
  align-items: center;
  position: relative;
}
.header .right .input-search {
  position: relative;
  margin-right: 20px;
}
.header .right .input-search span {
  position: absolute;
  right: 10px;
  top: 5px;
  color: gray;
}
.header .right .input-search input {
  padding-right: 2rem;
}
.header .right .input-search input:focus {
  box-shadow: none;
  border-color: #4dd2ff;
}
.header .right .avatar {
  height: 38px;
  width: 38px;
  display: block;
}
.header .right .avatar.dropdown-toggle::after {
  display: none;
}
.header .right .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
  object-fit: cover;
}
.header .right .dropdown-menu {
  box-shadow: 0 1px 15px 0px rgba(0, 0, 0, 0.2);
  border: 0;
  position: absolute;
  top: 38px;
  right: 0;
  transition: 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  display: block;
}
.header .right .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header .right .dropdown-menu .dropdown-item {
  padding: 0.5rem;
  transition: 0.3s ease;
}
.header .right .dropdown-menu .dropdown-item:active {
  background-color: #4dd2ff;
}
.header .right .dropdown-menu .dropdown-item .user {
  display: flex;
  align-items: center;
}
.header .right .dropdown-menu .dropdown-item .user img {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.header .right .dropdown-menu .dropdown-item .user h6,
.header .right .dropdown-menu .dropdown-item .user p {
  margin-bottom: 0;
}
.header .right .dropdown-menu .dropdown-item .user p {
  font-size: 14px;
  color: gray;
}

.main {
  padding-top: 100px;
  padding-bottom: 50px;
}
.main .hero-section {
  background-color: #f5f5f5;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.main .hero-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.main .hero-section .input-search {
  position: relative;
}
.main .hero-section .input-search input {
  height: 3.5rem;
  border: 0;
  width: 600px;
  padding-right: 6rem;
}
.main .hero-section .input-search input:focus {
  box-shadow: none;
}
.main .hero-section .input-search .btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.main .hero-section .hero-image-right {
  position: absolute;
  right: 15%;
  top: 15%;
  width: 300px;
  height: auto;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.main .hero-section .hero-image-left {
  position: absolute;
  left: 15%;
  top: 20%;
  width: 275px;
  height: auto;
}
.main .content h2 {
  font-size: 2.5rem;
  font-weight: 700;
}
.main .content .category-section,
.main .content .language-section {
  padding: 50px 0;
}
.main .content .category-section .cat-box {
  padding: 25px;
  background-color: #f5f5f5;
  color: #000;
  margin-bottom: 20px;
  transition: 0.3s ease;
  cursor: pointer;
  border-radius: 4px;
}
.main .content .category-section .cat-box:hover {
  transform: translateY(-5px);
}
.main .content .category-section .cat-box .icon-image {
  margin: 0 auto;
  margin-bottom: 15px;
  background-color: #fff;
  padding: 0.75rem;
}
.main .content .category-section .cat-box .icon-image img {
  width: 100%;
}
.main .content .category-section .cat-box h3 {
  color: #000;
  font-size: 1.5rem;
}
.main .content .category-section .cat-box p {
  font-weight: 700;
}
.main .content .language-section .lang-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  background-color: #f5f5f5;
  color: #000;
  margin-bottom: 20px;
  transition: 0.3s ease;
  cursor: pointer;
  border-radius: 4px;
}
.main .content .language-section .lang-box:hover {
  transform: translateY(-5px);
}
.main .content .language-section .lang-box img {
  width: 75px;
  height: 75px;
}
.main .content .language-section .lang-box h3 {
  margin-bottom: 0;
  margin-left: 1rem;
}
.main .content .extra-section .extra-box {
  padding: 3rem;
  background-color: #f5f5f5;
  color: #000;
  margin-bottom: 20px;
  border-radius: 4px;
  text-align: left;
  position: relative;
}
.main .content .extra-section .extra-box h3 {
  font-weight: 700;
}
.main .content .extra-section .extra-box p {
  font-size: 18px;
}
.main .content .extra-section .extra-box .extra-image-1 {
  width: 300px;
  position: absolute;
  right: 10px;
  bottom: 15px;
}
.main .content .extra-section .extra-box .extra-image-2 {
  width: 225px;
  position: absolute;
  right: 10px;
  bottom: 15px;
}

.footer {
  background-color: #f5f5f5;
  padding-top: 3rem;
}
.footer .logo {
  text-decoration: none;
  font-size: 28px;
  font-weight: 700;
  color: #000;
}
.footer .nav-link {
  color: #868ba1;
  padding-left: 0;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.footer .nav-link:hover {
  color: #4dd2ff;
}

.avatar {
  height: 3rem;
  width: 3rem;
  position: relative;
  display: inline-block !important;
}

.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.avatar-group {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.avatar-group > li {
  position: relative;
}
.avatar-group > li:not(:last-child) {
  margin-right: -0.8rem;
}
.avatar-group .avatar-img {
  border: 2px solid #fff;
}

.avatar .avatar-name {
  margin-left: 7px;
}

.avatar-xs {
  height: 2.1875rem;
  width: 2.1875rem;
}

.avatar-sm {
  height: 2.5rem;
  width: 2.5rem;
}

.avatar-lg {
  height: 4rem;
  width: 4rem;
}

.avatar-xl {
  height: 5.125rem;
  width: 5.125rem;
}

.avatar-xxl {
  height: 5.125rem;
  width: 5.125rem;
}
@media (min-width: 768px) {
  .avatar-xxl {
    width: 8rem;
    height: 8rem;
  }
}

.avatar-xxxl {
  height: 8rem;
  width: 8rem;
}
@media (min-width: 768px) {
  .avatar-xxxl {
    width: 11rem;
    height: 11rem;
  }
}

