@font-face {
  font-family: "Futura";
  src: url(../fonts/FuturaPTBook.woff) format('woff');
}
@font-face {
  font-family:'Vogue';
  src: url(../fonts/Vogue.woff2) format('truetype');
  /* src: url(/Photography-Portfolio-Landing-Page-master/fonts/Vogue.woff2); */
}
@font-face {
  font-family: 'Freight-Big-Pro-Light';
  src: url(..font/Freight-Big-Pro-Light.woff) format('woff'); font-display: swap;
}
@font-face {
  font-family: 'CormorantGaramond-Light';
  src: url(../fonts/CormorantGaramond-Light.woff) format('woff');  font-display: swap;
}
@font-face {
  font-family: 'NunitoSans_7pt_Condensed-ExtraLight';
  src: url(../fonts/NunitoSans_7pt_Condensed-ExtraLight.woff) format('woff');  font-display:swap;
}

@font-face {
  font-family: 'cormorant_garamondlight';
  src: url('cormorantgaramond-light-webfont.woff2') format('woff2');
  font-weight:lighter;
  font-style: 100;
  font-display:swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --title-font: 'CormorantGaramond-Light';
  --text-font: 'Futura PT', sans-serif;
  --container-width-lg:88%;
  --container-width-md:92%;
  --transition: all 1s ease-out;
  --border-r: 8px;
   /*========== Colors ==========*/
   --first-hue: 46;
   --sat: 65%;
   --lig: 52%;
  /*========== Blue Theme ==========*/
  --color-primary:#a29994;
  --color-primary-1:#1b1b1b;
  --color-primary-2:#f2f2f2;
  --color-primary-variant:#fffcf9;
  --color-bg-0: #2b2b2b;
  --color-bg-1:#000e17;
  --color-bg-2:#001e2d;
  --color-bg-3:#012734;
  --color-bg-4:#003347;
  --color-light:#85a2b2;
  --color-white:hsl(0, 0%, 90%);
  --color-p: #295b76;
  --secondary-gold:#ac9241;
  --gold:# #d4af35;
 /*  overflow: hidden; */
  /*========== Font weight ==========*/
  --font-medium: 500;
  --font-semibold: 600;
  --font-small:300
}
html{
/*   scroll-behavior: smooth; */
  display: block;
}
body {
  background-color:var(--color-bg-0);
  color: var(--color-primary-variant);
  width: 100%;
 /*  max-width: 1200px; */
  min-height: 100vh;
  /* mix-blend-mode: difference; */
  position: relative;
}
a {
  text-decoration: none;
  cursor: pointer;
}
.visuallyhidden {
  overflow: hidden;
  /* clip: rect(0 0 0 0); */
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
span .float__element a{
  color: white;
}
em {
  font-weight: var(--font-small);
  text-transform: lowercase;
  text-decoration: var(--secondary-gold) wavy underline;
}
.sublogo{
  color: var(--color-primary-2);
}
button {
  cursor: pointer;
  border: none;
  outline: none;
}
.button{
  display: inline-block;
  color: var(--color-primary-2);
  padding: .75rem 1rem;
  border-radius: .5rem;
  font-weight: var(--font-medium);
  transition: .4s;
  background-color: transparent;
  border: 1px solid var(--secondary-gold);
  margin-bottom: 20px;
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
}
.button:hover{
  background-color: var(--secondary-gold);
  /* color: var(--body-color); */
  transform: translateY(-7px);
}
.section {
  padding: 4.5rem 0 1rem;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  width: 100%;
  border-radius: 8px;
  pointer-events: none;
  filter: saturate(0) contrast(1.1);
  transition: var(--transition);
}
img:hover{
  filter: saturate(1);
  transition: var(--transition);
  border-radius: var(--border-r);
}
.title{
  margin: 0 auto;
  font-size: 6rem;
  text-align: center;
  font-family: var(--title-font);
  text-transform:uppercase;
}
.paragraph{
  font-family: var(--text-font);
  text-align:left;
  text-justify: inter-word;
}
ul {
  list-style: none;
}
/* Change background header */
.scroll-header{
  box-shadow: 0 4px 4px hsla(0, 0%, 4%, .3);
}

.left {
  background-color: #B3B4AF !important;
}
nav.nav {
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #2b2b2b;
  z-index: 9999999999;
  /* box-shadow: 0 5px 20px rgba(0,0,0,.05); */
  margin: 0 auto;
  padding: 0;
  transition: .4s; /* for light mode animation */
}
.nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 80px;
  /* padding: 0 40px; */ 
}
.nav ul li {
 display: inline-block; 
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 100;
  padding: 0 20px;
  font-family: var(--text-font);
}
.nav__logo{
  width: 50px;
  display: block;
  margin-right: 15px;
}
.nav .logo {
  flex: 1;
  font-size: 18px;
  letter-spacing: 0;
  font-family: var(--text-font);
  color: var(--color-primary-2);
  align-items: center;
  display: flex;
}
.nav .logo em{
  position: absolute;
  top: 66%;
  left: 19%;
}
.nav__item a{
  color: var(--color-primary-2);
}
.nav__item a:hover{
  color: var(--secondary-gold);
  }
 /*  .nav__item a:link{
    color: var(--secondary-gold);
    } */
   /*  .nav__item a:active{
      color: var(--secondary-gold);
      } */
    /* Active link */
