.dragon-container{
    overflow: hidden; /* Prevents content overflow */
}
.text1, .text2, .text3, .text-holder, .slider-holder,.header-text-holder, .carousel-holder, .static-cups-holder {
    position: relative;
    opacity: 0; /* Hidden by default */
   
}
.text-holder.animated, .slider-holder.animated, .header-text-holder.animated, .carousel-holder.animated, .static-cups-holder.animated {
  opacity: 1;
}
div#color-heading {
    position: absolute;
    top: 0;
    height: 25%;
    padding: 50px;
}
.rotate-slider-wrapper {
    padding-top: 220px;
}
.text2 {
    top: 60px !important;
}