
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Gilda+Display&family=Katibeh&family=Lora:ital,wght@0,400..700;1,400..700&family=Sedan+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Dancing+Script:wght@400..700&family=Gilda+Display&family=Katibeh&family=Lora:ital,wght@0,400..700;1,400..700&family=Playball&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Sedan+SC&family=Sevillana&display=swap');

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color:   #dcecf416;
  /* font-family: 'Della Respira', serif;
  font-family: 'Raleway', sans-serif;
  font-family: 'Italiana', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Marcellus', serif;
  font-family: 'Marcellus SC', serif;
  font-family: 'Work Sans', sans-serif;
  font-family: 'Lato', sans-serif;
  font-family: 'Lora', serif;
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Literata', serif;
  font-family: 'Barlow', sans-serif;
  font-family: 'Dancing Script', cursive;
  font-family: 'Gilda Display', serif;
  font-family: 'Cinzel', serif; */
  color: rgb(0, 0, 0);

}
h6{
  font-family: 'Gilda Display', serif;
  line-height: 30px;
}
a{
  text-decoration: none;
}
::selection {
  color: #ffffff;
  background: #74685E;
}

.background-container {

  animation: zoom 10s ease-in-out forwards;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

nav.navbar {
  background-color: #ffffff;

  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;

  font-family: 'Literata', serif;
  text-transform: uppercase;
font-weight: 500;
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;


}

li.nav-item a.nav-link {
  color: rgb(0, 0, 0) !important;
  font-size: 15px !important;



}
.navbar-collapse{
  background-color: #ffffff;
}

.nav-item {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;

}

a.nav-link:hover {
  transform: scale(1.07);

}

.navbar li a.active {
  color:#000000!important;
  transform: scale(1.05);
  border-bottom: 1px #000000 solid !important;
  background-color: transparent;

}


.dropdown-menu {
  background-color: rgb(255, 255, 255) !important;
  color: #0E1927;
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  border: 1px solid #CEC2AA;
  font-family: 'Cormorant Garamond', serif;

  font-weight: 400;
  z-index: 100;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.dropdown-menu .dropdown-item {
  color: rgb(0, 0, 0);
  text-align: left;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #ceb489;
  border: 1px solid #ceb489;
  transform: scale(1.02);
  color: rgb(255, 255, 255);
}

#bottone5 {
  align-items: center;
  background-color: #ceb489;
  border: 1px solid #ceb489 ;
 
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
 }
 
 #bottone5:hover,
 #bottone5:focus {
  border-color: #ceb489;
  box-shadow: #ceb489 0 4px 12px;
  color: #ffffff;
 }
 
 #bottone5:hover {
  transform: translateY(-1px);
 }
 
 #bottone5:active {
  background-color: #F0F0F1;
  border-color: #9B7D4B;
  box-shadow: #9B7D4B 0 2px 4px;
  color: #9B7D4B;
  transform: translateY(0);
 }

 
  /* footer */
  .contact section p {
    color: white;
    text-align: center;
  }
  
  .contact section a {
    text-decoration: none;
    color: inherit;
    transition: .1s;
    border-bottom: 1px solid transparent;
  }
  
  .contact section a:hover {
    border-color: var(--bs-secondary);
  }
  
  
  @media only screen and (min-width: 992px) {
  
    header .navbar .link-btn {
      margin: 0;
      margin-left: auto;
    }
  
    .im-img {
      width: 28%;
    }
  }
  .footer_wrapper {
    background: linear-gradient(0deg, #000000ad, #0000009d), url('image/556259231 - Copy.jpg') center/cover no-repeat , #000000;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;

    font-family: 'Gilda Display', serif;
  }
  
  .footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
  }
  
  .footer_wrapper .contact-info li a {
    color: white;
  }
  
  .footer_wrapper .link-widget li a,
  .footer_wrapper p {
    color: white;
    font-size: 14px;
    padding-left: 1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  
  .footer_wrapper .link-widget li a::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  
  }
  
  .footer_wrapper .link-widget li a:hover {
    margin-left: .625rem;
    color: hsl(0, 0%, 100%);
  }
  
  
  .footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
  }
  
  .footer_wrapper .copyright-section {
    background-color: #000000;
    padding: 1.10rem 0 .3125rem;
    text-align: center;
  }
  
  .footer_wrapper .copyright-section a {
    color: white;
  }
  
  @media (max-width: 767px) {
    .footer_wrapper>div {
      padding: 0 1.875rem;
    }
  }
  
  .con{
    padding-left: 80px;
  }  @media only screen and (max-width: 901px) {
    .con{
        padding-left: 0px !important;
      } 

  }
  .footer_wrapper .social-network a {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: .5rem;
    line-height: 2rem;
    font-size: .875rem;
    display: inline-block;
    border: .125rem solid #CEB489;
    color: var(--text-gray);
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .footer_wrapper .social-network a:hover {
    background-color: rgba(0, 0, 0, 0.233);
    border-color: var(--secondary-color);
    color: var(--text-white);
    box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
    transform: translateY(-0.1875rem);
  }


/* 3 Banner */
.banner_wrapper {
    height: 46.625rem;

   z-index: 1;
    position: relative;
}

.banner_wrapper .swiper {
    width: 100%;
    height: 100%;
}
.banner_wrapper h1{
    font-family: "Cinzel", serif;
 
    
    font-style: normal;
    font-size: 100px; 
    color: #f5f5f5;
}

.banner_wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner_wrapper .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    z-index: 0;
}

.banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: .9375rem;
    height: .9375rem;
    background-color: var(--secondary-color);
    border: .0625rem solid var(--bg-white);
    background-color: #ffffff;
}

.banner_wrapper .swiper .slide-caption {
    height: 100%;
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_wrapper .swiper .slide-caption p {
    max-width: 37.5rem;
    margin: 0 auto;
    color: var(--text-white);
}
@media screen and (min-width: 200px)and (max-width: 950px) {

    .banner_wrapper h1{
      
        font-size: 50px; 
       
    }
    .banner_wrapper .swiper .slide-caption p {
font-size: 20px !important;
      
    }
   .about01{
    font-size: 19px !important;
   }   
     .banner_wrapper .swiper {
   
    height: 60% !important;
}
}
.swiper-button-next,
.swiper-button-prev {
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  background: transparent;
  color: white;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: transparent;
  color: white;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1rem;
}


.about-section{

    
    position: relative;
    overflow: hidden;
}


  .about-content {
    position: relative;
    z-index: 10 !important; /* Place it above the pseudo-element */
    /* Other styles for your content */

  }
  .about-img{
    position: relative;
    margin-left: -150px;
    margin-top: 250px;
 
  }
@media (min-width: 768px) {
  .button-59 {
    min-width: 170px;
  }
}
@media(max-width:990px){
.about-img img{
    position: relative !important;
    margin-left: 70px !important;
    margin-top: -80px !important;
  
} 
.about-section {
    padding-bottom: 50px !important;
}
.about01{
  margin-left:0px !important;
}
.about02{
  font-size: 30px !important;
}
 .rev1{
    font-size: 35px !important;

 }
 .bg01{
    font-size: 50px;
 }
}



    /* about */
    .golden {
        font-family: 'Barlow', sans-serif;
        font-size: 17px;
        font-weight: 400;
        line-height: 1.75em;
        color: #4b4a4a;
        margin-bottom: 20px;
      }
      .golden2{
        font-size: 46px;
        font-family: 'Gilda Display', serif;
        font-weight: 400;
     
        position: relative;
        margin-bottom: 20px;
        line-height: 1.25em;
      }
      
      .golden1{
        font-size: 15px;
        font-family: 'Barlow Condensed', sans-serif;
        font-weight: 400;
        color: #666;
        text-transform: uppercase;
        position: relative;
        letter-spacing: 6px;
        margin-bottom: 5px;
      }
    
      @media (max-width: 991px) {
        
      
      .golden1{
        font-size: 12px !important;
      }
      .golden2{
        font-size: 29px !important;
      }
      .golden{
        font-size: 15px !important;
      }
      .about000{
        margin-left: 0px !important;
      }
      
      }

      .rooms1{
        background-color:#F8F5F0;
        padding-top: 30px;
      }
      .rooms1 .item {
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
        background-color: CRE;
      }
      .rooms1 .item:hover img {
        -webkit-filter: none;
        filter: none;
        -webkit-transform: scale(1.09, 1.09);
        transform: scale(1.09, 1.09);
        -webkit-filter: brightness(70%);
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
      }
      .rooms1 .item:hover .con {
        bottom: 0;
      }
      .rooms1 .item img {
        -webkit-transition: all .5s;
        transition: all .5s;
      }
      .rooms1 .item .category {
      position: absolute;
        top: 20px;
        right: 20px;
        z-index: 3;
        writing-mode: vertical-rl;
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        text-orientation: mixed;
        text-transform: uppercase;
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 3px;
        background: transparent;
        border: 1px solid rgba(255,255,255,0.5);
        font-family: 'Barlow Condensed', sans-serif;
        padding: 10px 3px;
        line-height: 1.5em;
      }
      .rooms1 .item .category a {
        color: #fff;
      }
      .rooms1 .item .category:hover {
        color: #fff;
      }
      .rooms1 .item .con {
        padding: 20px;
        position: absolute;
        bottom: -60px;
        left: 0;
        width: 100%;
        -webkit-transition: all .3s;
        transition: all .3s;
        text-align: left;
        z-index: 20;
        height: auto;
        box-sizing: border-box;
        background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
        background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
        background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
      }
      .rooms1 .item .con h6,
      .rooms1 .item .con h6 a {
        position: relative;
        color: #fff;
        font-size: 15px;
        font-family: 'Barlow Condensed', sans-serif;
        display: inline;
        letter-spacing: 3px;
        text-transform: uppercase;
      }
      .rooms1 .item .con h6 i {
        font-size: 6px;
        margin-right: 2px;
      }
      .rooms1 .item .con h5,
      .rooms1 .item .con h5 a {
        position: relative;
        color: #fff;
        font-size: 27px;
        font-weight: 400;
        margin-top: 5px;
        margin-bottom: 5px;
        font-family: 'Gilda Display', serif;
      }
      .rooms1 .item .con p {
        color: #fff;
        font-size: 20px;
      }
      .rooms1 .item .con i {
        color: #fff;
        font-size: 18px;
      }
      .rooms1 .item .con i:hover {
        color: #fff;
      }
      .rooms1 .item .con .butn-light {
        margin-left: 0;
        border-radius: 30px;
        border-color: #666;
        padding: 11px 30px;
      }
      .rooms1 .item .con .butn-light:hover {
        border-color: #AA8453;
      }
      /* line animation */
      .rooms1 .item .line {
        text-align: center;
        height: 1px;
        width: 60px;
        background-color: rgba(255, 255, 255, 0.2);
        transition-property: all;
        transition-duration: 0.3s;
        transition-timing-function: ease-in-out;
        margin: auto 0 30px;
      }
      .rooms1 .item:hover .line {
        width: 100%;
        transition-property: all;
        transition-duration: 0.8s;
        transition-timing-function: ease-in-out;
      }
      /* facilities */
      .rooms1 .facilities ul {
      margin: 0;
      padding: 0;
      list-style: none;
      }
      .rooms1 .facilities ul li {
      color: #fff;
      font-size: 10px;
      text-transform: uppercase;
        letter-spacing: 3px;
      line-height: 1.2em;
      padding-bottom: 20px;
        float: left;
      }
      .rooms1 .facilities ul li i {
      margin-right: 10px;
      }
      /* permalink */
      .rooms1 .item .con .permalink a {
        color: #fff;
        text-align: right;
      }


      /* facilities */
.facilities-section{
    background: url('image/556260488.jpg') rgba(20, 19, 19, 0.466);
    
    background-position: center 75%;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
  
  
  }
  .facility-box{
    background: rgba(100, 99, 99, 0.756);
    padding: 30px;
    border: #b7893200 1px solid;
  }
  .facility-box:hover{
    background: #ffffff3c;
    color: white;
    border: #ca9356 1px solid;
    transition: 0.3s ease-in-out;
  
  
  }
  .facility-box h5{
    color: #ffffff;
    font-family: 'Gilda Display', serif;
  }

  .Slogan .bg{
    background: url('image/538593694.jpg')rgba(0, 0, 0, 0.623);
    background-attachment: fixed;
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 300px;
}


          /*Index-Gallery*/
          .s-gallery .gallery-main {
          
            display: flex;
            justify-content: space-between;
        }
        .s-gallery .gallery-main .gallery-box {
            width: 20%;
            position: relative;
            height: 50px;
         
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            transition-duration: 0.3s;
        }
        .s-gallery .gallery-main .gallery-box:hover .content {
            height: 50%;
            opacity: 1;
            visibility: visible;
        }
     
        .gallery-main {
            flex-wrap: wrap;
            margin-top: 0;
            display: flex;
            justify-content: space-between;
        }
        .gallery-main .gallery-box {
            margin: 30px 0 0 0;
        }
        .s-gallery .gallery-main .gallery-box {
            position: relative;
            height: 350px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
        .s-gallery .gallery-main .gallery-box:hover .content {
            height: 100%;
            opacity: 1;
            visibility: visible;
            width: 100%;
        }
        .s-gallery .gallery-main .gallery-box:hover {
            transform: translateY(10px);
        }
        .s-gallery .gallery-main .gallery-box img {
            width: 120%;
            height: 100%;
            object-fit: cover;
        }
        
        @media only screen and (max-width: 1440px) {
            .s-gallery .gallery-main .gallery-box {
                width: 120%;
                margin-bottom: 30px;
            }
        }
        @media only screen and (max-width: 1440px) {
            .s-gallery .gallery-main {
                flex-wrap: wrap;
            }
        }
        @media only screen and (max-width: 767px) {
            .s-gallery .gallery-main .gallery-box {
                width: 100%;
                margin: 0 0 30px;
            }
        }

        @media (max-width: 991px) {
            .about-section{
                padding-top: 70px !important;
            }
         
            .rooms1{
                padding-top: 70px !important;
                padding-bottom: 70px !important;
            }
            .s-gallery{
                padding-top: 70px !important;
            }
            .map-1{
                margin-left: -35px !important;
            }
            #contact{
                padding-top: 50px !important;
            }

            .rooms1 .item .con h5,
      .rooms1 .item .con h5 a{
        padding-left: 10px !important;
      }
      .rooms1 .item .con h6 a{
        padding-left: 10px !important;
      }
      .s-gallery{
        padding-bottom: 50px !important;
      } 
        }




        .rooms-bg1{
            background: url('image/556260615.jpg') rgba(0, 0, 0, 0.452);
            background-attachment: fixed;
            background-position: bottom;
            background-repeat: no-repeat;
            background-size: cover;
            background-blend-mode: multiply;
            height: 40vh;
            position: relative;
          
        
          }
          .bg01{
            text-align: center;
            font-family: 'Gilda Display', serif;
            font-weight: 500;
             font-size: 45px;
            
             padding-top: 80px;
             text-shadow: 1px 1px 1px #ffffff;
            letter-spacing: 2px;
             
              }
              @media(max-width:990px){
            
                .bg01{
                   font-size: 35px !important;
                   padding-top: 80px !important;
                }
                .logologo{
                    margin-top: 0px !important;
                }
           }
             
              .about-bg1{
                background: url('image/547414275.jpg') rgba(0, 0, 0, 0.568);
                background-attachment: fixed;
                background-position: center;
                background-repeat: no-repeat;
                background-size: cover;
                background-blend-mode: multiply;
                height: 40vh;
                position: relative;
              
              }
              .gallery-bg1{
                background: url('image/556259231 - Copy.jpg') rgba(0, 0, 0, 0.568);
                background-attachment: fixed;
                background-position: bottom;
                background-repeat: no-repeat;
                background-size: cover;
                background-blend-mode: multiply;
                height: 40vh;
                position: relative;
              
               
              }
        
              .contact-bg1{
                background: url('image/538593612.jpg') rgba(0, 0, 0, 0.568);
                background-attachment: fixed;
                background-position: bottom;
                background-repeat: no-repeat;
                background-size: cover;
                background-blend-mode: multiply;
                height: 40vh;
                position: relative;
              
               
              }

              .room-box:hover{
                -webkit-box-shadow: 7px 7px 0px 0px #4b463e !important;
              -moz-box-shadow: 7px 7px  0px 0px #4b463e !important;
              box-shadow: 7px 7px  0px 0px #4b463e !important;
              transition: 0.3s ease;
              }
              
              .room-box:hover button{
              background: #4b463e !important;
              }
              .room-content{
                padding: 0px 30px 0px 30px;
              }
        
              .golden5{
                font-size: 25px;
                font-family: "Cinzel", serif;
                font-weight: 400;
                color: #222;
                position: relative;
            padding-top: 20px;
                line-height: 1.25em;
              }

              .golden4{
                font-size: 25px;
                font-family: "Cinzel", serif;
                font-weight: 400;
                color: #222;
                position: relative;
            
                line-height: 1.25em;
              }

                /*******Contact Section******/
.box{
    margin-top: 30px;
    padding: 30px;
    background: url("image/bg-pattent2 - Copy.jpg") #F8F6F2;
    margin-left: 30px;
    margin-right: 30px;
    transition: transform 500ms ease;
  }
  .box:hover{
    transform: scale(1.05);
    transition: transform 500ms ease;
  }
  

  .rez1{

    box-shadow: -100px -100px 0px -65px #CEB489;
     }

     /* customers */

.customers{
    padding-top: 30px;
    

    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("image/556261057.jpg") center/cover no-repeat fixed;
  }
  .customer{
    background: #00000070;
    padding: 15px;
    text-align: center;
    margin: 24px 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
    border: 1px solid #644222;
    cursor: pointer;
    transition: var(--transition);
    color:white;
  }
  .rating{
    margin: 10px 0;
    color: yellow;
  }
  
  .customer p{
    opacity: 0.7;
    line-height: 1.8;
    width: 60%;
    margin: 0 auto;
    color: white;
  }
  .customer img{
    width: 170px;
    height: 170px;
    border-radius: 50%;
    margin: 25px auto;
  }
  .customer span{
    font-weight: 700;
    opacity: 0.7;
  }
  .customer:hover{
    transform: translateY(-18px);
  }
  @media(min-width: 992px){
    
    .customers-container{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
    }
  
  }
  @media(min-width: 1370px){
    .customers-container{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    
  }
  @media(max-width: 500px){
    .customer p{
        width: 100%;
    }
    .customer img{
        width: 100px;
        height: 100px;
    }
  }

  .marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 100px;
    overflow: hidden;
    font-size: 120px;
    font-weight: bold;
    margin-top: -60px;

  }
  .marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 140s linear infinite
  }
  .marquee .content {
    opacity: 0.05;
    line-height: 1.2
  }
  @keyframes marquee {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(-30%)
    }
  }

  /*Animations*/
 .fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
  }
  .fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
  }
  .fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
  }
  .fadeinup{
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s ease-out;
  }
  .fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
  }
  .active-left,.active,.active-right,.active-down,.active-up{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
  }
  .fadein{
  opacity: 0;
  }

