@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600;700&display=swap");
.josefin-sans-fonts {
  font-family: "Josefin Sans", sans-serif;
}

@font-face {
  font-family: "HurmeGeometricSans2";
  src: url(../fonts/HurmeGeometricSans2.otf);
}

@font-face {
  font-family: "HurmeGeometricSans2-Bold";
  src: url(../fonts/HurmeGeometricSans2-Bold.otf);
}

@font-face {
  font-family: "HurmeGeometricSans2-SemiBold";
  src: url(../fonts/HurmeGeometricSans2-SemiBold.otf);
}

@font-face {
  font-family: "HurmeGeometricSans2-Light";
  src: url(../fonts/HurmeGeometricSans2-Light.otf);
}

* {
  transition: all 0.5s linear;
  user-select: none;
}

html,
body {
  scroll-behavior: smooth;
}

/* Navbar */
.navbar {
  background: #262626;
  padding: 1rem 3rem;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}

.navbar-nav .nav-link {
  letter-spacing: 0.85px;
  color: #ffffff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  font-size: 17px;
}

@media (min-width: 576px) {
  .navbar-nav .nav-link {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
}

@media (max-width: 576px) {
  .navbar {
    padding: 1rem 1rem;
  }
}

@media (max-width: 480px) {
  .navbar {
    padding: 1rem 0.5rem;
  }
}

/* Hero Area */
.hero-area {
  width: 100%;
  height: 100vh;
  background: url(../images/hero-img.png) no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991.98px) {
  .hero-area {
    height: 800px;
  }
}

@media (max-width: 767.98px) {
  .hero-area {
    height: 650px;
  }
}

.hero-social-links {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  display: flex;
  align-items: center;
}

.hero-social-links a {
  padding: 0 0.25rem;
}

.hero-social-links span {
  width: 30px;
  border-top: 2px solid #d7aa78;
  margin-right: 0.5rem;
}

@media (max-width: 576.98px) {
  .hero-social-links {
    display: none;
  }
}

.scroll-down-wrap {
  position: absolute;
  left: 50%;
  bottom: 3rem;
  transform: translateX(-50%);
}

.scroll-down-wrap a {
  letter-spacing: 1.15px;
  color: #ffffff;
  font-size: 23px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

.scroll-down-wrap a::before {
  content: "";
  width: 2px;
  height: 77px;
  background-color: #d7aa78;
  position: absolute;
  top: calc(-1rem - 77px);
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 1199.98px) {
  .scroll-down-wrap a {
    font-size: 20px;
  }

  .scroll-down-wrap a::before {
    width: 2px;
    height: 57px;
    top: calc(-0.75rem - 57px);
  }
}

@media (max-width: 767.98px) {
  .scroll-down-wrap a {
    font-size: 18px;
  }

  .scroll-down-wrap a::before {
    width: 2px;
    height: 30px;
    top: calc(-0.5rem - 30px);
  }
}

@media (max-width: 576.98px) {
  .scroll-down-wrap {
    bottom: 2rem;
  }
}

.hero-slider-title {
  text-align: center;
  font-family: "HurmeGeometricSans2-Bold";
  font-size: 90px;
  color: #ffffff;
}

.hero-slider-title span {
  font-family: "HurmeGeometricSans2-Light";
}

@media (max-width: 1199.98px) {
  .hero-slider-title {
    font-size: 70px;
  }
}

@media (max-width: 767.98px) {
  .hero-slider-title {
    font-size: 50px;
  }
}

@media (max-width: 460.98px) {
  .hero-slider-title {
    font-size: 35px;
  }
}

#hero-slider .carousel-indicators {
  position: absolute;
  right: unset;
  bottom: unset;
  top: 50%;
  left: calc(97% - 10px);
  display: block;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

#hero-slider {
  width: 100%;
}

#hero-slider .carousel-indicators li {
  margin: 0;
  margin-bottom: 1rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1 !important;
  background-color: #ffffff;
  position: relative;
}