.active-link{
  background: linear-gradient(180deg,
              hsla(var(--first-hue), var(--sat), var(--lig), 1),
              hsla(var(--first-hue), var(--sat), var(--lig), .2));
  box-shadow: 0 0 16px hsla(var(--first-hue), var(--sat), var(--lig), .4);
  color: var(--color-white);            
}
.active-link::before {
  content: "";
  display: inline-block;
  border: 1px solid var(--secondary-gold);
  width: 70px;
  margin: 0 10px 0 -78px;
  transform: translateY(10px) translateX(78px);
  background: linear-gradient(180deg,
  hsla(var(--first-hue), var(--sat), var(--lig), 1),
  hsla(var(--first-hue), var(--sat), var(--lig), .2));
  box-shadow: 0 0 16px hsla(var(--first-hue), var(--sat), var(--lig), .4);
  color: var(--title-color);
} 
.nav .menu {
  /* flex: 1; */
  font-size: 18px;
  font-family: var(--text-font);
  transition: .4s; /* for light mode animation */
}
.nav-hamburger{
  margin: 0;
  width: 2em;
  height: 1.5em;
  position: absolute;
  z-index: 99;
  right: 10%;
  transform: rotate(0deg);
  transition: all .35s cubic-bezier(.215, .61, .355, 1);
  display: none;
}
.nav-hamburger span{
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background: #fff;
  border-radius: 10px;
  transition: all 0.35s cubic-bezier(.215, .61, .355, 1);
}
.nav-hamburger span:nth-child(1){
  top: 0;
  width: 100%;
}
.nav-hamburger span:nth-child(2),.nav-hamburger span:nth-child(3){
  top: 10px;
  width: 35%;
}
.nav-hamburger span:nth-child(4){
  top: 20px;
  width: 65%;
}
.content{
  height: 100vh;
  position: relative;
  background-color:var(--color-bg-0);
  z-index: 11;
}
/* .video-bg{
width: 100%;
} */
video{
  object-fit: cover;
  max-width: 100%;
  height: 100vh;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.img-wrapper {
  /* position: absolute; */
  bottom: 0px;
  left: 160px;
  width: 80vw;
}
@keyframes fadeoutbackground {
  0% {background-size: 100% ; }
  100% {  transition: all 1s cubic-bezier(.215, .61, .355, 1);  }
  0%{transition: all 1s cubic-bezier(.215, .61, .355, 1);background-size: 100%; background-image: url(../img/laura2.webp);
   }
    100%{
      opacity: 1;background-size: 100%; background-image: url(../img/laura2.webp);
    }
}
.img-wrapper .laura {
  /* background-image: url('../img/laura2.jpg'); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  height: 500px;
  width: 60%;
  filter: saturate(0);
  animation: fadeoutbackground 10s cubic-bezier(.215, .61, .355, 1) infinite;
  animation-fill-mode: forwards; 
  /* position: relative; */
}
.info {
  position: absolute;
  bottom: 94px;
  left: 160px;
  background: rgba(0, 0, 0, 0.8);
  padding: 0 10px;
}
.home__social-link {
  color: #fff;
  font-size: 24px;
}
.info ul li {
  display: inline-block;
  padding: 20px 25px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 8px;
  font-weight: var(--font-small);;
  font-family: var(--text-font);
}
.text {
  position: absolute;
  top: 50%;
  right: 100px;
  transform: translateY(-50%);
  z-index: 5;
  background-color: transparent;
  mix-blend-mode: difference;
}
.text h1 {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--title-font);
  font-weight: 100;
  font-style: normal;
  letter-spacing: 8px;
}
.text h2, .text h3 {
  font-size: 30px;
  color: #fff;
  font-family: 'NunitoSans_7pt_Condensed-ExtraLight';
  mix-blend-mode: difference;
}
.name {
  position: absolute;
  top: -45px;
 /*  left: 80px; */
 /*  transform: translateY(-50%); */
  font-size: 40px;/*  */
  text-transform: uppercase;
 /*  color: transparent;
   -webkit-text-stroke: 2px #fff;  */
  font-family: var(--title-font);
  mix-blend-mode: darken;
  letter-spacing: 8px;
}
.name span{
  font-family: 'Vogue';
  font-weight: 50;
  letter-spacing: 5px;
}
.headline::before{
  content: "";
  position: absolute;
  top: 4rem;
  left: -60px;
  display: inline-block;
  height: 0.0625rem;
  vertical-align: middle;
  background: currentColor;
  width: 1rem;
  opacity: 0.5;
  width: 2.5rem;
}
 .bottomnav {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: var(--text-font);
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
  background-color: #0d0d0db3;
  padding: 20px 80px;
} 
.bottomnav ul li {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 15px;
  margin-top: 20px;
  z-index: 99999;
  position: relative;
}
.bottomnav ul li a {
  color: #fff;
}
.bottomnav ul li a:hover{
color: var(--secondary-gold);
transition: all 1s cubic-bezier(.215, .61, .355, 1);
}
.bottomnav ul li:nth-child(2) {
  font-weight: bolder;
}
.bottomnav ul li a:hover::before {
  content: "";
  display: inline-block;
  border: 1px solid var(--secondary-gold);
  box-shadow: 0 0 16px hsla(var(--first-hue), var(--sat), var(--lig), .4);;
  width: 65px;
  margin: 0 10px 0 -78px;
  transform: translateY(-3px);
  opacity: 1;
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
} 
 main{
  background-color:var(--color-bg-0);
  position: sticky;
  z-index: 100;
   
} 
/*=============== SCROLLS LOCOMOTIVE ===============*/
/* .has-scroll-smooth [data-scroll-container] {
  min-height: 100vh;
} */
.title_parallax{
  margin-bottom: 50px;
  margin-top: 50px;
  padding: 50px;
}
.contenitore {
  /* display: flex;
  justify-content: space-between; */
  position: relative;
  top: 50%;
  text-align: center;
}
.parallax {
  width: 100%;
  padding:  5px;
  transition: all 1s cubic-bezier(.215, .61, .355, 1);;
}
.parallax.left_ p{
  transform: translateX(5px);
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
  font-style: italic;
}
.parallax.right_ p{
  transform: translateX(-5px);
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
  font-style: italic;
}
/*=============== GALLERY ===============*/
#gallery{
  margin-bottom: 20rem;
  padding: 50px;
  z-index: 111;
}
.gallery__head{
  display: flex;
  justify-content:flex-start;
  flex-direction: column;
}
.gallery__title{
  margin: 50px 0;
  text-align: start;
}
.gallery__contenitore p{
  max-width: 45rem;
  font-size: 18px; 
}
.swiper-wrapper{
  margin-top: 5rem;
  height: 28rem;
}
.swiper-slide{
  height: fit-content;
  max-height: 36rem;
  overflow: hidden;
  transition: var(--transition);
  border-radius: 8px;
  background-color: #333333;
}
.swiper-slide:hover{
/*   box-shadow: 0 1rem rem rgba(0, 0, 0, 0.15) *//* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
border-radius: var(--border-r);
-webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}
.swiper-slide img{
  filter: saturate(0);
  transition: var(--transition);
}
.swiper-slide:hover img{
  filter: saturate(1);
  transition: var(--transition);
  border-radius: var(--border-r);
}
.swiper-pagination-bullet{
  background-color: var(--color-primary);
}
div.element{
  overflow: visible;
}
.myElement {
  position: sticky;
  top: 10px;
}
/* styles for when the header is in sticky mode */
.myElement.is-pinned {
  color: red;
} 
.element-wrapper .element:nth-child(2), .element:nth-child(1), .element:nth-child(3) {
  border: transparent;
}
.nikon{
  width: 150px;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  justify-content: space-around;
}
/*=============== SERVICE ===============*/
.service__section {
 /*  max-width: 1200px; */
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
  background-color: var(--color-primary-2);
  border-top-left-radius:80px;
  border-top-right-radius:80px;
}
.service__section__boxcard {
  display: flex;
  grid-template-columns:  repeat(4, 1fr);
  justify-content: center;
  margin: 0 auto;
  text-align: left;
  padding: 20px;
  padding-bottom: 40px;
  flex-wrap: wrap;
  justify-items: center;
  gap: 20px;
  align-items: flex-end;
}

.blur {
  backdrop-filter:  blur(5px);
}
.boxcard .overlay > * {
  transform: translateY(30px);
  transition: transform ease-in-out 0.5s;
}
.service__section__boxcard .boxcard .overlay:hover{
  opacity: 1;
}
.overlay:hover > * {
  transform: translateY(0px);
}
.service__section h2 {
  padding-top: 80px;
  font-size: 40px;
  text-transform: uppercase;
  color: var(--color-primary-1);
}
.service__section__txt p {
  font-size: 22px;
  color: var(--color-primary-1);
  line-height: 26px;
  font-weight: var(--font-small);
  margin: 25px auto;
  text-align: left;
  padding-bottom: 40px;
  text-align: center;
  max-width: 780px;
}
.container_boxcard{
width: 280px;
} 
.card {
  max-width: 280px;  
} 
.boxcard{
  position: relative;
}
.boxcard img {
  display: block;
  width: 100%;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #343a4073;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity ease-in-out 0.5s;
  border-radius: var(--border-r);
}
.explore__service__section {
  cursor: pointer;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  font-size: 14px;
  color: #fff;
  font-weight: var(--font-small);
  text-transform: uppercase;
  letter-spacing: 2px;
}
.boxcard__title h4 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: var(--font-small);
  line-height: 1;
  color: #000;
  margin-top: 20px;
  letter-spacing: 5px;
}
.boxcard__title h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 1;
  color: var(--color-primary-1);
  margin-top: 20px;
}
.service__section .boxcard__title p {
 /*  max-width: 500px; */
  font-size: 16px;
  color: var(--color-primary-1);
  line-height: 26px;
  font-weight: var(--font-small);;
  text-align: left;
  margin-top: 10px;
  font-family: var(--text-font);
  width: 240px;
}
.fle{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.fle button{
  margin-top: auto;
}
.service_btn{
  color:var(--color-primary-1);
  font-size: 18px;
  display: flex;
  align-items: start;
  /* justify-content:start; */
  padding: 8px;
  border: 1px solid var(--secondary-gold);
  border-radius: 16px;
  margin-top: 20px;
  box-shadow: inset 1px 6px 0px 2px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0.1px);
  -webkit-backdrop-filter: blur(0.1px);
  align-items: flex-end;
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
}
.service_btn i{
  font-size: 26px;
  transform: translateY(20%);
}
.service_btn:hover .contact__button-icon{
  transform: translateX(.25rem) translateY(20%);
}
.service_btn:hover{
 /*  background-color: var(--secondary-gold); */
  transition: all 1s cubic-bezier(.215, .61, .355, 1);
  transform: translateY(-.75rem); 
  box-shadow: 0 4px 4px hsla(0, 0%, 4%, .3);
}
/*=============== CONTACT ===============*/
.contact__container{
  row-gap:3rem;
  padding-bottom: 3rem;
  display: grid;
  gap: 1.25rem;
  max-width: 768px;
  margin-left: 1rem;
  margin-right: 1rem; 
  
}
.contact__title{
  text-align: center;
  font-size: 20px;
  margin-bottom: 1.5rem;
  color: var(--first-color);
}
.contact__info{
  display: grid;
  gap:1rem;
}
.contact__card{
  background-color: var(--color-primary-1);
  padding: 1rem;
  border-radius: .75rem;
  text-align: center;
}
.contact__card-icon{
  font-size: 2rem;
  color: var(--title-color);
  margin-bottom: .25rem;
}
.contact__card-title,
.contact__card-data{
  font-size: var(--small-font-size);
}
.contact__card-title{
  font-weight: var(--font-medium);
}
.contact__card-data{
  display: block;
  margin-bottom: .75rem;
}
.contact__button{
  color:var(--first-color);
  font-size: var(--small-font-size);
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: .25rem;
}
.contact__button:hover {
  color: var(--secondary-gold);
}
.contact__button:hover .contact__button-icon{
  transform: translateX(.25rem);
}
.contact__button-icon{
  font-size: 1.2rem;
  transition: .4s;
}
.contact__content_msm{
margin-top: 50px;
}
.contact__form-div{
  position: relative;
  height: 48px;
  margin-bottom: 1.5rem;
}
.contact__form-input{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: var(--normal-font-size);
  border: 1px solid var(--color-primary-1);
  border-radius: .5rem;
  outline: none;
  padding: 1rem;
  background: none;
  z-index: 1;
  color: #fff;
  box-shadow: inset 1px 6px 0px 2px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(0.1px);
  -webkit-backdrop-filter: blur(0.1px);
}
.contact__form-tag{
  position: absolute;
  left: 1rem;
  top: 1rem;
  padding: 0 .25rem;
   background-color:var(--color-bg-0);
   filter: drop-shadow(0 0 0.75rem (var(--color-primary-1)));
  color: var(--color-primary-2); 
  font-size: var(--normal-font-size);
  transition: .3s;
}
.contact__form-area{
  height: 11rem;
}
.contact__form-area textarea{
  resize: none;
} 
.form__button{
  display: block;
  margin-left: auto;
  padding: .75rem 2rem;
  outline: none;
  border: none;
  background-color: var(--first-color);
  color: #fff;
  font-size: var(--normal-font-size);
  border-radius: .5rem;
  cursor: pointer;
  transition: .3s;
}
.form__button:hover{
  box-shadow: 0 10px 36px rgba(0,0,0,.15);
}
/*Input focus move up label*/
.contact__form-input:focus + .contact__form-tag{
  top: -.5rem;
  left: .8rem;
 /*  color: var(--first-color); */
  font-size: var(--small-font-size);
  font-weight: 500;
  z-index: 10;
}
/*Input focus sticky top label*/
.contact__form-input:not(:placeholder-shown).contact__form-input:not(:focus)+ .contact__form-tag{
  top: -.5rem;
  left: .8rem;
  font-size: var(--small-font-size);
  font-weight: 500;
  z-index: 10;
}
/*Input focus*/
.contact__form-input:focus{
  border-bottom: 1.5px solid var(--secondary-gold);
}
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border-bottom: 1.5px solid var(--secondary-gold);
  -webkit-text-fill-color: var(--color-primary-variant);
  -webkit-box-shadow: 0 0 0px 1000px var(--color-bg-0) inset;
  transition: background-color 5000s ease-in-out 0s;
}
.center{
  align-content: center;
}
/*=============== FOOTER ===============*/
.footer{
  background-color: var(--color-primary);
  position: sticky;
  bottom: 0;
  width: 100%;
  border-top-left-radius:80px ;
  border-top-right-radius:80px ;
  z-index: 0;
}

