@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;
}

.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;
}









  #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;
  }
  
  
  #footer-div {
    height: 15rem;
    width: 100%;
    background: #2a2f33; 
    display: flex;
    gap: 70vh;
    
  }
  
  
  
  #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; 
    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;; 
   
    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; 
  }



  article {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .sectionWrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  
  .swiper {
    width: 100%;
    height: 100%;
    padding: 50px 20px;
    overflow: visible;
  }
  
  .swiper .parallax-bg {
    position: absolute;
    right: -5%;
    top: -50%;
    width: 200%;
    height: 200%;
   
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  
  .swiper .swiper-wrapper {
    align-items: center;
  }
  
  .swiper .swiper-slide {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background-color: rgba(102, 102, 102, 0.8);
    border-radius: 7px;
    padding: 10px;
    margin: 0;
    cursor: grab;
    user-select: none;
    text-wrap: pretty;
  }
  
  .swiper .swiper-slide::before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    border-bottom: 1px dashed white;
    border-right: 1px solid white;
    border-radius: 0 0 7px 0;
    content: "";
    transition: all 0.3s ease;
  }
  
  .swiper .swiper-slide::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    border-top: 1px solid white;
    border-left: 1px dashed white;
    border-radius: 7px 0 0 0;
    content: "";
    transition: all 0.3s ease;
  }
  
  .swiper .swiper-slide:hover {
    background: linear-gradient(
      135deg,
      #ff1e9c99,
      #ff1ea499,
      #ff1fbc99,
      #ff1fde99,
      #f620ff99,
      #c721ff99,
      #9723ff99,
      #6a24ff99,
      #4125ff99,
      #252aff99,
      #2641ff99,
      #2649ff99
    );
  }
  
  .swiper .swiper-slide:hover::before,
  .swiper .swiper-slide:hover::after {
    width: 170px;
    height: 170px;
    transition: all 0.3s ease;
  }
  
  .swiper .swiper-slide .cardPopout {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 7px;
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  
  .swiper .swiper-slide img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    border-radius: 5px;
  }
  
  .swiper .swiper-slide h2 {
    font-size: 200%;
    line-height: 110%;
    margin: 0 0 7px 0;
    color: white;
    font-family: "Nabla", system-ui;
    font-variation-settings: "EDPT" 100, "EHLT" 24;
    background-color: #111;
    border-radius: 100%;
  }
  
  .swiper .swiper-slide h4 {
    font-size: 110%;
    line-height: 120%;
    font-weight: 700;
    margin: 0 0 13px 0;
    color: #bbb;
    font-style: italic;
  }
  
  .swiper .swiper-slide figcaption {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 20px 0;
    padding-left: 20px;
    border-left: 1px solid white;
  }
  
  .swiper .swiper-slide figcaption p {
    color: #999;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  .swiper .swiper-slide a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: black;
    color: white;
    border-radius: 3px;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    transition: all 0.6s ease !important;
  }
  
  .swiper .swiper-slide a:hover {
    color: black;
    transition: all 0.6s ease;
  }
  
  .swiper .swiper-slide a::after {
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #2649ff;
    content: "";
    z-index: -1;
    transition: all 0.6s ease;
  }
  
  .swiper .swiper-slide a:hover::after {
    right: 0;
    transition: all 0.6s ease;
  }
  
  .swiper .swiper-slide a svg {
    width: 23px;
    height: auto;
    fill: white;
    margin-left: 5px;
    transition: all 0.6s ease;
  }
  
  .swiper .swiper-slide a:hover svg {
    margin-left: 10px;
    fill: black;
    transition: all 0.6s ease;
  }
  
  .swiper .swiper-scrollbar {
    --swiper-scrollbar-bottom: 0px;
    --swiper-scrollbar-size: 10px;
  }
  
 
  

  


  @media (max-width: 600px){
    .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;
    }
     
    
  
    .swiper .swiper-slide figcaption p {
      -webkit-line-clamp: 2;
    }
  
  
    #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;
  }
  
  
   }
  




















