@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Outfit:wght@100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Outfit:wght@100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
.navbar {
    -webkit-box-shadow: 0 0.5rem 0.375rem -0.375rem rgb(0 0 0 / 40%);
    box-shadow: 0 0.5rem 0.375rem -0.375rem rgb(0 0 0 / 40%);
    -webkit-transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
    transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
    overflow-x: hidden;
    background-color:#F8ECE7;
    /* background-image: linear-gradient(45deg, black 30%, blue 70%); */
}
.nav-link img {
    width: 25px;
    height: 15px;
}
.navbar-nav a {
    margin-left: 30px;
    text-decoration: none;
    padding: 10px;
    letter-spacing: 1.56px;
    font-size:19px;
    font-weight:400;
    font-family: "Jost", sans-serif;
    color: rgba(53, 50, 50, 0.76);
    border-bottom: 1px solid transparent;
}

.navbar-nav a:hover {
    color: #292828;
}

.navbar-nav a.active {
    color: #1d1c1c!important;
    border-bottom: 1px solid  #1d1c1c;
}
/* <main-style> ============================ */
.menu__link {
    color: #fff;
    line-height: 2;
    position: relative;
  }
  
  .menu__link::before {
    content: '';
    width: 0;
    height: 1px;
    border-radius: 2px;
    background-color:#1d1c1c;
    position: absolute;
    bottom: -.08rem;
    right: 0;
    transition: right .4s, width .4s, left .4s;
  }
  
  .menu__link:hover::before {
    width: 100%;
    left: 0;
  }
:root {
    /* Background Color */
    --primary-color: #212122b9;
    --secondary-color: #a3a190;
    --bg-color: #f4f4f4;
    --bg-white: #fff;
    --bg-black: #000;

    /* Text Style */
    --primary-font: 'Poppins', sans-serif;
    --secondary-font: 'Oswald', sans-serif;
    --tertiary-font: 'Cinzel', serif;
    --fourth: 'Cormorant Garamond', serif;
    --five: 'Outfit', sans-serif;
    --six: 'Satisfy', cursive;
    --seven: "Playfair Display", serif;
    --eight:"Jost", sans-serif;
    --primary-text: #212122b9;
    --secondary-text: #201f1f;
    --text-white: #fff;
    --text-black: rgb(79, 79, 79);
    --text-gray: #e4e4e4;
}

.main_div {
    --color: #C9A496;
    position: relative;
    z-index: 1;
   }
   
   .main_div::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: transparent;
    top: -7px;
    left: -7px;
    z-index: -5;
    border-top: 1px solid var(--color);
    border-left: 1px solid var(--color);
    transition: 0.5s;
   }
   
   .main_div::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: transparent;
    bottom: -7px;
    right: -7px;
    z-index: -5;
    border-right: 1px solid var(--color);
    border-bottom: 1px solid var(--color);
    transition: 0.5s;
   }
   
   .main_div:hover::before {
    width: 100% !important;
    height: 100% !important;
   }
   
   .main_div:hover::after {
    width: 100%;
    height: 100%;
   }
   
   .main_div button {
    padding:20px 35px;
    font-size: 15px;
    text-transform: uppercase;
    background: #C9A496;
    color: #fff;
    border: none;
    letter-spacing: 1.5px;
    font-weight: 500;
    cursor: pointer;
    font-family: inherit;
   }

   .btn2{
    background-color: #C9A496;
    padding:20px 35px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    font-family: inherit;
   }

  h1 {
    font-size: 2.75rem;
    line-height: 4.25rem;
    font-weight: 500;
    color: var(--text-white);
    margin-bottom: 1.25rem;
    text-transform:capitalize;
    font-family: "Montserrat", sans-serif;
}
h2 {
    font-size: 2.2rem;
    font-weight: 400;
    color: var( --primary-text);
    margin-bottom: 1.25rem;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
}
h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-text);
    font-family: var(--secondary-font);
}

h3 span {
    color: var(--secondary-text);
}
h4{
    color: #625859;
    font-size: 20px;
}

h5 {
    font-size: 1.5rem;
    line-height: 1;
    color: var(--secondary-text);
    margin-bottom: .9375rem;
    margin-top: .9375rem;
    font-weight: 600;
    font-family: var(--secondary-font);

}