#hero-slider .carousel-indicators li.active {
  background-color: #d7aa78;
}

#hero-slider .carousel-indicators li::after {
  content: "";
  width: 1px;
  height: 0.5rem;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: calc(10px + 0.25rem);
  transform: translateX(-50%);
}

#hero-slider .carousel-indicators li:nth-last-of-type(1)::after {
  background-color: transparent;
}

.podcast-box {
  width: 448px;
  border: 3px solid #f4f0e5;
  padding: 2rem;
  display: flex;
}

@media (max-width: 576px) {
  .podcast-box {
    width: 350px;
    border: 1px solid #f4f0e5;
    padding: 1rem;
  }
}

@media (max-width: 380px) {
  .podcast-box {
    width: 98%;
    padding: 0.5rem;
  }
}

.podcast-box .play-btn {
  background-color: transparent;
  border: none;
  outline: 0 !important;
  cursor: pointer;
  text-align: center;
}

.podcast-box > div {
  width: calc(100% - 46px);
}

.podcast-box .title {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
}

.podcast-box .text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

/* Plans & Bundles */
.plans-header-desktop {
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plans-header-desktop > div {
  font-size: 24px;
  line-height: 100px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  text-align: center;
  cursor: pointer;
  width: 300px;
  height: 100px;
  border: 0.4000000059604645px solid #acacac;
}

.plans-header-desktop > div.active {
  background: #f5f8fa;
  border: none;
  font-weight: 700;
}

.plans-sub-header-desktop {
  background: #f5f8fa;
  box-shadow: 0px 6px 4px #0000000f;
}

.plans-sub-header-desktop > #plans-desktop,
.plans-sub-header-desktop > #bundles-desktop {
  display: none;
}

.plans-sub-header-desktop > #plans-desktop.active,
.plans-sub-header-desktop > #bundles-desktop.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.plans-sub-header-desktop > #plans-desktop > div,
.plans-sub-header-desktop > #bundles-desktop > div {
  width: 300px;
  height: 100px;
  text-align: center;
  font-size: 24px;
  line-height: 100px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  cursor: pointer;
}

.plans-sub-header-desktop > #plans-desktop > div.active,
.plans-sub-header-desktop > #bundles-desktop > div.active {
  border-bottom: 6px solid #011616;
  color: #011616;
  font-weight: 700;
}

.plans-sub-header-desktop > #bundles-desktop > div.active {
  border-bottom: none;
}

.plans-sub-header-desktop > #bundles-desktop > div.disabled {
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5),
    -1px -1px 10px rgba(0, 0, 0, 0.5);
  color: transparent;
  cursor: not-allowed;
}

.plans-sub-header-desktop > #plans-desktop > div.active.media_ {
  background-color: #f5855d;
}

.plans-sub-header-desktop > #plans-desktop > div.active.marketing {
  background-color: #fcd55e;
}

.plans-sub-header-desktop > #plans-desktop > div.active.sales {
  background-color: #f16160;
}

.plans-sub-header-desktop > #plans-desktop > div.active.operations {
  background-color: #43c2d1;
}

#bundles-body-desktop,
#plans-body-desktop {
  display: none;
}

#bundles-body-desktop.active {
  display: block;
}

#plans-body-desktop.active {
  display: block;
}

#bundles-body-desktop > div {
  display: none;
}

#bundles-body-desktop > div.active {
  display: block;
}

#plans-body-desktop > div {
  display: none;
}

#plans-body-desktop > div.active {
  display: block;
}

