/**
* Template Name: Arsha
* Updated: okt 29 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #2a2421;
    background: #fffdfb;
}

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

a:hover {
  color: #f7ca1e;
  text-decoration: none;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lexend", sans-serif;
}

/*--------------------------------------------------------------
# Preloader (lase inn på nytt)
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #463d38;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ef7022;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #F17f3a;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #1c1816;
  line-height: 0;
}

.back-to-top:hover {
  background: #ffad5c;
}
.back-to-top i:hover {
  color: #2a2421;
}


.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  background: rgba(255, 253, 251, 0.9);
}



#header.header-scrolled,
#header.header-inner-pages {
background: rgba(255, 253, 251, 0.9);
   
}


/**
#header .logo img {
  max-height: 40px;
}
*/
#header .logo img {
  height: auto;
  max-height: 65px;   /* Desktop */
  width: auto;
}

/* Nettbrett */
@media (max-width: 992px) {
  #header .logo img {
    max-height: 65px;
  }
}

/* Mobil */
@media (max-width: 768px) {
  #header .logo img {
    max-height: 50px;
  }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
/**
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 17px;
  color: #2a2421;
  white-space: nowrap;
  transition: 0.3s;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0.2px;
   transition: transform 0.2s ease, color 0.2s ease;
      
}

.navbar a i,
.navbar a:focus i {
  font-size: 17px;
  line-height: 0;
  margin-left: 5px;
  color: #5e4c48;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #2a2421;
  transform: scale(1.05);
}




@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
/**
.mobile-nav-toggle {
  color: #2a2421;
  font-size: 30px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #ffad5c;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(70, 61, 56, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fffdfb;
  overflow-y: auto;
  transition: 0.3s;
  
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 18px;
  color: #da5e26;
  font-weight: 500;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: #da5e26; 
  transform: scale(1.05);
}


.navbar .active,
.navbar .active:focus {
  color: #da5e26;
}

.navbar-mobile li:hover>a {
  color: #5e4c48;
  font-size: 20px;
}

*/
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 17px;
  color: #2a2421;
  white-space: nowrap;
  transition: transform 0.2s ease, color 0.2s ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.2px;
}

/* Stil for aktive og hover-lenker */
.navbar a:hover,
.navbar .active,
.navbar a:focus {
  color: #da5e26;
  transform: scale(1.05);
}

/* Større skrift for aktive lenker på desktop/laptop */
@media (min-width: 992px) {
  .navbar a:hover,
  .navbar .active,
  .navbar a:focus {
    font-size: 19px;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/

.mobile-nav-toggle {
  color: #2a2421;
  font-size: 30px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #ffad5c;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(70, 61, 56, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fffdfb;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 18px;
  color: #da5e26;
  font-weight: 500;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #5e4c48;
  font-size: 20px;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background: linear-gradient(180deg, #fffdfb, #fff3e7);
}

#hero .container {
  padding-top: 72px;
}

#hero h1 {
 font-family: "kalam", cursive;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 10px 0;
  font-size: 35px;
  line-height: 1.5;
  color: #62564f;
}

#hero h1 em {
  font-family: "Kalam", cursive;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 10px 0;
  font-size: 35px;
  line-height: 45px;
  color: #62564f;
}

#hero h2 {
  color: #463d38;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 50px;
  font-size: 22px;
  line-height: 1.2;
}

#hero h2 .arrow {
      display: inline-block;           /* Beholder inline-flow men lar deg justere margin/padding */
  font-family: Menlo, Consolas,     /* Monospace for konsistent form */
       "Courier New", monospace;
  font-size: 3rem;               /* Gjør pilen litt større */
  color: #ef7022;                  /* Dyp blå – bytt til din hovedfarge */
  vertical-align: middle;          /* Sentrerer pilen med teksten ved siden av */
  margin: 0 0.25rem;               /* Liten luft på hver side */ 
}
#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 11px 28px 11px 28px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #2a2421;
  background: #F17f3a; 
 
  
}

