
body::-webkit-scrollbar {
    width: 13px;

  }

  body::-webkit-scrollbar-track {
    background:  whitesmoke;



  }
  body::-webkit-scrollbar-thumb {
    background-color:#003366;
    border-radius: 10px;
    border-color: #003366;

  }

  /*BACK_TO_TOP*/

  #btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color:#003366;
    border-color:#003366;
    border-radius: 0;
  }


/*  HEADER */

.collapse ul li a{
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    color: black;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
font-size: 15px;

}


.collapse ul li .underline {
    height: 4px;
    background-color: transparent;
    width: 0;
    transition: width 0.6s, background-color 0.6s;
    border-radius: 70px;
    margin: 0 auto;
}

.collapse ul li.active-link a {

    color:#003366;
}

.collapse ul li.active-link .underline {
    width: 100%;
    background-color: #003366;

}

.collapse ul li:hover .underline {
    background-color:#003366;
    width: 100%;

}

.collapse ul li:hover a {

    color: #003366;
}


.collapse ul li:active a {
    transition: none;
}

.collapse ul li:active .underline {
    transition: none;
    background-color:#003366;

}



::selection {
    background-color: tan;
    color: black;
}


.navbar-nav {
    margin-left: auto;
    gap: 20px;
    font-size: 18px;

}

.navbar {
    background-color: white;

}

.navbar-toggler{
    border-color:#003366!important;
    background-color:#003366; 
    color: transparent !important;

}
  

.navbar-toggler:hover,.navbar-toggler:active{
    border-color: #e9a922 !important;
    background-color: #e9a922; 
    color: transparent !important;
 

}

@media screen and (width: 1024px) {
    .navbar-nav {
        font-size: 16px;
    }
}



/*SECTION-1*/
.section-1{
    background-color: #f5f5f5;
}

.container-services {
    position: relative;
    top: -20vh;
   
  
  }



@media screen and (max-width: 991px) {
    .container-services {
        top: -10vh;
    }
}


.w-container {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }

  @media screen and (max-width: 991px) {
    .w-container {
        max-width: 728px;
    }
}
  
  .w-container:before, .w-container:after {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }
  
  .w-container:after {
    clear: both;
  }
  
 


  .services-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .services-wrapper {
    z-index: 1;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ededed;
    height: 100%;
    padding: 30px;
    position: relative;
  }

  .services-wrapper h4{
    font-family: poppins;
    font-size: 18px;
    font-weight: 600;
  }
  
  .services-wrapper p{
    color: #818181;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    font-family: poppins;
  }

  .learn-more {
    color: #919191;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
}

  @media screen and (max-width: 991px) {
    .services-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 767px) {
    .services-grid {
        grid-template-columns: 1fr;
    }
}

.service-icon {
    background-repeat: no-repeat;
    background-size: 70px;
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    fill:#003366;
}


/* GENERAL BUTTON STYLING */
#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;
}

#button {
  background:#ffc107;;
  border: 3px solid #ffc107!important;
  color:  white !important;
  font-size: 15px;
  margin: 0 auto;
  padding: 10px 30px;
  position: relative;
  border-radius: 10px;
  font-family: poppins;
}

#button::before,
#button::after {
  background: #F5EA9A !important;
  content: '';
  position: absolute;
  z-index: -1;
  

}




/* BUTTON 1 */
.btn-1{
    overflow: hidden;


}
.btn-1::after {
    height: 100%;
    left: -35%;
    top: 0;
    transform: skew(0deg);
    transition-duration: 0.6s;
    transform-origin: top left;
    width: 0;

  }
  




@media screen and (min-width: 200px)and (max-width: 950px) {
    .navbar-nav {
display: inline-block;      
    
    }
    
  }
  
/** FOOTER **/


.footer {
    background: #2B2730;
    padding-top: 60px;
    font-family: 'Poppins', sans-serif;
}
.footer p{
    text-align: left;
    color: whitesmoke;

}

.footer h3 {
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: whitesmoke;
    margin-bottom: 15px;
    border-bottom: #e9a922 solid 3px;
    padding-bottom: 3px;
    display: table;
}