.plansWrap-Desktop {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (max-width: 991.98px) {
  .plansWrap-Desktop.container {
    max-width: 100% !important;
  }
}

.plansWrap-Desktop .title {
  text-align: center;
  font-family: "HurmeGeometricSans2-SemiBold";
  font-size: 24px;
  color: #000000;
}

.plansWrap-Desktop .smallTitle {
  text-align: center;
  font-family: "HurmeGeometricSans2";
  font-size: 14px;
  color: #233834;
  text-transform: capitalize;
  opacity: 0.8;
  position: relative;
}

.plansWrap-Desktop .smallTitle a {
  color: #233834;
  text-decoration: underline;
}

.plansWrap-Desktop .smallTitle a:hover {
  color: #233834;
  text-decoration: none;
}

.plansWrap-Desktop .smallTitle span {
  display: inline-block;
  width: 25px;
  border-top: 2px solid #d7aa78;
  margin-bottom: 0.25rem;
}

.plansWrap-Body {
  background: #ffffff;
  border: 0.4000000059604645px solid #acacac;
  border-radius: 5px;
  overflow: hidden;
}

.plansWrap-Body .header .icon {
  width: 35%;
  line-height: 74px;
  background: #233834;
  border-radius: 5px 0px;
  padding: 0.25rem 0;
}

.plansWrap-Body .header .baseDetails {
  width: 65%;
  padding-right: 1.5rem;
}

.plansWrap-Body .header .baseDetails .text-1 {
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #acacac;
}

.plansWrap-Body .header .baseDetails .text-2-price {
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
}

.plansWrap-Body .header .baseDetails .text-3-discount {
  font-family: "Josefin Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

.plansWrap-Body .body {
  padding: 1rem 1.5rem;
}

.plansWrap-Body .description {
  font-family: "HurmeGeometricSans2";
  font-size: 14px;
  color: #777777;
  text-align: center;
}

.plansWrap-Body .buttonWrap {
  text-align: center;
}

.plansWrap-Body .button {
  text-decoration: underline;
  font-family: "HurmeGeometricSans2-SemiBold";
  font-size: 14px;
  color: #000000;
}

.plansWrap-Body .button:hover {
  color: #000000;
  text-decoration: none;
}

.plansWrap-Body .bodyTitle {
  font-family: "HurmeGeometricSans2-SemiBold";
  font-size: 16px;
  color: #222222;
  opacity: 1;
}

.plansWrap-Body .section {
  margin-bottom: 0.75rem;
}

.plansWrap-Body .section-title {
  font-family: "HurmeGeometricSans2-SemiBold";
  font-size: 15px;
  color: #000000;
}

.plansWrap-Body .section-title span {
  display: inline-block;
  width: 37px;
  height: 16px;
  background: #262626;
  border-radius: 1px;
  text-align: center;
  font-family: "HurmeGeometricSans2";
  font-size: 10px;
  line-height: 16px;
  color: #ffffff;
  margin-left: 0.5rem;
}

.plansWrap-Body .section-point {
  font-family: "HurmeGeometricSans2";
  font-size: 12px;
  color: #000000;
  padding-left: 0.9rem;
}

.plansWrap-Body .footer {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-top: 0.4000000059604645px solid #acacac;
  border-radius: 5px;
  padding: 0.5rem 0;
}

.mobile-version .header-mobile {
  background: #f5f8fa;
  border: 0.4000000059604645px solid #acacac;
  padding: 0.75rem 0.5rem;
  position: relative;
  cursor: pointer;
}

.header-mobile .text-01-title {
  text-align: center;
  font-family: "HurmeGeometricSans2-Bold";
  font-size: 12px;
  color: #000000;
}

.header-mobile .text-02-subTitle {
  text-align: center;
  font-family: "HurmeGeometricSans2";
  font-size: 16px;
  letter-spacing: 0px;
  color: #000000;
}

.mobile-version .header-mobile svg {
  width: 11px;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.headerDropDown {
  width: 90%;
  padding: 1rem 1.5rem;
  background: #ffffff;
  border: 0.4000000059604645px solid #acacac;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 3000;
}

.close-DropDown {
  font-size: 25px;
  font-weight: 700;
}

.headerDropDown .title {
  text-align: center;
  font-family: "HurmeGeometricSans2-Bold";
  font-size: 20px;
  color: #000000;
  position: relative;
  margin: 1rem 0;
}

.headerDropDown .title::after {
  content: "";
  width: 130px;
  border-bottom: 1px solid #707070;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.plans-subLink {
  text-align: center;
  font-family: "HurmeGeometricSans2";
  font-size: 18px;
  color: #000000;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

.plans-body-mobile {
  display: none;
}

.plans-body-mobile.active {
  display: block;
}

.packagesInPlan > div {
  background: #f5f8fa;
  border: 0.4000000059604645px solid #acacac;
  border-radius: 5px;
  width: calc(100% - 32px);
  height: 70px;
  margin: 0 auto 0.5rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-family: "HurmeGeometricSans2-Bold";
  font-size: 12px;
  letter-spacing: 0px;
  color: #000000;
  position: relative;
}

.packagesInPlan > div.active {
  background-color: #233834;
  border-color: #233834;
  color: #ffffff;
}

.packagesInPlan > div.mediaWala.active {
  background-color: #f5855d;
  border-color: #f5855d;
}

.packagesInPlan > div.marketingWala.active {
  background-color: #fcd55e;
  border-color: #fcd55e;
}

.packagesInPlan > div.salesWala.active {
  background-color: #f16160;
  border-color: #f16160;
}

.packagesInPlan > div.operationsWala.active {
  background-color: #43c2d1;
  border-color: #43c2d1;
}

.packagesInPlan > div > .icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.plans-Body-Mobile {
  display: none;
}

.plans-Body-Mobile.active {
  display: block;
}

/* Playlist Section */
.playlist-section {
  position: relative;
  background: url(../images/playlist-section-bg-img.svg) no-repeat 0 50%;
  background-size: 30%;
}

.playlist-section::before {
  content: "";
  width: 100%;
  height: 90%;
  background: #233834 linear-gradient(244deg, #233834 0%, #011616 100%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}

@media (max-width: 991.98px) {
  .playlist-section .col-md-6:nth-of-type(1) {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .playlist-section::before {
    height: 100%;
  }
}

.smallTitle {
  font-family: "HurmeGeometricSans2";
  font-size: 14px;
  color: #ffffff;
  text-transform: capitalize;
  opacity: 0.8;
}

.smallTitle span {
  display: inline-block;
  width: 25px;
  border-top: 2px solid #d7aa78;
  margin-bottom: 0.25rem;
}

.playlist-section .title {
  font-family: "HurmeGeometricSans2-SemiBold";
  font-size: 24px;
  color: #ffffff;
}

.playlist-section .text {
  font-family: "HurmeGeometricSans2-Light";
  font-size: 16px;
  color: #ffffff;
}

.playlist-links {
  display: flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  width: auto;
  padding: 0.5rem 0.5rem;
  margin: 0.5rem 0.5rem 0.5rem 0;
}

.playlist-links:hover {
  text-decoration: none;
}

.playlist-links > img {
  width: 30px;
}

.playlist-links > div {
  font-family: "HurmeGeometricSans2-Bold";
  color: #ffffff;
  font-size: 15px;
  line-height: 16px;
  margin-left: 0.5rem;
}

.playlist-links > div small {
  font-family: "HurmeGeometricSans2-Light";
  display: block;
  font-size: 11px;
}

/* Calculator */
.calculator {
  padding: 4rem 0;
}

.calculator .title {
  font-family: "HurmeGeometricSans2-SemiBold";
  font-size: 24px;
  color: #222222;
}

.calculator .left {
  border: 1px solid #acacac;
  padding: 1.5rem;
}

.calc-packages {
  display: flex;
}

.calc-packages > div {
  width: calc(90% / 3);
  background: #233834;
  height: 126px;
  cursor: pointer;
  text-align: center;
  line-height: 126px;
}

.calc-packages > div:nth-of-type(2) {
  margin: 0 5%;
}

.calc-packages > div.active {
  border: 2px solid #011616;
  background-color: #ffffff;
}

@media (max-width: 480.98px) {
  .calc-packages > div {
    width: calc(98% / 3);
    height: 100px;
    line-height: 100px;
  }

  .calc-packages > div:nth-of-type(2) {
    margin: 0 1%;
  }

  .calculator .left {
    padding: 0.5rem;
  }
}

.aboutGemText {
  font-family: "HurmeGeometricSans2-Light";
  font-size: 16px;
  color: #555555;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantityWrap {
  width: 114px;
  display: flex;
  background: #f5f8fa;
  border: 1px solid #acacac;
  align-items: center;
  height: 49px;
}

.quantityWrap span {
  width: 20%;
  text-align: center;
  font-family: "HurmeGeometricSans2";
  font-size: 20px;
  color: #000000;
  cursor: pointer;
}

.quantityWrap input {
  border: none;
  outline: 0 !important;
  text-align: center;
  font-family: "HurmeGeometricSans2";
  font-size: 15px;
  color: #acacac;
  background: #f5f8fa;
  width: 60%;
}

.gemDescription {
  font-family: "HurmeGeometricSans2-Light";
  font-size: 16px;
  color: #555555;
  text-align: center;
  border: 0.4000000059604645px solid #acacac;
  padding: 1rem 10%;
}

.addOnsTitle {
  font-family: "HurmeGeometricSans2-Light";
  font-size: 16px;
  color: #555555;
  position: relative;
  cursor: pointer;
}

.addOnsTitle::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/plus-icon-black.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.addOnsTitle.open::after {
  background: url(../images/minus-icon-black.svg) no-repeat center;
  background-size: contain;
}

.calculator .right {
  padding: 0;
  border: 1px solid #acacac;
  border-left: none;
}

.calculator .right .header {
  background: #233834;
  padding: 0.75rem 0.5rem;
}

@media (max-width: 767.98px) {
  .calculator .right {
    border: 1px solid #acacac;
    border-top: none;
  }

  .calculator .right .header {
    display: none;
  }
}

.calculator .right .body {
  padding: 1.5rem;
}

@media (max-width: 480.98px) {
  .calculator .right .body {
    padding: 0.5rem;
  }
}

.calculator .calc-price {
  text-align: center;
  font-family: "HurmeGeometricSans2-Bold";
  font-size: 20px;
  color: #000000;
}

.calculator .calc-price-text {
  text-align: center;
  font-family: "HurmeGeometricSans2-Light";
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}

.calc-features-sec-title {
  font-family: "HurmeGeometricSans2-SemiBold";
  font-size: 16px;
  color: #222222;
}

.calc-feature-wrap {
  background: #233834;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.5rem;
}

.calc-feature-title {
  font-family: "HurmeGeometricSans2-SemiBold";
  font-size: 14px;
  color: #ffffff;
}

.calc-feature-text {
  font-family: "HurmeGeometricSans2-Light";
  font-size: 12px;
  color: #ffffff;
}

.calc-buy-now-btn {
  text-decoration: underline;
  font-family: "HurmeGeometricSans2-SemiBold";
  font-size: 14px;
  color: #000000;
}

.calc-buy-now-btn:hover {
  text-decoration: none;
  color: #000000;
}

/* Customer Support */
.customer-support {
  position: relative;
}

.customer-support::before {
  content: "";
  width: 100%;
  height: 85%;
  background-color: #00d8af;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.customer-support .title {
  font-family: "HurmeGeometricSans2-SemiBold";
  font-size: 24px;
  color: #ffffff;
}

.customer-support .text {
  font-family: "HurmeGeometricSans2-Light";
  font-size: 16px;
  color: #ffffff;
}

.cs-links {
  font-family: "HurmeGeometricSans2-Light";
  font-size: 16px;
  color: #ffffff;
}

.cs-links:hover {
  color: #ffffff;
  text-decoration: none;
}

.customer-support a:hover {
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .customer-support::before {
    height: 100%;
  }
}

@media (max-width: 767.98px) {
  .customer-support::before {
    height: 90%;
  }

  .customer-support .col-md-6:nth-of-type(2) {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }
}

/* FAQs */
.faqs {
  padding: 4rem 0;
}

.faqs .title {
  font-family: "HurmeGeometricSans2-SemiBold";
  font-size: 24px;
  color: #222222;
}

.faq-wrapper {
  margin-bottom: 0.5rem;
}

.faq-wrapper > [data-toggle] {
  background: #233834 url(../images/faq-minus-icon.svg) no-repeat 99% center;
  display: block;
  width: 100%;
  font-family: "HurmeGeometricSans2-SemiBold";
  font-size: 16px;
  color: #ffffff;
  text-align: left;
  position: relative;
  padding: 0.5rem;
  cursor: pointer;
}

.faq-wrapper > .collapsed[data-toggle] {
  background: #000000 url(../images/faq-plus-icon.svg) no-repeat 99% center;
}

.faq-wrapper > [data-toggle]:focus {
  outline: 0 !important;
}

.faq-wrapper .collapse-contents {
  font-family: "HurmeGeometricSans2-Light";
  font-size: 14px;
  color: #ffffff;
  background: #233834;
  padding: 0.5rem;
  padding-top: 0;
}

/* Footer */
footer {
  background: #233834 linear-gradient(180deg, #233834 0%, #011616 100%);
  padding: 4rem 0 1rem;
}

.footer-logo-text {
  font-family: "HurmeGeometricSans2-Light";
  color: #ffffff;
  font-size: 14px;
}

.footer-social-links a {
  margin-right: 0.75rem;
}

.footer-social-links a:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  .extraSpacingLeft {
    padding-left: 12% !important;
  }
}

.quickTitle {
  font-family: "HurmeGeometricSans2-SemiBold";
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0.75rem;
}

.quick-links a {
  display: block;
  font-family: "HurmeGeometricSans2-Light";
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0.75rem;
}

.copyRight-Text {
  color: #ffffff;
  font-size: 14px;
  font-family: "HurmeGeometricSans2-Light";
  text-align: center;
  padding: 0.5rem 0 0.5rem;
}

/* Login Screen */
.login-screen {
  width: 100%;
  height: 100vh;
  background: url(../images/hero-img.png) no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-screen::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.login-screen > .wrap {
  position: relative;
  z-index: 2;
  width: 100%;
}

.login-screen .title {
  color: #ffffff;
  font-family: "HurmeGeometricSans2-SemiBold";
  font-size: 24px;
  text-align: center;
  position: relative;
}

.login-screen .title::after {
  content: "";
  width: 80px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.login-screen input {
  display: block;
  width: 500px;
  height: 50px;
  text-align: center;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 54px;
  margin: 1rem auto;
  color: #ffffff;
  font-family: "HurmeGeometricSans2";
  font-size: 16px;
  outline: 0 !important;
}

.login-screen input::placeholder {
  font-family: "HurmeGeometricSans2-Light";
  font-size: 15px;
  color: #b7b7b7;
}

.login-screen button {
  border: 1px solid #ffffff;
  border-radius: 23px;
  font-family: "HurmeGeometricSans2-SemiBold";
  font-size: 16px;
  line-height: 46px;
  width: 145px;
  height: 46px;
  color: #001c2c;
  cursor: pointer;
}

.forgot-password-text {
  text-decoration: underline;
  font-family: "HurmeGeometricSans2";
  font-size: 16px;
  line-height: 40px;
  color: #ffffff;
}

.forgot-password-text:hover {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 576px) {
  .login-screen input {
    width: 100%;
  }

  .login-screen > .wrap {
    padding: 2rem 1rem;
  }
}

/* Side Menu */
.sideMenu {
  background: #161a1a;
  height: 100vh;
  padding: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
}

.sideMenu .header {
  background: #43c2d1;
  box-shadow: 0px 2px 3px #0000000d;
  height: 65px;
  line-height: 65px;
  padding: 0 1.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}

.sideMenu .header span {
  display: none;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  cursor: pointer;
}

.sideMenuLinks {
  display: block;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1rem 0;
  position: relative;
}

.sideMenuLinks.active,
.sideMenuLinks:hover {
  background-color: rgba(69, 62, 255, 0.09);
}

.sideMenuLinks.active::before,
.sideMenuLinks:hover::before {
  content: "";
  height: 100%;
  border: 2px solid #43c2d1;
  position: absolute;
  top: 0;
  left: 0;
}

.sideMenuLinks img {
  margin: 0 1rem;
}

.sideMenuLinks:hover {
  color: #ffffff;
  text-decoration: none;
}

.sideMenuLinks span {
  font-family: "HurmeGeometricSans2-Light";
  font-size: 15px;
  color: #ffffff;
}

/* Dashboard Header */
.dash-header {
  width: 100%;
  height: 65px;
  background: #ffffff;
  box-shadow: 0px 2px 6px #0000000a;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 0 2rem;
  position: relative;
}

.dash-header span {
  color: #43425d;
  font-family: "HurmeGeometricSans2";
  margin-right: 1rem;
}

.page-contents {
  padding: 5%;
}

.dashboard-links {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(172, 172, 172, 1);
  border-radius: 5px;
  text-align: center;
  padding: 15% 1rem;
  margin-bottom: 30px;
}

.dashboard-links:hover {
  text-decoration: none;
  border-color: #00d8af;
}

.dashboard-links img {
  display: block;
  width: 47px;
  height: 36px;
  margin: 0 auto 0.25rem;
}

.dashboard-links span {
  font-family: "HurmeGeometricSans2-Bold";
  font-size: 15px;
  color: rgba(22, 26, 26, 0.7);
}

@media (max-width: 480.98px) {
  .dashboard-links img {
    width: 37px;
    height: 26px;
    margin: 0 auto 0.25rem;
  }

  .dashboard-links span {
    font-size: 12px;
  }
}

.menu-Humburger-btn {
  display: none;
}

@media (max-width: 991.98px) {
  .sideMenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }

  .sideMenu .header span {
    display: block;
  }

  .menu-Humburger-btn {
    display: block;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    cursor: pointer;
    outline: 0 !important;
  }
}

.breadcrumb_ {
  padding: 15px;
  margin-bottom: 1rem;
}

.breadcrumb_ span {
  color: #43c2d1;
  font-family: "HurmeGeometricSans2-Bold";
  font-size: 15px;
}

.breadcrumb_ a {
  color: #161a1a;
  font-family: "HurmeGeometricSans2-Bold";
  font-size: 15px;
}

/* Setting */
.setting-form .title {
  font-family: "HurmeGeometricSans2-Bold";
  font-size: 24px;
  letter-spacing: 0.24px;
  color: #131717;
}

.setting-form label {
  font-family: "HurmeGeometricSans2-Light";
  font-size: 14px;
  letter-spacing: 0.08px;
  color: #707070;
}

.setting-form input,
.setting-form select {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(146, 146, 146, 0.4);
  outline: 0 !important;
  letter-spacing: 0.1px;
  color: #131717;
  font-family: "HurmeGeometricSans2-Light";
  font-size: 16px;
}

.btn-save {
  display: block;
  width: 120px;
  height: 35px;
  background: #131717;
  border-radius: 4px;
  text-align: center;
  font: normal normal bold 12px/16px Hurme Geometric Sans 2;
  font-family: "HurmeGeometricSans2-Bold";
  font-size: 12px;
  line-height: 33px;
  color: #ffffff;
  border: 1px solid #131717;
  cursor: pointer;
}

.btn-save:hover {
  background-color: #ffffff;
  color: #131717;
}
