@import url(https://db.onlinewebfonts.com/c/e46b475339f550c0e7d552169a8ef2f3?family=Colo-Pro-Black);
:root {
    --color-menu-overlay: #01c8e2;
    --color-menu-text: #000;
    --color-divider: #000000;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}




html, body{
    width: 100%;
    height: 100%;
    background:#EFE9F7;
    font-family: "Colo-Pro-Black";
    overflow-x: hidden;
  
}



a {
    text-decoration: none;
    color: var(--color-menu-text);
    
}

i {
    position: relative;
    top: 1px;
}


#loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 9999;
}

/* Keep the image static (no spin animation) */
#loader img {
  width: 500px;
  margin-bottom: 20px;
}

/* Style the percentage text */
#percentage {
  font-size: 30px;
  font-weight: bold;
  color: #333;
}


.container {
  position: relative;
  width: 100%;
  margin-bottom: 4rem;
 
  
}

nav {
  position: relative;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 2em;
  backdrop-filter: blur(20px);
  background:#EFE9F7;
  z-index: 0;
}



.logo img{
   width: 15rem;
}

.mainicon{
  display: flex;
}

.menu-open-btn {
  cursor: pointer;
  display: flex;
  gap: 1rem;
  margin-right: 2rem;
  margin-top: 1.5rem;
}

.menu-open-btn img{
  width: 4rem;
}

.sci {
  display: flex;
  margin-top: 1.5rem;
  gap: 1rem;
}

.icon img{
  width: 4rem;
}

.icon1 img{
  width: 4rem;
}
h1.header {
  position: absolute;
  bottom: 0;
  margin: 0.25em;
  font-weight: 400;
  color:#503082;
  font-size: 140px;
  line-height: 1;
}

.icon1 img{
  width: 4rem;
  margin-left: 1rem;
}
.menu-overlay {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 2em;
  background: #ba8eff;
  pointer-events: none;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  z-index: 1000 !important;
}

.menu-close-btn {
  cursor: pointer;
}

.menu-nav {
 display: flex;
 justify-content: space-between;
 margin-bottom: 1em;
 color: var(--color-menu-text);
}

.menu-cols {
  display: flex;
}

.menu-cols > div {
  flex: 1;
  padding: 1em 0;
}

.video {
  width: 50%;
}

.video-preview {
  width: 100%;
  height: 0px;
  background: url("./assets/showreel-thumbnail.webp") no-repeat 50% 50%;
  background-size: cover;
  border-radius: 4px;
}

.video-details {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0.5em 0;
  color: var(--color-menu-text);
}

.menu-link {
  position: relative;
  width: max-content;
}

.menu-link a {
  font-size: 40px;
}



.btn {
  position: relative;
  margin: 2em 0;
  border: 1px solid var(--color-menu-text);
  width: max-content;
  padding: 1.25em 2.5em;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}

.btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--color-menu-text);
  transition: 0.3s all;
  z-index: -1;
}

.btn:hover a {
  color: var(--color-menu-overlay);
}

.btn:hover.btn:before {
  width: 100%;
}

.menu-footer {
  display: flex;
  flex-direction: column;
  color: var(--color-menu-text);
}

.menu-divider {
  width: 0%;
  height: 1px;
  background: var(--color-divider);
  margin: 1em 0;
}

.menu-footer-copy {
  display: flex;
  justify-content: space-between;
}

.socials {
  display: flex;
  gap: 1em;
}

/* Wrapper for the slider to add space on both sides */
.slider-wrapper {
  width: 100%; /* Full width */
  padding: 0 10%; /* Adjust padding to add space on both sides */
  box-sizing: border-box;
  overflow: hidden;
}

/* Container for the slider */
.slider-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* Slider that holds all slides */
.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  gap: 10px; /* Space between slides */
}

/* Each slide */
.slide {
  flex: 0 0 80%; /* Adjust to center the slide */
  box-sizing: border-box;
}

/* Style for the images */
.slide img {
  width: 100%;
  display: block;
  border-radius: 10px; /* Optional: To add rounded corners */
}




.tax {
  height: 35rem;
  margin-top: 7rem;
  margin-left: 1rem;

}


