@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&display=swap");

body{

    color: rgb(255, 255, 255);
    overflow-x: hidden;
    font-family: 'Kurale', serif;
    background: #010101;


}
::selection{
  color: #000000;
   background-color: rgb(255, 255, 255);

}
nav.navbar{
    background-color: rgba(0, 0, 0, 0)!important;
    
    backdrop-filter: blur(0px)!important;
    transition: background .5s!important;

    font-family: 'Inconsolata', serif;
    text-transform: uppercase;
    font-weight: 400;
    z-index: 100;
    
}

li.nav-item a.nav-link{
    color: rgb(248, 242, 242)!important;
    font-size: 20px!important;
   
    
}
.nav-item{
    margin-top: 20px;
    margin-bottom: 20px;
   text-align: center;
    
}
a.nav-link button{
    padding: 10px 20px;
    border: solid 1px rgb(252, 249, 249);
    background: rgba(255, 255, 255, 0);
  color: #ffffff;
    
    width: 200px;
    
    text-transform: uppercase;

  

}
a.nav-link button:hover{
    background: #c8935f;
    transform: scale(1.02);
    color: aliceblue;
}
a.nav-link:hover{
    transform: scale(1.07);
    
}
.navbar li a.active{
  color: rgb(248, 242, 242)!important;
  transform: scale(1.05);
    border-bottom: 1px #c8935f solid!important;
    background-color: transparent;
    
  }
nav.navbar.scrolled {
    background: #1212139c!important;
  }
  

.carousel-inner .carousel-item {

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
 
  }
  
  .carousel-image{
    width: 100%;
    height: 100%;
  }

#carouselExampleFade{
    margin-top: -150px;
   
}

.carousel-caption{
  margin-top: 18%;
}

.carousel-item div.carousel-caption h5 {
 
  font-family: 'Open Sans', sans-serif;
    font-size: 70px;
    color: #ffffff;
    text-transform: capitalize;
 
 font-weight: 300;
}
.carousel-item div.carousel-caption p {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 100;
    font-size: 100px;
   

    text-transform: uppercase;
}
.fade-in-text {
  opacity: 0; /* Start with 0 opacity */
  animation: fadeIn 2s ease-in-out forwards; /* Apply the fadeIn animation */
}

@keyframes fadeIn {
  0% {
      opacity: 0; /* At the start, the text is invisible */
  }
  100% {
      opacity: 1; /* At the end of the animation, the text is fully visible */
  }
}
.view-more button{
    padding: 10px 20px;
    border: solid 2px #c8935f;
    background: rgba(255, 255, 255, 0);
  
    color: #ffffff;
    width: 200px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
}
.view-more button:hover{
    background: #c8935f;
    transform: scale(1.02);
    color: aliceblue;
}

.carousel-control-prev-icon{
    color: #fcf9f900;
}

.title-row{
  background-image: url('../photos/background-darken.png');
  width: 100%;
  padding: 70px;
	background-size: cover;

	background-attachment: fixed;
	background-position: center center;
	position: relative;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.425);
}

/*About-section*/
.container-box{
    justify-content: center;
    text-align: center;
    align-items: center;
    padding-left: 300px;
    padding-right: 300px;
    font-family: 'Open Sans', sans-serif;
    justify-content: center;
    font-weight: 100;
    padding-top: 40px;
    padding-bottom: 40px;
    color: rgba(0, 0, 0, 0.651);
}
.quote-box{
    height: 450px;
    margin-bottom: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 0px;
    align-items: center;
}
.quote-background{
	background: url('../photos/salmon-fish-seafood-518032.jpg') no-repeat rgba(252, 247, 247, 0.521);
    width: 100%;
	background-size: cover;
	padding: 100px 0;
	background-attachment: fixed;
	background-position: center center;
	position: relative;
}
.quote h2{
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 30px;
  font-family: 'Cormorant Garamond', serif;
  color: white;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 60px;

}
.menu-title{
  text-shadow: 2px 2px rgba(0, 0, 0, 0.199);
}
.menu-title:before,
.menu-title:after {
  background-color: white;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 250px;
}
.menu-title:before {
  right: 0.5em;
  margin-left: -50%;
}

.menu-title:after {
  left: 0.5em;
  margin-right: -50%;
}

/*Contact-section*/

