*{
    margin: 0;
    padding: 0;
   font-family: 'Montserrat', sans-serif;
}
a{
    color: #fff;
    text-decoration: none;
}
a:hover{
    color: #fff;
}
body.maxx-cust-bg {
    background-image: url('imgs/background.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

body.maxx-always-full {
    min-height: 100vh;
}

.maxx-logo {
    max-width: 12%;
}

.maxx-logo img {
    width: 100%;
}
.nav-btn{
    padding: 8pt 30pt;
    border-radius: 50px;
}
.nav-link{
    
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-link:hover{
   
}
.nav-btn a{
color: #000;
background-color: #f9fafb;
font-weight: 300;
border-color: #eb1e25;
}
.clr-red{
  background-color:   #eb1e25 ;
  border-color: #eb1e25;
}
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  .navbar-toggler{
    border: 1px solid #ffffff;
  }
  .navbar-nav .nav-link {
    position: relative;
}
.my-menu{
    justify-content: center;
}
   .navbar-nav .nav-item a:hover:after,  .navbar-nav .nav-item a.active:after {
    width: 100%;
    left: 0;
}
   .navbar-nav .nav-item a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    background: #ff3333;
    transition: width .3s ease;
    -webkit-transition: width .3s ease;
    bottom: 5px;
}
.main-heading{
    font-size: 40pt;
    font-weight: 500;
   font-style: italic;
   color: #fff;
}
.para-text{
    font-size: 18pt;
    font-weight: 300;
    padding: 10pt 0;
    color: #fff;
}
.main-btn {
    background-color: #EB1E25;
    padding: 14pt 36pt;
    font-size: 16pt;
    color: #fff;
    border-radius: 50pt;
    border: none;
}

.maxx-nav-icon{
    color: #fff;
}
.animated-block {
   position: relative;

}
.rfy-flex{
   display: flex;
   justify-content: center;
   align-items: center;
   padding-top: 3rem;
}

.cloud1 { 
    left: 42%;
    position: absolute;
    top: 10%;
    animation: bounce 1.5s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
    z-index: 9;
}
.cloud2 {
    position: absolute;
    left: 22%;
    top: 45%;
    -webkit-animation: animateCloud 1.5s linear infinite;
	-moz-animation: animateCloud 1.5s linear infinite; 
	animation: animateCloud 1.5s linear infinite;
    animation-direction: alternate;
	animation-iteration-count: infinite;
    z-index: 9;
}
@keyframes bounce {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		transform: translate3d(0, 30px, 0);
	}
}
@-webkit-keyframes animateCloud {
    from {
		transform: translate3d(0, 0, 0);
	}
	to {
		transform: translate3d(0, 30px, 0);
	}
}
#lottie{
    width:100%;
    height:100%;
    display:block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
}
@media screen and (max-width: 1024px ) and (min-width: 768px)  {
    .maxx-logo {
          max-width: 18%;
        }
    .main-heading {
        font-size: 48pt;
    }
    .para-text {
        font-size: 22pt;
    }

    .main-btn {
        background-color: #EB1E25;
        padding: 14pt 36pt;
        font-size: 20pt;
    }
    .animated-block{
        transform: scale(1.3);
    }
}
@media screen and (max-width: 480px) {
        .main-heading ,
        .para-text,
        .main-btn{
            text-align: center;
    }
    .maxx-flex{
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }
    .maxx-flex{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.maxx-logo {
    max-width: 25%;
}
  }