.container2-1 {
  position: relative;
  margin-left: 5rem;
 
}



.text2-1 {
  font-size: 3rem;
  font-weight: bold;
  color: #7742E5;
  text-shadow: 5px 5px #2CE2F6;
  display: flex;
}

.text2-1 span {
  display: inline-block;
  position: relative;
  cursor: pointer; /* Add this to make the text responsive to hover */
}

.text2-1 .space {
  width: 1rem; /* Adjust the gap size */
  display: inline-block;
}

.slider1 {
  
  display: flex;
  gap: 1.5rem;
  overflow: hidden;
  margin-left: 5rem;
  margin-right: 5rem;
}
.flip-card1 {
  width: 40rem;
  height: 25rem;
  perspective: 100vh;
  cursor: pointer;
}
.flip-card-inner1 {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.flip-card1:hover .flip-card-inner1 {
  transform: rotateY(180deg);
}
.flip-card-front1, .flip-card-back1 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 15px;
  text-align: center;
}
.flip-card-front1 img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.flip-card-back1 {
  background-color: #503082;
  color: white;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}
.flip-card-back1 h2, .flip-card-back1 h5 {
  color:#ba8eff;
}
.btn7 {
  box-sizing: border-box;
  background-color: transparent;
  border: 2px solid #000000;
  border-radius: 0.6em;
  color: #0e0e0e;
  cursor: pointer;
  display: flex;
  align-self: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin: 20px;
  padding: 1em 4em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}
