/********** Fonts **********/
@font-face {
  font-family: "Pragmatica";
  src: url("/fonts/pragmatica/PragmaticaLight.otf");
  src: url("/fonts/pragmatica/PragmaticaLight.otf") format("truetype");
}

@font-face {
  font-family: "Lora";
  src: url("/fonts/Lora/static/Lora-Regular.ttf");
  src: url("/fonts/Lora/static/Lora-Regular.ttf") format("truetype");
}

.font-pragmatica {
  font-family: "Pragmatica" !important;
}
.font-lora {
  font-family: "Lora" !important;
}

html,
body {
  font-family: "Pragmatica";
  font-size: 16px;
  color: #121212;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora";
}

p {
  font-size: 16px !important;
}

/********** Template CSS **********/
:root {
  --primary: #8e1357;
  --secondary: #2b9bff;
  --light: #effdf5;
  --dark: #2b3940;
}

.text-light-gray {
  color: #5c5c5c;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

.rounded-12 {
  border-radius: 12px;
}
.rounded-16 {
  border-radius: 16px;
}
.rounded-20 {
  border-radius: 20px;
}
.rounded-24 {
  border-radius: 20px;
}
.rounded-32 {
  border-radius: 32px;
}

.section-heading {
  font-size: 40px;
  line-height: 48px;
}

/*** 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 ***/
.header-btn {
  padding: 12px 20px;
}

.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-primary {
  background: linear-gradient(
    357.63deg,
    #85094d 1.97%,
    #c2006b 98.01%
  ) !important;
}
.btn-primary:hover {
  background: linear-gradient(
    357.63deg,
    #c2006b 1.97%,
    #85094d 98.01%
  ) !important;
}
.btn-secondary {
  background-color: #2b9bff;
}

.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: 2px;
}

#content-container {
  background-image: url("/assets/img/backgrounds/pattern-bg-light.png");
  min-height: 100vh;
  background-size: contain;
  background-position-y: center;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 5px;
  transition: 0.5s;
}

.navbar .dropdown-toggle[aria-expanded="true"]::after {
  transform: rotate(-180deg);
}

.navbar-dark .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #ffffff;
  font-size: 18px;
  outline: none;
}
.nav-link {
  border-radius: 12px !important;
  padding: 12px !important;
}
.nav-link:hover {
  background: rgba(255, 255, 255, 0.1);
}

.dropdown-menu {
  border-radius: 12px;
  padding: 12px;
}

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

.btn-main {
  font-size: 18px !important;
}

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

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: #8e1357;
}

@media (max-width: 991.98px) {
  .navbar-dark .navbar-nav .nav-link,
  .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;
    top: 100%;
    margin-top: 0;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}

/*** Header ***/
.navbar-toggler {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color: white;
}
.header-carousel .container,
.page-header .container {
  position: relative;
  padding: 45px 0 45px 35px;
  border-left: 15px solid #8e1357;
}

.header-carousel .container::before,
.header-carousel .container::after,
.page-header .container::before,
.page-header .container::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100px;
  height: 15px;
  background: #8e1357;
}

.header-carousel .container::after,
.page-header .container::after {
  top: 100%;
  margin-top: -15px;
}

@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-carousel-item p {
    font-size: 14px !important;
    font-weight: 400 !important;
  }

  .header-carousel .owl-carousel-item h1 {
    font-size: 30px;
    font-weight: 600;
  }
}

.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 {
  margin: 7px 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 2px;
  font-size: 22px;
  transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: #8e1357;
  border-color: #8e1357;
}

.page-header {
  background: url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--light);
}

/*** About ***/
.about-bg {
  background-image: -webkit-repeating-radial-gradient(
    center center,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 1px,
    transparent 1px,
    transparent 100%
  );
  background-image: -moz-repeating-radial-gradient(
    center center,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 1px,
    transparent 1px,
    transparent 100%
  );
  background-image: -ms-repeating-radial-gradient(
    center center,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 1px,
    transparent 1px,
    transparent 100%
  );
  background-image: -o-repeating-radial-gradient(
    center center,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 1px,
    transparent 1px,
    transparent 100%
  );
  background-image: repeating-radial-gradient(
    center center,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2) 1px,
    transparent 1px,
    transparent 100%
  );
  background-size: 5px 5px;
}

/*** Category ***/
.cat-item {
  display: block;
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
  border: 1px solid transparent;
  transition: 0.5s;
}

.cat-item:hover {
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: none;
}

/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
  background: #747f8a !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
  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: 5px solid #747f8a;
  border-radius: 2px;
  transition: 0.5s;
}

.testimonial-carousel .owl-dot.active {
  background: #747f8a;
  border-color: #8e1357;
}

.modal-backdrop {
  display: none;
}

/* Details page */
.share-fav-btn {
  padding: 17px 0 17px 0;
}
.share-fav-btn:hover {
  background-color: #8e1357;
}

.fs-5 > p {
  font-size: 1.25rem !important;
}

/* Footer */
footer#footer {
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
}

footer#footer #logo {
  width: 12rem;
}

footer#footer ul {
  padding: 0;
}

footer#footer li {
  list-style-type: none;
}
footer .social-icons-container {
  display: flex;
  justify-content: end;
}
footer .social-icon-link {
  border: 0.5px solid rgba(101, 101, 101, 1);
  border-radius: 50%;
  color: var(--primary);
  font-size: 20px;
  width: 40px;
  height: 40pxc;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  margin-left: 12px;
}
footer .social-icon-link:hover {
  border-color: var(--primary) !important;
  background-color: var(--secondary) !important;
}
/* footer .social-icon {
} */

.website-color {
  color: #8e1357 !important;
}
.website-background-color {
  background-color: #8e1357 !important;
  border-style: none !important;
}
.website-background-gray-color {
  background-color: #747f8a !important;
  border-style: none !important;
}
.dropdown-item.active {
  background-color: #8e1357 !important;
  color: white !important;
}

.similar-jobs-container > div:last-of-type {
  border-bottom: none !important;
}

.iti {
  display: block;
}

.selectize-input {
  padding: 5px 10px !important;
  border-radius: 3px !important;
  min-height: auto !important;
}

.custom-owl-nav {
  margin-bottom: -53px;
  text-align: right;
}
.custom-owl-nav .owl-prev,
.custom-owl-nav .owl-next {
  margin: 7px 5px;
  padding: 12px 15px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  color: #ddd;
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-size: 22px;
  transition: 0.5s;
}

.custom-owl-nav .owl-prev:hover,
.custom-owl-nav .owl-next:hover {
  cursor: pointer;
  border: #8e1357;
  color: #8e1357;
  border: 1px solid #8e1357;
}

/* General */
.dark-icon-text {
  color: #898989 !important;
}

/* Media Queries */
@media (max-width: 991px) {
  #authButtons {
    display: none !important;
  }
  #navbarCollapse {
    position: absolute;
    top: 35px;
    right: 35px;
    background: #fff;
    padding: 5px;
  }
  footer .social-icons-container {
    justify-content: center;
  }

  #navbarCollapse .nav-link,
  #navbarCollapse .dropdown-item {
    color: #121212;
    padding: 5px;
  }
  footer .footer-top-logo-container {
    display: none;
  }
  footer h5,
  footer li {
    text-align: center;
  }
}