h6 {
    color: var(--text-white);
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}
p{
    font-size: 16px;
    color: #898989;
}
  section {
    padding: 120px 0;
    position: relative;
}


.footer_wrapper {
    background-color:#AA7A6A !important;
     background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../img/footer_bottom_img.png') !important ;
}

.footer_wrapper h5 {
    color:white;
    margin-bottom: 1.25rem;
}

.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:#C9A496;
}

.footer_wrapper .social-network a {
    width: 2.1rem;
    height: 2.1rem;
    margin: .6rem;
    line-height:2rem;
    font-size: .875rem;
    display: inline-block;
    border: .125rem solid var(--text-gray);
    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: #C9A496;
    border-color: #C9A496;
    color: var(--text-white);
    box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
    transform: translateY(-0.1875rem);
}

.footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
}

.footer_wrapper .copyright-section {
    background-color:  #A06B59;
    padding: 1.25rem 0 .3125rem;
    text-align: center;
    color: white;
}


.footer_wrapper .copyright-section a {
    color: var(--secondary-text);
}
.banner_wrapper {
    height:80vh;
}

.banner_wrapper .swiper {
    width: 100%;
    height: 100%;
}

.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: rgba(0, 0, 0, 0.6);
    opacity: 0.5;
    z-index: 0;
}
.banner_wrapper .swiper-slide::before {
    background: #404e684d;
}
.banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: .8375rem;
    height: .8375rem;
    margin-bottom: 20px;
    background-color: #404E68;
    border: .0625rem solid #404E68;
}