ul.conta, ul.social_icon, ul.link_menu{
    padding: 0;
}

ul.conta li {
    color: whitesmoke;
    text-align: left;
    padding-bottom: 20px;
    font-size: 15px;
list-style: none;
}


ul.conta li i {
    padding-right: 15px;
    text-align: center;
    font-size: 20px;
}

ul.conta li a {
    color: whitesmoke;
}


ul.link_menu li {
    display: block;
    text-align: left;
}

ul.link_menu li.active a {
    color: #e9a922;
}

ul.link_menu li a {
    color: whitesmoke;
    font-size: 17px;
    line-height: 28px;
    display: inline-block;
    width: -moz-max-content;
    text-decoration: none;
    transition: 0.5s;
    font-weight: 600;
}

ul.link_menu li a:hover {
    color:#e9a922;
}


ul.social_icon {
    width: 100%;
    float: left;
    text-align: left;
}

ul.social_icon li {
    display: inline-block;
}

ul.social_icon li a {
    display: flex;
    align-items: start;
    justify-content: flex-start;
    font-size: 27px;
    border-radius: 30px;
    margin: 0 9px;
}


.copyright {
    margin-top: 10px;
    padding-bottom: 20px;
    background-color: #F5f5f5;
    border: #e9a922 solid 3px;
    border-right: inherit;
    border-left: inherit;
}

.copyright p {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    border-top:0;
    padding-top: 25px;
    font-weight: bold;
}

.copyright a {
    color: #000;
    font-weight: bold;
}

.copyright a:hover {
    color: #e9a922;
}



.footer .logo a {
    justify-content: center !important;
    position: relative;
    text-decoration: none;
}



.footer .footer-widget ul li {
    margin-bottom: 10px;
}

.footer .footer-widget ul li a {
    color: rgba(255, 255, 255, 0.7);
}

.footer .footer-widget ul li a span {
    font-size: 14px;}

.footer .footer-widget ul li a:hover {
    color: #e9a922;
}

.footer .footer-widget ul li a:hover span {
    color:#e9a922;
}

.footer .footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important;
}

.footer .footer-widget .btn-primary:hover {
    background: #fff;
    border: 2px solid #fff !important;
}


.footer .social_icon  li {
    list-style: none;
    margin: 0 0px 0 0;
    display: inline-block;
    background: rgba(255, 255, 255, 0.05); 
    height: 40px;
    width: 40px;
    color:#e9a922;
    border-radius: 0;
    transition: 0.3s;
}

.footer .social_icon li a {
    height: 40px;
    width: 40px;
    display: block;

    position: relative;
}


.footer .social_icon li:hover  {
    background: #e9a922;
}


.footer .social_icon  li a span {
    position: absolute;
    font-size: 18px;
    top: 50%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer .social_icon  li a svg {
    fill:whitesmoke;
}

#logo  img {
    width: 12%;
}

@media screen and (max-width: 1000px) {
    #logo  img {
        width: 30%;
    }
}

@media screen and (max-width: 700px) {

    #logo {
        text-align: center;
    }
}


@media only screen and (max-width: 1300px) {
    ul.conta li, .footer p, ul.social_icon,.heading-2, ul.link_menu li{
    text-align: center;
    float: center;
 }


 .footer h3{
    text-align: center;
 display: inline-block;
  }
#footer-logo {
    text-align: center;

}
}



@media screen and (max-width: 1300px) {
    #footer-logo {
        text-align: center;
        
    }


}



@media screen and (min-width: 1300px) {
    #footer-logo {display: flex;  
  }


}

ul.link_menu li{
transition: 0.5s;}


ul.link_menu li a:hover{
    transform: translate(10px);
}

@media only screen and (max-width: 500px) {
    .copyright p {
font-size: 13px;    }
  }

/** end footer **/
       /*************************************************************** ABOUT US  **************************************************/

/*BACKGROUND*/

#about-head {
    background: url(images/banner.jpg) #1656a582;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    color: white;
    font-family: Poppins;

    background-size:cover;
    height: 800px;

}

#about-head h1{
    font-weight: 600;
}


   
    
/*JUMBOTRON*/

