/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.scrolling-marquee {
  
  white-space: nowrap;
  box-sizing: border-box;
  background: transparent;
  width: 100%;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: marqueeScroll 25s linear infinite;
}

.marquee-content span {
     display: inline-block;
    padding-right: 50px;
    font-size: 45px;
    font-weight: 600;
    font-family: 'Noto Sans', sans-serif;
    color:white;
}

@keyframes marqueeScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@font-face {
    font-family: 'Arial Rounded MT Bold';
    src: url('/wp-content/uploads/fonts/arialroundedmtbold.ttf') format('woff2'),
         url('/wp-content/uploads/fonts/arialroundedmtbold.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Example usage */
 h1, h2, h3, h4, h5 {
    font-family: 'Arial Rounded MT Bold', Arial, sans-serif !important;
}



.pum-container .pum-content>:first-child {
    margin-top: 50px !important;
}

div#pum_popup_title_686 {
    display: none !important;
}


p.text {
    text-align: center;
}
p.text13 {
   background: #5f54be;
    width: 90%;
    margin: auto;
    text-align: center;
    color: #fff;
    border-radius: 35px;
    font-size: 20px;
    height: 32px;
    margin-top: 2%;
}

p.text12 {
    background: #5f54be;
    width: 90%;
    margin: auto;
    text-align: center;
    color: #fff;
    border-radius: 35px;
    font-size: 20px;
    height: 32px;
	margin-bottom: -7%;
}

.pum-theme-677 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: 0px;
    bottom: auto;
    top: 0px;
    padding: 8px;
    color: #ffffff;
    font-family: inherit;
    font-weight: 400;
    font-size: 12px;
    font-style: inherit;
    line-height: 36px;
    border: 1px none #ffffff;
    border-radius: 39px;
    box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, 0.23);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
    background-color: rgb(95 84 190) !important;
}


.pum-theme-677, .pum-theme-default-theme {
    background-color: rgb(255 255 255 / 32%) !important;
}


.disply{
	display:none !important;
}

p.btnsmsb {
    background: #12029e;
    color: #fff;
    width: 21%;
    text-align: center;
    padding: 15px;
    border-radius: 8px;
}
textarea#message {
    height: 90px !important;
}
.amin{
	background-color:#d5cdcd45;
	padding: 4px 12px 4px 12px;
	width: 60%;
	color:#e71f23;
	border-radius: 32px;
	border-color:#d5cdcd45 !important;
	border-width:5px !important;
    text-align: center;
}
.amin1{
	background-color:#d5cdcd45;
	padding: 4px 12px 4px 12px;
	width: 66%;
	color:#e71f23;
	border-radius: 32px;
	border-width:5px !important;
}

.imgss{
	bottom: -40%;
}
.afsh{
	left: 91%;
    top: -41%;
}
.btadd{
	margin-top:10%;
}
.fusion-body .fusion-builder-nested-column-1 {
    width: 38.61% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    right: 18%;
}
.bxss{
	height: 98%;
margin-bottom: 5px !important;
	
}
.btn{
		z-index:999;
		top:12%;
	}
@media only screen and (max-width: 900px) {
.tex {
       color: white;
        margin-top: -44px !important;
        margin-left: 8px !important;
        text-align: left;
        z-index: 9999;
        font-weight: 700;	
        font-size: 12px;
}
	.adgg{
      text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white !important;
		animation: marqueeScroll 25s linear infinite;
		}
		.amin{
		display:none;
	}
	.amin1{
		display:none;
	}
	.marquee-content span {
		font-size: 30px;
	    padding-top: 12px;}
	
}

