.down-icon img {
    width: 40px!important;
    height: 40px!important;
    position: relative;
    bottom: 49px;
    animation: down-arrow 1000ms linear infinite;
}

 @media (min-width: 1280px) and (max-width: 1600px) {
 	.down-icon img {
    bottom: 0;
}
 }
 
 .vibe-hotel-phase-2 .vibe-hotel-container .vibe-hotel-intro>h2 {
    font-size: 44px;
}

.vibe-hotel-phase-2 .landing-abi__banner-image .abi__banner-content .cta>a {
    background-color: #c0ff09;
    color: #03159c;
}


.split-hero-section .split-hero-inner .split-hero-visual>img {
    position: relative;
    top: 60px;
}