@font-face {
  font-family: "Futura Light";
  src: url("fonts/futura_light.otf") format("opentype"),
       url("fonts/futura_light.ttf") format("truetype");
}

@font-face {
  font-family: "Futura Light Italic";
  src: url("fonts/futura_light_italic.ttf") format("truetype");
}

@font-face {
  font-family: "Marck Script";
  src: url("fonts/marckscript.ttf") format("truetype");
}

body {
  font-family: "Futura Light", sans-serif;
}

.navbar-title-area {
  display: block !important;
}

.navbar-title {
  font-family: "Marck Script", cursive;
  font-size: 3rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  margin-bottom: 0 !important;
}

.navbar-subtitle {
  font-family: "Futura Light", sans-serif;
  font-size: 1.5rem;
  font-weight: 1000;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

/* Custom styles for the navbar */
.navbar-item.futura-light,
.navbar-link.futura-light {
  font-family: "Futura Light", sans-serif;
  color: white !important;
  font-size: 1.5rem; /* Increase the font size */
  font-weight: 900;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.navbar-item.futura-light::after,
.navbar-link.futura-light::after {
  border-color: white;
}

.navbar-item.futura-light:hover,
.navbar-link.futura-light:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.navbar-dropdown.is-boxed {
  top: calc(100%);
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.3);
}

.navbar-item.has-dropdown:hover .navbar-link {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.green-navbar .navbar-item.futura-light:hover,
.green-navbar .navbar-link.futura-light:hover {
  background-color: #20603e !important;
}

.green-navbar .navbar-dropdown.is-boxed {
  top: calc(100%);
  border-radius: 0;
  background-color: #2e8b57;
}

.green-navbar .navbar-item.has-dropdown:hover .navbar-link {
  background-color: #20603e !important;
}

.navbar-item:after {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/* Ensure navbar background is transparent */
.navbar {
  background-color: transparent !important;
}

.navbar-container {
  max-width: 100% !important;
  padding: 2rem;
}

/* Ensure burger icon is white and has a box around it */
.navbar-burger,
.navbar-burger:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.5); /* Subtle dark background */
}

.index-hero {
  background: url("img/hero_image.webp") no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}

.hero-text {
  color: white;
  font-family: "Futura Light", sans-serif;
  font-size: 1.5rem;
  background-color: rgba(0, 0, 0, 0.5); /* Subtle dark background */
  padding: 20px;
  border-radius: 5px;
}

.hero-text-right {
  top: 20vh; /* 10% of the viewport height */
}

.green-background {
  background-color: #2e8b57;
  position: inherit;
}

.intro,
.contact {
  background-color: #2e8b57;
}

.contact .button {
  background-color: #ffd700;
  color: #2e8b57;
}

.contact .button:hover {
  background-color: rgba(255, 215, 0, 0.5);
  color: #2e8b57;
}

.button-white {
  background-color: #ffffff !important;
  color: #000000 !important;
}

.button-white:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
  color: #000000 !important;
}

.content-section .content-image {
  padding: 0;
}

.content-section .content-image figure.image {
  margin: 0;
}

.content-section .content-image img {
  object-fit: cover; /* Ensure the image covers the entire area */
  border-radius: 10px;
}

.quotes {
  background-color: #ffb74d;
}

.masters {
  background-color: #ffb74d;
  color: #3e2723;
}

.masters a {
  color: #1565c0;
}
.masters a:hover {
  color: #0d47a1; /* Darker blue for hover effect */
}

.quotes blockquote {
  border-left: 5px solid rgb(46, 139, 87);
  background-color: rgb(46, 139, 87, 0.1);
}

.quotes blockquote p {
  font-weight: 600;
}

.quotes blockquote b {
  font-family: "Futura Light", sans-serif;
}

.bio,
.guidance {
  background-color: #0b78cf; /* Pleasing blue color for the throat chakra */
}

.bio a,
.guidance a {
  color: #4fc3f7;
}
.bio a:hover,
.guidance a:hover {
  color: #29b6f6; /* Slightly darker cyan for hover effect */
}

.index-services {
  background-color: #6e00b3; /* Light orange background */
  padding: 3rem 0;
}

.services,
.shamanic,
.palliative,
.payment {
  background-color: #6e00b3; /* Light orange background */
  color: white;
}

.services a,
.shamanic a,
.palliative a,
.payment a {
  color: #40c4ff;
}
.services a:hover,
.shamanic a:hover,
.palliative a:hover,
.payment a:hover {
  color: #00b0ff; /* Slightly darker aqua for hover effect */
}

