/*

Template: Xcloud - Cloud Gaming WordPress Theme
Author: peacefulqode.com
Version: 1.0
Design and Developed by: Peacefulqode

*/



@media(max-width:1365px) {



}
@media(max-width:1199px) {
	.container, .elementor-section.elementor-section-boxed>.elementor-container { max-width: 960px; }
}
@media(max-width:1023px) {
	.container, .elementor-section.elementor-section-boxed>.elementor-container { max-width: 100%; }
	.content-area .site-main {
         padding: 90px 0;
    }


}
@media(max-width:767px) {

	.content-area .site-main {
    padding: 60px 0;
  }

}
@media(max-width:479px) {

}


.banner-img-animation{ animation: bannerzoom 20s linear infinite; }
@keyframes bannerzoom {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}