.jumbotron, .jumbotron2{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: min(80vh, 400px);
    background-color:#F2D04B;
    padding: 1rem;
    border-radius: 0;
    text-align: center;
    overflow: hidden;

}

.jumbotron2{
    min-height: min(80vh, 500px);

    background-image: linear-gradient(250deg, #fff, #fff0 0%, #fff), linear-gradient(#e4e84cb3, #e4e84cb3), url(images/banneri2.jpg);      
    background-position: 0 0, 0 0, 50% 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
}

.jumbotron h6,.jumbotron2 h6{
    position: relative;
    font-family: poppins;
        letter-spacing: 2px;
        font-weight: 600;
        text-transform: uppercase;
}

.jumbotron h2, .jumbotron2 h2{
    position: relative;
    font-family: poppins;
    line-height: 50px;
}

@media screen and (max-width: 479px) {
    .jumbotron h2,  .jumbotron2 h2 {
        line-height: 30px;
    }

}

/*PROJECT*/
.projects{
    padding-top: 15vh;
    padding-bottom: 15vh;
}

.project-content{
    background-color: white;
    box-shadow: 10px 10px 26px 0px rgba(0,0,0,0.21)}

.project-description{
    font-family: poppins;
}



.projekt-class1, .projekt-class2, .projekt-class3, .projekt-class4, .projekt-class5, .projekt-class6{
    position: relative;
    background-image: url(images/projekti1.jpeg);
    background-position: center;
    background-size: cover;
    height: 33vw;
    overflow: hidden;
}
.projekt-class2{
    background-image: url(images/projekti2.jpg);
}

.projekt-class3{
    background-image: url(images/projekti3.jpg);
}

.projekt-class4{
    background-image: url(images/projekti4.jpg);
}


.projekt-class5{
    background-image: url(images/projekti5.jpg);
}

.projekt-class6{
    background-image: url(images/projekti6.jpg);
}
.projekt-class1::before, .projekt-class2::before, .projekt-class3::before, .projekt-class4::before, .projekt-class5::before, .projekt-class6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(239, 236, 236, 0) 0%, rgba(231, 250, 125, 0.6) 100%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.hover-title {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.projekt-class1:hover::before, .projekt-class2:hover::before , .projekt-class3:hover::before , .projekt-class4:hover::before, .projekt-class5:hover::before, .projekt-class6:hover::before    {
    opacity: 1;
}

.projekt-class1:hover .hover-title, .projekt-class2:hover .hover-title, .projekt-class3:hover .hover-title, .projekt-class4:hover .hover-title, .projekt-class5:hover .hover-title, .projekt-class6:hover .hover-title {
    opacity: 1;
}


@media screen and (max-width: 991px) {
    .projekte .col-lg-4 {
        padding: 0;
    }
}


/*DETAILS*/
.details{
    background-color: #f5f5f5;
    padding-top: 150px;
    padding-bottom: 10vh;
    position: relative;
    font-family: poppins;
}

.details .row{
    align-items: center;
 
}

.details h3{
    font-size: 20px;
    display: inline-block;
    border-bottom: 2px solid #96652A;
}

/*TESTIMONIALS*/
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 800;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
    letter-spacing: 2px;
    font-family: poppins;
}

.heading h2{
    text-transform:none;
    letter-spacing: 0;
    text-align: center;
    text-transform: none;
    object-fit: fill;
    object-position: 50% 50%;
    width: auto;
    margin-bottom: -10px;
    margin-right: 0;
    font-size: 33px;
    line-height: 50px;
    position: static;
    overflow: visible;

}
.white-heading{
    color: #000;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #000;
}


/*-----Testimonial-------*/

.carousel-item p,h5{
    font-family: playfair display;
}

.carousel-item h5{
    color: #818181;
  font-weight: 700;
}


.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
 
    background-position: center;
        background-size: cover;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
    color: #000;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  position: relative;
  text-align: center;
}


.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #818181;
    font-size: 18px;
    line-height: 1.4;
}
.testimonial4_slide h4 {
    color: #000;
  font-size: 22px;
}

