@charset "UTF-8";
* {
  box-sizing: border-box;
}


@font-face {
  font-family: 'AboveTheBeyondScript-Regular';
  src: url('../css/fonts/AboveTheBeyondScript-Regular.woff2') format('woff2'),
       url('../css/fonts/AboveTheBeyondScript-Regular.woff') format('woff');

         font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Butler Roman';
  src: url('../css/fonts/Butler-Free-Rmn.woff2') format('woff2'),
       url('../css/fonts/Butler-Free-Rmn.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Butler Light';
  src: url('../css/fonts/Butler-Free-Lgt.woff2') format('woff2'),
       url('../css/fonts/Butler-Free-Lgt.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}




.clearfix::after {
  content: "";
  clear: both;
  display: table;
}



body {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
   background-color: #000000;
  color: #ffffff;
  

}

.bg-dark {
   background-color: #000000;
}


  /* Styling for the arrow */
  .arrow-up {
    display: none;
    position: fixed;
    bottom: 5%;
    right: 2%;
    width: 100px;
    height: 50px;
    font-size: 12px;
    font-family: 'Nunito Sans';
    color: #000000;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    z-index: 1000;
  }


  /* Show the arrow only when scrolling down */
  .show {
    display: inline;
  }


.animate {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.animated {
  opacity: 1;
}

@media (max-width: 450px) {
  
  .arrow-up {
    
    right: 10%;
    
  }
  
  .animate, .animated {
    display: none;
  }
  }


/* on white */




/* unvisited link */
a:link {
  color: #000000;
  text-decoration: none;
  font-family:'Gilda Display', serif;
  
}

/* visited link */
a:visited {
  color: #333333;

}

/* mouse over link */
a:hover {
  color: #000000;
}

/* selected link */
a:active {
  color: #000000;
}

/* selected link */
a.nav-active {
  color: #ffffff;
  background-color: #333333;
}




/* on black */

/* unvisited link */
a.black:link {
  color: #ffffff;
}

/* visited link */
a.black:visited {
  color: #ffffff;
}

/* mouse over link */
a.black:hover {
  color: #fefdcf;
}

/* selected link */
a.black:active {
  color: #fefdcf;
}

/* social */
.fa {
  padding-right: 30px;
  font-size: 30px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  
}

@media screen and (max-width: 450px) {
  .fa {
    padding-right: 0;
    font-size: 20px;
    text-align: left;
    text-decoration: none;
    margin-right: 0;
      
  }

}


.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  
  color:#3B5998;
}

.fa-instagram {
 
  color: #125688;
}




/* FOOTER */

.footer-content {flex-wrap: nowrap !important;
}

@media screen and (max-width: 768px) and (max-width: 450px) and (max-width: 350px){
 .footer-content {

    flex-wrap: wrap !important;
  }
      
  }

  .f-hline {
  color: #ffffff;
    font-family:'', Serif;
    font-weight: 100;
    font-size: 50px;
    line-height: 60px;
    padding-bottom: 30px;
  }
  
  @media (max-width: 450px) {
    .f-hline {
      font-size: 30px;
      line-height: 30px;
      padding-bottom: 0;
     
     
      
    }
  }

.f-eleg {
  color: #ffffff;
  font-family: 'Questrial';
  font-size: 16px; 
  letter-spacing:3px; 
  
}

.f-txt {
  color: #ffffff;
  font-family: 'Questrial';
  font-size: 13px; 
  letter-spacing:3px; 
  font-variant: small-caps;
}

.f-txt1 {
  color: #ffffff;
  font-family: 'Questrial';
  font-size: 11px; 
  letter-spacing:3px; 
  font-variant: small-caps;
}

.copyr {
  color: #ffffff;
  font-family: 'Questrial';
font-size: 12px;
}


hr.pages {
  border: 0.4px solid #ffffff;
 
}

hr.pagesb {
  border: 0.4px solid #000000;
 
}

hr.page {
  border: 1px solid #ffffff;
 
}



/* instagram */

span.insta {
  display: inline-block;
  width: 250px;
  height: 250px;
  margin: 6px;
  background-color: #ffffff;
  }





/* top */
  
* {
  box-sizing: border-box;
}

.logo {
   padding: 0;
 margin: 0;
}

@media (max-width: 450px) {
  .logo {
   
    padding: 0;
    margin:0;
   
  
  }
  }

.logo-text {
  font-family:'Butler Roman', serif;
  font-weight: 300;
  font-size: 47px;
  white-space: nowrap;
  
}



@media only screen and (max-width: 450px) {
.logo-text {
  font-size: 35px;
}
}


.logo-subtxt {
  color:#000000;
  font-family: 'Butler Roman', serif;
  font-weight: 600;
  font-size: 20px;
  white-space: nowrap;
}

@media only screen and (max-width: 450px) {
.logo-subtxt {
  font-size: 15px;
}
}



.three-bars {
    font-family: "Butler Light", serif;
    font-weight: 100;
    font-style: normal;
    color:#000000;
    font-size:30px;
    line-height: 20px;
    cursor:pointer;
    transform: scaleX(1.5);
    
}

@media screen and (min-width: 450px) {
  .three-bars {
   
    margin-bottom: 25px;
    
}
}
.caption-container {
 position: relative;
 max-width: 80%;

}


.carousel-caption-overlay-rawreal {
  position: absolute;
  width: 100%;
  text-align: left;
  left: -150px;
  top: -450px;
  font-family:'Butler Roman', Serif;
  font-size: 130px; 
 
 
}

@media only screen and (max-width: 450px) {
.carousel-caption-overlay-rawreal {
  font-size: 70px;
}
}




.carousel-caption-overlay-simplyyou {
  position: absolute;
  width: 100%;
  text-align: left;
  left: -150px;
  top: -300px;
  font-family:'AboveTheBeyondScript-Regular', Serif;
  font-size: 70px; 

 
}

@media only screen and (max-width: 450px) {
.carousel-caption-overlay-rawreal {
  font-size: 30px;
}
}





.simply80 {
  padding: 0;
  font-family:'AboveTheBeyondScript-Regular';
  font-size: 80px; 
  line-height: 80px;
}

.simply80b {
  color: #ffffff;
  padding: 0;
  font-family:'AboveTheBeyondScript-Regular';
  font-size: 80px; 
  line-height: 80px;
}

.simply60 {
  padding: 0;
  font-family:'AboveTheBeyondScript-Regular';
  font-size: 60px; 
  line-height: 60px;
}

.simply60b {
  color: #ffffff;
  padding: 0;
  font-family:'AboveTheBeyondScript-Regular';
  font-size: 60px; 
  line-height: 60px;
}



.simply40 {
  padding: 0;
  font-family:'AboveTheBeyondScript-Regular';
  font-size: 40px; 
  line-height: 60px;
}

.simply40b {
  color: #ffffff;
  padding: 0;
  font-family:'AboveTheBeyondScript-Regular';
  font-size: 40px; 
  line-height: 60px;
}

.simply30 {
  padding: 0;
  font-family:'AboveTheBeyondScript-Regular';
  font-size: 30px; 
  line-height:30px;
}
.simply30b {
  color: #ffffff;
  padding: 0;
  font-family:'AboveTheBeyondScript-Regular';
  font-size: 30px; 
  line-height:30px;
}


/* nav */
.sidenav {
  height: 100%;
  width: 0;
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  background-color: #000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}


.sidenav a {
  padding-left: 0;
  text-decoration: none;
  font-family: 'Cormorant Garamond', Serif;
  font-size: 26px;
  color: #eeeeee;
  display: block;
  transition: 0.3s;
}



.sidenav a:hover {
  background-color: #000;
  color: #fff;
}

.sidenav .closebtn  {
  position: absolute;
  top: 1%;
  right: 25px;
  font-size: 36px;
  margin-left: 40px;
  margin-bottom: 15px;
  color: #f6f6f6;
  
}


.sidenav a .xbutton {
  position: absolute;
  top:0;
  right: 20px;
  font-size: 36px;
  margin-left: 40px;
  margin-bottom: 15px;
  color: #fff;
  
  
}



@media screen and (max-height: 450px) {
  .sidenav {
    
    
    padding-top: 15px;
    padding-left: 30px;
    
  }
  
  .sidenav a {
    
    font-size: 13px;
  }
}


.sidenav-s {
  height: 100%;
  width: 0;
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  background-color: #000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}


.sidenav-s a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-family: 'Cormorant Garamond', Serif;
  font-size: 16px;
  color: #eeeeee;
  display: block;
  transition: 0.3s;
}


.sidenav-s a:hover {
  background-color: #000;
  color: #fff;
}

.sidenav-s .closebtn  {
  position: absolute;
  top: 1%;
  right: 25px;
  font-size: 36px;
  margin-left: 40px;
  margin-bottom: 15px;
  color: #f6f6f6;
  
}


.sidenav-s a .xbutton {
  position: absolute;
  top:0;
  right: 20px;
  font-size: 36px;
  margin-left: 40px;
  margin-bottom: 15px;
  color: #fff;
  
  
}

/* dropdown */



/* buttons */

.button-container {
 position: relative;
 max-height: 60px;
 max-width: 80%;

}


.button {
  
  display: inline-block;
  border: 1px solid #000000;
  color: black;
  padding: 15px 28px; 
  margin: 30px 0;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  font-family:'Gilda Display', serif;
  font-size: 16px;
  max-width: 70%;
  transition: all 0.4s ease;
  cursor: pointer;
    
  }
  
  
  .button :hover {
    border: 1px solid #333333;
    color: #333333;
    
    }

    



    @media (max-width: 450px) {
      .button {
        max-width: 100%; 
        color:#000000; 
        font-family:'Gilda Display', serif; 
        font-size: 14px;
        text-decoration: none; 
        border: 1px solid #000000; 
        padding: 15px 22px; 
        margin: 20px 0;
      }
    }
  

  .buttonb {
    display: inline-block;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 15px 22px; 
  margin: 20px 0;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  font-family:'Gilda Display', serif;
  font-size: 16px;
  max-width: 80%;
  transition: all 0.4s ease;
  cursor: pointer;
    }

    
  
  @media (max-width: 450px) {
    .button, .buttonb {
      
      font-size: 12px;    
      max-width: 100%;
     
    }
  }


  .button-c {
    border: 1px solid #eeeeee;
    color: #ffffff;
    padding: 10%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family:'Nunito Sans', sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 16px;
  transition-duration: 0.4s;
  cursor: pointer;
    }

    

      .button-w {
        display: inline-flex;
        color: #000000;
          text-align: center;
          text-decoration: none;
         
          font-family:'Cormorant Garamond', Serif;
          font-optical-sizing: auto;
          font-weight: 100;
          font-style: normal;
        font-variant: small-caps;
          font-size: 100px;
          cursor: pointer;	
          transition-duration: 0.4s;
          
        }
        
        
        .button-w:hover {
        color: #233333;
          
        }
      
        @media (max-width: 450px) {
          .button-w {
            font-size: 40px;
            }
        }





.img-para {flex-wrap: nowrap !important;
}

@media (max-width: 450px) {
  .img-para {

    flex-wrap: wrap !important;
  }
      
  }

.img-nxt-to-txt {
  width: 500px;
  padding: 5% 2%;
    
}

.img-nxt-to-txt img {
 width: 100%;
    
}


@media (max-width: 450px) {
  .img-nxt-to-txt {
    
    margin: auto;
    padding:3% 0;
  }
}


.txt-nxt-to-img {
  max-width: 40%;
  padding: 5% 2%;
  
}

@media (max-width: 450px) {
  .txt-nxt-to-img {
    max-width: 100%;
    margin: auto;
    padding: 2% 0;
  }
}



.hline {
  
  font-family:'AboveTheBeyondScript-Regular', Serif;
  font-weight: 300;
  font-size: 70px;
  line-height: 80px;
  padding-bottom: 40px;
}



.hlineb {
  color:#ffffff;
  font-family:'AboveTheBeyondScript-Regular', Serif;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  padding-bottom: 40px;
}

.hline100 {
  
  font-family:'AboveTheBeyondScript-Regular', Serif;
  font-weight: 300;
  font-size: 100px;
  line-height: 130px;
  
}


.hline100b {
    color:#ffffff;
  font-family:'AboveTheBeyondScript-Regular', Serif;
  font-weight: 300;
  font-size: 100px;
  line-height: 130px;
  
}

.hline130 {
  
  font-family:'AboveTheBeyondScript-Regular', Serif;
  font-weight: 300;
  font-size: 130px;
  line-height: 140px;
  
}


.hline130b {
    color:#ffffff;
  font-family:'AboveTheBeyondScript-Regular', Serif;
  font-weight: 300;
  font-size: 130px;
  line-height: 140px;
  
}


@media (max-width: 450px) {
  .hlineb, .hlineb, .hline120, .hline120b {
    
    font-size: 50px;
   
    
  }
}

 .subhline {
    font-family:'Butler Roman', Serif;
    font-weight: 100;
    font-size: 25px; 
    line-height: 30px; 
  letter-spacing: 2px;
}

.subhlineb {
    color:#ffffff;
    font-family:'Butler Roman', Serif;
    font-weight: 100;
    font-size: 25px; 
    line-height: 30px; 
    letter-spacing: 2px;
    padding-top: 10px;
    
  
}

.subhline35 {
    font-family:'Cormorant Garamond', Serif;
    font-weight: 100;
    font-size: 35px; 
    line-height: 40px; 
  
}

.subhline30 {

    font-family:'Butler Roman', Serif;
    font-weight: 100;
    font-size: 30px; 
    line-height: 40px; 
  
}



.subhline30b {
    color:#ffffff;
    font-family:'Butler Roman', Serif;
    font-weight: 100;
    font-size: 30px; 
    line-height: 40px; 
  
}


 .subhline40 {
    font-family:'Butler Roman', Serif;
    font-weight: 100;
    font-size: 40px; 
    line-height: 50px; 
  
}

.subhline40b {
    color:#ffffff;
    font-family:'Butler Roman', Serif;
    font-weight: 100;
    font-size: 40px; 
    line-height: 50px; 
  
}

@media (max-width: 450px) {
 .subhline40 {
    font-size: 30px; 
  }
}


.subhline60 {
    font-family:'Butler Roman', Serif;
    font-weight: 100;
    font-size: 60px; 
    line-height: 70px; 
    letter-spacing: 4px;
  
}

.subhline60b {
    color:#ffffff;
    font-family:'Butler Light', Serif;
    font-weight: 100;
    font-size: 60px; 
    line-height: 70px;
    letter-spacing: 4px;
  
}

.subhline100 {
    font-family:'Butler Roman', Serif;
    font-weight: 100;
    font-size: 100px; 
    line-height: 110px; 
    letter-spacing: 4px;
  
}

.subhline100b {
    color:#ffffff;
    font-family:'Butler Light', Serif;
    font-weight: 100;
    font-size: 100px; 
    line-height: 110px; 
    letter-spacing: 4px;
  
}


.para-nxt-to-img {
  letter-spacing: 1px;
  text-align: justify;
  text-justify: inter-word;
  font-family:'Cormorant Garamond', Serif;
  font-size:20px;
  padding-top: 30px;
 
}

.parab-nxt-to-img {
  color:#ffffff;
  letter-spacing: 1px;
  text-align: justify;
  text-justify: inter-word;
  font-family:'Cormorant Garamond', Serif;
  font-size:20px;
  padding-top: 30px;
 
}

/* header */

.page-header-title {

  font-family:'Cormorant Garamond', Serif;
  font-weight:500;
  font-size:100px;
  }

  @media (max-width: 768px) {
  .page-header-title {
    font-size:50px;
    }
  
  }

.page-header-subtitle {

  font-family:'Cormorant Garamond', Serif;
  font-weight:500;
  font-size:70px;
  line-height:50px
}


/* hide */
.hide-on-mobile {
  display:initial;
}

@media only screen and (max-width: 768px) {
  
  .hide-on-mobile {
    display: none;
  }
}


@media (max-width: 450px) {
  .hide-on-mobile {
    display: none;
  }
}

@media (max-width: 350px) {
  .hide-on-mobile {
    display: none;
  }
}


.hide-on-desktop {
  display: initial;
}



@media only screen and (min-width: 992px) {
  .hide-on-desktop {
    display: none;
  }
}


@media only screen and (min-width: 1200px) {
  .hide-on-desktop {
    display: none;
  }

}





/* home intro  */

.first-car  {
  max-width:40%;
}

@media (max-width: 450px) {
  .first-car  {
    max-width: 100%;
    padding: 0;
    margin:0;
  }
}

.second-car  {
  max-width:70%;
}

@media screen and (max-width: 768px) {
  .carousel-inner {
    text-align: center;
    
  }
}

.tuscany-car  {
  max-width:100%;
}
.Effortlessly {
  max-width: 80%;
  font-family:'Cormorant Garamond', Serif;
  font-weight:100;
  font-size:55px;
  line-height:58px
  
}

@media screen and (max-width: 768px) {
  .Effortlessly {
    max-width: 80%;
    font-size:30px;
    text-align: center;
    line-height:30px;
    margin: auto;
    padding: 0;
   
    
  }
}


.subEffortlessly {
  max-width: 70%;
  font-family:'Cormorant Garamond', Serif;
  font-size:20px;
  font-weight:300;
  line-height:20px

}

@media screen and (max-width: 768px) {
  .subEffortlessly {
    max-width:80%;
  margin: auto;
  padding: 0;  
    text-align: center;
    
    
  }
}



/* home explore */

.explore {

  flex-wrap: nowrap !important;
}

@media screen and (max-width: 768px) and (max-width: 450px) {
  .explore {

    flex-wrap: wrap !important;
    
  }
      
  }


/* home testimonials */

  
.containert {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.carouselt {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  align-items: center;
}

.image-container {
  flex: 1;
  text-align: center;

}

.image-container img{
 max-width:75%;

}

@media screen and (max-width: 768px) {
  .image-container img{
    max-width: 100%;
   
   }

}

.quote-container {
  flex: 1;
  max-width: 700px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {

  .quote-container {
    max-width: 90%;
    padding: 5%;
    
  }
}

.quote {
  	max-width: 100%;
    margin-top:50px;
    padding-top:20px;
  	overflow: hidden;
  	text-overflow: ellipsis;
  	color:#ffffff;
  	font-family: 'Cormorant Garamond', serif;
	  font-size:20px;
}

@media screen and (max-width: 768px) {

  .quote {
  	
    margin-top:5%;
    padding-top:2%;
  	
}
}

.quote-title {
  
  color:#e4e2e2;
  font-family: 'Nunito Sans', serif;
  font-weight:100;
  font-size:16px;
  margin-bottom:20px;
}

@media screen and (max-width: 768px) {
  .quote-title {
    font-size:25px;
    margin-bottom:10px;
  }
    }



.quote-big-text {
  font-family: 'Cormorant Garamond', serif;
  font-style:italic;
  font-size:50px;
  line-height: 50px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .quote-big-text {
    font-size:30px;
    line-height: 40px;
    padding-bottom: 10px;
  }

}
.quote-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  line-height: 20px;
  
}

.dquotes {
  font-family: 'Cormorant Garamond', serif;
  color:#ffffff;
  font-size:50px;
  
  }


  @media screen and (max-width: 768px) {
   .dquotes {
    font-size:30px;
    }
      }



.author {
  	color:#ffffff;
  	font-family: 'Cormorant Garamond', serif; 
    font-weight: 100;
    font-size: 22px;
	
}

@media screen and (max-width: 768px) {
  .author {
  	margin-top:5%;
}
     }


.view-next {
  text-align: center;
  margin-top: 20px;
}

.view-next a {
  color: white;
  text-decoration: none;
  border: 0;
  padding: 10px 20px;
}




/* home our work */


.imgFcarousel{ 
   width: 70%;
  padding-top:50px;

  }


@media (max-width:450px) {

  .imgFcarousel{ 
   padding:0;
   margin:auto;
  width: 100%;
    }

}

  
/* home best-weddings */


.img-best-wed {
  width: 50%;
  padding: 5% 5%;
    
}

.img-best-wed img {
 width: 70%;
  
}


@media (max-width: 450px) {
  .img-nxt-to-txt {
    
    margin: auto;
    padding:3% 0;
  }
}







.container-i {
  background-color: #000000; 
  position: relative;
}

.img-p-r {
  padding-right: 10%;
  max-width:1000px;

}


@media only screen and (min-width: 768px) {
  .img-p-r {
    padding:0;
    max-width:100%;
  
  }
}


.wed-txt-overlay {
  position: absolute;
  max-width: 40%;
  top: 20%;
  bottom: 30%;
  left: 50%;
  background-color: rgba(249,248,246,1);
  color: black;
  padding: 2%;  
}

.txt-overlay-r {
  position: absolute;
  max-width: 40%;
  top: 20%;
  right: -40%;
  bottom: 30%;
  left:70%;
  background-color: rgba(249,248,246,1);
  color: black;
  padding: 2%;  
}


.txt-overlay-l {
  position: absolute;
  max-width: 40%;
  top: 20%;
  right: 0;
  bottom: 20%;
  left: -10%;
  background-color: rgba(249,248,246,1);
  color: black;
  padding:2%; 
}

.totitle {
  font-family: 'Cormorant Garamond', serif;
  font-weight:500;
  font-size:40px; 
  line-height:40px;
  padding-bottom: 2px;
}



.totitleb {
  color: #ffffff;
  font-family: 'Cormorant Garamond', serif;
  font-weight:500;
  font-size:40px; 
  line-height:40px;
  padding-bottom: 2px;
}

@media screen and (max-width: 450px) {
  .totitle, .totitleb {
    font-size:30px; 
    padding:0;
    max-width:100%;
  
  }
}



hr.overlay {
  border: 1px solid #000000;
  opacity: 1;
}


  
.h-quote {

  padding: 10% 20%; 
  font-family: 'Butler Roman', serif;
  color:#ffffff;
  font-weight:100;
  font-size:30px;
  line-height:70px;
  text-align: center;
  letter-spacing: 3px;
}


@media screen and (max-width: 450px) {
.h-quote {

  padding: 0; 
  font-family: 'Butler Roman', serif;
  color:#ffffff;
  font-weight:100;
  font-size:25px;
  line-height:40px;
  text-align: center;
   letter-spacing: 5px;
}
}




/* meetus-carousel */

.about-car {
  flex-wrap: nowrap !important;
}

@media screen and (max-width: 768px) {
  .about-car {

    flex-wrap: wrap !important;
  }
      
  }

  /* meetus-LOVE */

  * {
    box-sizing: border-box;
  }
  
  .love-container1 {
      float: left;
      width: 33%;
      margin-top: 10%;
      margin-left: 25%;
      margin-right: -5%;
  
  }
  
  .love-container2 {
    float: left;
    width: 33%;
    margin-top: 3%;
    
  }
  
  .love-container3 {
    float: left;
    width: 33%;
    margin-top: 13%;
    margin-left: -25%;
      
  }
  
  .love-container4 {
    float: left;
    width: 20%;
    
    margin-left: 30%;
  }
  
  .love-container5 {
    float:left;
    width: 20%;
    margin-top: 3%;
   
  }
  
  
.para-love {
  font-family:'Butler Light'; 
  font-weight:100;
  font-size:30px; 
  line-height:40px;
 
}

.parab-love {
  color:#ffffff;
  font-family:'Butler Light'; 
  font-weight:100;
  font-size:20px; 
  line-height:30px;
 
}


/* meetus-landscape */

.container-landscape-meetus {
  position: relative;
  margin:0;
  padding:0;
  background-color: white; 
  
}

.txt-overlay-landscape-meetus {
  position: absolute;
  max-width: 40%;
  top:65%;
  right: 50%;
  color: white;
  z-index: 1000;
  
}




.totitle-landscape {
  font-family:'Cormorant Garamond'; 
  font-weight:100;
  font-size:70px; 
  line-height:80px;
 
}

@media screen and (max-width: 450px) {
  .totitle-landscape {
    
    font-size:30px; 
    }
  }






  /* portfolio prtfl */

  * {
    box-sizing: border-box;
  }
  
  .prtfl-container1 {
      float: left;
      width: 33%;
      margin-left: 20%;
      
  
  }
  
  .prtfl-container2 {
    float: left;
    width: 50%;
    margin-top: 15%;
    margin-left: -13%; 
  }
  
  .prtfl-container3 {
    float: left;
    width: 33%;
    margin-left: 20%;  
    margin-top: -13%;
  }



/* portfolio-prtfl-cont */

.container-prtfl-cont {
  background-color: white; 
  position: relative;
  text-align: center;
}

.txt-overlay-prtfl-cont {
  position: absolute;
  bottom:90px;
  left:22%;
  color: #ffffff;
  
}

@media screen and (max-width: 450px) {
  .txt-overlay-prtfl-cont {
    position: absolute;
    top:0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
  }
      
  }

  





.totitle-prtfl-cont {
  text-align: center;
  font-family:'Butler Light'; 
  font-weight:100;
  font-size:55px; 
  line-height:75px;
 
}

@media screen and (max-width: 450px) {
  .totitle-prtfl-cont {
    
    font-size:30px; 
    }
  }


  
  .txt-overlay-prtfl-cont1 {
    position: absolute;
    text-align: center;
    bottom: 30px;
    left: 43%;
    color: #ffffff;
    
  }
  
  @media screen and (max-width: 450px) {
    .txt-overlay-prtfl-cont1 {
      position: absolute;
      top:0%;
      right: 0%;
      bottom: 0%;
      left: 0%;
     
      
    }
        
    }
  
    .totitle-prtfl-cont1 a {
      font-family:'Nunito Sans'; 
      font-weight:700;
      font-size:16px; 
      white-space: nowrap;
         
    }
  

    .totitle-prtfl-cont1 a .button-c {
      font-family:'Nunito Sans'; 
      font-weight:700;
      font-size: 16px; 
      white-space: nowrap;
    }

  
  @media screen and (max-width: 450px) {
    .totitle-prtfl-cont1 {
      
      font-size:30px; 
      }
    }
  


/* portfolio-a-story-to-tell */

.container-tell {
  background-color: white; 
  position: relative;
}

.txt-overlay-tell {
  position: absolute;
  max-width: 40%;
  top:20%;
  right: 10%;
  bottom: 80%;
  left: 10%;
  color: black;
  
}

@media screen and (max-width: 450px) {
  .txt-overlay-tell {
    position: absolute;
    top:0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    color: black;
    
  }
      
  }


.totitle-tell {
  font-family:'Cormorant Garamond'; 
  font-weight:100;
  font-size:40px; 
  line-height:40px;
 
}

@media screen and (max-width: 450px) {
  .totitle-tell {
    
    font-size:30px; 
    }
  }

/* wedding top text */

.gal-top-txt {
  display: inline-block;
  padding: 2% 8%;
font-family:'Butler Light', Serif; 
font-weight:100;
font-size:20px;
line-height:35px;
text-align: justify;

}
  /* wedding-card */


* {
  box-sizing: border-box;
}

.wed-container1 {
    float: left;
    width: 33%;
    margin-left: 7%;
    
    

}

.wed-container2 {
  float: left;
  width: 33%;
  
  margin-left: -10%;
  
}

.wed-container3 {
  float: left;
  width: 50%;
  margin-right: -10%;
  
  
}


/* wedding-intro */

.img-container-wed-intro {
  position: relative;
  text-align: center;
  color: white;
}


.text-overlay-bottom-left {
  position: absolute;
  bottom: 18px;
  left: 16%;
  font-family:'Cormorant Garamond', Serif;
  font-size: 16px; 
  line-height: 16px;
 
}




/* galery-credits */
* {
  box-sizing: border-box;
}

.box-credits {
  float: left;
  width: 10%;
  padding:2%;
  margin: 1%;
  font-family:'Gilda Display', Serif;
  font-size: 11px; 
  line-height: 11px;
  white-space: nowrap;
}

.gallery-quote {

  display:block;
  max-height: 300px; 
  max-width: 700px;
  font-family:'Cormorant Garamond', Serif;
  font-weight: 100; 
  font-size:30px;
  line-height:40px; 
 
}


	
/* gallery */

* {
  box-sizing: border-box;
}

.gal-column {
  float: left;
  width: 33.33%;
  padding: 4px 5px;
}

/* Clearfix (clear floats) */
.gal-row::after {
  content: "";
  clear: both;
  display: table;
}

.view-gallery {
  text-align: center;
  margin-top: 10px;
}

.view-gallery a {
  color: #ffffff;
  text-decoration: none;
  border: 0;
  padding: 10px 20px;
  font-family:'Cormorant Garamond', Serif;
  font-variant: small-caps;
  font-size: 16px; 
  line-height: 16px;
}
.view-galleryw a {
  color: #000000;
  text-decoration: none;
  border: 0;
  padding: 10px 20px;
  font-family:'Cormorant Garamond', Serif;
  font-variant: small-caps;
  font-size: 16px; 
  line-height: 16px;
}






/* Style the tab */
.tab {
  overflow: hidden;
  
 
}

@media screen and (max-width: 450px) {
  .tab {
   text-align: center;
    margin: 0;
    padding: auto;
     
  }
  
  }

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  font-family:'Cormorant Garamond', Serif;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 24px;
  color: #ffffff;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #eee;
    color: #000000;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ddd;
  color: #000000;
}

/* Style the tab content */
.tabcontent {
  display: none;
  margin:auto;
  padding: 6px 12px;
   border-top: none;
   cursor: pointer;
}

@media screen and (max-width: 450px) {
  .tabcontent {
     padding: 0;
   }
  
.tab button {
  font-size: 14px;
  
 
}


  }



/* Styles for lightbox */
#lightbox {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: white;
}

.lightbox-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 960px;
  cursor: pointer;
}


.lightbox-close {
  color: #333333;
  position: absolute;
  top: -80px;
  right: -50px;
  font-size: 35px;
  font-weight: normal;
}



#lightbox-image {
    max-width: 100%;
  margin: auto;
	
}

.lightbox-prev,
.lightbox-next {

  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color:#333333;
  font-weight: normal;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}




.lightbox-prev {
  left: -50px;
  border-radius: 3px 0 0 3px;
}

.lightbox-next {
  right: -50px;
  border-radius: 3px 0 0 3px;
}










/* experience */
.btwn-faq {display:none;}



/* serv-card */


 * {
  box-sizing: border-box;
}

.serv-container {
  float: left;
  width: 50%;
  padding: 50px;
   
    

}



/* services-faq */

.container-srv-faq {
  position: relative;
  margin:0;
  padding:0;
  background-color: white; 
  
}

.txt-overlay-srv-faq {
  position: absolute;
  max-width: 30%;
  top:15%;
  right: 10%;
  bottom: 90%;
  left: 8%;
  color: black;
  
}

.text-srv-faq {
  font-family:'Cormorant Garamond'; 
  font-weight:100;
  font-size:70px; 
  
 
}


/* editorial-beautifull */

.container-edit {
  background-color: white; 
  position: relative;
}


.txt-overlay-edit {
  position: absolute;
  max-width: 90%;
  top: 45%;
  left: 20%;
  
  color: #fff;
  
}

.totitle-edit {
  font-family:'Cormorant Garamond'; 
  font-weight:100;
  font-size:60px; 
  line-height:65px;
 
}



/* Tuscany */
.container-edit-tuscany {
background-color: #000000;
position: relative;
  text-align: center;

}


.totitle-edit-tuscany {
  font-family:'Cormorant Garamond'; 
  font-weight:100;
  font-size:90px; 
  line-height:90px;
 
}

.txt-overlay-edit-tuscany {
  position: absolute;
  max-width: 90%;
  top: 12%;
  left: 10%;
  
  color: #000;
  
}


.htext-overlay-top-tuscany {
  position: absolute;
  top: -8.9%;
  left: 50%;
  transform: translate(-50%, 8.9%);
  font-family:'Cormorant Garamond', Serif;
  color:#ffffff;
  font-size: 180px; 
  line-height: 180px;
 
}

.htext-overlay-center-tuscany {
  position: absolute;
  top: 30%;
  
  left: 50%;
   transform: translate(50%, 30%);
 
}

.hsubtext-overlay-center-tuscany {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;;

}


.hbutton-overlay-bottom-tuscany {
  position: absolute;
  top: 70%;
  bottom:30%;
  left: 50%;
  right: 50%;
  white-space: nowrap;
 
}


/* big carousel with text-overlay */

.text-overlay-top-carousel {
  position: absolute;
  top: -8.9%;
  left: 50%;
  transform: translate(-50%, 8.9%);
  font-family:'Butler Roman', Serif;
  color:#000000;
  font-size: 180px; 
  line-height: 180px;
 
}


/* landscape */

.container-landscape {
  position: relative;
  margin:0;
  padding:0;
  
  
}

.htext-overlay-top-overlap {
  position: absolute;
  top: -8.9%;
  left: 50%;
  transform: translate(-50%, 8.9%);
  font-family:'Cormorant Garamond', Serif;
  color:#ffffff;
  font-size: 180px; 
  line-height: 180px;
 
}

.txt-overlay-landscape {
  position: absolute;
  top:60%;
  right: 10%;
  bottom: 40%;
  left: 10%;
  z-index: 1000;
  
}

.txt-overlay-landscape-top {
  position: absolute;
  top:80%;
  bottom:20%;
  left: 10%;
  right: 10%;
  z-index: 1000;
  
}

.txt-overlay-landscape-top-tuscany {
  position: absolute;
  top:50%;
  bottom:50%;
  left: 10%;
  right: 10%;
  z-index: 1000;
  
}

.txt-overlay-landscape-center {
  position: absolute;
  top:70%;
  bottom:30%;
  left: 10%;
  right: 10%;
  z-index: 1000;
  
}



.txt-overlay-landscape-button {
  position: absolute;
  top:90%;
  bottom:10%;
  left: 10%;
  right: 10%;
  z-index: 1000;
  
}

.txt-overlay-landscape-wimage {
  position: absolute;
 top:80%;
  bottom:10%;
  left: 2%;
  right: 2%;
  z-index: 1000;
  
}

@media screen and (max-width: 450px) {

.txt-overlay-landscape-top {
  
  top:40%;
  bottom:60%;
  
}


  .txt-overlay-landscape-services {
    
    top:0%;
    right: 0%;
    bottom: 0%;
    left: 0%;

    
  }
      

  .txt-overlay-landscape-wimage {
  position: absolute;
 top:50%;
  bottom:50%;
  left: 2%;
  right: 2%;
  z-index: 1000;
  
}
  }



/* paralax */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


/* 1. Full-width Image Section */
.parallax-hero {
  /* Replace with your image link */
  background-image: url('../images/editorial/wine-museum/wine-museum.jpg');
  
  /* These pin the image to the screen background */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; /* Stretches the image completely behind the text */
  
  /* Box dimensions */
  height: 100vh; /* Takes up the full height of the browser screen */
  display: flex;
  justify-content: center; /* Centers text box horizontally */
  align-items: center;     /* Centers text box vertically */
  padding: 20px;
 
  z-index: 0;

}


/* Content block below the hero */
.scroll-content {
  padding: 100px 20px;
  text-align: center;
  background-color: #ffffff;
  min-height: 100vh;
}

.scroll-content h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

/* 3. Mobile Tweaks */
@media (max-width: 450px) {
  .parallax-hero {
    /* Prevents glitches on mobile Safari/Chrome by treating it like a standard image */
    background-attachment: scroll; 
    height: auto;
    padding: 80px 20px;
  }

  .overlay-text-box {
    padding: 40px 20px;
  }
}