.quote-box1{
  height: 200px;
  margin-bottom: 100px;
  padding-top: 0px;
  padding-bottom: 100px;
  margin-top: -50px;
  align-items: center;
  text-align: center;
  display: flex;
  box-shadow: 10px 10px rgba(0, 0, 0, 0.39);
}
.quote-background1{
background: url('../photos/background.jpg') no-repeat rgba(252, 247, 247, 0.521);
  width: 1000px;
background-size: cover;
padding: 100px 0;

background-position: center center;
position: relative;
margin-bottom: 200px;
}
.quote1 h2{
display: flex;
justify-content: center;
text-align: center;
margin-top: -20px;
font-family: 'Kural',serif;
color: #e7af9a;
text-transform:uppercase;
font-style: italic;
letter-spacing: 3px;
word-spacing: 6px;
font-size: 30px;

}
.hovereffect {

  float:left;
  overflow:hidden;
  position:relative;
  text-align:center;
  cursor:default;
  }
  .hovereffect img {
    display:block;
    position:relative;
    -webkit-transition:all .3s linear;
    transition:all .4s linear;
    }
    .hovereffect:hover img {
      -ms-transform:scale(1);
      -webkit-transform:scale(1);
      transform:scale(1.2);
      }
      .hovereffect .overlay {
        width:100%;
        height:84%!important;
        position:absolute;
        overflow:hidden;
        top:0;
        left:0;
        opacity:0;
        background-color:rgba(0,0,0,0.5);
        -webkit-transition:all .4s ease-in-out;
        transition:all .4s ease-in-out
        }
        .hovereffect .overlay1 {
          width:100%;
          height:85%!important;
          position:absolute;
          overflow:hidden;
          top:15%;
          left:0;
          opacity:0;
          background-color:rgba(0,0,0,0.5);
          -webkit-transition:all .4s ease-in-out;
          transition:all .4s ease-in-out
          }
          .hovereffect:hover .overlay {
            opacity:1;
            filter:alpha(opacity=100);
            }
            
            .hovereffect:hover .overlay1 {
              opacity:1;
              filter:alpha(opacity=100);
              }

              .hovereffect .overlay2 {
                width:100%;
                height:75%!important;
                position:absolute;
                overflow:hidden;
                top:26%;
                left:0;
                opacity:0;
                background-color:rgba(0,0,0,0.5);
                -webkit-transition:all .4s ease-in-out;
                transition:all .4s ease-in-out
                }
              .hovereffect:hover .overlay2 {
                opacity:1;
                filter:alpha(opacity=100);
                }
                
                .hovereffect .overlay3 {
                  width:100%;
                  height:80%!important;
                  position:absolute;
                  overflow:hidden;
                  top:6%;
                  left:0;
                  opacity:0;
                  background-color:rgba(0,0,0,0.5);
                  -webkit-transition:all .4s ease-in-out;
                  transition:all .4s ease-in-out
                  }
                .hovereffect:hover .overlay3 {
                  opacity:1;
                  filter:alpha(opacity=100);
                  }
                  
              
            .hovereffect a.info {
              text-decoration:none;
              display:inline-block;
              text-transform:uppercase;
              color:#fff;
              border:1px solid #fff;
              background-color:transparent;
              opacity:0;
              filter:alpha(opacity=0);
              -webkit-transition:all .2s ease-in-out;
              transition:all .2s ease-in-out;
              margin:250px 0 0;
              padding:7px 14px;
              }
              .hovereffect a.info:hover {
                box-shadow:0 0 5px #fff;
                }
                .hovereffect:hover a.info {
                  opacity:1;
                  filter:alpha(opacity=100);
                  -ms-transform:translatey(0);
                  -webkit-transform:translatey(0);
                  transform:translatey(0);
                  }
                  
                  .hovereffect:hover a.info {
                  -webkit-transition-delay:.2s;
                  transition-delay:.2s;
                  }
         
                  .contact-home{
                      padding: 0px;
                      outline: 1px solid #c8935f;
                      outline-offset: -90px;
                      filter: alpha(opacity=100);

  
                  }
                
