/**
* 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: "verdana-pro", 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: #da5e26;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

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

.back-to-top:hover {
  background: #f28f52;
}
.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: 35px;
}




/*--------------------------------------------------------------
# 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: "Lexend", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0.2px;
      
}

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

}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #da5e26;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 5px;
  color: #fffdfb;
  font-size: 17px;
  background: #da5e26;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  background: #ffad5c;
  color: #5e4c48;
}

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

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

/**
* Mobile Navigation 
*/

.mobile-nav-toggle {
  color: #da5e26;
  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.8);
  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: #2a2421;
  font-weight: 500;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a .navbar-mobile a:focus {
  font-size: 20px;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ef7022;
  font-size: 17px;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #fffdfb;
  font-size: 17px;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 80vh;
  background: linear-gradient(180deg, #fffdfb, #fff3e7);
}

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

#hero h1 {
 font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 10px 0;
  font-size: 30px;
  line-height: 45px;
  color: #62564f;
}

#hero h2 {
  color: #463d38;
  font-family: "verdana-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 1.5;
}

#hero .btn-get-started {
  font-family: "Lexend", sans-serif;
  text-transform: none;
  font-weight: 500;
  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: #fffdfb;
  background: #da5e26; 
 
  
}

#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 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: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    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); 
}

/*--------------------------------------------------------------
# Features Section title "produkt og tjenestedesign" 
--------------------------------------------------------------*/

.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: "Lexend", sans-serif;
  color: #62564f;
  font-weight: 400;
  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: "verdana-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 30px;  
  text-transform: none;
  color: #2a2421;
  text-align: left;
  line-height: 1.5;
}

/*--------------------------------------------------------------
# Features Section "produkt og tjenestedesign" 
--------------------------------------------------------------*/
.features .features-item {
  color: color-mix(in srgb, #2a2421, transparent 20%);
}




.features .features-item+.features-item {
  margin-top: 100px;
}

@media (max-width: 640px) {
  .features .features-item+.features-item {
    margin-top: 40px;
  }
}

.features .features-item h3 {
  font-weight: 400;
  font-size: 22px;
}

.features .features-item ul {
  list-style: none;
  padding: 0;
}

.features .features-item ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  
  
   font-size: 16px;
  color: #2a2421;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.features .features-item ul li:last-child {
  padding-bottom: 0;
}

.features .features-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #da5e26;
}

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


.features .features-item p{
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2421;
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-style: normal;
}







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

.formde h5 {
 font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2a2421;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.formde h4 {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #62564f;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 10px;
}

.formde p {
 font-size: 16px;
 color: #2a2421;
 font-family: "Lexend", sans-serif;
 font-weight: 400;
 font-style: normal;
}



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



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

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

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

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

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

.formde .details h4 {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #62564f;
   font-size: 25px;
  font-weight: 400;
  margin-bottom: 20px;
}

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

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

/*--overskrift--*/

.formde .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;
}


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

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

.formde .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 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: "Lexend", 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: "Lexend", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 30px;  
  text-transform: none;
  color: #2a2421;
  text-align: left;
  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: "Lexend", sans-serif;  
  color: #2a2421;
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 16px;
}

.contact .info-box .info-item p {
  font-family: "Lexend", 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: "Lexend", sans-serif;  
  color: #2a2421;
  font-size: 18px;
  font-weight: 400;
  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: "lexend", 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: "lexend", sans-serif;
  font-weight: 400;
  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: "lexen", sans-serif;
  font-weight: 400;
  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: #da5e26;
  opacity: 0.80;
  font-size: 22px;
  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: "lexend", sans-serif;
  font-weight: 400;
  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: #ef7022;
  font-weight: 400;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #da5e26;
  color: #fffdfb;
  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: "Lexend", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#footer .credits {
  float: right;
  font-size: 14px;
 font-family: "lexend", sans-serif;
 font-weight: 400;
 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: "Lexend", sans-serif;
  color: #62564f;
  font-weight: 400;
  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: "Lexend", sans-serif;
  font-weight: 400;
  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: "lexend", sans-serif;
  font-weight: 400;
  padding-bottom: 20px;
  text-align: center;
}


 .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 we.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;
}

 .portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fffdfb;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 5px;
  background-color: #da5e26;
  text-transform: none;
  font-family: "Lexend", sans-serif;
  letter-spacing: 1px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.portfolio #portfolio-flters li.filter-active { 
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #463d38;
  color: #fffdfb;
}
.portfolio #portfolio-flters li:hover { 
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background: #ffad5c;
  color: #2a2421;
}


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



/*-----------------------  projects  start -------------------------------*/
 .portfolio .portfolio-item .portfolio-wrap {
 border-radius: 10px;
 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: #463d38;
  font-weight: 600;
  font-family: "comfortaa", cursive;
}

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



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




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


 .portfolio .portfolio-item .portfolio-box{
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #f9f9f9;
  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: "Lexend", 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: "Lexend", 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: #da5e26;
  font-size: 26px;
 
}
.portfolio .portfolio-item .portfolio-box .quote-info p {
  line-height: 24px;
  font-size: 15px;
   font-family: "Lexend", sans-serif;
  margin-bottom: 0;
  color: #2a2421;
  font-weight: 400;
 
}

/*------ 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;

 
}
}
