
/*----------------Common Styles Start----------------*/
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
*, *:after, *:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
}
*:focus, * {
    outline: none;
    outline: 0;
}
html{
  font-size: 16px;
  font-family: 'Hind', sans-serif;
scroll-behavior: smooth;
}
body{
  font-family: 'Hind', sans-serif;
  color: #000;
}
ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
a{
  text-decoration: none !important;
    -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.btn{
  outline: none !important;
    outline: 0 !important;
    box-shadow: none !important;
}
.form-control{  
   font-size: 1.25rem;
    border-radius: 10px;
    min-height: 4rem;
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    background-color: rgba(243, 168, 92, 0.27) !important;
        padding: 0.75rem 1.25rem;
}
.border-radius-10px{
  border-radius: 10px;
}
 .custom-dropdown-menu{
  display: block;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
opacity: 0;
 }
.custom-dropdown .dropdown-toggle::after{
  display: none;
}
.custom-dropdown:hover .custom-dropdown-menu{
  margin-top: 10px;
  opacity: 1;
  visibility: visible;
}
.w-lg-100px{
  width: 100px;
  max-width: 100px;
}
.grey{
    color: #53545b;
}
.submit-btn{
    border: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    background-color: #ad6dcc;
    color: #fff;
    font-size: 1.5625rem;
    font-weight: 700;
    width: 250px;
    height: 4rem;
    margin-top: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
        padding-top: 0.75rem;
        
}

/*----------------Common Styles End----------------*/



/*--------------Header Styles Start----------------*/

.header{
  position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 9;
    background-color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.header.fixed{
  background-color: #dddddd;
}
.header .navbar-brand{
    padding: 0;
}
.header .navbar-nav .nav-item {
  margin-left: 2rem;
}
.header .navbar-nav .nav-item .nav-link{
  color: #000;
  font-size: 1.25rem;
    font-weight: 600;
  position: relative;
}
.header .navbar-nav .nav-item .nav-link.active, .header .navbar-nav .nav-item .nav-link:hover{
    color: #b088ff;
}
.header .navbar-nav .nav-item .btn{
   font-size: 0.85rem;
}

/*--------------Header Styles End----------------*/

/*--------------Banner Styles Start----------------*/
.banner{
    min-height: 98vh;
    max-height: 98vh;
    padding-top: 40vh;
    position: relative;
    background-color: #ad6dcd;
    overflow: hidden;
}
.banner-girl{
    position: absolute;
    right: 4%;
    bottom: 0;
    height: 86%;
    z-index: 2;
}
.banner-bg-icon{
    position: absolute;
    right: 2%;
    bottom: 0;
    width: 60%;  
    z-index: 1;
}
.banner .caption-box{
    position: relative;
    z-index: 5;
}
.banner .caption-box h1{
    font-size: 3.4375rem;
    line-height: 4.4375rem;
    color: #000;
    padding-left:0%;
    font-family: 'Pacifico', cursive;
    margin-top: 10%;
}
.banner .caption-box h4{
    font-size: 1.8125rem;
    color: #000;
    padding-left: 35%;
    font-family: 'Pacifico', cursive;
}
.float-main{
    position: absolute;
    left:0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.banner .floating-image{
    position: absolute;
    content: "";
    width: auto;
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1rem;
    background-color: #fff;
    z-index: 3;
    border-radius: 4px;
    box-shadow: 0px 30px 60px 0px rgba(1, 11, 60, 0.14);
}
.banner .floating-image1{
    top: 45%;
    right: 28%;
    animation: float 6s ease-in-out infinite;
}
.banner .floating-image span{
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ff7921;
}
.banner .floating-image span svg{
    height: 24px;
    fill: #ffffff;
}
.banner .promotion-text h5{
    font-size: 1.25rem;
    color: #000;
    margin-bottom: 0;
    font-weight: 600;
}
.banner .promotion-text p{
    font-size: 0.825rem;
    color: #4d4f5b;
    margin-bottom: 0;
}

.banner .floating-image2{
  top: 75%;
  right: 25%;
  animation: float 4.5s ease-in-out infinite;
}
.banner .floating-image2 span{
    background: #5773ff;
}

.banner .floating-image3{
  top: 55%;
  right: 5%;
  animation: float 3s ease-in-out infinite;
}
.banner .floating-image3 img{
    border-radius: 50%;
}
.btn-violet{
    background-color: #e233fb !important;
    border:0 !important;
    box-shadow: none !important;
    outline: none !important;
    color: #fff !important;
}

.banner .floating-image4{
  top: 30%;
  right: 10%;
  animation: float 4.5s ease-in-out infinite;
    padding: 0.5rem;
    background: #ff7921
}
.banner .floating-image4 span{
  
}
.banner .floating-icon{
    position: absolute; 
    z-index: 5;
}
.banner .floating-icon.floating-icon1{
    top: 15%;
    left:2%;
    animation: float 6s ease-in-out infinite;
}
.banner .floating-icon.floating-icon2{
    top: 20%;
    left:25%;
    animation: float 3s ease-in-out infinite;
}
.banner .floating-icon.floating-icon3{
    top: 35%;
    left:45%;
    animation: float 4.5s ease-in-out infinite;
}
.banner .floating-icon.floating-icon4{
    bottom: 8%;
    left:5%;
    animation: float 5s ease-in-out infinite;
}
.banner .floating-icon.floating-icon5{
    bottom: 20%;
    left:20%;
    animation: float 3.5s ease-in-out infinite;
}
.banner .floating-icon.floating-icon6{
    bottom: 2%;
    left:40%;
    animation: float 4s ease-in-out infinite;
}


@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
.banner .carousel{
   z-index: 6;
    margin-top: -10%;
}
.banner .caption-box h2 span{
    padding: 10px 15px;
    margin: 2px 0px;
    display: inline-block;
    font-size: 1.8125rem;
    color: #000;
    font-family: 'Pacifico', cursive;
}
/*--------------Banner Styles End----------------*/


/*--------------About Section Styles Start----------------*/
.why-section{
  padding: 8rem 0rem 0rem 0rem;
  background-color: #fff;
  position: relative;
}
.section-title1{
  font-size: 3.75rem;
  font-weight: 700;
} 
.why-section .about-img{
  width: 100%;
}
.why-section .description{
  font-size: 1.5rem;
  font-weight: 600;
}
.why-section .description span{
    display: flex;
    margin-bottom: 1rem;
}
.why-section .about-inner{
    position: relative;
    z-index: 5;
}




/*--------------About Section Styles End----------------*/


/*--------------About Section Styles Start----------------*/
.about-section{
  padding: 5rem 0rem 5rem 0rem;
  background-color: #fff;
  position: relative;
}
.section-title1{
  font-size: 3.75rem;
  font-weight: 700;
} 
.about-section .about-img{
  width: 100%;
}
.description{
  font-size: 1.25rem;
  font-weight: 400;
}
.about-section .wave-top{
    position: absolute;
    left: 0;
    top: -20%;
    width: 100%;
    z-index: 2;
    content:"";
    border-bottom: 180px solid #f7f7f5;
}
.about-section .about-inner{
    position: relative;
    z-index: 5;
}
.about-section:after{
    position: absolute;
    content:"";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background-color: #f7f7f5;
    z-index: 1;
    
}




/*--------------About Section Styles End----------------*/

/*--------------Service Section Styles Start----------------*/
.service-section{
  padding: 8rem 0rem 0rem 0rem;
  position: relative;
}
.service-section .wave-top{
    position: absolute;
    left: 0;
    top: 2%;
    width: 100%;
    z-index: 2;
    content:"";
}
.service-section .service-inner{
    position: relative;
    z-index: 5;
}
.service-section .section-title1{
    margin-bottom: 1rem;
}
.section-title2{
  font-size: 1.5625rem;
    font-weight: 700;
    line-height: 1.8rem;
}
.service-section .box{
  padding: 1.75rem 1.75rem;
    border-radius: 10px;
    margin: 15px 0px;
}
.service-section .box.box1{
  background-color: #ffae7c;
}
.service-section .box.box2{
  background-color: #af6ed6;
}
.service-section .box.box3{
  background-color: #d5e887;
}
.service-section .box.box4{
  background-color: #ff8400;
}


/*--------------Service Section Styles End----------------*/


/*--------------Cource Section Styles Start----------------*/

.cource-section{
  padding: 8rem 0rem 6rem 0rem;
  position: relative;
    position: relative;
    z-index: 5;
}
.cource-section .cource-inner{
    position: relative;
    z-index: 5;
}
.cource-section .cource-box{
    border-radius: 10px;
    margin: 15px 0px;
    overflow: hidden;  
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0 10px 15px 0 #D4D4D4;
    box-shadow: 0 10px 15px 0 #D4D4D4;
    position: relative;
}
.cource-section .cource-box .cource-top{
    max-height: 320px;
    overflow: hidden;
    border-radius: 10px;
}
.cource-section .cource-box .img-box{
    min-height: 320px; 
    max-height: 320px;
    border-radius: 10px; 
    padding: 1rem 2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cource-section .cource-box .info{
    position: absolute;
    left: 0;
    bottom: -60%;
    width: 100%;
    padding: 2.75rem 1.75rem 1.75rem 1.75rem;
    background-position: left top;
    background-size: 120%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cource-section .cource-box:hover .img-box{
    -moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.cource-section .cource-box:hover .info{
    bottom: 0;
}

/*--------------Cource Section Styles End----------------*/


/*--------------Contact Page Styles Start----------------*/

.contact-section-pg{
  padding:6rem 0rem 6rem 0rem;
  position: relative;
}
.contact-section-pg .contact-inner{
    position: relative;
    z-index: 5;
}
.contact-section-pg .angle-top{
    position: absolute;
    left: 0;
    top: 11.5%;
    width: 100%;
    z-index: 2;
    content:"";
    border-bottom: 80px solid #f7f7f5;
}
.contact-section-pg:after{
    position: absolute;
    content:"";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: #f7f7f5;
    z-index: 1;
    
}
.contact-section-pg .section-title1{
    margin-bottom: 3rem;
}
.contact-section-pg .text-box {
  margin-top: 3rem;
    font-size: 1.5625rem;
    font-weight: 500;
    display: flex;
    align-items: flex-start;
}
.contact-section-pg .text-box img{
    margin-right: 30px;
}
.contact-section-pg .text-box.text-box2, .contact-section-pg .text-box.text-box3{
    align-items: center;
}
.contact-section-pg form{
  margin-top: 3rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
.contact-section-pg .wave-bottom{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/*--------------Contact Page Styles End----------------*/


/*--------------Footer Section Styles Start----------------*/

.copy-right-section{
  background-color: #181818;
  padding: 1rem 0;
   font-size: 0.75rem;
   color: #fff;position: relative;
    z-index: 5;
}

/*--------------Footer Section Styles End----------------*/



/*--------------Inner Page Styles Start----------------*/
.banner.banner-inner{
    min-height: 300px;
    max-height: 300px;
    padding-top: 50px;
}
.banner.banner-inner .banner-bg-icon{
    width: 20%;
}
.banner.banner-inner .banner-girl{
    height: 65%;
}
.green{
    color: #d5e887;
}
.banner.banner-inner .caption-box{
  position: relative;
    z-index: 6;
}

/*--------------Inner Page Styles End----------------*/




/*--------------Cource Page Styles Start----------------*/
.cource-page{
    padding:6rem 0rem 1rem 0rem;
}
.fw-500{
    font-weight: 500;
}
.cource-page .cource-inner{
    position: relative;
    z-index: 5;
}
.cource-page .cource-box{
    margin: 0 0 5rem 0;
    border-radius: 10px;
    overflow: hidden;  
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0 10px 15px 0 #D4D4D4;
    box-shadow: 0 10px 15px 0 #D4D4D4;
    position: relative;
}
.cource-page .cource-box .cource-top{
    max-height: 500px;
    overflow: hidden;
    border-radius: 10px;
}
.cource-page .cource-box .img-box{
    min-height: 500px; 
    max-height: 500px;
    border-radius: 10px; 
    padding: 1rem 2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cource-page .cource-box .info p{
    display: flex;
}

/*--------------Cource Page Styles End----------------*/

/*--------------How We Roll Page Styles Start----------------*/


.roll-page{
  padding:8rem 0rem 0rem 0rem;
  position: relative;
    
}

.roll-page .roll-inner{
    position: relative;
    z-index: 5;
}
.roll-page .roll-box{
    margin: 0 0 8rem 0;
    position: relative;
}
.roll-page .roll-box .roll-top{
    max-height: 500px;
    overflow: hidden;
    border-radius: 10px;
}
.roll-page .roll-box .img-box{
    min-height: 500px; 
    max-height: 500px;
    border-radius: 10px; 
    padding: 1rem 2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.roll-page .roll-box .info p{
    display: flex;
}
/*--------------How We Roll Page Styles End----------------*/

/*--------------Media Query Styles Start----------------*/


@media (max-width: 1399.98px) { 
    
    html{
      font-size: 14px;
    }
    .cource-page .cource-box .cource-top{
        max-height: 450px;
    }
    .cource-page .cource-box .img-box{
        min-height: 450px; 
        max-height: 450px;
    }
}



@media (max-width: 1199.98px) { 
    html{
      font-size: 12px;
    }
    .banner{
        min-height: 78vh;
        max-height: 78vh;
        padding-top: 30vh;
    }
    .banner .floating-image1{
        top:40%;
    }
    .banner-girl{
        height: 70%;
    }
    .banner .carousel{
        margin-top: -8%;
    }
    .banner .caption-box h2 span{
        font-size: 1.25rem;
    }
    .cource-page .cource-box .cource-top{
        max-height: 380px;
    }
    .cource-page .cource-box .img-box{
        min-height: 380px; 
        max-height: 380px;
    }
    .cource-section .cource-box .cource-top {
        max-height: 220px;
    }
    .roll-page .roll-box .img-box {
        min-height: 400px;
        max-height: 400px;
    }
}




@media (max-width: 991.98px) { 

    html{
      font-size: 10px;
    }
    
    .banner .floating-image1{
        top:35%;
    }
    .banner .floating-icon.floating-icon3{
        top:25%;
    }
    .header .navbar-nav .nav-item{
        margin-left: 0;
        text-align: center;
    }
    .header .navbar-nav .nav-item .nav-link{
        display: inline-block;
    }
    
    .cource-section .cource-box .cource-top{
        max-height: 200px;
    }
    .cource-section .cource-box .img-box{
        min-height: 200px;
        max-height: 200px;
    }
    .contact-section-pg .angle-top{
        top:9%;
        border-bottom: 150px solid #f7f7f5;
    }
    .submit-btn{
        width: 150px;
        padding-top: 0.75rem;
    }
    .cource-section .cource-box .info {
        bottom: 0%;
    }
    .cource-page .cource-box .cource-top{
        max-height: 300px;
    }
    .cource-page .cource-box .img-box{
        min-height: 300px; 
        max-height: 300px;
    }
    .banner.banner-inner {
        padding-top: 110px;
    }
    .roll-page .roll-box .img-box {
        min-height: 300px;
        max-height: 300px;
    }
    .roll-box .col-sm-12{
        padding: 0 !important;
    }
    .roll-page .roll-inner{
        padding: 0px 15px;
    }
    .roll-page .roll-box {
        margin: 0 0 1rem 0;
    }

}




@media (max-width: 767.98px) { 

  
    html{
      font-size: 13px;
    }
    .section-title1{
        text-align: center;
    }
    .banner .floating-image{
        display: none;
    }
    .banner .caption-box h1 {
        font-size: 2rem;
        line-height: 3rem;
    }
    .banner .caption-box h4 {
        font-size: 1.25rem;
    }
    .banner {
        min-height: 350px;
        max-height: 350px;
        padding-top: 150px;
    }
    .banner .floating-icon img{
        width: 30px;
    }
    .banner .floating-icon.floating-icon1{
        top: 100px;
    }
    .banner .floating-icon.floating-icon2{
        top: 120px;
    }
    .banner .floating-icon.floating-icon3{
        top: 130px;
        z-index: 2;
    }
    .banner .floating-icon.floating-icon4{
        bottom: 20px;
    }
    .banner .floating-icon.floating-icon5{
        bottom: 50px;
    }
    .banner .floating-icon.floating-icon6{
        bottom: 5px;
    }
    .about-section {
        padding: 3rem 0rem 0rem 0rem;
    }
    .about-page{
        padding-bottom: 3rem !important;
    }
    .about-section .about-img{
        width: 60%;
        margin-left: 20%;
    }
    .service-section .service-inner {
        padding: 0;
    }
    .contact-section-pg, .cource-section{
        padding: 3rem 0rem 3rem 0rem;
    }
    .contact-section-pg:after{
        height: 70%;
    }
    .contact-section-pg .angle-top{
        border-bottom: 250px solid #f7f7f5;
    }
    .contact-section-pg .text-box{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .contact-section-pg .text-box img{
        margin-right: 0;
    }

    .section-title1 {
        font-size: 2rem;        
    }  
    .form-btn-box{
        text-align: center;
    }
    .banner.banner-inner{
        min-height: 200px;
        max-height: 200px;
        padding-top: 150px;
    }
    .banner.banner-inner .banner-bg-icon{
        width: 30%;
    }
    .banner.banner-inner .banner-girl{
        height: 65%;
    }
    .banner .carousel{
        margin-top: -7%;
    }
    .banner .caption-box h2 span{
        font-size: 0.75rem;
        padding: 5px 10px;
        margin: 5px 0px 0px 0px;
    }
    .cource-page .info{
        padding: 0px 15px;
    }
    .cource-page .cource-box .cource-top{
        max-height: 200px;
    }
    .cource-page .cource-box .img-box{
        min-height: 200px; 
        max-height: 200px;
    }
    .banner.banner-inner {
        padding-top: 75px;
    }
    .cource-section .cource-inner {
        padding: 0% 15%;
    }
    .cource-box .col-sm-12{
        padding: 0 !important;
    }
    .cource-page .cource-inner{
        padding: 0px 15px;
    }
    .roll-page{
        padding: 4rem 0rem 0rem 0rem;        
    }
    .roll-page .section-title1{
        margin-bottom: 1rem !important;
    }
    .about-section .wave-top{
        border-bottom: 380px solid #f7f7f5;
    }
}




@media (max-width: 575.98px) { 
    
    .banner .caption-box h1 {
        font-size: 1.25rem;
        line-height: 2rem;
    }
    .banner .caption-box h4 {
        font-size: 1rem;
    }
    .banner-girl{
        right:0;
    }
    .service-section .box .section-title2{
        min-height: auto;
    }
    .contact-section-pg form{
        background-size: 280px;
    }
    .banner.banner-inner .caption-box h1{
        color: #000;
        font-size: 2.25rem;
    }
    .cource-section .cource-box .info {
        min-height: auto;
    }
    .banner .carousel{
        margin-top: -9%;
    }
    .banner-girl{
        height: 50%;
    }
    .banner.banner-inner {
        padding-top: 100px;
    }
    .cource-section .cource-inner {
        padding: 0% 0%;
    }
    .roll-page .roll-box .img-box {
        min-height: 200px;
        max-height: 200px;
    }


}



/*--------------Media Query Styles End----------------*/


/*------------custom style added manoj ---*/

.intl-tel-input{
    width: 100%;
  }
  
  .iti {
      width: 100%;
  }
  .float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    left:10px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
  }
  .my-float{
    margin-top:16px;
  }
  .demo{
    position:fixed;
    width:90px;
    height:90px;
    bottom:40px;
    right:10px;
    background-color:rgb(255, 174, 124);
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
    -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out;
    -moz-animation:blink normal 1.5s infinite ease-in-out;
    /* Firefox */
    -webkit-animation:blink normal 1.5s infinite ease-in-out;
    /* Webkit */
    -ms-animation:blink normal 1.5s infinite ease-in-out;
    /* IE */
    animation:blink normal 1.5s infinite ease-in-out;
    /* Opera */
  }

  .my-demo{
    padding-top:25px;
    font-size: 15px;
    font-weight: 900;
  }

  @keyframes blink {
    0% {
           background-color: rgba(255, 174, 124,1)
    }
    50% {
           background-color: rgba(255, 174, 124,0.5)
    }
    100% {
           background-color: rgba(255, 174, 124,1)
    }
}
@-webkit-keyframes blink {
    0% {
           background-color: rgba(255, 174, 124,1)
    }
    50% {
           background-color: rgba(255, 174, 124,0.5)
    }
    100% {
           background-color: rgba(255, 174, 124,1)
    }
}