/*Aboutus.html*/
.quote-background2{
  background: url('../photos/carousel2.jpg') no-repeat rgba(252, 247, 247, 0.521);
  height: 500px;
    width: 100%;
  background-size: cover;
  padding: 100px 0;
  margin-top: -100px;
  
  background-position: center center;
  position: relative;
  }
  .quote2 {
  display: flex;
  justify-content: center;
  text-align: center;
  
  margin-top: 110px;
  font-family: 'Kural', serif;
  font-style: italic;
  color: white;
  text-transform: uppercase;
  font-weight: 100;
  font-size: 90px;
  
  }

  .quote-background3{
    background: black;
    height: 600px;
      width: 100%;
    background-size: cover;
    padding: 100px 0;
    margin-top: 100px;
    
    background-position: center center;
    position: relative;
    }

    .quote3 h2{
      text-align: center;
     font-family: 'Kural', serif; 
     font-size: 60px!important;
     text-transform: uppercase;
     font-style: italic;
     text-shadow: 3px 3px#000;
    }
    #slider{
      height: 500px;
  
      display: flex!important;
      justify-content: center!important;
      align-items: center!important;
  }
  .container{
    
      margin: auto;
  }
  .subcontainer{
      width: 85%;
      margin: auto;
  }
  
  .slide-img{
      width: 100%;
      height: 200px;
      border-radius: 5px;
      background-position: center;
      background-size: cover;
      cursor: pointer;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.5s;    
  }
  .slide-img:hover{
      box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.564) inset;
  }
  .slide-img a{
      opacity:0;
      text-decoration: none;
      transform: scale(0);
      transition: 0.8s;
      font-size: 1.5rem;
      color: #f7f7f7;
  }
  
  .slide-img:hover a{
  opacity: 1;
  transform: scale(1);
  }
  
  .img-1{
      background-image: url('../photos/img1.jpg');
  }
  
  .img-2{
      background-image: url('../photos/img2.jpg');
  }
  
  .img-3{
      background-image: url('../photos/img3.jpg');
  }
  
  .img-4{
      background-image: url('../photos/img4.jpg');
  }
  
  .img-5{
      background-image: url('../photos/img5.jpg');
  }
  .img-6{
      background-image: url('../photos/img6.jpg');
  }
  .img-7{
      background-image: url('../photos/img7.jpg');
  }
  .img-8{
      background-image: url('../photos/img8.jpg');
  }
  .img-9{
      background-image: url('../photos/img9.jpg');
  }
    
  .quote-background4{
    background: url('../photos/carousel2.jpg') no-repeat rgba(252, 247, 247, 0.521);
      width: 100%;
    background-size: cover;
    padding: 100px 0;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    margin-top: -200px;
    height: 350px;
  }
  .quote4 {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 0px;
    font-family: 'Kural', serif; 
    color: white;
    text-transform: capitalize;
    font-weight: 300;
text-shadow: 3px 3px#b37e6b;
    font-size: 80px!important;
  
  }

  /*Menu.html*/
  .quote-background5{
    background: url('../photos/m.png') no-repeat rgba(252, 247, 247, 0.521);
    height: 500px;
      width: 100%;
    background-size: cover;
    padding: 100px 0;
    margin-top: -100px;
    
    background-position: center center;
    position: relative;
  }
 .menu-col {

    margin-top: 100px;
    margin-right: -150px;
    position: relative;
color: #000;
  
    box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.322);
    background-color: #fdfbfbc0;
  }
  .menu-col3 {

    margin-top: 100px;
    margin-right: -150px;
    position: relative;
color: #000;
  
    box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.322);
    background-color: #fdfbfbc0;
  }
  .menu-wrapper{

    font-family: 'Kural', serif; 
  
    
  }
  .menu-col:hover{
    transform: scale(1.02);
    background: #b37e6b;
    box-shadow: 10px 10px 10px 10px rgba(251, 249, 249, 0.511);
   
  }
  .menu-col3:hover{
    transform: scale(1.02);
    background: #b37e6b;
    box-shadow: 10px 10px 10px 10px rgba(251, 249, 249, 0.511);
   
  }
  .fish-photo{
   
    
    padding: 0px;
    outline: 5px solid #b37e6b;
    outline-offset: -20px;
  
  }

  .menu-col1 {

    margin-top: 200px!important;
    margin-left: -150px;
    
color: #000;
  
    box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.322);
    background-color: #fdfbfbc0;
  }
  .menu-col2 {

    margin-top: 0px!important;
    margin-left: -150px;
    
color: #000;

    box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.322);
    background-color: #fdfbfbc0;
  }
  .menu-col1:hover{
    transform: scale(1.02);
    background: #b37e6b;
    box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.322);
   
  }
  .menu-col2:hover{
    transform: scale(1.02);
    background: #b37e6b;
    box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.322);
   
  }