.footer__container{
  padding: 2rem 0 6rem;
}
.footer__title, .footer__link{
  color:var(--color-bg-1);
}
.footer__title{
  text-align: center;
  margin-bottom: 2rem;
}
h4.footer__title {
  font-size: 28px;
}
.footer__list{
  display: flex;
  justify-content: center;
  column-gap: 1.5rem;
  margin-bottom: 2rem;
}
.footer__social{
  display: flex;
  justify-content: center;
  column-gap: 1.25rem;
}
.footer__social-link{
  background-color: var(--color-bg-0);
  color: var(--color-primary-variant);
  padding: .25rem;
  border-radius: .25rem;
  font-size: 1rem;
  display: inline-flex;
  transition: 0.5s;
}
.footer__social-link:hover{
  color: var(--color-primary-1);
  transform: translateY(-10px);
  background-color: var(--color-primary);
  box-shadow: 0 4px 4px hsla(0, 0%, 4%, .3);
}
.footer__copy{
  display: block;
  margin-top: 4.5rem;
  color: var(--color-bg-1);
  text-align: center;
  font-size: var(--smaller-font-size);
}
span.policy , span.policy a{
  color: var(--color-bg-1);
}
/*=============== BREAKPOINTS ===============*/
@media (min-aspect-ratio: 16/9) {
  video {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  video {
    width: auto;
    height: 100%;
  }
}
/* For small devices */
@media screen and (max-width: 768px) {
  .title_smart{
 font-size: 3rem;
  }
  nav.nav {
    display: flex;
    padding: 0;
    width: 100%;
    justify-content: space-between;
  }
  .nav ul li {
  display: block;
  }
  .nav ul li .nav-hamburger {
  float: left;
  }
  li.logo {
  padding: 9px !important;
  }
  .nav .logo em{
    left: 30%;
  }
  ul.sub__menu  {
    display: none;
  }
  .sublogo{
    font-size: 16px;
  }
  .info{
  position: fixed;
  bottom:0;
  left: 50%;
  background-color: hsl(var(--second-hue), 32%, 16%, .8);
  width: 90%;
  border-radius: 4rem;
  /* padding: 1rem 1rem; */
  backdrop-filter: blur(10px);
  transform: translateX(-50%)!important;
  transition: .4s;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  overflow: hidden;
  z-index: 99999999;
  }
  .info a {
  font-size: 32px;
  }
  nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0;
  }
  nav.logo {
  width: 200px;
  flex: 0;
  padding: 0 0;
  }
  menu {
  flex: 0;
  padding: 0;
  }
  .text{
    position: absolute;
    top: 400px;
    right: 5%;
    mix-blend-mode: normal;
  }
  .text p{
    font-size: 26px;
  }
  .name{
    top:-26px;
  }
  .name span{
    letter-spacing: 0;
    left: 0;
    position: absolute;
    bottom: -230px;
  }
  .text .text__h1, .name{
    font-size: 27px;
    letter-spacing: 0;
  }
  .text__p{
    font-size: 26px;
  }
  .video-bg{
    display: none;
  } 
  .img-wrapper .laura{
    background-image: url(../img/bg_video.webp)!important;
    background-repeat: no-repeat;
    object-fit: cover;
    height: 100%;
    position: relative;
    /* top: 0;
    left: 0; */
    z-index: 5;
  }
  /* .img-wrapper {
  width:100%;
  top: 15%;
  left: 0;
  position:relative;
  }
  .img-wrapper .laura{
    width: 100% !important;
    background-size: contain;
    background-position: center;
    /* height: 656px; */
  /*   background-image: url(../img/laura_gradient2.webp)!important;
    filter: saturate(30%);
    background: linear-gradient(180deg, rgba(213,174,44,0.01724439775910369) 0%, rgba(27,27,27,0.8211659663865546) 48%);
    background-repeat: no-repeat;
    isolation: isolate;
  } */ 
 /*  .right{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%!important;
    height: 96%;

  } */
  /* .img-wrapper .laura {
  height: 318px;
  width: 100% !important;
  object-fit: cover;
  } */
/*   .img-wrapper .laura::before{
    content: 'Laura Fashion';
    transform: rotate(-90deg);
    position: absolute;
    top: 50%;
  } */
  .content__text{
    transform: rotate(90deg);
  }
  .bottomnav{
    bottom: 150px;
  }
  .nav ul li{
    z-index: 9999;
  }
  li.logo.my-text.open{
    color: #fff;
  }
  ul.sub__menu {
    display: flex;
    flex-direction: column;
    /* z-index: 999; */
    position: fixed;
    top: 0;
    left: -100%; /* Modificato il valore per spostare il menu a sinistra */
    background-color: #2b2b2b;
    height: 100%;
    width: 90%;
    justify-content: center;
    align-items: center;
    transition: all 1s cubic-bezier(.215, .61, .355, 1); 
    /* opacity: 0.9; */
    height: 100vh;
    overflow: hidden;
  }
  ul.sub__menu.open {
    transform: translateX(100%); 
  }
  li.nav__item{
    font-size: 20px!important;
    line-height: 50px; 
  }
  .bottomnav{
    display: none;
  }
  .contenitore{
    top:0;
  }
  #gallery{
    margin: 0;
  }
  .gallery__contenitore p{
    font-size: 16px;
  }
  .container .section-3 {
    grid-template-columns: none;
  }
  .chiSono__text p{
    font-size: 1.5rem;
  }
  .container .section-3 .copy{
    grid-template-rows: 80% 20%;
    display: inline-block;
    margin-top: 20px;
  }
  .nikon{
    margin-bottom: 20px;
    width: 80px;
  }
  .container .section-3 .copy blockquote{
    text-align: center;
    margin-bottom: 20px;
  }
  .container .section-3 .copy blockquote p{
    margin-bottom: 20px;
  }
  .horizontal-section2{
    display: none;
  }
  .element{
    width: auto;
    height: 350px;
  }
  .horizontal-section{
    height: 800px;
  }
  .bumper{
    display: none;
  }
  .service__section__boxcard{
    grid-template-columns: repeat(1, 1fr);
    margin: 0 auto;
  }
  h4.footer__title {
    font-size: 16px;
  }
  .copyright{
    padding: 20px;
  }
  p.copyright{
    font-size: 16px;
  }
}
/*   @media screen and (max-width: 920px){
    .contact__container{
        margin-left: auto;
        margin-right: auto;  
      } */
    /*   .service__section__boxcard{
        display:grid;
        grid-template-columns: repeat(2, 1fr) ;
        margin: 0 auto;
      } */
      
  /*   } */
 /*   @media screen and (max-width: 992px){
    .contact__container{
        margin-left: auto;
        margin-right: auto;  
      }
      .service__section__boxcard{
        grid-template-columns: repeat(2, 1fr) ;
        margin: 0 auto;
      }
      
    } */
    @media screen and (min-width: 992px){
      .service__section__boxcard{
        grid-template-columns: repeat(4, 1fr) ;
        margin: 0 auto;
      }
      .contact__container{
        margin-left: auto;
        margin-right: auto;  
      }
   
  }
    @media screen and (min-width: 921px){
    
      .service__section__boxcard{
        grid-template-columns: repeat(2, 1fr) ;
        margin: 0 auto;
        padding: 40px;
      }
      
    }
    @media screen and (min-width: 960px){
    
      .service__section__boxcard{
        grid-template-columns: repeat(2, 1fr) ;
        margin: 0 auto;
        padding: 52px;
      }
      
    }
    @media screen and (min-width: 984px){
    
      .service__section__boxcard{
        grid-template-columns: repeat(2, 1fr) ;
        margin: 0 auto;
        padding: 52px;
      }
      
    }
/* For big devices */
@media only screen and (min-width: 769px) {
  li.nav-hamburger {
  display: none !important;
  }
} 
  /* For large devices */
@media screen and (min-width: 992px){
  .contact__container{
      margin-left: auto;
      margin-right: auto;  
    }
       .right{
      width: 150%!important;
    } 
   
  }
  @media screen and (max-width: 977px){
   /*  .right{
      width: 150%!important;
    } */
    .info{
      display: none;
    }
     
    }
/* .hero {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  animation: fadeoutbackground 8s linear;
  animation-fill-mode: forwards;
  background-size: cover;
} */
/****************** Response HTML **********************/
.popup{
  width: 400px;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 0 30px 30px;
}
.color{
  color: #588FF9;
  text-transform:capitalize;
}
.popup img{
  width: 100px;
  margin-top: -50px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.popup h2{
  font-size: 38px;
  font-weight: 500;
  margin: 30px 0 10px;
}
.popup button{
  width: 100%;
  margin-top: 50px;
  padding: 10px 0;
  background-color: #588FF9;
  color: #fff;
  border-radius: 8px;
  border: 0;
  outline: none;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
