/*
Theme Name: Simple Movie Template By Proseoblogger
Theme URI: https://generatepress.com/
Description: Child theme for GeneratePress.
Author: Pro SEO Blogger
Author URI: https://www.proseoblogger.com/
Template: generatepress
Version: 1.0.0
*/



#wp-block-search__input-1{
	border-radius:4px;
}

/* Element button */
.wp-block-search .wp-block-search__inside-wrapper .wp-element-button{
	border-radius:4px;
	border-color:#ffffff;
	border-width:3px;
	padding:10px;
}

/* Entry Content */
#main .page .entry-content{
	background-color:#18181b;
	
}

#main .rank-math-breadcrumb p{
		margin-bottom:0px;
	
}


.gb-container-02194cb0 {
  background-color: #302244;
  border: 3px solid transparent;
	border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
  border-image-slice: 1;

}


.main-title a{
   background-image: linear-gradient(to right, #00F260, #f79d00, #0575E6, #64f38c);
  -webkit-background-clip: text; 
  background-clip: text; 
  color: transparent;
  
  background-size: 300%;
  background-position: -100%;  
  
  animation: animatedText 3s infinite alternate-reverse;
}

@keyframes animatedText{
  to{
    background-position: 100%; 
  }
}