* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
  }
  
body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
  }

/* navbar section */

  .topnav {
    max-width: 1440px;
    margin: auto;
    overflow: hidden;
  } 

  .topnav a {
    float: right;
    display: inline;
    color: #f2f2f2;
    text-align: center;
    padding: 34px 26px;
    text-decoration: none;
    font-size: 20px;
  }
  
  .topnav a:hover {
    color: white;
    background-color: #8904aa;
  }
  
  .topnav a:focus {
    background-color: #8904aa;
  }
  
  .topnav .icon {
    display: none;
  }
  
  @media screen and (max-width: 768px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
      padding: 24px auto;
    }
    .topnav .logo{
        width: auto;
        height: 80px;
    }

    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
  }

/* hero section */

.bg-img {
    /* The image used */
    background-image: url("./assets/hero.jpg");
    max-width: 100vw;
    height: 55rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
  }

/* hero text section */

  .hero-inner,h2 {
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 10rem;
    background: -webkit-linear-gradient(-86deg, #8800FF, #CB01FF);
    -webkit-background-clip: text;
    background-clip:text;
    -webkit-text-stroke: 1rem transparent;
    color: #000000;
  }

@media screen and (min-width: 2561px) and (max-width: 4000px){
  .hero-inner,h2 {
    top: 20rem;
    font-size: 12rem;
    -webkit-text-stroke: 1rem transparent;
  }
  .bg-img {
    height: 58rem;
  }
}

@media screen and (max-width: 2560px){
  .hero-inner,h2 {
    top: 18rem;
    font-size: 10rem;
  }
}  

@media screen and (max-width: 1440px){
  .hero-inner,h2 {
    top: 17rem;
    font-size: 8rem;
  }
  .bg-img {
    height: 55rem;
  }
}
@media screen and (max-width: 1024px) {
  .hero-inner,h2 {
    top: 19rem;
    font-size: 6rem;
    -webkit-text-stroke: 0.8rem transparent;
  }
  .bg-img{
    height: 51rem;
  }
}

@media screen and (max-width: 768px) {
  .hero-inner,h2 {
    top: 19rem;
    font-size: 5rem;
    -webkit-text-stroke: 0.6rem transparent;
  }
  .bg-img{
    height: 49rem;
  }
}

@media screen and (max-width: 625px){
  .hero-inner,h2 {
    top: 19rem;
    font-size: 5rem;
    -webkit-text-stroke: 0.5rem transparent;
  }
  .bg-img{
    height: 55rem;
  }
}
@media screen and (max-width: 375px){
  .hero-inner,h2 {
    top: 18rem;
    font-size: 4rem;
    -webkit-text-stroke: 0.5rem transparent;
  }
  .bg-img{
    height: 51rem;
  }
}

@media screen and (max-width: 320px) {
  .hero-inner,h2 {
    top: 18rem;
    font-size: 3.5rem;
    -webkit-text-stroke: 0.5rem transparent;
  }
  .bg-img {
    height: 50rem;
  }
}

/* music section */

.music-container{
  position: relative;
  top: 15rem;
  max-width: 1440px;
  max-height: 960px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.container .title {
  color: white;
  max-width: 1440px;
  width: 100%;
}

.title .title-p{
  position: relative;
  top: 15rem;
  padding-left: 100px;
  text-align: left;
  font-weight: 600;
  font-size: 40px;
}

/* left-card starts here */

.left-card .music-img img{
  max-width: 100%;
  width: 500px;
  height: 520px;
}

.left-card {
  display: flex;
  margin: 80px;
  padding: 10px;
  justify-content: center;
}

.left-card .content {
  margin: auto;
  width: 45vw; 
  padding-left: 10px; 
  position: relative;
}
.content .subtitle p{
  margin-left: -100px;
  color: #8800FF;
  font-size: 64px;
  text-align: left;
  font-weight: 700;
  transition-duration: 0.5s;
}

.content .subtitle p:hover{
  margin-left: 0;
  color: #FFFAFA;
  transition-duration: 0.5s;
}

.content .para{
  color: white;
  width: 90%;
  padding-top: 40px;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
}

.button {
  float: left;
  color: white;
  font-size: 16px;
  margin: 30px auto;
  /* position: absolute; */
}

.button button{
  box-shadow: 4px 4px 5px rgba(136, 0, 255, 0.38); 
  background: #CB01FF; 
  padding: 15px 32px;
  text-decoration: none;
  text-align: right;
  font-weight: 700;
  font-size: 16px;
  border: none;
}

.button button a{
  color: white;
  text-decoration: none;
}

@media screen and (min-width: 2560px){
  .title .title-p{
    padding-left: 600px;
  }
  .left-card .content{
    padding-left: 40px;
  }
}


@media screen and (min-width: 1560px) and (max-width: 1980px) {
  .left-card .content{
    padding-left: 40px;
  }
  .title .title-p{
    padding-left: 300px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .left-card .content{
    width: 50vw;
  }
  .music-container{
    height: 100%;
  }
  .title .title-p{
    padding-left: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .left-card .content{
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px){
  .left-card{
    display: block;
    text-align: center;
  }

  .left-card .content{
    width: 65vw;
    height: 50vh;
    padding-left: 0px;
  }
  .title .title-p{
    padding-left: 90px;
  }
  .content .subtitle p{
    margin-left: -10px;
    padding-top: 20px;
  }
  .content .para{
    width: 60vw;
  }
}

@media screen and (min-width: 376px) and (max-width: 490px) {
  .left-card .content{
    height: 65vh;
  }
  .left-card {
    margin: 40px;
  }
  .title .title-p{
    padding-left: 30px;
  }
  .left-card .music-img img{
    height: 300px;
  }
  .content .subtitle p{
    font-size: 48px;
    margin-left: 0px;
    align-items: center;
  }
  .content .para{
    font-size: 17px;
    padding-top: 30px;
    align-items: center;
  }

}

@media screen and (max-width: 376px) {
  .left-card .content{
    height: 70vh;
  } 
  .title .title-p{
    padding-left: 50px;
  }

  .left-card {
    margin: 40px;
  }
  .content .subtitle p{
    margin-left:  0px;
    font-size: 40px;
    align-items: center;
  }
  .left-card .music-img img{
    height: 300px;
  }
  .content .para{
    width: 80%;
    font-size: 16px;
    padding-top: 20px;
  }
}

@media screen and (max-width: 320px) {
  .left-card .content{
    height: 65vh;
  }
  .left-card .music-img img{
    height: 230px;
    /* width: 100%; */
  }
  .content .subtitle p{
    margin-left: -30px;
    font-size: 35px;
    text-align: center;
  }
  .content .para{
    width: 180px;
    font-size: 14px;
    padding-top: 20px;
  }
  .left-card .content{
    top: 2rem;
  }
}

/* left-card ends here */

/* right-card starts here */

.right-card .music-img-r img{
  max-width: 100%;
  width: 520px;
  height: 500px;
}

.right-card {
  display: flex;
  margin: 80px;
  padding: 10px;
  justify-content: center;
}

.right-card .content-r {
  margin-left: auto;
  margin-right: 0;
  width: 40vw;
  padding-right: -10px; 
  position: relative;
  top: 6rem;
}

.content-r .subtitle-right{
  position: relative; 
  z-index: 2;
}

.content-r .subtitle-right p{
  margin-right: -50px;
  color: #8800FF;
  font-size: 64px;
  text-align: right;
  font-weight: 700;
  transition-duration: 0.5s;
}

.content-r .subtitle-right p:hover{
  margin-right: 45px;
  color: #FFFAFA;
  transition-duration: 0.5s;
}

.content-r .para-r .ptag-r{
  width: 90%;
  padding-top: 40px;
  color: white;
  font-size: 20px;
  text-align: right;
  line-height: 28px;
}

.button-r {
  color: white;
  font-size: 16px;
  float: right;
  margin: 30px 45px;
}

.button-r button {
  box-shadow: 4px 4px 5px rgba(136, 0, 255, 0.38); 
  background: #CB01FF;
  padding: 15px 32px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  border: none;
}

.button-r button a{
  color: white;
  text-decoration: none;
}

@media screen and (min-width: 1440px) and (max-width: 2560px) {
  .music-container{
    height: 80%;
  }
  .content-r .para-r .ptag-r{
    width: 95%;
  }
}

@media screen and (max-width: 768px){
  .right-card{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .right-card .content-r{
    width: 70vw;
    top: 2rem;
  }
  .content-r .subtitle-right p{
    margin-right: 40px;
  }
}

@media screen and (min-width: 376px) and (max-width: 490px) {
  .right-card {
    margin: 40px;
  }
  .right-card .content-r{
    margin-left: 0%;
    width: 80vw;
    /* top: 2rem; */
  }
  .content-r .para-r .ptag-r{
    font-size: 17px;
    align-items: center;
  }
  .right-card .music-img-r img{
    height: 300px;
    /* width: 100%; */
  }
  .content-r .subtitle-right p{
    font-size: 48px;
    margin-right: -20px;
    text-align: center;
    padding-right: 30px;
  }
  .button-r {
    margin: 30px 30px;
  }
}

@media screen and (max-width: 376px) {
  
  .right-card {
    margin: 40px;
  }

  .right-card .music-img-r img{
    height: 300px;
  }
  .content-r .subtitle-right p{
    padding-top: 15px;
    font-size: 40px;
    text-align: left;
  }
  .content-r .para-r .ptag-r {
    width: 80%;
    font-size: 16px;
    padding-top: 20px;
    text-align: left;
  }
  .button-r {
    margin: 30px 0px;
    float: left;
  }
}

@media screen and (max-width: 320px) {
  .right-card .music-img-r img{
    height: 200px;
  }
  .content-r .para-r .ptag-r{
    width: 180px;
    font-size: 14px;
    padding-top: 20px;
  }
  .content-r .subtitle-right p{
    font-size: 35px;
    text-align: center;
  }
  .right-card .content-r{
    width: 220px;
    top: 2rem;
  }
  .button-r {
    float: left;
  }
}

/* right-card ends here */

/* about section starts here */

.container-abt{
  max-width: 1440px;
  max-height: 960vh;
  margin: auto;
  position: relative;
  top: 17rem;
}

.container-abt .main{
  background-image:url('./assets/aboutus.png');
  max-width: 100%;
  width: 1440px;
  height: 685px;
  background-repeat:no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  background-size: 100%;
  -o-background-size:cover;
  background-size:cover;
  background-position:center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.main .head {
  width: 100%;
  padding: 20px 10px;
}

.main .head p {
  color: white;
  padding-top: 60px;
  padding-left: 100px;
  opacity: 1.0;
  font-weight: 600;
  left: 100px;
  font-size: 40px;
}

.main-content{
  padding-left: 70px;
  position: relative;
  top: 4rem;
}

.main-content .content-1{
  line-height: 1.6;
  margin: 30px;
  color: white;
  font-size: 20px;
  width: 700px;
  text-align: left;
}

.main-content .content-2{
  color: white;
  margin: 30px;
  line-height: 1.6;
  font-size: 20px;
  width: 700px;
  text-align: left;
}

.about-btn{
  margin: 30px;
  margin-bottom: 100px;
}

.about-btn button{
  box-shadow: 4px 4px 5px rgba(136, 0, 255, 0.38); 
  background: #CB01FF; 
  border: none;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.about-btn button a{
  font-weight: 700;
  font-size: 16px;
  color: white;
  text-decoration: none;
}

@media screen and (min-width: 600px) and (max-width: 950px) {
  .main .head p {
    padding-left: 90px;
    padding-top: 30px;
  }  
  .container-abt .main{
    width: 100%;
    height: 80vh;
  }

  .main-content{
    top: 0rem;
  }

  .main-content .content-1{
    margin: 25px;
    font-size: 18px;
    width: 400px;
  }
  .main-content .content-2{
    margin: 25px;
    font-size: 18px;
    width: 400px;
  }
}

@media screen and (min-width: 377px) and (max-width: 599px) {
  .container-abt{
    top: 20rem;
  }
  .main .head p {
    padding-left: 50px;
    padding-top: 30px;
  }
  .container-abt .main{
    height: 110vh;
    width: 100%;
  }
  
  .main .head h1{
    font-size: 30px;
  }

  .main-content{
    top: 0rem;
  }

  .main-content .content-1{
    margin: 20px;
    font-size: 18px;
    width: 240px;
    height: 50%;
  }
  .main-content .content-2{
    margin: 20px;
    font-size: 18px;
    width: 240px;
    height: 50%;
 }
}

@media screen and (max-width: 376px) {
  .main .head p {
    padding-left: 50px;
    font-size: 30px;
    padding-top: 40px;
  }
  .container-abt .main{
    height: 100vh;
    width: 100%;
  }
  .main .head h1{
    font-size: 30px;
  }
  .main-content{
    top: 0rem;
  }
  .main-content .content-1{
    margin: 15px;
    font-size: 15px;
    width: 200px;
    height: 50%;
  }
  .main-content .content-2{
    margin: 15px;
    font-size: 15px;
    width: 200px;
    height: 50%;
 }
}

@media screen and (max-width: 320px) {
  .main .head p{
    font-size: 30px;
    padding-left: 40px;
  }
  .main-content .content-1{
    margin: 10px;
    font-size: 14px;
    width: 170px;
    height: 100%;
  }
  .main-content .content-2{
    margin: 10px;
    font-size: 14px;
    width: 170px;
    height: 100%;
 }
 .about-btn{
  padding-top: 20px;
  margin: 10px;
}
}

/* event video section */

.title-event p{
  color: white;
  display: flex;
  justify-content: left;
  padding-top: 30px;
  padding-bottom: 50px;
  margin-left: -120px;
  font-weight: 600;
  font-size: 40px;
}

.video-container {
	max-width: 980px;
  width: 100%;
  max-height: 900vh;
  /* height: 100%; */
	border-radius: 4px;
	margin: 0 auto;
	position: relative;
  top: 20rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: 0px 8px 20px rgba(black, 0.4);
}

/* .video-wrapper .video-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: left;
  align-items: left;
} */

.video-wrapper .video-container video {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.play-button-wrapper {
	position: absolute;
	top:  0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	pointer-events: none;
}

.play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}

.play-button-wrapper #circle-play-b svg {
  width: 100px;
  height: 100px;
  fill: #fff;
  stroke: #fff;
  cursor: pointer;
  background-color: rgba(black, 0.2);
  border-radius: 50%;
  opacity: 0.9;
}

@media screen and (min-width: 1440px) and (max-width: 2560px) {
  
}
@media screen and (min-width: 320px) and (max-width: 1024px) {
 
  .title-event p{
    margin-left: 90px;
  }

  .video-container .video-wrapper{
    width: 50%;
  }
  .video-container .video-wrapper video{
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .title-event p{
    margin-left: 90px;
  }
}
@media screen and (max-width: 425px) {
  .title-event p{
    font-size: 30px;
    margin-left: 60px;
  }
}

@media screen and (max-width: 320px) {
  .title-event p{
    font-size: 30px;
    margin-left: 40px;
  }
}


/* contact us section */

.c-container{
  background-image: linear-gradient(to bottom right, #a500ce, #5e00b0);
  max-width: 1440px;
  margin: auto;
  position: relative;
  top: 25rem;
}

.c-container .contact-container{
  padding: 40px;
  display: flex;
}

.c-container .contact-container .contact-form{
  border-radius: 8px;
  background-color: #FFFAFA;
  margin: 40px;
  width: 100%;
}

.contact-container .contact-form .c-title p{
  padding: 20px 40px ;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  color: black;
}

.card-form {
  padding: 2px;
  width: 60%;
  padding-left: 40px;
}

.card-form .input {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  padding-top: 15px;
}

.input {
  margin-top: 1.5rem;
}

.card-form .input .input-label {
  color: #848484;
  position: absolute;
  top: 1.5rem;
  transition: .3s ease;
}

.card-form .input .input-field {
  border: 0;
  z-index: 1;
  background-color: transparent;
  border-bottom: 1px solid gray; 
  font-size: 20px;
  padding: .25rem 0;
}

.input-field:focus, .input-field:valid {
  outline: 0;
  border-bottom-color: gray;
}
.input-field .input-label {
  color: black;
  transform: translateY(-1.5rem);
}

.card-form .action {
  color: white;
  font-size: 16px;
  padding: 30px 0px 30px 0px;
  float: left;
}

.card-form .action-button{
  box-shadow: 4px 4px 5px rgba(136, 0, 255, 0.38); 
  background: #CB01FF; 
  border: none;
  padding: 15px 32px;
  text-decoration: none;
  text-align: right;
  font-weight: 700;
  font-size: 16px;
  color: white;
}

.action-button:focus {
  outline: 0;
}

.contactus {
  margin-right: 50px;
  margin-top: 120px;
  background-color: black;  
  border-radius: 8px;  
  height: 30%;
  margin-left: -130px;
}

.contactus .contactusdata{
  padding: 30px;
  display: flex;
  align-content: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.contactus .contactusdata .c-title p{
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: white;
}

.contactus .contactusdata .email{ 
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.contactus .contactusdata .email p{
  padding-left: 40px;
  font-size: 20px;
  font-weight: 600;
  color: white;
}

.contactus .contactusdata .number{
  display: flex;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.contactus .contactusdata .number p{
  padding-left: 40px;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: white;
}

.contactus .contactusdata .followus p{
  padding-top: 50px;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  color: white;
}

.contactus .contactusdata .socialmedia {
  display: flex;
  align-items: center;
  width: 180px;
  align-content: stretch;
  justify-content: space-evenly;
}

@media screen and (max-width: 768px) {
  .c-container {
    margin: auto;
  }
  .c-container .contact-container{
    padding: 40px;
    flex-direction: column;
    align-items: center;
  }
  .c-container .contact-container .contact-form {
    border-radius: 8px;
    background-color: #FFFAFA;
    margin: 0px;
    width: 100%;
  }
  .container .card-form{
    padding: 0px 30px 0px 30px;
    width: auto;
  }
  .container .card-form .contactus{
    margin-top: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 680px){
  .c-container .contact-container{
    padding: 20px;
  }
  .contactus{
    position: relative;
    left: 1.5rem;
  }
  .contact-container{
    padding: 10px;
    flex-direction: column;
  }
  .contact-container .contact-form{
    border-radius: 8px;
    background-color: #FFFAFA;  
    margin: 0px;
    width: 100%;
  }
  .contact-container .card-form {
    padding: 0px 30px 0px 30px !important;
    width: auto !important;
  }
  .contact-container .contactus{
    margin-top: 30px;
    width: 100% ;
    margin-left: 0px;
  }
  .c-container .contactusdata .c-title p{
    font-size: 30px; 
  }
  .c-container .contactusdata .email{
    align-items: center;
  }
  .c-container .contactusdata .email p{
    padding-left: 8px;
    font-size: 14px;
  }
  .c-container .contactusdata .number{
    align-items: center;
  }
  .c-container .contactusdata .number  p{
    padding-left: 8px ;
    font-size: 14px ;
  }
}

@media screen and (max-width: 320px) {
  .c-container .contactusdata .email {
    align-items: center;
  }
  .c-container .contactusdata .email p{
    padding-left: 5px;
    font-size: 12px
  }
  .c-container .contactusdata .email .number{
    align-items: center;
  }
  .c-container .contactusdata .email .number{
    padding-left: 5px;
    font-size: 12px;
  }
  .contactus .contactusdata .followus p{
    font-size: 15px;
  }
  .c-container .contactusdata .c-title p {
    font-size: 20px;
}
  .contact-container{
    padding: 10px;
    flex-direction: column;
  }
  .contact-container .contact-form{
    border-radius: 8px;
    background-color: #FFFAFA;
    margin: 0px;
    width: 100%;
  }
  .contact-container .card-form {
    padding: 0px 30px 0px 30px;
    width: auto;
  }
  .contact-container .contactus{
    margin-top: 30px !important;
    width: 100% !important;
    margin-left: 0px;
  }
}

/* loader styles for button */

.action-btn {
  background-color: #CB01FF;
  border: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 1em 1.95em;
  color: white;
  border-radius: 0.15em;
  transition: 0.3s;
  cursor: pointer;
  box-shadow: 4px 4px 5px rgba(136, 0, 255, 0.38); 
}

.action-btn:hover {
  background-color: #cc01ff89;
}

.action-btn::after {
  content: '';
  display: block;
  width: 3.2em;
  height: 3.2em;
  position: absolute;
  left: calc(50% - 0.75em);
  top: calc(50% - 0.75em);
  border: 0.15em solid transparent;
  border-right-color: #CB01FF;
  border-radius: 50%;
  animation: button-anim 0.7s linear infinite;
  opacity: 0;
}

@keyframes button-anim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.action-btn.loading::after {
  opacity: 1;
}

/* footer section */

footer{
  position: relative;
  top: 25rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 40px;
  padding-top: 40px;
  background: #111;
  width: 100%;
  max-width: none;
  width: 100%;
  height: 100%;
  color: #fff;
}
.footer-content{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.footer-content h3{
  font-size: 2.1rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 3rem;
}

.socials{
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 3rem 0;
}
.socials li{
  margin: 0 10px;
}
.socials a{
  text-decoration: none;
  color: #fff;
  border: 1.1px solid white;
  padding: 5px;
  border-radius: 50%;
}
.socials a i{
  font-size: 1.1rem;
  width: 20px;
  transition: color .4s ease;
}
.socials a:hover i{
  color: #8904aa;
}

.footer-bottom{
  background: #000;
  width: 100%;
  padding: 20px;
  padding-bottom: 40px;
  text-align: center;
}
.footer-bottom p{
  float: center;
  font-size: 14px;
  word-spacing: 2px;
  text-transform: capitalize;
  line-height: 28px;
}
.footer-bottom p a{
color:#8904aa;
font-size: 16px;
text-decoration: none;
}
   
@media (max-width:500px) {
.footer-menu ul{
display: flex;
margin-top: 10px;
margin-bottom: 20px;
}
.footer-bottom{
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: auto;
}
}