.drinks{
  background: url('../photos/drinks.jpg');
  background-size: cover;
 padding-bottom: 80px;
}
.drinks-types .col-lg-6{
  font-family: 'Cormorant Garamond', serif;
  margin-top: 30px;
  font-size: 30px;

}

  /*Gallery.html*/

  .facilities-title2{
    margin-top: 100px;
    text-align: center;
    justify-content: center;
    font-family: 'Kurale', serif!important;
  }
  .quote-background6{
    background: url('../photos/gallery-header.jpg') no-repeat!important;
    height: 500px;

    background-size: cover!important;
    padding: 100px 0;
    margin-top: -100px;
    
    background-position: center;
    position: relative;
  }
  .photo-gallery {
    color:#313437;
    background-color:black;
  }
  
  .photo-gallery .photos {
    padding-bottom:20px;
  }
  
  .photo-gallery .item {
    padding-bottom:30px;
  }
 .photos div.item:hover{
  transform: scale(1.02);
border-radius: 5px;
  border-bottom: solid white 1px;
  padding: 0px;
}

  /*Contact.html*/
  .quote-background7{
    background: url('../photos/carousel1.jpg') no-repeat rgba(252, 247, 247, 0.521);
    height: 500px;
      width: 100%;
    background-size: cover;
    padding: 100px 0;
    margin-top: -100px;
    
    background-position: center center;
    position: relative;
  }

div.row.map-section {
align-items: center;
}
  

@media (max-width:1024px){
.carousel-item div.carousel-caption {
  padding-top: 200px;
}
  .quote3 h2{
    font-size: 25px!important;
  }
  .quote4{
    font-size: 40px!important;
  }
    .carousel-item div.carousel-caption p {
        font-family: 'Kurale', serif;
        font-size: 50px!important;
     padding: 0px;
     padding-bottom: 0px;
        text-transform: uppercase;
    }  
    
   div.navbar-collapse {
       height: 900px;
     
    }
    nav.navbar{
        background: #1212139c;
    }
    .container-box{
        justify-content: center;
        text-align: center;
        align-items: center;
        padding-left: 0px;
        padding-right: 0px;
        font-family: 'Open Sans', sans-serif;
        justify-content: center;
        font-weight: 100;
        padding-top: 40px;
        padding-bottom: 40px;
        color: rgba(0, 0, 0, 0.651);
    }
    .quote h2{
        font-size: 30px!important;
       }
       .nav-item{
        margin-top: 10px;
        margin-bottom: 10px;
       text-align: center;
        
    }
}
 


@media(max-width:990px){
    .quote-background{
	background: url('../photos/salmon-fish-seafood-518032.jpg') no-repeat rgba(252, 247, 247, 0.521);
    width: 100%;
	background-size: cover;
	padding: 100px 0;
	background-attachment:scroll;
	background-position: center center;
	position: relative;
}
  .quote-background4{
    background: url('../photos/carousel2.jpg') no-repeat rgba(252, 247, 247, 0.521);
      width: 100%;
    background-size: cover;
    padding: 100px 0;
    background-attachment: scroll;
    background-position: center center;
    position: relative;
    margin-top: -200px;
    height: 350px;
  }
.contact-section{
  margin: 0px!important;
  padding: 0px!important;
  overflow-x: hidden;
}

  .container-fluid{
    padding: 0px!important;
  }
 section.about-section{
  margin-top: 0px!important;
  padding-top: 0px!important;
 }


h1.about-title {
  font-size: 40px!important;
}
.about-col{
  padding: 0px!important;
}
  .carousel-inner {

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

   image-rendering: optimizeQuality;
 
  }
  .carousel-item {
    height: 700px;
  }

  .carousel-image{
    margin-top: 18vh;
    width: 150%;
    height: 60vh;
  }
   
  .hovereffect .overlay3 {
    width:100%;
    height:100%!important;
    position:absolute;
    overflow:hidden;
    top:0;
    left:0;
    opacity:0;
    background-color:rgba(0,0,0,0.5);
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
    }
  .hovereffect:hover .overlay3 {
    opacity:1;
    filter:alpha(opacity=100);
    }
    .hovereffect .overlay2 {
      width:100%;
      height:99%!important;
      position:absolute;
      overflow:hidden;
      top:1.5%;
      left:0;
      opacity:0;
      background-color:rgba(0,0,0,0.5);
      -webkit-transition:all .4s ease-in-out;
      transition:all .4s ease-in-out
      }
      .hovereffect .overlay1 {
        width:100%;
        height:99%!important;
        position:absolute;
        overflow:hidden;
        top:1.5%;
        left:0;
        opacity:0;
        background-color:rgba(0,0,0,0.5);
        -webkit-transition:all .4s ease-in-out;
        transition:all .4s ease-in-out
        }
        .hovereffect .overlay {
          width:100%;
          height:100%!important;
          position:absolute;
          overflow:hidden;
          top:0;
          left:0;
          opacity:0;
          background-color:rgba(0,0,0,0.5);
          -webkit-transition:all .4s ease-in-out;
          transition:all .4s ease-in-out
          }
  .middle-col img{
margin-top:30px!important;

  }
  
  
  .side-col h1{
    margin-top: 30px!important;
  
  }
  nav.navbar{
    background: #1212139c!important;
 
}
div.container-lg{
  align-items: center;
}

  .menu-col{
    margin-top: 0px!important;
    padding-top: 0px!important;
  }
  .quote3 h2{
    font-size: 25px!important;
  }
  .quote4{
    font-size: 30px!important;
  }
  .menu-container{
    margin-top: 40px!important;
  }
.menu-col1{
  margin-left:0px!important;
  width: 100%!important;
  margin-top: 0px!important;
    padding-top: 0px!important;
}
.menu-col2{
  margin-left:0px!important;
  width: 100%!important;

  margin-top: 0px!important;
    padding-top: 50px!important;
    margin-right: 0px!important;
}
.menu-col{
  margin-right:0px!important;
  width: 100%!important;
}
.menu-col3{
  margin-right:0px!important;
  width: 100%!important;
}
  .quote2{
    font-size: 50px;
    text-align: center;
  }
  h1.aboutus-title{
    font-size: 30px!important;


    
  }
    div.navbar-collapse {
        height: 1000px;
      
     }

     h1.menu-title{
      font-size: 30px!important;
     }
     .menu-title:before,
.menu-title:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;

  width: 20px;
}