.btn07hover, .btn7:focus {
  color: #fff;
  outline: 0;
}
.nine {
  border-color: #000000;
  color: #fff;
  background-image: linear-gradient(45deg, #ba8eff 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  transition: background 300ms ease-in-out;
}
.nine:hover {
  background-position: 0;
}

/* Extra image styling */
.extra-image {
  width: 800px;
  height: 300px;
  cursor: default;
}
.extra-image img {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}


.page2 {
    margin-top: 3rem;
  }
  .part1 {
    background-image: url("./assets/6.webp");
    width: 100%;
    height: 40rem;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .part1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Apply background opacity */
    z-index: 1;
  }

  
  
  .page3 {
    position: relative;
    z-index: 2;
    margin-left: 38rem;
  }
  .page3 img {
    width: 20rem;
    margin-top: 2rem;
  }
  .page3 h1 {
    color: #fff;
    margin-top: 5rem;
    margin-right: 30rem;
    
  }
  .page3 h3 {
    color: #fff;
    margin-right: 30rem;
    font-size: 25px;
  }
 
  .btn1 {

     
    box-sizing: border-box;
    
    background-color: transparent;
    border: 2px solid #f0eded;
    border-radius: 0.6em;
    width: 12rem;
    cursor: pointer;
    display: flex;
    align-self: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    margin: 20px;
    padding: 1.2em 4em;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    
   
  }
  .btn1:hover, .btn1:focus {
    color: #fff;
    outline: 0;
  }

  .one {
    margin-top: 1rem;
    border-color: #f3f0f0;
    color: #fff;
    background-image: linear-gradient(45deg,  #ba8eff 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    transition: background 300ms ease-in-out;
  }
  .one:hover {
    background-position: 0;
  }

  
  .spacer {
    height: 50px;
  }
  
  .marquee {
    position: relative;
    background: #745DBE;
    color: #eee;
    padding: 32px 0;
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
    overflow: hidden;
  }
  
  .marquee__inner {
    display: flex;
    width: fit-content;
    flex: auto;
    flex-direction: row;
  }
  
  .marquee__part {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0 4px;
    color: #000000;
  }
  
  .arrow {
    width: 80px;
    height: 80px;
    margin: 0 1em;
    transform: rotate(90deg);
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    color: #AA5FAE;
  }
  
  .arrow.active {
    transform: rotate(-90deg);
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  


  .container2-2 {
    position: relative;
    margin-left: 6rem;
  }

  .text2-2 {
    font-size: 3rem;
    font-weight: bold;
    color: #7742E5;
    text-shadow: 5px 5px #2CE2F6;
    display: flex;
  }

  .text2-2 span {
    display: inline-block;
    position: relative;
    cursor: pointer;
  }

  .text2-2 .space {
    width: 1rem; /* Adjust the gap size */
    display: inline-block;
  }

  .text2-2 .space {
    width: 1rem; /* Adjust the gap size */
    display: inline-block;
  }

  .murgi{
    margin-top: 18rem;
    margin-left: 50rem;

  }
 


 
  .containeranna {
   
    transform: translate(-50%, -50%);
    transform-origin: center;
    width: 90vw;
    margin: 0 auto 2em auto;
    padding: 1em 0.5em;
    display: flex;
    justify-content: center;


  }
  
  .indicator {
   
    top: 0;
    left: 0;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 100%;
    transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  .gallery {
    display: flex;
    justify-content: space-around;
    width: 100%;
    overflow: hidden;
  }
  
  .gallery-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 1  40px;
    height: 500px;
    
  
    margin: 0 5px;
   
    overflow: hidden;
    transition: flex 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  .gallery-item img {
    width: 400px;
    height: 100%;
    object-fit: contain;
    transform: scale(2);
  }
  
  

  
  .container2-3 {
    position: relative;
    margin-left: 6rem;
  }
  
  .text2-3 {
    font-size: 3rem;
    font-weight: bold;
    color: #7742E5;
    text-shadow: 5px 5px #2CE2F6;
    display: flex;
  }
  
  .text2-3 span {
    display: inline-block;
    position: relative;
    cursor: pointer; /* Add this to make the text responsive to hover */
  }

  .text2-3 .space {
    width: 1rem; /* Adjust the gap size */
    display: inline-block;
  }

    
.video-gallery {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
  margin-left: 5rem;

}

.video-gallery-item {
	flex: 1 0 24rem;
	margin: 1rem;
	overflow: hidden;
}

.video-gallery-element {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 400ms ease-out;
}

.video-gallery-element:hover {
	transform: scale(1.15);
}

/* Hide additional gallery items initially */
.hide {
	display: none;
}

.button-primary {
  margin: 2rem 0;
  padding: 1rem 2rem;
  background-color: #ba8eff;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  margin-left: 40rem;
}

.button-primary:hover {
  background-color: #555;
}



.container2-4 {
  position: relative;
  margin-left: 12rem;
  margin-top: 7rem;
}

.text2-4 {
  font-size: 3rem;
  font-weight: bold;
  color: #7742E5;
  text-shadow: 5px 5px #2CE2F6;
  display: flex;
}

.text2-4 span {
  display: inline-block;
  position: relative;
  cursor: pointer; /* Add this to make the text responsive to hover */
}

.text2-4 .space {
  width: 1rem; /* Adjust the gap size */
  display: inline-block;
}



.card-container {
  display: flex;
  gap: 20px;
  max-width: 1200px;
  margin-left: 12rem;
  margin-bottom: 5rem;
}

.flip-card {
  width: 100vw;
  height: 50vh;
  perspective: 100vh;
  cursor: pointer;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flip-card-back {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.flip-card-back h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color:#ba8eff;
}

.flip-card-back p {
  font-size: 1rem;
  margin-bottom: 50px;
    color:#ba8eff;
}

.btn0 {
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border: 2px solid white;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 0.9rem;
  text-decoration: none;
}

.btn0:hover {
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}



.music{
    margin-left: 10rem;
    margin-top: 7rem;
 }

 .container2-5 {
  position: relative;
  margin-left: 0rem;
}

.text2-5 {
  font-size: 3rem;
  font-weight: bold;
  color: #7742E5;
  text-shadow: 5px 5px #2CE2F6;
  display: flex;
}

.text2-5 span {
  display: inline-block;
  position: relative;
  cursor: pointer; /* Add this to make the text responsive to hover */
}

.text2-5 .space {
  width: 1rem; /* Adjust the gap size */
  display: inline-block;
}

 .akka{
    display: flex;
    gap: 1rem;
 }

 
  
#footer {
   
  height: 90vh;
  width: 100%;
  background-color: #000;
  color: #fff;
  z-index: 9;
  bottom: 0;
  display: flex;
  /* align-items: flex-end; */
  justify-content: flex-end;
  flex-direction: column;
  padding: 1vw 3vw;
  margin-top: 7rem;
}


#footer-div {
  height: 15rem;
  width: 100%;
  background: #2a2f33; 
  display: flex;
  gap: 100vh;
  
}



#full-scr {
  height: 20rem;
  width: 100%;
  background-color: #00000070;
  position: fixed;
  z-index: 99;
  top: -100%;
  transition: all ease 0.5s;
}

#full-div1 {
  height: 50%;
  width: 100%;
  background-color: #EFEAE3;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  

}


/* Container for menu links */
.menu-link2 {
  position: relative;
  width: max-content;
  margin-bottom: 10px; /* Adds space between the menu items */
  margin-left: 1.5rem;
  margin-top: 1rem;
}

/* Styling for the anchor tags inside the menu */
.menu-link2 a {
  font-size: 20px;
  text-decoration: none;
  color: #f5f4f0;; /* Color of the text */
 
  display: inline-block;
}



/* Change the color of the text on hover */


.newsletter-section{
  margin-left: 1.5rem;
  margin-top: 1rem;
}



.newsletter-section h3 {
  margin-bottom: 10px;
}

.newsletter-section input[type="email"] {
  padding: 10px;
  width: 250px;
  border-radius: 5px;
  border: none;
  margin-right: 10px;
  margin-bottom: 1rem;
  
}

.newsletter-section button {
  padding: 10px 20px;
  background-color: #ba8eff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
   ;
}

.newsletter-section button:hover {
  background-color: rgb(87, 238, 0);
}

#subscriptionMessage {
  margin-top: 10px;
  color: #00c851; /* Green for success message */
}