.banner_wrapper .swiper .slide-caption {
    height: 100%;
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_wrapper .slide-text{
    padding: 30px;
}
.banner_wrapper .swiper .slide-caption p {
    max-width: 37.5rem;
    margin: 0 auto;
    color: var(--text-white);
}
.banner_wrapper .swiper-slide h1{
    font-size: 90px !important;
    text-shadow: 2px 2px #302e2e; 
    line-height: 120px !important;
}
.banner_wrapper .swiper-slide h6{
    font-size: 20px !important;
    text-shadow: 2px 2px #302e2e; 
    margin-bottom: 20px !important;
}
.swiper-pagination .swiper-pagination-bullet{
    color: #CDA45E !important;
    background-color: #CDA45E;
}


.Slogan{
    background: url('../img/double1-3.jpg') rgba(0, 0, 0, 0.356);
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding: 150px 0 !important;
}






.rooms {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #222222;
    color: #fff;
}

.rooms .horizontal-line1 {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.rooms .line1, .rooms .line2 {
    width: 50px;
    height: 1px;
    margin-right: 10px;
    margin-left: 10px;
}

.rooms .text1 h6 {
    text-align: center;
    color: #000000;
    line-height: 1;
    margin: 0;
    letter-spacing: 4px;
    font-family: 'Lora', serif;
}

:root {
    --font-principal: "Roboto";
    --gradient-bg: linear-gradient(30deg, rgba(0, 0, 0, .95) 50%, rgba(0, 0, 0, .9) 50.1%);
    --color-primary: #C9A496;
    --color-light: #fff;
    --color-dark: #000;
}

.rooms .swiper {
    width: 100%;
    height: 700px;
    margin-right: 0;
    align-items: center;
}

.rooms .swiper-wrapper {
    display: flex;
    align-items: center;
    counter-reset: list-slider;
}

.rooms .swiper-slide {
    position: relative;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    counter-increment: list-slider;
    font-size: 18px;
    opacity: 1;
    transition: opacity 600ms ease;
}

.rooms .swiper-slide::before {
    content: "0" counter(list-slider);
    display: block;
    position: absolute;
    width: 100px;
    left: 0;
    top: 0;
    font-size: 120px;
    font-weight: 600;
    line-height: 0.8;
    font-family: var(--font-principal);
    color: #C9A496;
    transform: scale(0.5);
    opacity: 0;
    z-index: 3;
    pointer-events: none;
    transition: all 350ms ease;
}

.rooms .swiper-slide-active::before {
    opacity: 0.4;
    transform: scale(1);
}

.rooms .swiper-slide-active .c-swiper__text {
    opacity: 1;
}

.rooms .swiper-slide-active .c-swiper__text .c-swiper__title,
.swiper-slide-active .c-swiper__text .c-swiper__link {
    transform: translateY(0);
}

.rooms .swiper-slide-prev {
    opacity: 0;
}

.rooms .swiper-slide-next {
    opacity: 0.5;
}

.rooms .c-swiper__text {
    opacity: 0;
    width: 300px;
    height: 250px;
    position: absolute;
    top: 25%;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    transition: opacity 350ms ease;
}

.rooms .c-swiper__text .c-swiper__title {
    max-height: 100%;
    font-size: 40px;
    font-weight: 600;
    text-shadow: 1px 1px 2px var(--color-dark);
    text-align: left;
    pointer-events: none;
    transition: transform 500ms ease;
    color: #fff;
    transition-delay: 100ms;
    transform: translateY(-25%);
    z-index: 1;
}

.rooms .c-swiper__text .c-swiper__link {
    position: relative;
    max-width: 100px;
    margin-left: 24px;
    color: #C9A496;
    font-size: 15px;
    text-decoration: none;
    transform: translateY(25%);
    transition: transform 500ms ease;
    transition-delay: 200ms;
}

.rooms .c-swiper__text .c-swiper__link::after {
    content: '';
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    background-color: #C9A496;
}

.rooms .c-swiper__image-container {
    width: 90%;
    height: 80%;
    overflow: hidden;
}

.rooms .c-swiper__image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rooms .swiper-pagination-bullet {
    width: 36px;
    height: 3px;
    background-color: var(--color-primary);
    border-radius: 0;
}

.rooms .text-box {
    background: white;
    position: relative;
    padding: 20px;
    margin-top: -80px;
    border-radius: 0px 0px 20px 20px;
    text-align: center;
}

.rooms .horizontal-line2 {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.rooms .line2 {
    width: 50px;
    height: 1px;
    background-color:  #222222;
    margin-right: 10px;
    margin-left: 10px;
}






  /*Our Servis*/
.single-services .services-img {
    position: relative;
}
.services-img > img {
  width: 100%;
}
.services-title {
  bottom: 13px;
  left: 13px;
  position: absolute;
  right: 13px;
  transition: all 0.5s ease 0s;
}
.services-hover-desc {
  bottom: 0;
  left: 0;
  padding: 13px;
  position: absolute;
  top: 0;
}
.services-title > h2 {
  background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
  color: #4a4a4a;
  display: inline-block;
  font-size: 24px;
  line-height: 18px;
  margin-bottom: 0;
  padding: 25px 0;
  text-transform: capitalize;
  width: 100%;
}
.single-services {
    overflow: hidden;
}
.services-hover-inner {
  background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
  display: inline-block;
  height: 100%;
  opacity: 0;
  padding: 10px;
  transform: scale(0.5);
  transition: all 0.5s ease 0s;
  width: 100%;
}
.services-hover-table-cell > h2 {
  color: #4a4a4a;
  font-size: 30px;
  text-transform: capitalize;
}
.services-hover-table {
    display: table;
    height: 100%;
    width: 100%;
}
.services-hover-table-cell {
    display: table-cell;
    vertical-align: middle;
}
.services-hover-table-cell > p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}
.single-services:hover .services-hover-inner,.single-services.active .services-hover-inner{
  opacity: 1;
  transform: scale(1)
}
.single-services:hover .services-title{
  opacity: 0;
  transform: scale(0)
}
.boxed-layout .services-hover-table-cell > p {
  font-size: 13px;
  line-height: 20px;
}

/*Testimonials*/
.Testimonials{
    background: url('../img/double1-8.jpg') rgba(0, 0, 0, 0.356);
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed; 
}
.review-boxes{
    background-color: #ffffff;
    color: #000;
    padding: 0 25px 30px 25px;
    padding-top: 60px;
    transition-duration: 0.5s;
    border: transparent 1px solid;
    
}

.review-boxes:hover{
    background-color: #ffffff;
    color: #000;
    transition-duration: 0.5s;
    border: #0000002f 1px solid;
}
.review-boxes p{
    color: #000;
    transition-duration: 0.5s;
}
.review-boxes:hover p{
    color: #000000ef;
    transition-duration: 0.5s;
}
.Testimonials .row h2{
    font-family: var(--tertiary-font);
    font-size: 28px !important;
    font-weight: 300 !important;
}
.Testimonials .row .review-boxes h6{
     color: #000;
}
.Testimonials .row .review-boxes:hover h6{
    color:#3b3a3a;
}
.Testimonials .row .review-boxes h2{
     color: #000;
}
.Testimonials .row .review-boxes:hover h2{
    color:#C9A496;
}



.title-head{
    padding: 80px 0px !important;
    margin: 0 !important;
    color: white;
    letter-spacing: 1.5px;
    font-size:60px;
    font-style: italic;
    font-weight: 200 !important;
    font-family: 'Cinzel', serif;
  }
  .Contact-head{
    background: url('../img/deluxe1-8.jpg')rgba(0, 0, 0, 0.377);
    background-position: center 120%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
}
.icons-inff{
    border: #00000052 1px solid;
    padding: 15px 0;
    background-color: white;
}
.icons-inff img{
width: 40px;
}
.icons-inff h6{
    color: #000000ad;
    font-size: 20px;
}
.About-head{
    background: url('../img/double1-3.jpg')rgba(0, 0, 0, 0.377);
    background-position: center 120%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
}

.Gallery-head{
    background: url('../img/double1-5.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 120%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;  
}
.transition {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 0.5s;
}

.thumb {
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
   
}

.read-btn {
    background: none;
    border: 0;
    font-family: 'Poppins', sans-serif;
    color: white;
    letter-spacing: 2px;
    font-weight: bold;
     transition: all 0.5s;
}
.Rooms-head{
    background: url('../img/deluxe1-8.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;   
}
.rooms-card{
    background: url('../img/20210420164446_00-00437364-1.jpg')rgba(0, 0, 0, 0);
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply; 
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.rooms-card .room-text{
    background-color: white;
    padding: 30px  10px 30px 20px;
}
.room-text hr{
    color: #00000094;
}
.rooms-card .room-text h1{
color: #1b1b1b;
font-size: 30px;
line-height: 50px!important;
}
.rooms-card .room-text h6{
    color: #1b1b1b;
    font-size: 18px;
 }
 .rooms-card .room-text p{
    color: #1b1b1bcc;
    font-size: 18px;
    margin-top: 10px;
 }
 .rooms-card .room-text h6 span{
    color: #C9A496 !important;
    font-size: 18px;
 }
 .icons-room span img{
width: 25px;
 }
 .rooms-card {
    display: flex;
}
.room-text {
    order: 1;
}
.carousel {
    order: 2;
}

@media (max-width: 991px) {
    .rooms-card {
        flex-direction: column;
    }
    .room-text {
        order: 2;
    }
    .carousel {
        order: 1;
    }
}

@media (max-width: 575px){
    .banner_wrapper .swiper-slide h1{
        font-size: 50px !important;
        text-shadow: 2px 2px #302e2e; 
        line-height: 80px !important;
    }
}
@media (max-width: 430px){
    .Slogan{
        background: url('../img/double1-3.jpg') rgba(0, 0, 0, 0.356);
        background-position: center 80%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
        padding: 150px 0 !important;
    }
    .Testimonials{
        background: url('../img/double1-8.jpg') rgba(0, 0, 0, 0.356);
        background-position: center 80%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none; 
    }
    .title-head{
        padding: 80px 0px !important;
        margin: 0 !important;
        color: white;
        letter-spacing: 1.5px;
        font-size:50px;
        font-style: italic;
        font-weight: 200 !important;
        font-family: 'Cinzel', serif;
      }
      .Contact-head{
        background: url('../img/deluxe1-8.jpg')rgba(0, 0, 0, 0.377);
        background-position: center 120%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
    }
    .About-head{
        background: url('../img/double1-3.jpg')rgba(0, 0, 0, 0.377);
        background-position: center 120%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
    }
    
    .Gallery-head{
        background: url('../img/double1-5.jpg')rgba(0, 0, 0, 0.425);
        background-position: center 120%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;  
    }
    .Rooms-head{
        background: url('../img/deluxe1-8.jpg')rgba(0, 0, 0, 0.425);
        background-position: center 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;   
    }
}

/* animation */
.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;
  }