#hero .btn-get-started:hover {
  background: #ffad5c;
  color: #5e4c48;
}



#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
 #hero h1 em {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 100%;
  }
  #hero .btn-get-started {
    font-size: 18px;
    padding: 10px 24px 11px 24px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}


/*--------------------------------------------------------------
# section background diffrent
--------------------------------------------------------------*/

.section-bg-1 {
   background: linear-gradient(180deg, #fff3e7, #fff3e7);
}

.section-bg-2 {
   background: linear-gradient(180deg, #fff3e7, #ffe9d4); 
}

.section-bg-3 {
   background: linear-gradient(180deg, #ffe9d4, #ffe9d4); 
}
.section-bg-4 {
   background: linear-gradient(180deg, #fff3e7, #ffe9d4); 
}

/*--------------------------------------------------------------
# Features Section tittel  og intro tekst
--------------------------------------------------------------*/

.features {
  padding: 60px 0;
  overflow: hidden;
}

.features  .section-title {
  padding-bottom: 40px;
  padding-top: 40px;
}

.features .section-title h2 {
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  line-height: 1px;
  margin: 0 0 15px 0;
  letter-spacing: 2px;
  text-transform: none;
  color: #2a2421;
    font-family: "Kalam", cursive;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}


.features .section-title h3 {
  margin: 0;
  margin: 0;
  font-size: 35px;
  text-transform: none;
  font-family: "Roboto Slab", sans-serif;
  color: #62564f;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}

.features .section-title h2 em {
  font-style: normal;
  position: relative;
  font-family: "Kalam", cursive;
}

.features .section-title  h2 em:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 10px;
  background: rgba(249, 168, 65, 0.5);
  z-index: -1;
}

.features .intro-text-top{
  padding-bottom: 20px;
}
.features .intro-text-top h6{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 30px;  
  text-transform: none;
  color: #2a2421;
  text-align: left;
  line-height: 1.5;
}

.features .intro-text-top p{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 30px;  
  text-transform: none;
  color: #2a2421;
  text-align: left;
  line-height: 1.5;
}
.features .intro-text-top .fst-italic{
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 16px;
  margin-bottom: 30px;  
  text-transform: none;
  color: #2a2421;
  text-align: left;
  line-height: 1.5;
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
  background-color: color-mix(in srgb, #62564f, transparent 85%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 6px;
  width: auto;
}

.features .nav-item {
  margin: 0;
  padding: 0 5px 0 0;
}

.features .nav-item:last-child {
  padding-right: 0;
}

.features .nav-link {
  background-color: none;
  color: #2a2421;
  padding: 10px 30px;
  transition: 0.3s;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  border: 0;
  margin: 0;
}

@media (max-width: 468px) {
  .features .nav-link {
    padding: 8px 20px;
  }
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.features .nav-link:hover {
  border-color: color-mix(in srgb, #2a2421, transparent 90%);
}

.features .nav-link:hover h4 {
   color: #ef7022; 
}

.features .nav-link.active {
  background-color: color-mix(in srgb, #2a2421, transparent 85%);
  border-color: #fff3e7;
}

.features .nav-link.active h4 {
  color: #2a2421;
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  font-family: "Roboto slab", sans-serif;
  color: #62564f;
  font-weight: 500;
  font-size: 24px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.features .tab-pane h3 .arrow {
      display: inline-block;           /* Beholder inline-flow men lar deg justere margin/padding */
  font-family: Menlo, Consolas,     /* Monospace for konsistent form */
       "Courier New", monospace;
  font-size: 3rem;               /* Gjør pilen litt større */
  color: #ef7022;                  /* Dyp blå – bytt til din hovedfarge */
  vertical-align: middle;          /* Sentrerer pilen med teksten ved siden av */
  margin: 0 0.25rem;               /* Liten luft på hver side */ 
}

.features .tab-pane p {
 font-family: "Montserrat", sans-serif;
  color: #2a2421;
  font-weight: 500;
  font-size: 16px;
}
.features .tab-pane .fst-italic {
 font-family: "Montserrat", sans-serif;
  color: #2a2421;
  font-weight: 500;
  font-size: 16px;
  font-style: italic;
}
.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-top: 10px;
}

.features .tab-pane ul li span{
font-family: "Montserrat", sans-serif;
  color: #2a2421;
  font-weight: 500;
  font-size: 17px;
  font-style: italic;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #ef7022;
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}
  












/*------------------------------------
# About Section
--------------------------------------------------------------*/
.about {
  padding-bottom: 0;
  padding-top: 5%;
  background: linear-gradient(180deg, #ffe9d4, #ffe6cc);
}

.about h5 {
 font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2a2421;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.about h5 .arrow {
      display: inline-block;           /* Beholder inline-flow men lar deg justere margin/padding */
  font-family: Menlo, Consolas,     /* Monospace for konsistent form */
       "Courier New", monospace;
  font-size: 3rem;               /* Gjør pilen litt større */
  color: #ef7022;                  /* Dyp blå – bytt til din hovedfarge */
  vertical-align: middle;          /* Sentrerer pilen med teksten ved siden av */
  margin: 0 0.25rem;               /* Liten luft på hver side */ 
}
.about h4 {
  font-family: "Roboto slab", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #62564f;
  font-size: 24px;
  margin-bottom: 10px;
}

.about p {
 font-size: 18px;
 color: #2a2421;
 font-family: "Montserrat", sans-serif;
 font-weight: 500;
 font-style: normal;
}



.about .phone-wrap {
  position: absolute;
  right: 0;
}


.about .details {
  margin-top: 80px;
  padding: 120px 0;
  background-color: #ffd9b3;
}

.about .details h4 {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #62564f;
   font-size: 24px;
  margin-bottom: 20px;
}

.about .details p {
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;;
  font-weight: 500;
  font-style: normal;  
  color: #2a2421;
  font-size: 17px;
  text-align: left;
}
/*--overskrift--*/

.about .section-title {
  padding-bottom: 40px;
}

/*--overskrift--*/

.about .section-title h2 {
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  line-height: 1px;
  margin: 0 0 15px 0;
  letter-spacing: 2px;
  text-transform: none;
  color: #2a2421;
  font-family: "Kalam", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}


.about .section-title h3 {
  margin: 0;
  margin: 0;
  font-size: 35px;
  text-transform: none;
  font-family: "Roboto slab", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #62564f;
  text-align: center;
}

.about .section-title h2 em {
  position: relative;
  font-family: "Kalam", cursive;
  font-weight: 400;
  font-style: normal;
}

.about .section-title  h2 em:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 10px;
  background: rgba(249, 168, 65, 0.5);
  z-index: -1;
}

@media (max-width: 768px) {
  .about .phone-wrap {
    position: relative;
  }
}

.about .phone-wrap img {
  width: 300px;
}

@media (max-width: 992px) {
  .about .phone-wrap img {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .about .phone-wrap{
   display: flex;
  justify-content: center; 
  align-items: center; 
  width: 100%; 
  }  
 .about .phone-wrap img {
   width: 250px;
  }
}



/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {
  padding: 60px 0;
  overflow: hidden;
}

.contact  .section-title {
  padding-bottom: 40px;
  padding-top: 40px;
}

.contact .section-title h2 {
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  line-height: 1px;
  margin: 0 0 15px 0;
  letter-spacing: 2px;
  text-transform: none;
  color: #2a2421;
  font-family: "Kalam", cursive;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}


.contact .section-title h3 {
  margin: 0;
  margin: 0;
  font-size: 35px;
  text-transform: none;
  font-family: "Roboto Slab", sans-serif;
  color: #62564f;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}

.contact .section-title h2 em {
  font-style: normal;
  position: relative;
  font-family: "Kalam", cursive;
}

.contact .section-title  h2 em:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 10px;
  background: rgba(249, 168, 65, 0.5);
  z-index: -1;
}

.contact .intro-text-top{
  padding-bottom: 20px;
}
.contact .intro-text-top h6{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 30px;  
  text-transform: none;
  color: #2a2421;
  text-align: center;
  line-height: 1.5;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact {
  background: linear-gradient(180deg, #ffe6cc, #ffe9d4);  
}
.contact .info-box {
  background-color: color-mix(in srgb, #2a2421, transparent 85%);
  color: #2a2421;
  padding: 3rem;
  border-radius: 10px;
  height: 100%;
}

.contact .info-box .info-item h4 {
  font-family: "Montserrat", sans-serif;
  color: #2a2421;
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 16px;
}

.contact .info-box .info-item p {
  font-family: "Montserrat", sans-serif; 
  color: #2a2421;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 16px;
}

.contact .info-box .info-item p a {
   font-family: "Montserrat", sans-serif; 
  color: #2a2421;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
}

.contact .info-box .info-item p a:hover {
  color: #da5e26;
  font-weight: 600;
 
}
@media (max-width: 767.98px) {
  .contact .info-box h3 {
    font-size: 1.75rem;
  }
}

.contact .info-box p {
  opacity: 0.8;
  margin-bottom: 2rem;
}

@media (max-width: 992px) {
  .contact .info-box {
    padding: 1.5rem;
  }
}

.contact .info-item {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.contact .info-item:last-child {
  margin-bottom: 0;
}

.contact .info-item .icon-box {
  width: 3.5rem;
  height: 3.5rem;
  background-color: color-mix(in srgb, #2a2421, transparent 70%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: 0.3s;
}

.contact .info-item .icon-box i {
  font-size: 1.5rem;
  color: #2a2421;
}

.contact .info-item:hover .icon-box {
   background-color: color-mix(in srgb, #2a2421, transparent 90%);
}

.contact .info-item .content h4 {
  color: #2a2421;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.contact .info-item .content p {
  margin-bottom: 0.25rem;
  font-size: 0.95rem;
}

.contact .info-item .content p:last-child {
  margin-bottom: 0;
}


@media (max-width: 768px) {
  .contact .contact-form h3 {
    font-size: 1.75rem;
  }
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 16px;
  background: linear-gradient(180deg, #ffe9d4, #fff3e7);
  border: none;
}

#footer .footer-top {
 padding: 60px 0 30px 0;   
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact img {
  width: 100%;
  margin: 0 auto;
}





#footer .footer-top .footer-links h4 {
  font-family: "Roboto slab", sans-serif; 
  font-size: 26px;
  font-weight: 400;
  color: #463d38;
  position: relative;
  padding-bottom: 12px;
  text-transform: none;
}

#footer .footer-top .footer-links p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #2a2421;
  position: relative;
  padding-bottom: 12px;
  text-transform: none;
  letter-spacing: 0.5px;

}

#footer .footer-top .footer-links p a {
 font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #ef7022;
 

}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #f17f3a;
  opacity: 0.80;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #2a2421;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 18px;
 
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #f17f3a;
  font-weight: 600;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #f17f3a;
  color: #2a2421;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ffad5c;
  color: #2a2421;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
   color: #3D312D;
  
}

#footer .copyright {
  float: left;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#footer .credits {
  float: right;
  font-size: 14px;
 font-family: "Montserrat", sans-serif;
 font-weight: 500;
 font-style: normal;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
}


/*--------------------------------------------------------------
# Portfolio Work page 
--------------------------------------------------------------*/

.section-bg {
   background: linear-gradient(180deg, #fffdfb, #ffe9d4);
}

/*--------------------------------------------------------------
# Portfolio Work page 
--------------------------------------------------------------*/
.portfolio {
  padding: 60px 0;
  overflow: hidden;
}

 .portfolio  .section-title {
  padding-bottom: 40px;
  padding-top: 40px;
}

.portfolio .section-title h2 {
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  line-height: 1px;
  margin: 0 0 15px 0;
  letter-spacing: 2px;
  text-transform: none;
  color: #2a2421;
    font-family: "Kalam", cursive;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}


 .portfolio .section-title h3 {
 margin: 0;
  margin: 0;
  font-size: 35px;
  text-transform: none;
  font-family: "Roboto Slab", sans-serif;
  color: #62564f;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}

 .portfolio .section-title h2 em {
  font-style: normal;
  position: relative;
  font-family: "Kalam", cursive;
}

 .portfolio .section-title  h2 em:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 10px;
  background: rgba(249, 168, 65, 0.5);
  z-index: -1;
}

 .portfolio .intro-text-top{
  padding-bottom: 20px;
}
 .portfolio .intro-text-top h6{
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 30px;  
  text-transform: none;
  color: #2a2421;
  text-align: left;
  line-height: 1.5;
}

/*--------------------------------------------------------------
#  Section headline  index 
--------------------------------------------------------------*/
 .portfolio .intro-text-top{
  padding-bottom: 20px;
}
 .portfolio .intro-text-top h6{
  text-transform: none;
  color: #212121;
  opacity: 0.9;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding-bottom: 20px;
  text-align: left;
}


 .portfolio .intro-text-top h6 em {
  font-style: normal;
  position: relative;
  font-weight: 700;
  font-family: "kalam", cursive;
}

.portfolio .intro-text-top h6 em:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 10px;
  background: rgba(248, 178, 28, 0.5);
  z-index: -1;
}
/*--------------------------------------------------------------
# Portfolio wok.html
--------------------------------------------------------------*/

 .portfolio #portfolio-flters {
  margin-bottom: 30px;
}

 .portfolio .portfolio-item {
  margin-bottom: 30px;

}

 .portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}


/* Den justerte koden for .portfolio-menyen */
.sentrer-beholder {
  display: flex;
  justify-content: center;
  width: 100%;
}

.portfolio #portfolio-flters {
  padding: 6px;
  margin: 0 auto 20px auto;
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background-color: color-mix(in srgb, #62564f, transparent 85%);
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 5px 0 0;
  padding: 10px 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #2a2421;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  transition: all 0.3s;
  background-color: transparent;
  box-shadow: none; /* Fjerner skyggen */
  border: 0;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio #portfolio-flters li:hover {
  background-color: transparent; /* Beholder bakgrunnen transparent */
  color: #ef7022;
  border: 0; /* Fjerner rammen på hover */
}

.portfolio #portfolio-flters li.filter-active {
  background-color: color-mix(in srgb, #2a2421, transparent 85%);
  color: #2a2421;
  font-weight: 600;
  box-shadow: none; /* Fjerner skyggen */
  border: 0; /* Fjerner rammen på aktivt element */
}



/* Responsivt */
@media (max-width: 468px) {
  .portfolio #portfolio-flters li {
    padding: 8px 20px;
    font-size: 14px;
  }
}

/*-----------------------  projects  start -------------------------------*/
 .portfolio .portfolio-item .portfolio-wrap {
 border-radius:5px;
 transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(100, 100, 100, 0.6);
  box-shadow: rgba(17, 12, 46, 0.15) 0px 4px 10px 0px;
}

.portfolio .portfolio-item .portfolio-wrap::before {
  content: "";
  background: rgba(100, 100, 100, 0.9);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

 .portfolio .portfolio-item .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}



.portfolio .portfolio-item .portfolio-box {
 border-radius: 10px;
 transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(100, 100, 100, 0.6);
  box-shadow: 0px 2px 12px rgba(32, 19, 11, 0.12);

}
 .portfolio .portfolio-item .top-left-text h2 {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  padding-bottom: 2%;
  line-height: 1px;
  margin: 0 0 15px 0;
  letter-spacing: 2px;
  text-transform: none;
  color: #2a2421;
  font-family: "Kalam", cursive;
  text-transform: uppercase;

}

 .portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;

  align-items: center;
  padding: 20px;
 box-shadow: 0px 2px 12px rgba(32, 19, 11, 0.12);
}

 .portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #ffad5c;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

 .portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  color: rgba(249, 249, 249, 0.8);
  font-size: 16px;
  text-transform: inherit;
  padding: 0;
  margin: 0;
  font-style: italic;
}

 .portfolio .portfolio-item .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

 .portfolio .portfolio-item .portfolio-wrap .portfolio-links a {
  color: rgba(255, 173, 92, 0.95);
  margin: 0 5px 0 0;
  font-size: 50px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-wrap .portfolio-links a:hover {
  color: #fff3e7;
}

 .portfolio .portfolio-item .portfolio-wrap:hover::before {
  opacity: 1;
}

 .portfolio .portfolio-item .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.portfolio .portfolio-item .portfolio-wrap .portfolio-video-container {
  position: relative;
  width: 100%; /* Videoen vil strekke seg til 100% av beholderens bredde */
  padding-bottom: 56.25%; /* For 16:9 format (beregnet som høyde/bredde) */
  height: 0;
  overflow: hidden; /* Sikrer at videoen holdes innenfor containeren */
}

.portfolio .portfolio-item .portfolio-wrap .portfolio-video-container video {
position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* Sørg for at videoen tar opp hele bredden av containeren */
  height: 100%; /* Sørg for at videoen tar opp hele høyden av containeren */
  max-width: 100%; /* Hindrer videoen i å bli større enn sin native størrelse */
  max-height: 100%; /* Hindrer videoen i å bli større enn sin native størrelse */
}


/*-----------------------  projects end -------------------------------*/




/*------ rewiev start --------------------*/


 .portfolio .portfolio-item .portfolio-box{
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #fffdfb;
  box-shadow: rgba(100, 100, 100, 0.2) 0px 7px 8px 0px;
  padding: 50px 30px;
  border-radius: 5px;
}




.portfolio .portfolio-item .portfolio-box .inventor-info h2 {
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  padding-bottom: 2%;
  line-height: 1px;
  margin: 0 0 15px 0;
  letter-spacing: 2px;
  text-transform: none;
  color: #2a2421;
  font-family: "Kalam", cursive;
  text-transform: uppercase;

}


.portfolio .portfolio-item .portfolio-box .inventor-info h3 {
  color: #2a2421;
  font-size: 25px;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  text-align: center;

}

.portfolio .portfolio-item .portfolio-box .inventor-info h4 {
  color: #2a2421;
  opacity: 70%;
  font-size: 18px;
  margin-bottom: 5px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-weight: 500;
 
}



.portfolio .portfolio-item .portfolio-box .quote-info {
 padding-top: 3%;
}
.portfolio .portfolio-item .portfolio-box .quote-icon-left,
 .portfolio .portfolio-item .portfolio-box .quote-icon-right {
  color: #f28f52;
  font-size: 26px;
 
}
.portfolio .portfolio-item .portfolio-box .quote-info p {
  line-height: 24px;
  font-size: 15px;
   font-family: "Montserrat", sans-serif;
  margin-bottom: 0;
  color: #2a2421;
  font-weight: 500;
 
}

/*------ rewiev  end --------------------*/

@media (max-width: 768px) {
.portfolio #portfolio-flters {
  margin-bottom: 5px;
}

.portfolio #portfolio-flters li {

  display: inline-block;
  margin: 10px 5px;
  font-size: 13px;
 
}
 }
 
@media (max-width: 575px) {
.portfolio .portfolio-item .portfolio-wrap {
 transition: 0.3s;
 
}
}

@media (max-width: 575px) {
 .portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: row;

 
}
}