.bigtext img{
  width: 80rem;
  height: 15rem;
}


#footer-bottom {
  border-top: 1px solid #dadada;
  height: 2rem;
  width: 100%;
}

#last {
  display: flex;
  gap: 45vh;
}

.baila a {
  color: #fff;
  text-decoration: none;
}

/* HR hover effect for h4 tags */
.footer-h4 {
  position: relative;
  display: inline-block;
  color: #fff;
}

.footer-h4:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: width 0.3s ease;
}

.footer-h4:hover:after {
  width: 100%;
}

.footer-h4:hover {
  color: #fbfbfb; /* Text color change on hover */
}

.circlesvg {
  position: fixed;
  top: 40rem;
  left: 87rem;
  transform: translate(-50%, -50%);
  z-index: 1000; /* Ensure it stays on top of other elements */
}

text {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 5px;
  fill: #200b01;
  text-transform: uppercase;
}

@keyframes spin {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}

.swati {
  max-width: 200px;
  width: 100%;
  height: auto;
  animation: spin 15s infinite;
  animation-timing-function: linear;
}

  





 /* mobile resposive */
 @media (max-width: 600px) {

  #loader img {
    width: 300px;
  }

  #percentage {
    font-size: 24px;
  }

  .menu-overlay {
    height: 100vh;
  }
  
  .menu-cols {
    display: block;
  }
  
  .video-preview {
    height: 125px;
  }
  
  .menu-link a {
    font-size: 30px;
  }
  
  h1.header {
    font-size: 40px;
  }
  
  nav{
  margin-right: 20rem;
  }
  
  .logo img{
  width: 8rem;
  margin-top: 1rem;
  }



  .slider-wrapper {
    padding: 0 5%; /* Reduce padding */
  }

  .slide {
    flex: 0 0 90%; /* Make each slide take more width on small screens */
  }

  .slide img {
    border-radius: 5px; /* Slightly reduce border radius */
  }

  /* Adjust spacing between slides */
  .slider {
    gap: 5px; /* Reduce space between slides */
  }

  .tax{
    height: 80rem;
  }

 .container2-1 {
    margin-left: 0rem;
    gap: 2vw;
    flex-direction: column;
    text-align: center;
    margin-bottom: 2rem;
  }

  /* Adjust font size for smaller screens */
  .text2-1 {
    font-size: 2.5rem;
  }

  /* Slider adjustments */
  .slider1 {
    margin-left: 2rem;
    margin-right: 1rem;
    display: flex;
    flex-direction: column;
    
    gap: 2rem;
  }

  .flip-card1 {
    width: 80vw;
    height: 30vh;
  }

  /* Flip card image styling */
  .flip-card-front1 img {
    width: 80vw;
    height: 30vh;
  }

  /* Extra image styling */
  .extra-image {
    width: 100%;
    height: auto;
  }

  /* Page section adjustments */
  .page2 {
    margin-top: 2rem;
  }

  .part1 {
    height: 30rem;
  }

  .page3 {
    margin-left: 2rem;
  }

  .page3 img{
    width: 200px;
    margin-left: 5rem;
    margin-bottom: 3rem;
  }
  .page3 h1 {
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    margin-right: 0;
    text-align: center;
  }

  .page3 h3 {
    font-size: 1rem;
    margin-right: 0;
    text-align: center;
    margin-bottom: 3rem;
  }

  /* Button adjustments */
  .btn1 {
    width: 40%;
    padding: 1.2em 3.2em;;
    margin-left: 5rem;
  }

  .btn1.one {
    margin-top: 1rem;
  }

  /* Flip card text styling */
  .flip-card-back h2, .flip-card-back h5 {
    font-size: 1rem;
  }

  /* General adjustments for text size */
  .btn7 {
    padding: 0.5em 1em;
    font-size: 0.75rem;
  }

  .spacer {
    height: 100px;
  }

  .marquee {
    font-size: 24px;
    padding: 16px 0;
  }

  .arrow {
    width: 50px;
    height: 50px;
    margin: 0 1.5em;
   
  }

  .container2-2, .container2-3, .container2-4 {
    margin-left: 4rem;
  }

  .text2-2, .text2-3, .text2-4 {
    font-size: 3rem;
  }

  .murgi {
    margin-top: 5rem; /* Adjust this value based on your layout */
    margin-left: 14rem;
  }

  .gallery {
    width: 50vw;
    flex-direction: column;
  }

  .gallery-item {
    flex: 1 1 100%;
    height: 2vh;
    margin: 1rem 0;
  }

  .gallery-item img {
    width: 50vw;
    height: 20vh;
    transform: scale(1);
    object-fit: cover;
  }

  .video-gallery {
    width: 100%;
    margin-left: 0;
  }

  .video-gallery-item {
    flex: 1 0 100%;
  }

  .button-primary {
    margin-left: 0;
    width: 100%;
  }

  .card-container {
    flex-direction: column;
    margin-left: 0;
    align-items: center;
  }

  .flip-card {
    width: 90vw;
    height: 30vh;
  }

  .music {
    margin-left: 1rem; /* Adjusted for smaller screen */
  }

  .container2-5 {
    margin-left: 0rem;
  }

  .text2-5 {
    font-size: 2.5rem; /* Smaller font size for mobile */
    
  }

  .akka {
    display: block; /* Stack iframes vertically */
  }

  iframe {
    width: 100%; /* Make iframes take full width */
    height: 300px; /* Reduce height for mobile */
    gap: 2rem;
  }

  
  #footer-div {
    flex-direction: column;
    gap: 3rem;
    margin-bottom: 5rem;
}



#footer h1 {
    font-size: 12vw;
}

.menu-link2 a {
    font-size: 16px;
}

/* Create the HR effect */
.menu-link2:after {
content: "";
position: absolute;
top: 100%;
left: 0;
width: 0;
height: 2px;
background: black; /* Color of the HR line */
transition: width 0.3s ease;
}

 /* On hover, expand the HR effect */
  .menu-link2:hover:after {
     width: 100%;
    }

 /* Change the color of the text on hover */
      .menu-link2 a:hover {
      color: #f5f4f0; /* Color when hovered */
     }
.footer-h4 {
    font-size: 14px;
}

.bigtext img {
  width: 95vw;
  height: 10vh;
  margin-top: 5rem;
  
}

#footer-bottom{
    height: 20rem;
}

.footer-h4:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: width 0.3s ease;
}

.footer-h4:hover:after {
    width: 100%;
}

.footer-h4:hover {
    color: #fbfbfb; /* Text color change on hover */
}


#last {
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}

.baila a {
  font-size: 18px;
}

}



@media (min-width: 1025px) and (max-width: 1440px) {



  
}























