.healing {
  background-color: #e8d4c4; /* Pleasing blue color for the throat chakra */
  color: #4a2c2a !important;
}

.healing .button {
  background-color: #d35445; /* Deep Coral */
  color: white;
}

.healing .button:hover {
  background-color: rgba(211, 84, 69, 0.5);
}

.shamanic .button,
.palliative .button,
.payment .button,
.index-services .button {
  background-color: #9575cd; /* Match the dark green used in the titles */
  color: white;
}

.shamanic .button:hover,
.palliative .button:hover,
.payment .button:hover,
.index-services .button:hover {
  background-color: rgba(149, 117, 205, 0.5);
  color: white;
}

.guidance .button {
  background-color: #084b8a;
  color: white;
}

.guidance .button:hover {
  background-color: rgba(8, 75, 138, 0.5);
  color: white;
}

.services .columns {
  margin: 0.5rem;
}

.services-title {
  font-size: 4rem;
}

.card {
  background-color: #ffffff; /* White card background */
  border-radius: 10px; /* Rounded corners */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  display: flex;
  flex-direction: column; /* Flex layout for card */
  justify-content: space-between; /* Ensure content is spaced evenly */
  height: 100%; /* Make cards stretch to full height */
}

.card-content {
  padding: 1.5rem;
  flex-grow: 1; /* Allow the content to take up remaining space */
}

.card-content .title {
  font-family: "Futura Light", sans-serif;
  color: #6e00b3; /* Darker green for titles */
}

.card-content p {
  font-family: "Futura Light", sans-serif;
  color: #333; /* Darker text for readability */
}

.card-image:first-child img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.card-footer {
  padding: 1.5rem;
  text-align: center;
  border-top: none;
}

.button {
  border: none;
  font-family: "Futura Light", sans-serif;
}

a.contact {
  color: #6e00b3; /* Light orange background */
}

img.payment-button-vipps {
  height: 3rem;
}

a.vipps {
  padding: 0;
}

img.payment-button-paypal {
  height: 1.2rem;
}

footer.footer {
  background-color: #ffcdd2;
  color: #8b0000;
  text-align: center;
  padding: 2rem;
}

footer.footer a {
  color: #d32f2f;
}

.navbar-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
}

label {
  cursor: pointer;
  width: 100px;
  height: 50px;
  background-image: url("img/eng.webp");
  background-size: cover;
  display: block;
  border-radius: 50px;
  position: relative;
}

label:after {
  content: "EN";
  font-family: "Futura Light", sans-serif;
  text-align: center;
  line-height: 43px;
  color: black;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 45px;
  transition: 0.3s;
}

input:checked + label {
  background-image: url("img/no.webp");
  background-size: cover;
}

input:checked + label:after {
  content: "NO";
  text-align: center;
  color: black;
  left: calc(100% - 5px);
  transform: translateX(-100%);
}

label:active:after {
  width: 65px;
}
.content-section .container {
    max-width: 80% !important;
  }
@media (min-width: 1440px) {
  
  .hero-center {
    height: 15rem;
  }
}

@media (max-width: 1440px) {
  .header-profile .header-text .name {
    font-size: 1.2rem;
  }
  .header-profile .header-text .role {
    font-size: 0.9rem;
  }
}

@media (min-width: 1024px) {
  .header .container {
    max-width: 95% !important;
  }
  .navbar-menu {
    display: flex !important;
    max-height: none;
    background-color: transparent !important;
    border-radius: 0;
  }
 
}

@media (max-width: 1024px) {
   .index-hero {

  background-attachment: scroll;

}
  .header-profile {
    display: none;
  }

  .hero-text-right {
    top: 30vh;
    right: 5%;
  }

  .hero-text-left {
    bottom: 10vh;
    left: 5%;
  }
  .navbar-menu {
    background-color: rgba(0, 0, 0, 0.5) !important;
    box-shadow: none;
    border-radius: 0 0 5px 5px; /* Rounded bottom corners */
    display: none; /* Initially hide the menu */
  }

  .navbar-dropdown {
    display: none;
  }
  .navbar-dropdown.show {
    display: block;
  }

  .navbar-menu.is-active {
    display: block;
    max-height: 300px; /* Show the menu with animation */
    border-top-right-radius: 0; /* Sharp top right corner */
  }
}

@media (max-width: 768px) {
  .navbar-title {
    font-size: 7vw;
  }
  .hero-text-right {
    top: 35vh;
  }

  .content-section .content-image {
    padding: 0.75rem;
  }

  .content-section .content-image figure.image {
    margin: 0;
  }
}