.testimonial .carousel {
	padding-bottom:50px;
}
.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 20px;
    height: 20px;
   background-color:#003366;
   border-radius: 10px;
   padding: 20px;
}
/* ------testimonial  close-------*/



  /*FACILITIES*/

  .facilities{ 
background:linear-gradient(#ffffffab, #ffffffab), url(images/60144b84f8d9f4b411a77f96_Design\ ohne\ Titel\ \(3\).png);
background-position: 0 0, 100% 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-clip: border-box;

  }
  .facilities h4{
    font-family: poppins;
    font-weight: bold;
    color: #e9a922;
    letter-spacing: 2px;
}

.facilities h3{
    font-family: poppins;

}

.service-wrap{
    padding: 20px;
    background-color: #f9fbe7c7;
    border-radius: 20px;
    border: 1px solid #e9aa224b;
    transition: 0.5s;
}

 .service-wrap .facility-icon svg {
    height: 80px;
    padding: 18px 20px;
    border-radius: 20px;
    background-color: #FFF2CC;
    margin-bottom: 30px;
    transition: 0.3s;
    fill:#e9a922;
}

.service-wrap:hover .service-icon svg{
    background-color: #e9a922;
    fill:#FFF2CC;

}

.service-wrap:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.21);
}
.service-wrap h3{
    font-family: poppins;
    font-weight: bold;

}


.service-wrap p{
    font-family: poppins;

}



/*KONTAKT*/
.kontakt-facilities{
    padding-top: 15vh;
    padding-bottom: 15vh;
    font-family: poppins;
}


.kontakt-facilities h4{
    font-weight: 700;
}

.kontakt-facilities h6{
    font-weight: 400;
}

/*TABS*/
.tabs{
    padding-top: 10vh;
    padding-bottom: 10vh;
font-family: poppins;
}

   /* Tab Section - Flexbox Layout */
   .tabs {
    display: flex;
    max-width: 1000px;
    margin: auto;
    gap: 20px;
}

/* Tab Buttons - Left Column */
.tab-buttons {
    display: flex;
    flex-direction: column;
    width: 250px;
    background: #f4f4f4;
    padding: 15px;
    border-right: 2px solid #ddd;
}

.tab-buttons button {
    padding: 15px;
    margin: 5px 0;
    border: none;
    background: #ddd;
    cursor: pointer;
    font-size: 16px;
    text-align: left;
    border-radius: 5px;
    transition: background 0.3s;
}

.tab-buttons button.active {
    background: #007bff;
    color: white;
}

/* Tab Content - Right Column */
.tab-content-container {
    flex: 1;
    padding: 20px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* Image Styling */
.tab-content img {
    max-width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .tabs {
        flex-direction: column; /* Stack tabs and content on small screens */
    }

    .tab-buttons {
        width: 100%; /* Full width on mobile */
        border-right: none;
        border-bottom: 2px solid #ddd;
    }

    .tab-buttons button {
        width: 100%; /* Buttons stretch full width */
        text-align: center;
    }
}

.tab-content h2{
    font-weight: 600;
}

.tab-content p{
   color: #818181;
}

/*ANIMATIONS*/
:root {
    --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --animation-duration: 1s;
}



@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInleft {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.25);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(90vw) rotateY(67.50deg);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}


[data-animation] {
    opacity: 0;
    animation-timing-function: var(--animation-timing-function);
    animation-fill-mode: both;
    animation-duration: var(--animation-duration);
    will-change: transform, opacity;
}


.animations-disabled {

    &,
    [data-animation] {
        animation: none !important;
        opacity: 1 !important;
    }
}

.slideInUp {
    animation-name: slideInUp;
}

.slideInDown {
    animation-name: slideInDown;
}

.slideInLeft {
    animation-name: slideInleft;
}

.slideInRight {
    animation-name: slideInRight;
}


.fadeIn {
    animation-name: fadeIn;
}


.zoomIn {
    animation-name: zoomIn;
}

.zoomReverseIn {
    animation-name: zoomReverseIn;
}


.flipInY {
    animation-name: flipInY;
}

.flipOutY {
    animation-name: flipInY;
    animation-direction: reverse;
}