.quote-background1{
width: 500px;
}
.quote1 h2{
  font-size: 20px;
  letter-spacing: 0;
}  

    }
@media(max-width:450px){
  .title-row{
    padding: 19px;
    width: 100%!important;
    margin-right: 0px;
    margin-left: 0px;
      box-shadow: none;
      padding-right: 0px;
      padding-left: 0px;
    }
     .img-header1{
      margin-bottom: -20px!important;
      position: relative!important;
     
    }
    .text-container{
      padding-top: 0px!important;
      margin-top: 0px!important;
      font-family: 'Satisfy', cursive;
      height: 200px;
      width: 100%;
    
    }
    .text-container h1{
      margin-top: 0px;
    }
    .img-header{
      margin-top: -20px!important;
      position: relative;
     
    }
}
.js-scroll {
    opacity: 0;
    transition: opacity 500ms;
  }
  
  .js-scroll.scrolled {
    opacity: 1;
  }
  

  .scrolled.fade-in-bottom {
    animation: fade-in-bottom 1s ease-in-out both;
  }
  
  
  .scrolled.slide-right {
    animation: slide-in-right 1s ease-in-out both;
  }
  .scrolled.slide-left {
    animation: slide-in-left 1s ease-in-out both;
  
  }
  @keyframes fade-in-bottom {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  
  @keyframes slide-in-left {
    0% {
      transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  
  @keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(100px);
      transform: translateX(100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
  }

  @keyframes vsmorph {
    0% {
      border-radius: var(--morp-value);
    }
    50% {
      border-radius: var(--morp-md-value);
    }
    100% {
      border-radius: 40% 60%;
    }
  }
  @keyframes morpspin {
    to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn);
    }
  }
  .reveal-item {
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .reveal-item .reveal-animation {
    position: absolute;
    top: 0;
    width: 100%;
    height: 101%;
    background: var(--color-primary);
  }
  
  .reveal-item .reveal-animation::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--bs-gray-400);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
  }
  
  .reveal-animation.reveal-primary::before {
    background: #0c0c0a;
  }
  
  .reveal-animation.reveal-dark::before {
    background: #000;
  }
  
  .reveal-animation.reveal-white::before {
    background: #000;
  }
  
  .reveal-animation.reveal-top.aos-animate::before,
  .reveal-animation.reveal-bottom.aos-animate::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  
  .reveal-animation.reveal-start.aos-animate::before,
  .reveal-animation.reveal-end.aos-animate::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  
  .reveal-animation.reveal-top::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  
  .reveal-animation.reveal-start::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  
  .reveal-animation.reveal-end::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  
  .reveal-animation.reveal-bottom::before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  
  [data-aos=reveal-top],
  [data-aos=reveal-start],
  [data-aos=reveal-end],
  [data-aos=reveal-bottom] {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  
  [data-aos=reveal-top] {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  
  [data-aos=reveal-top].aos-animate {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  
  [data-aos=reveal-start] {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  
  [data-aos=reveal-start].aos-animate {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  
  [data-aos=reveal-end] {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  
  [data-aos=reveal-end].aos-animate {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  
  [data-aos=reveal-bottom] {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  
  [data-aos=reveal-bottom].aos-animate {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
  }
  
  [data-aos=reveal-item] {
    visibility: hidden;
    -webkit-transition-property: visibility;
    transition-property: visibility;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
  
  [data-aos=reveal-item].aos-animate {
    visibility: visible;
  }
  