@font-face {
  font-family: "Sahel";
  src: url("../font/Sahel.eot") format("eot"),
    url("../font/Sahel.woff") format("woff"),
    url("../font/Sahel.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Sahel" !important;
}
.navbar-title {
  font-size: 1rem;
  color: #ff5823 !important;
}

.brand-title{
  display: none !important;
  }

@media screen and (min-width: 1200px) {
  .brand-title {
    display: inline-block !important;
  }
}


@media screen and (max-width: 450px) {
  .navbar-brand {
    display: none !important;
  }
}
.nav-bg {
  background: linear-gradient(
    to left,
    rgba(120, 86, 255, 1),
    rgba(132, 102, 255, 1)
  );
  background: -webkit-linear-gradient(
    to left,
    rgba(120, 86, 255, 1),
    rgba(132, 102, 255, 1)
  );
}
.logo-img {
  box-shadow: 0 0 24px rgb(217 227 255 / 60%);
}
@media screen and (max-width: 960px) {
  .navbar-title {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  .logo-img {
    width: 30%;
  }
  .navbar-title {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 600px) {
  .navbar-title {
    font-size: 0.8rem !important;
  }
}

@media screen and (max-width: 500px) {
  .navbar-title {
    font-size: 0.6rem !important;
  }
}
@media screen and (max-width: 420px) {
  .navbar-title {
    font-size: 0.5rem !important;
    font-weight: 600;
  }
}

.gradient-custom {
  box-shadow: 0 0 24px rgb(217 227 255 / 60%);
}

.btn-bg {
  color: #fff !important;
  border-radius: 1rem;
  border: 2px solid #ff5823 !important;
  background: #ff5823 !important;
  box-shadow: 0 0 10px rgb(120, 86, 255 / 70%);
}
.btn-bg:hover {
  background: #fff !important;
  border: 2px solid #ff5823 !important;
  color: #ff5823 !important;
}
.bg-image-vertical {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}

@media screen and (min-width: 1025px) {
  .h-custom-2 {
    height: 100%;
  }
}
@media screen and (min-width: 2000px) {
  .height-fix {
    height: 100% !important;
  }
}

.bg-img {
  border-radius: 1rem;
}

.dropdown-menu.show {
  display: inline-block !important;
}


.navbar-brand-toggle {
  display: none;
}

@media screen and (max-width: 992px) {
  .navbar-brand-toggle {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
  .brand-title {
    font-size: 0.7rem !important;
  }
}
@media screen and(max-width: 426px) {
  .brand-title {
    font-size: 0.6rem !important;
  }
}

.nav-link:hover {
  opacity: 0.8;
  transition: all 0.1s ease-in-out;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

 

.dropdown-menu[data-bs-popper] {
  top: 10.dropdown-menu0%;
  margin-top: var(--bs-dropdown-spacer);
  right: auto !important;
  left: 5% !important;
}


.slide-in-bottom {
  -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.bg-1 {
  background: #8e2de2;
  background: -webkit-linear-gradient(to right, #4a00e0, #8e2de2);
  background: linear-gradient(to right, #4a00e0, #8e2de2);
}

.bg-2 {
  background: #11998e;
  background: -webkit-linear-gradient(to right, #38ef7d, #11998e);
  background: linear-gradient(to right, #38ef7d, #11998e);
}

.bg-3 {
  background: #f953c6;
  background: -webkit-linear-gradient(to right, #b91d73, #f953c6);
  background: linear-gradient(to right, #b91d73, #f953c6);
}
.bg-4 {
  background: #f12711;
  background: -webkit-linear-gradient(to right, #f5af19, #f12711);
  background: linear-gradient(to right, #f5af19, #f12711);
}
.bg-5 {
  background: #2193b0;
  background: -webkit-linear-gradient(to right, #6dd5ed, #2193b0);
  background: linear-gradient(to right, #6dd5ed, #2193b0);
}

.bg-6 {
  background: #0575E6;
  background: -webkit-linear-gradient(to right, #021B79, #0575E6);
  background: linear-gradient(to right, #021B79, #0575E6);
}

.dashboard-item {
  transition: 0.5s;
}

.dashboard-item:hover {
  margin-top: -15px;
}

.slide-in-top {
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.bg-orange {
  background-color: #ff5823 !important;
}

.border-rad {
  border-radius: 1rem 1rem 0 0;
}

.icon-red {
  color: #f12711;
}
.icon-gold {
  color: #f5af19;
}

.icon-blue {
  color: #4a00e0;
}

.icon-green {
  color: #38ef7d;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.bg-footer {
  min-height: 300px;
  background: url(../images/blob-top-left.png),
    url(../images/blob-top-right.png), url(../images/blob-center.png),
    url(../images/blob-bottom-left.png), url(../images/blob-bottom-right.png);
  background-position: left top, right top, center center, left bottom,
    right bottom;
  background-repeat: no-repeat;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
    right: auto !important;
    left: 5% !important;
    opacity: 0;
    transition: all 0.5s;
  }
  .navbar .nav-item:hover .nav-link {
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
    right: auto !important;
    left: 5% !important;
    opacity: 1;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
