@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Nova+Cut:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Nixie+One:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Madimi+One:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Angkor:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Space+Mono:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Tilt+Warp:100,200,300,400,500,600,700,800,900');


  


/* Common Styles */
* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
    font-weight: 300;
    font-family: "Space Mono"!important;
    
    
  }
 
body {

  

    /* background:  rgb(84, 0, 136); */
    /* background: linear-gradient(90deg, rgb(84, 0, 136),rgb(114, 6, 182)); */
    min-height: 100vh;
    min-width: 100vw;
    
    background-image: repeating-linear-gradient(
    320deg,
    rgb(30, 0, 40) -15px,
    rgb(27, 3, 41)  30px,
    rgb(27, 0, 36) 55px
    );
    animation: moveStripes 5s linear infinite;


}


.content h2{
  position: absolute;
  font-size: 50px;
  font-weight: 900;
  font-family: "AngKor"!important;
  

  padding-bottom: 650px;
  padding-top: 40px;
  /* SHIFT SIZZLE TEXT HORIZONTALLY */
  padding-left: 110px;
  padding-right: 80px;

  margin-top: -70px;
  position: absolute;
  z-index: 0;
  
  /* translate the underlay board in the title page */
  transform: translate(-4px, -200px)!important;
  
  
  
  /* font-style: italic; */
  text-shadow: 0px 0px 0px rgb(255, 72, 0);
  
  /* background: linear-gradient(35deg, rgba(16, 4, 4, 0.175),rgba(16, 4, 4, 0.179)); */
  /* padding: 0px 5px -10px 50px; */
  color: rgb(248, 5, 5);
  
  /* NO BORDER NOW WITH WATER EFFECT */
  border-radius: 0px;
  
  white-space: nowrap;
  border: 5px dashed;

  /* animation: rotateTextHorizontally 6s ease infinite!important; */

}

.content h2:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 2px rgb(248, 5, 5);
  transform: translate(-93px, -155px)!important;
}

.content h2:nth-child(2) {
  color:rgb(255, 119, 0);

  animation: animate 4s ease-in-out infinite;
  border: 0px ;
  transform: translate(-130px, -150px)!important;
  
}
@keyframes animate {
  0%, 100% {
    clip-path: polygon(0% 95%, 10% 50%, 20% 0%, 30% 40%, 40% 70%, 50% 50%, 60% 60%, 70% 50%, 80% 00%, 90% 50%, 100% 95%, 100% 150%, 0% 100%);
  }
  50% {
    clip-path: polygon(0 120%, 12% 55%, 24% 5%, 36% 45%, 48% 75%, 50% 45%, 62% 65%, 74% 55%, 80% 05%, 98% 55%, 100% 120%, 100% 100%, 0% 100%);

  }
}

@keyframes moveStripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200px -200px; /* Adjust as needed based on padding-left */
}
}


  /* ANIMATE TYPING TEXT */

.container .text h6:before {

  content: "";
  position: absolute;
  top: 42px;
  left: auto;
  height: 32%;
  width: 200px;
  background-color: rgb(22, 0, 29);
  border-left: 2px solid rgb(248, 62, 5);
  /* transition: none!important; */
  animation: animateTyping 8s steps(12) infinite;
  

}


@keyframes animateTyping {
  0%{
    transform:translate(200px, 0);
    width: 560px;
    border-left: 2px solid rgb(248, 62, 5);
  }
  12.5%{
    transform:translate(200px, 0);
    width: 240px;
    border-left: 2px solid rgb(248, 62, 5);
    
  } 

  20%, 21%{
    border-left: 2px solid rgba(248, 62, 5, 0);
  } 
  

  30%, 40%{
    border-left: 2px solid rgb(248, 62, 5);
    
  } 

  40%, 50%{
    border-left: 2px solid rgba(248, 62, 5, 0);

  } 

  50%, 60%{
    border-left: 2px solid rgb(248, 62, 5);
    
  } 

  60%, 70%{
    border-left: 2px solid rgba(248, 62, 5, 0);
    
  } 

  70%,80%{
    border-left: 2px solid rgb(248, 62, 5);
    transform:translate(200px, 0);
    width: 240px;

  }


  80%, 90%{
    border-left: 2px solid rgb(248, 62, 5);
    transform:translate(200px, 0);
    width: 560px;
  } 

  90%, 95%{
    border-left: 2px solid rgba(248, 62, 5, 0);
    transform:translate(200px, 0);
    width: 560px;
  } 
  
  95%, 100%{
    border-left: 2px solid rgb(248, 62, 5);
    transform:translate(200px, 0);
    width: 560px;
  } 
  
}



.container .text h5 {
  font-size: 12px;
  font-weight: 300;
  position: fixed;
  color: rgba(248, 41, 5, 0.906);
  display: flex;
  justify-content: center;
  align-items:center;
  left: 0;
  top: 20px;
  bottom: 200px;
  z-index: 300!important;
  background: none;
  width: 100vw;
  height: 70px;
  text-align: center;
  margin: 5px;
  white-space: nowrap; /* Prevent text wrapping */
  overflow: hidden;
  text-overflow: ellipsis!important;
  }

  .container .text h5:nth-child(1) {
    margin-top: 8px;
  }

  /* LINK COLOR */
  a {
    color: rgb(14, 98, 255); /* Set the default link color */
    cursor: pointer; /* Use the default pointer cursor for links */
    text-decoration: underline;
    font-weight: 900;

  }
  
  .container .text h3 {
    font-size: 12px;
    font-weight: 900;
    font-family: "Tilt Warp"!important;
    position: fixed;
    color: rgba(248, 41, 5, 0.906)!important;
    display: flex;
    justify-content: center;
    align-items:center;
    left: auto;
    top: -23px;
    transform: translate(12px, 0);
    bottom: 200px;
    padding-bottom: 25px;
    padding-top: 62px;
    z-index: 40!important;
    border-radius: 7px;
    border: 1.5px dashed;
    background-color: rgb(22, 0, 29);
    width: 300px;
    height: 70px;
    text-align: center;
    margin: 5px;
    white-space: nowrap; 
    animation: banner 15s ease 3;
    text-overflow: ellipsis!important;
    }

    @keyframes banner{
      0%{
        top: -23px;
      }

      60% {
        top: -23px;
      }

      63% {
        top: 35px;
      }
      97% {
        top: 35px;
      }
      
      100% {
        top: -23px;
      }
    }



  
  html {
    font-size: 50%;
    scroll-behavior: smooth;
  }

  .center {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .wrapper {
    width: 100%;
    perspective: 50rem;
  }

  /* End of Common Styles */




  /* HIRING POSITIONS TEXT*/
.section-2 h1 {
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    letter-spacing: 0px;
    background-color: none;
    text-transform: uppercase;
    text-shadow: 0px 5px 0px rgb(83, 0, 128);
    transform: translate(0px, 2300px);
    margin-top: 00px!important;
    margin-bottom: 0px!important;
    font-size: 50px;
    font-weight: 900;
    transition: text-shadow 0.4s ease;
    white-space: no-wrap;
    display: none!important;
}


.section-2 h1 span {
  font-weight: 900;
  margin-left: 15px;
  background-image: linear-gradient(0deg, rgb(255, 0, 0), rgb(255, 170, 0));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: rotateText 5s infinite;
  white-space: nowrap;
  font-style:oblique;
  box-shadow: 0px 0px 0px rgba(40, 21, 21, 0);
  text-shadow: 0px 5px 20px rgba(130, 0, 211, 0);
}




.card h2 {
  font-family: 'Poppins', sans-serif;
  left: 100px;
  text-align: center;
  color: rgb(255, 255, 255)!important;
  background-color: rgb(7, 0, 0);
  font-weight: 100;
}




/* WESTERN CYBER SOCIETY CLUB NAME */

.card h4 {
  font-family: 'Poppins', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  
  

  background-image: linear-gradient(0deg, rgb(255, 0, 0), rgb(255, 110, 0));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
 


  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 17px;
  font-weight: 700;
  font-style:oblique;
  transform: rotateX(30deg);
  transition: transform 0.7s ease; 
}


.card:hover h4 {
  transform: rotateX(0deg);
}

/* @keyframes rotateText {
  0% {
    transform: rotateX(50deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}

 */


/* original club title flipping code */
/* 
@keyframes rotateText {
  0% {
      transform: rotateX(0deg);
  }
  10% {
      transform: rotateX(180deg);
  }
  20% {
      transform: rotateX(0deg);
  }
  100% {
      transform: rotateX(0deg);
  }
} */






@keyframes rotateTextHorizontally {
  0% {
    transform: translate(-138px, -250px)rotateY(180deg);
  }
  5% {
    transform: translate(-138px, -250px)rotateY(0deg);
  }
  50% {
    transform: translate(-138px, -250px)rotateY(0deg);
}
  55% {
      transform: translate(-138px, -250px)rotateY(180deg);
  }
  100% {
      transform: translate(-138px, -250px)rotateY(180deg);
  }
}


/* MEMBERSHIP FEE... CLUB DESCRIPTIONS*/

.card h3 {
  font-family: 'Poppins', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 35px;
  font-size: 8.5px;
  padding-bottom: 0px;
  transform: rotateX(0deg);
  font-weight: 100;
  color:rgb(250, 73, 28);
  width: 100%;
  /* animation: shrink2 0.3s ease forwards; */

  transform: translateY(0px);
  transform: translateZ(0px);
}

#card-hyperlink {
  color: rgb(128, 16, 255); /* Set the default link color */
    cursor: pointer; /* Use the default pointer cursor for links */
    text-decoration: underline;
    font-weight: 100;
    position: relative;
    display: inline-block;
}


/* THESE GROW AND SHRINK ARE FOR TILTING THE CARDS */
/* @keyframes grow{
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(20deg);
  }

}


@keyframes shrink{
  0% {
    transform: rotateX(20deg); 
  }
  100% {
    transform: rotateX(0deg); 
  }

} */



/* THESE GROW AND SHRINK ARE FOR CARD H3 TEXT */
@keyframes grow2{

  0% {
    transform: rotateX(0deg); 
  }
  100% {
    transform: rotateX(-35deg); 
  }

}


@keyframes shrink2{

  0% {
    transform: rotateX(-35deg); 
  }

  100% {
    transform: rotateX(0deg); 
  }

}








 /* END OF RESULTS TEXT */


/* BUTTON */


.text {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

/* TRANSLATE MENU BUTTONS UP AND DOWN */

.text .question {
    text-align: center;
    transform: translate(-0%, 360px);
}


  /* MENU DESCRIPTION TEXT */

.question h1{
  font-family: "Space Mono"!important;

  font-size: 15px;
  font-weight: 200;
  color:rgb(250, 73, 28);
  z-index: 100;
  
}




.question h1:before {

  content: "";
  position: fixed;
  top: 68px;
  left: auto;
  transform: translate(-0px, 0);
  height: 5px;
  width: 310px;
  background-color: none;
  border-bottom: 1.5px solid rgb(248, 62, 5);
  border-left: none;
  box-shadow: 0px -5px 30px rgba(242, 82, 46, 0.612);
  /* transition: none!important; */
  animation: animateTypingMenu 3s ease infinite,width 0.1s ease;

  
}


@keyframes animateTypingMenu {
  0% {
    width: 10px;
    
  }
  15% {
    width: 307px;
    
  }
  20% {
    width: 307px;
    
  }
  45% {
    width: 0px;
    transform-origin: right;
    right: 6px;
  }
  50% {
    width: 0px;
    

  }

  100% {
    width: 0px;
    

  }
}






.questionsss h1{
  font-size: 15px;
  font-weight: 200;
  color:rgb(250, 73, 28);
  z-index: 100;
  left: auto;
  /* padding-left: 100px; */
  transform: translate(0px, 260px);
  text-align: center;
  margin-right: 0px;
  

}



.questionss h1{
  font-size: 15px;
  font-weight: 200;
  color:rgb(250, 73, 28);
  z-index: 100;
  transform: translate(0px, 200px);
  text-align: center;
}


.question h1 span{
  font-size: 15px;
  font-weight: 200;
  color:rgb(101, 20, 0);
  z-index: 100;
  background: rgba(255, 193, 100, 0.803);
  padding: 0px 5px;
  
}



.questions h1{
  font-size: 15px;
  font-weight: 200;
  color:rgb(250, 73, 28);
  z-index: 100;
  transform: translate(0, 100px);
  text-align: left;
  left: auto;
  margin-left: 10px;
  margin-right: 10px;
}






.question h5{
  font-size: 10px;
  font-weight: 200;
  color:rgb(250, 73, 28);
  z-index: 0;
  margin-top: 0px;


}


.question h5:nth-child(2){
  margin-bottom: 100px;
}

.question h1:nth-child(1){
  margin-top: -80px;
  
}

/* SIZZLE TITLE TEXT */

/* .question h2{
font-size: 50px;
font-weight: 900;
font-family: "AngKor"!important;
width: 550px;
height: 10px;

padding-bottom: 650px;
padding-top: 40px;
padding-left: 80px;
padding-right: 80px;

margin-top: -70px;
position: absolute;
z-index: -1;






text-shadow: 0px 0px 100px rgba(156, 8, 8, 0.516);
box-shadow: 15px 10px 0px rgba(40, 0, 56, 0.623);
background: linear-gradient(35deg, rgba(16, 4, 4, 0.175),rgba(16, 4, 4, 0.179));

color: rgb(248, 5, 5);

border-radius: 40px;
border: 5px dashed;

animation: rotateTextHorizontally 6s ease infinite;

} */

/* Apply the animation only when not hovered */
/* .question h2:not(:hover) {
  animation: rotateTextHorizontally 5s ease;
} */







.button-wrapper .confetti-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 40%;
    left: 50%;
    
    background-image: linear-gradient(0deg, rgb(255, 14, 14), rgb(255, 65, 22));
    
    font-weight: 800;
    font-size: 25px;
    color: rgb(39, 11, 64);
    padding: 20px 0; /* Adjust padding to center content vertically */
    font-family: 'Poppins', sans-serif;
    border-radius: 34px;
    box-shadow: 0px 6px 0px rgb(184, 0, 0);
    
    transition: box-shadow 0.3s ease-in-out, color 0.4s ease-out;
    overflow: hidden; /* Ensure the overflow is hidden to prevent overflow of the stripe */
    z-index: 0;

    width: 200px; /* Set a fixed width */



    /* LETS GO! BUTTON HEIGHT */
    height: 80px;

    transform: translate(0px, -50px);
    overflow: hidden; /* Ensure the overflow is hidden to prevent overflow of the stripe */
    border-style:solid;
    box-shadow: 0px 3px 0px rgb(145, 0, 0), 
    0px 6px 0px rgb(152, 0, 0),
    0px 8px 0px rgb(159, 0, 0),
    0px 0px 10px rgb(167, 0, 0), 
    0px 8px 10px rgb(167, 0, 0);
    border: none;
}






/* BUTTON HOVER */

.button-wrapper .confetti-button:hover{
    transition: transform 0.2s ease;
    background-color: rgb(98, 186, 187);
    color: rgb(55, 0, 76);
    /* box-shadow: 0em 0rem 5rem rgba(0, 0, 0, 0.158); */
  
}


/* END OF BUTTON HOVER */



/* END OF BUTTON ACTIVE */
@keyframes buttonAnimation {
    0% { 
        box-shadow: -3px 7px 0px rgb(184, 0, 0);
     } 
    100% { 
        box-shadow: 0px 0px 00px rgb(184, 0, 0);
    } 
}


/* Define the stripe animation */
@keyframes stripeAnimation {
    0% { left: -60%; } /* Start the stripe from the left of the button */
    100% { left: 100%; } /* Move the stripe all the way to the right of the button */
}



/* WHITE STRIP */

.button-wrapper .confetti-button:hover::before {
    content: ""; /* Create a pseudo-element to represent the stripe */
    position: absolute;
    top: -20px;
    left: -100%; /* Initially position the stripe outside the button */
    width: 50%; /* Make the stripe twice as wide as the button to ensure it covers the entire button */
    height: 500%;
    transform: rotate(10deg);

    background: linear-gradient(10deg, rgba(255, 255, 255, 0.803),rgb(255, 255, 255)); /* Set the color of the stripe to white */
    animation: stripeAnimation 0.3s ease-in-out forwards; 
    z-index: 5;
    

}


/* Adjust button positioning */
#left-button {
  position: relative;
    left: calc(50% - 220px); /* Adjust left position to center the buttons and create a gap */
    top: 596px!important;
    font-size: 10px!important;
    padding: 15px 0 15px 0;
    height: 10px!important;
    width: 115px!important;
    font-weight: 700;
    --width: 0.68; 
    --height: 1.00px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 1.5px dashed;
    transition: top 0.2s ease;

    background-image: linear-gradient(0deg, rgb(255, 65, 22), rgb(255, 76, 22))!important;

}


#left-button:hover {
  top:589px!important;
}



#right-button {
  position: relative;
    left: calc(50% + 20px); /* Adjust left position to create a gap between buttons */
    top: 637px!important;
    --width: 1.02; 
    --height: 1.00px;
    font-weight: 800;
    z-index: 5!important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top: none;
    transition: top 0.2s ease, border-radius 0.2s ease;
    
    border: 1.5px dashed;

}

#right-button:active{

  left: calc(50% + 0px);
  top: 646px!important;
  /* color: #fff; */
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
}


#right-button:hover {
  /* color: #690090; */
  font-weight: 900;
}



#FAQ {
  position: absolute;
  left: calc(50% - 128px); /* Adjust left position to create a gap between buttons */
  top: 489px;
  width: 36px;
  height: 29px;
  font-weight: 800;
  font-size: 10px;
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  z-index: 0!important;
  padding: 15px 0 15px 0;
  border-right: none;
  transition: left 0.2s ease;
  transform: translate(0px, 195px);
  border: 1.5px dashed;


  --width: -0.2; 
  --height: -58px;
  background-image: linear-gradient(0deg, rgb(255, 14, 14), rgb(252, 46, 10))!important;
}


#FAQ:hover {
  left: calc(50% - 135px);
  
}





#NEWSLETTER {
  position: absolute;
  left: calc(50% + 94px); /* Adjust left position to create a gap between buttons */
  top: 489px;
  width: 36px;
  height: 29px;
  font-weight: 800;
  font-size: 10px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  z-index: 0!important;
  padding: 15px 0 15px 0;
  border-right: none;
  transition: left 0.2s ease;
  transform: translate(0px, 195px);
  border: 1.5px dashed;
/* border: 1.5px dashed; */

  --width: -0.2; 
  --height: -58px;
  background-image: linear-gradient(0deg, rgb(255, 14, 14), rgb(252, 46, 10))!important;
}




#NEWSLETTER:hover {
  left: calc(50% + 97px);
  
}





#back {
  left: calc(50% - 220px); /* Adjust left position to center the buttons and create a gap */
  top: 585px!important;
  font-size: 10px!important;
  padding: 15px 0 15px 0;
  height: 10px!important;
  width: 130px!important;
  font-weight: 700;
  --width: 0.68; 
  --height: 1.00px;
  color:rgb(7, 0, 0);
}


/* BUTTON ACTIVE PRESSED (NOT BUTTON FOCUS) */


/* button wrapper or whatever active{
  transform: translate(calc(-103px * var(--width)), calc(8px + var(--height))) !important;

    animation: buttonAnimation 0.2s ease-in-out forwards;
} */


#FAQ:active{
  left: calc(50% - 132px);
}

#left-button:active{
  top:594px!important;
}



#NEWSLETTER:active{
  left: calc(50% - -95px);
}





/* Adjust button positioning */
#back {
  left: calc(50% - 220px); /* Adjust left position to center the buttons and create a gap */
  top: 400px;
}

#email {
  left: calc(50% + 20px); /* Adjust left position to create a gap between buttons */
  top: 347px;
}


/* END OF BUTTON */

 
  

  
  /* Title Text Style */
  
  
  section {
    width: 100%;
    height: 100vh;
    /* background-color: #efefef; */
    position: relative;
    left: 0;
    margin-bottom: 3rem;
    transform-origin: left;
    padding: 5rem 0;
    transition: left 0.5s, transform 0.5;
    
  }
  
  section.change {
    left: 15vw;
    transform: rotateY(10deg);
  }
  
  .section-heading {
    font-size: 10rem;
    font-weight: bolder;
    color: #fff;
    margin-bottom: 10rem;
    letter-spacing: 1rem;
    text-align: center;
    text-shadow: 0.3rem 0.3rem 0.5rem rgb(41, 37, 37);
  }
  /* End of Title Text Style */
  
  


  
  /* Section 2 */
  .section-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
  
  .card {
    width: 29rem!important;
    margin: 5rem 3rem;

    perspective: 1000px; 
    transform: rotateX(0deg);
    animation: shrink 0.3s ease forwards;

    /* BLUR EFFECT */
    backdrop-filter: blur(100px); 
    
    /* background-color: rgb(29, 14, 14); */
    background: linear-gradient(45deg, rgba(237, 235, 245, 0.045),rgba(237, 235, 245, 0.06));

    /* top right bottom left */
    padding: 4rem 2rem 2.5rem 2rem;

    box-shadow: -10px 10px 20px rgb(18, 0, 31);
    position: relative;
    transition: box-shadow 0.5s;
    border-radius: 30px!important;
    transition: height 0.5s ease, box-shadow 0.5s ease, opacity 0.2s ease!important;
    opacity: 1;
    border: 1.5px dashed;
    border-color: rgb(255, 51, 0);
    z-index: 0;
  }




  /* NEWLY ADDED CHATGPT CODE THAT FIXES THE CARDS BY AUTO MOVING THEM TO THE NEXT ROW BUT NOW THE CARDS GET TOO LONG WHEN HOVERED OVER */

  .cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Center align the cards */
    margin-top: 300rem; /* Add space at the top so that the first row is visible*/
}

  
  .card:hover {
    box-shadow: -30px 30px 30px rgb(19, 0, 32);
    animation: grow 0.5s ease forwards;
    /* animation: animateHeight 0.2s ease forwards; */
  }
  /* end of chatgpt */




  @keyframes animateHeight {
      0% {
          height: 20%;
      }
      100% {
        height: 20%;
    }
  }
  
  .car-name {
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 2rem;
    left: 2rem;
    z-index: 10;
  }
  
  .card-img {
    width: 100%;
    height: 100%;
    opacity: 95;
    transition: opacity 0.2s;
    border-radius: 50px;
    padding-bottom:  5px;
  }


  




#image2 {
    width: 60px!important; 
    height: auto;
    border-radius: 45px!important;
    border-top-left-radius: 0px!important;
    /* border-bottom-right-radius: 0px!important; */
    transition: width 0.3s ease, opacity 0.3s ease,border 0.5s ease, border-radius 0.5s ease;
    transform: translate(0px, 0px);
    z-index: 0;
    margin-left: 10px;
    
}

#image1 {
    width: 140px!important; 
    height: auto;
    align-items: center;
    border-radius: 80px!important;
    transition: width 0.3s ease, opacity 0.3s ease, border 0.3s ease, border-radius 0.3s ease;
    z-index: 100;
    /* border-bottom-right-radius: 0px; */

}

.card:hover #image1 {
    width: 60px!important; 
    border-radius: 20px!important;
}

.card:hover #image2 {
    width: 140px!important; 
    border-top-left-radius: 10px!important;
    border-top-right-radius: 10px!important;
    border-bottom-left-radius: 15px!important;
    border-bottom-right-radius: 15px!important;
    
}

.card:hover .card-img {
    opacity: 1;
}



  .car-price {
    font-size: 1.8rem;
    /* color: #777; */
    margin: 0.5rem 0;
    text-align: center;
  }

  

  .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card-btn {
    position: relative;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    background-image: linear-gradient(0deg, rgba(255, 14, 14), rgba(255, 65, 22));
    color: rgb(39, 11, 64);
    text-transform: uppercase;
    font-size: 1.3rem;
    letter-spacing: 0px;
    margin: 3px 0px 3px 2px;
    padding: 5px;
    width: 47%;
    max-width: 200px; /* Limiting width for better layout */
    font-weight: 900;
    border-radius: 20px;
    border: 1.5px dashed;
    border-color: rgba(44, 3, 90, 0.941);
    box-shadow: 0.1rem 0.1rem 0rem rgb(0, 0, 0);
    cursor: pointer;
    display: inline-block;
    transition: color 0.3s ease, box-shadow 0s ease;
    z-index:10;
    overflow: hidden;
    box-shadow: 0px 3px 0px rgb(145, 0, 0), 
    0px 6px 0px rgb(152, 0, 0),
    0px 8px 0px rgb(159, 0, 0),
    0px 0px 10px rgb(167, 0, 0), 
    0px 8px 10px rgb(167, 0, 0);
}


.card-btn:active {
  transform: translate(0px, 2px);
  box-shadow: 0px 4px 0px rgb(152, 0, 0), 
    0px 6px 0px rgb(159, 0, 0),
  
    0px 0px 10px rgb(167, 0, 0), 
    0px 6px 10px rgb(167, 0, 0);
}








/* WHITE STRIP */

.card-btn:hover::before {
  content: ""; /* Create a pseudo-element to represent the stripe */
  position: absolute;
  top: -20px;
  left: -100%; /* Initially position the stripe outside the button */
  width: 50%; /* Make the stripe twice as wide as the button to ensure it covers the entire button */
  height: 500%;
  transform: rotate(10deg);

  background: linear-gradient(10deg, rgba(255, 255, 255, 0.803),rgb(255, 255, 255)); /* Set the color of the stripe to white */
  animation: stripeAnimation 0.3s ease-in-out forwards; /* Apply the animation to the stripe */
  z-index: 5;
  

}








 /* refresh link / back button */
 
 .refresh-link {
  font-size: 30px;
  color: rgba(255, 65, 22, 0.973);
  text-decoration: none; /* Remove underline */
  background-color: none;
  
  border: 3px double;
  border-color: rgba(255, 65, 22, 0.973);
  box-shadow: 0 0 15px rgba(255, 95, 59, 0.498), 0 0 6px rgba(255, 95, 59, 0.635);
  text-shadow: 0 0 7px rgb(255, 95, 59), 0 0 30px rgba(255, 95, 59, 0.973);

  transition: border-color 0.5s ease, color 0.75s ease;
  border: 1.5px dashed;
  padding: 1px 19px 7px 17px;

  left: auto;
  margin-left: 250px;
  height: 50px;
  width: 50px;

  border-radius: 100px;

  animation: button-glow 3s infinite;
}

.refresh-link:hover {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}



.refresh-link3 {
  font-size: 30px;
  color: rgba(255, 65, 22, 0.973);
  text-decoration: none; /* Remove underline */
  background-color: none;
  
  border-color: rgba(255, 65, 22, 0.973);
  box-shadow: 0 0 15px rgba(255, 95, 59, 0.498), 0 0 6px rgba(255, 95, 59, 0.635);
  text-shadow: 0 0 7px rgb(255, 95, 59), 0 0 30px rgba(255, 95, 59, 0.973);

  transition: border-color 0.5s ease, color 0.75s ease;
  border: 1.5px dashed;
  padding: 1px 19px 7px 17px;
position: relative;
  left: auto;
  margin-left: 250px;
  margin-right:0px;
  height: 50px;
  width: 50px;
  transform: translate(100px, 0);

  border-radius: 100px;

  animation: button-glow 3s infinite;


}

.refresh-link3:hover {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}


/* REFRESH LINK IN SUGGEST CLUBS PAGE */

.refresh-link4:hover {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}

.refresh-link4 {
  font-size: 30px;
  color: rgba(255, 65, 22, 0.973);
  text-decoration: none; /* Remove underline */
  background-color: none;
  
  border: 3px double;
  border-color: rgba(255, 65, 22, 0.973);
  box-shadow: 0 0 15px rgba(255, 95, 59, 0.498), 0 0 6px rgba(255, 95, 59, 0.635);
  text-shadow: 0 0 7px rgb(255, 95, 59), 0 0 30px rgba(255, 95, 59, 0.973);
  border: 1.5px dashed;
  transition: border-color 0.5s ease, color 0.75s ease;

  padding: 1px 19px 7px 17px;

  left: auto;
  margin-left: 175px;
  height: 50px;
  width: 50px;

  border-radius: 100px;

  animation: button-glow 3s infinite;

}

 /* refresh link IN THE CLUBS PAGE */
 
 .refresh-link2 {
  position: absolute;
  font-size: 15px;
  color: rgba(255, 65, 22, 0.973);
  text-decoration: none; /* Remove underline */
  background-color: none;
  
  border: 1.5px dashed;
  border-color: rgba(255, 65, 22, 0.973);
  /* box-shadow: 0 0 15px rgba(255, 95, 59, 0.498), 0 0 6px rgba(255, 95, 59, 0.635); */
  text-shadow: 0 0 7px rgb(255, 95, 59), 0 0 30px rgba(255, 95, 59, 0.973);

  transition: border-color 0.5s ease, color 0.75s ease;

  padding: 0px 19px 25px 8px;

  left: 30px;

  margin-right:0px;
  height: 30px;
  width: 30px;

  transform: translate(0, -14px);
  border-radius: 100px;

  /* animation: button-glow 3s infinite; */
z-index: 6000!important;

}

.refresh-link2:hover {
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}






@keyframes button-glow {
  0%, 100% {
    box-shadow: 0 0 15px rgba(255, 95, 59, 0.498), 0 0 6px rgba(255, 95, 59, 0.635);
    text-shadow: 0 0 7px rgb(255, 95, 59), 0 0 30px rgba(255, 95, 59, 0.973);
  }
  50% {
    box-shadow: 0 0 15px rgba(255, 95, 59, 0.498), 0 0 15px rgba(255, 95, 59, 0.635);
    text-shadow: 0 0 3px rgb(255, 95, 59), 0 0 24px rgba(255, 95, 59, 0.973);
  }
}





#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight:100;
  top: -100px;
  left: -30px;
  background-color: rgb(22, 0, 29);
  width: 110vw;
  height: 120vh;
  z-index: 9999!important;
  /* display: none; */
  /* visibility: hidden; */
  animation: fade 5s linear forwards;
  border: 1.5px dashed;
  border-left: none;
  border-right: none;
}



#loading::after {
  content: ''; /* Need content for the pseudo-element to display */
  position: absolute;
  width: 80px;
  height: 20px;
  background-color: rgb(22, 0, 29); /* White box */
  transform: translate(95px, 10px);
  animation: threeDots 1.5s linear infinite;

}


@keyframes threeDots {
  0% {
    opacity: 1;
  }
  100%{
    width: 80px;
    transform: translate(180px, 10px);
  }
}




@keyframes fade {
  0% {
    opacity: 1;
    top: -100px;
  }
  80% {
    opacity: 1;
    top: -100px;
  }
  100% {
    /* opacity: 0; */
    visibility: hidden;
    top: -1000px;
  }

}











/* Responsive */

/* FULL SCREEN ON SAFARI MAC */
@media (max-width: 8000px) {
  .section-2 h1 {
    margin-top: calc(1200px)!important;
  }

   .content h2{
      font-size: 60px;
      font-weight: 900;
      
    border-radius: 0px;
      height: 60px;
  
      animation: r;
      
    padding-top: 10px;
    padding-bottom: 80px;
  
    box-shadow: transparent;
    transform: translate(-88px, -150px)!important;
    white-space: nowrap;
    text-shadow: 0px 0px 0px rgb(255, 72, 0);
    }
  
  
    
  .content h2:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 2px rgb(248, 5, 5);
    transform: translate(-163px, -155px)!important;
  }
  
  .content h2:nth-child(2) {
    color:rgb(255, 30, 0);
    animation: animate 4s ease-in-out infinite;
    border: 0px ;
    transform: translate(-158px, -150px)!important;
    
  }

    
#left-button {
  position: absolute;
left: 50%;
transform: translateX(-50%);
  top: 550px;
  margin-top: 18px;
}

#right-button {
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 650px;
margin-top: 0px;
margin-bottom: 1000px;
}



}






/* DONT CHANGE THIS, CHANGE THE WINDOW SCROLL */
@media (max-width: 1550px) {
  
  .card:nth-child(1) {
    margin-top: -50px;
  }
  .card:nth-child(2) {
    margin-top: -50px;
  }
  .card:nth-child(3) {
    margin-top: -50px;
  }

  .card:nth-child(4) {
    margin-top: -50px;
  }


  .content h2{
    font-size: 60px;
    font-weight: 900;
    
  border-radius: 0px;
    height: 60px;

  animation: none;
    
  padding-top: 10px;
  padding-bottom: 80px;

  text-shadow: 0px 0px 0px rgb(255, 72, 0);
  transform: translate(-100px, -150px)!important;
  white-space: nowrap;

  }



  .content h2:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 2px rgb(248, 5, 5);
    transform: translate(-163px, -155px)!important;
  }
  
  
  .content h2:nth-child(2) {
    color:rgb(255, 30, 0);
    animation: animate 4s ease-in-out infinite;
    border: 0px ;
    transform: translate(-158px, -150px)!important;
    
  }
  #left-button {
    position: absolute;
  left: 50%;
  transform: translateX(-50%);
    top: 550px;
    margin-top: 18px;
}

#right-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 650px;
  margin-top: 0px;
  margin-bottom: 1000px;
}
  } 



  

@media (max-width: 1244px) {
/* GAP ABOVE THE FIRST CLUB CARD ON MOBILE */
.card:nth-child(1) {
  margin-top: 1200px;
}
.card:nth-child(2) {
  margin-top: 1200px;
}
.card:nth-child(3) {
  margin-top: 1200px;
}
.card:nth-child(4) {
  margin-top: 50px;
}
.content h2{
  font-size: 60px;
  font-weight: 900;
  
border-radius: 0px;
  height: 60px;

  animation: none;
  
padding-top: 10px;
padding-bottom: 80px;

box-shadow: transparent;
transform: translate(-88px, -150px)!important;

}


.content h2:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 2px rgb(248, 5, 5);
  transform: translate(-163px, -155px)!important;
}
.content h2:nth-child(2) {
  animation: animate 4s ease-in-out infinite;
  border: 0px ;
  transform: translate(-158px, -150px)!important;
  
}

#left-button {
  position: absolute;
left: 50%;
transform: translateX(-50%);
  top: 550px;
  margin-top: 18px;
}

#right-button {
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 650px;
margin-top: 0px;
margin-bottom: 1000px;
}
}








/* FROM 2 TO 3 CARDS PER ROW */
@media (max-width: 930px) {


  #PCtext {
    display: none;
  }

  /* .container .text h6 {
    top: -10px;
    height: 85px;
  } */
  
  .container .text h6:before {
    top: 40px;
  }

  .refresh-link2 {
    transform: translate(0px, -14px);
    z-index: 4000!important;
  }
    




  /* GAP ABOVE THE FIRST CLUB CARD ON MOBILE */
  .card:nth-child(1) {
    margin-top: 3100px;
  }
  .card:nth-child(2) {
    margin-top: 3100px;
  }

  .card:nth-child(3) {
    margin-top: 0px;
  }

  

  .content h2{
    font-size: 60px;
    font-weight: 900;
    
  border-radius: 0px;
    height: 60px;

    animation: none;
    
  padding-top: 10px;
  padding-bottom: 80px;

  box-shadow: transparent;
  transform: translate(-88px, -150px)!important;

  }


  .content h2:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 2px rgb(248, 5, 5);
    transform: translate(-163px, -155px)!important;
  }
  
  .content h2:nth-child(2) {
    animation: animate 4s ease-in-out infinite;
    border: 0px ;
    transform: translate(-158px, -150px)!important;
    
  }




  #left-button {
    position: absolute;
  left: 50%;
  transform: translateX(-50%);
    top: 550px;
    margin-top: 18px;
}

#right-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 650px;
  margin-top: 0px;
  margin-bottom: 1000px;
}

.card h3 {
  font-size: 10px!important;
}

  }





  @media (max-width: 630px) {
/* 

#loading{
  font-size: 20px;
} */


.card h4 {
  transform: rotateX(0deg);
}
.questionsss h1{
  font-size: 10px;
 
}

.refresh-link {
  
  margin-right: 280px;
}

    .refresh-link3 {
      font-size: 30px;
      color: rgba(255, 65, 22, 0.973);
      text-decoration: none; /* Remove underline */
      background-color: none;
      
        border: 1.5px dashed;

      border-color: rgba(255, 65, 22, 0.973);
      box-shadow: 0 0 15px rgba(255, 95, 59, 0.498), 0 0 6px rgba(255, 95, 59, 0.635);
      text-shadow: 0 0 7px rgb(255, 95, 59), 0 0 30px rgba(255, 95, 59, 0.973);
    
      transition: border-color 0.5s ease, color 0.75s ease;
    
      padding: 1px 19px 7px 17px;
    position: relative;
      left: auto;
      margin-left: 150px;
      margin-right:0px;
      height: 50px;
      width: 50px;
    
      border-radius: 100px;
    
      animation: button-glow 3s infinite;
    
    
    }

    .questions h1{
      font-size: 8px;
      font-weight: 200;
      color:rgb(250, 73, 28);
      z-index: 100;
      transform: translate(-10px, 100px);
      
      text-align: left;
    }

    #PCtext {
      display: none;
    }
  
    /* .container .text h6 {
      top: -10px;
      height: 85px;
    } */
    
    .container .text h6:before {
      top: 40px;
    }
  

    /* GAP ABOVE THE FIRST CLUB CARD ON MOBILE */
    .card:nth-child(1) {
      margin-top: 8400px;
    }
    .card:nth-child(2) {
      margin-top: 0px;
    }
  
    .card:nth-child(3) {
      margin-top: 0px;
    }
  
    .content h2{
      font-size: 50px;
      font-weight: 900;
      
    border-radius: 0px;
      height: 60px;
  
      animation: none;
      
    padding-top: 10px;
    padding-bottom: 80px;
  
    box-shadow: transparent;
    transform: translate(-88px, -150px)!important;
    text-shadow: 0px 0px 0px rgb(255, 72, 0);
    }
  
    
  .content h2:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 2px rgb(224, 0, 0);
    transform: translate(-133px, -155px)!important;
  }
    
    .content h2:nth-child(2) {
      animation: animate 4s ease-in-out infinite;
      border: 0px ;
      transform: translate(-128px, -150px)!important;
      
    }


    #left-button {
      position: absolute;
    left: 50%;
    transform: translateX(-50%);
      top: 550px;
      margin-top: 18px;
  }
  
  #right-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 650px;
    margin-top: 0px;
    margin-bottom: 1000px;
    
  }


  .card h3 {
    font-size: 10px!important;
  }
    }





  @media (max-width: 425px) {
      

    .card h4 {
      transform: rotateX(0deg);
    }

      .content h2{
        font-size: 50px;
        font-weight: 900;
        
      border-radius: 0px;
        height: 60px;
    
        animation: none;
        
      padding-top: 10px;
      padding-bottom: 80px;
        right: 0px;
      box-shadow: transparent;
        position: absolute;
        text-shadow: 0px 0px 0px rgb(255, 72, 0);
      }


  .content h2:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 2px rgb(224, 0, 0);
    transform: translate(92px, -155px)!important;
  }
  
  .content h2:nth-child(2) {
    animation: animate 4s ease-in-out infinite;
    border: 0px ;
    transform: translate(87px, -150px)!important;
    
  }

}
  




/* REFRESH BUTTON IN THE JOIN MAILING LIST PAGE */
    @media (max-width: 560px) {

      .refresh-link {

        margin-right: 250px;
      }

      #loading {
        left: -5px;
      }
    }


/* ON MOBILE */
@media (max-width: 385px) {

.card h4 {
  transform: rotateX(0deg);
}
  body{
    background-image: repeating-linear-gradient(
    325deg,
    rgb(30, 0, 40) -15px,
    rgb(27, 3, 41)  30px,
    /* rgb(38, 3, 59)  30px, */
    rgb(27, 0, 36) 55px
    );
  }

  #right-button:active{

    left: calc(50% + 3px);
    top: 646px!important;
  
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
  }


.question h1:before {

  content: "";
  position: fixed;
  top: 75px;
  left: auto;
  transform: translate(-0px, 0);
  height: 5px;
  width: 210px;
  background-color: none;
  border-bottom: 2px solid rgb(248, 62, 5);
  border-left: none;
  /* transition: none!important; */
  animation: animateTypingMenuMobile 3s ease infinite,width 0.1s ease;
  box-shadow: 0px -5px 30px rgba(242, 82, 46, 0.612);

  
}


 .question h6:before {

  content: "";
  position: fixed;
  top: 98px;
  left: auto;
  transform: translate(-157px, 0);
  height: 5px;
  width: 115px;
  background-color: none;
  border-bottom: 2px solid rgb(248, 62, 5);
  border-left: none;
  animation: animateTypingMenuMobile2 3s ease infinite,width 0.1s ease;
  box-shadow: 0px -5px 30px rgba(242, 82, 46, 0.612);

  
}




@keyframes animateTypingMenuMobile2 {
  0% {
    width: 10px;
    
  }
  15% {
    width: 115px;
    
  }
  20% {
    width: 115px;
    
  }
  45% {
    width: 0px;
    transform-origin: right;
    right: -115px;
  }
  50% {
    width: 0px;
    

  }

  100% {
    width: 0px;
    

  }
}

@keyframes animateTypingMenuMobile {
  0% {
    width: 10px;
    
  }
  15% {
    width: 184px;
    
  }
  20% {
    width: 184px;
    
  }
  45% {
    width: 0px;
    transform-origin: right;
    right: 6px;
  }
  50% {
    width: 0px;
    

  }

  100% {
    width: 0px;
    

  }
}



  .questionsss h1{
    
    transform: translate(-100px, 260px);
  }

  
  /* REFRESH LINK IN SUGGEST CLUBS PAGE */



  .refresh-link {

    margin-left: 55px;
  }



.refresh-link4 {

  margin-left: 50px;
}

  .questions h1{
    font-size: 10px;
    font-weight: 200;
    color:rgb(250, 73, 28);
    z-index: 100;
    transform: translate(-100px, 100px);
    
    text-align: left;
  }

  body {
    margin-left: 100px;
    margin-right: 40px;
  }

  #FAQ{
    left: calc(50% - 124px);
  }

  #FAQ:hover{
    left: calc(50% - 132px);
  }

    



  /* WESTERN'S HOTTEST TECH CLUBS TEXT MOBILE */
  .section-2 h1 {
    font-size: 15px;
    margin-top: calc(-1100px)!important; 
    display: none;
  
    
    
  }


  /* THIS IS FOR THE BACK BUTTON IN THE SUGGESTIONS PAGE THAT NEEDS TO BE OFFSET IN MOBILE MODE */
  .suggest-page {
    margin-right:250px;
    /* transform: translate(-100px, 0)!important; */
  }

  .refresh-link2 {
    transform: translate(-25px, -14px);
    /* display: none; */
    position: fixed;
  }

    .container .text h3 {
      font-size: 10px;
      transform: translate(-100px,0);
      width: 240px;
      font-family: "Tilt Warp"!important;
    }







  #PCtext {
    display: none;
  }

  /* .container .text h6 {
    top: -10px;
    height: 85px;
  }
  
  .container .text h6:before {
    top: 30px;
  } */


  .card {
    position: relative;
    margin-right: 0px;
    margin-left: -60px;
    width: 29rem!important;
    
    
  }

  /* GAP ABOVE THE FIRST CLUB CARD ON MOBILE */
  .card:nth-child(1) {
    margin-top: 9700px;
  }

  .card:nth-child(2) {
    margin-top:0px;
  }

  /* GAP AFTER THE LAST CLUB CARD ON MOBILE */

  .card:nth-child(6) {
    margin-bottom: 100px;
  }




  html {
    font-size: 45%;
  }

  body {
    margin-left: 100px;
    /* GAP AT THE BOTTOM OF SCREEN IN MENU PAGE MOBILE */
    margin-bottom: 400px;
  }



  .card h3 {
    font-size: 10px!important;
  }


/* SIZZLE TITLE ON MOBILE */
  .content h2{
    font-size: 50px;
    font-weight: 900;
    
  border-radius: 0px;
    height: 60px;

    animation: none;
    
  padding-top: 10px;
  padding-bottom: 80px;
    right: 0px;
  box-shadow: transparent;
  transform: translate(-88px, -150px)!important;
    position: absolute;
    text-shadow: 0px 0px 0px rgb(255, 72, 0);
  }
  


  .content h2:nth-child(1) {
    color: transparent;
    -webkit-text-stroke: 2px rgb(224, 0, 0);
    transform: translate(161px, -155px)!important;
  }
  
  .content h2:nth-child(2) {
    animation: animate 4s ease-in-out infinite;
    border: 0px ;
    transform: translate(156px, -150px)!important;
    
  }


  .question h1{
    margin-top: -0px;
    font-size: 15px;
    font-weight: 300;
    margin-left: -195px;
    position: absolute;
    left: 0px;
  
  }


  .questionss h1{
    font-size: 10px;
    font-weight: 200;
    color:rgb(250, 73, 28);
    z-index: 100;
    transform: translate(-100px, 200px);
    text-align: center;
  }
 



  .question h5{
    margin-top: 1px;
    font-size: 10px;
    font-weight: 100;
    margin-left: -200px;
  
  }



  #left-button {
    position: absolute;
  left: 51%;
  transform: translateX(-50%);
    top: 600px;
    margin-top: 18px;
}

#right-button {
  position: absolute;
  left: 51%;
  transform: translateX(-50%);
  top: 700px;
  margin-top: 0px;
  margin-bottom: 1000px;
}



} 


/* End of mobile */


@media (max-width: 420px) {

  .content h2{
    padding-left: calc(((var(--screen)) * 0.5) - 108px)!important;
  }


 
  #PCtext {
    display: none;
  }
/* 
  .container .text h6 {
    top: -10px;
    height: 85px;
  }
  
  .container .text h6:before {
    top: 30px;
  } */


}

@media (max-width: 370px) {

.container .text h5 {
  font-size: 10px;
  }


 
  #PCtext {
    display: none;
  }

  /* .container .text h6 {
    top: -10px;
    height: 85px;
  }
  
  .container .text h6:before {
    top: 30px;
  } */


}

  

@media (max-width: 340px) {
  /* GAP ABOVE THE FIRST CLUB CARD ON MOBILE */
  .card:nth-child(1) {
    margin-top: 9600px;
  }
  .card:nth-child(2) {
    margin-top: 0px;
  }

  .card:nth-child(3) {
    margin-top: 0px;
  }



  #PCtext {
    display: none;
  }

  /* .container .text h6 {
    top: -10px;
    height: 85px;
  }
  
  .container .text h6:before {
    top: 30px;
  } */


  
}




@media (max-width: 300px) {
  .container .text h5 {
    font-size: 8px;
    }

  /* GAP ABOVE THE FIRST CLUB CARD ON MOBILE */
  .card:nth-child(1) {
    margin-top: 9500px;
  }
  .card:nth-child(2) {
    margin-top: 0px;
  }

  .card:nth-child(3) {
    margin-top: 0px;
  }

  

  .card-btn {
    width: 180px!important;
  }


  #PCtext {
    display: none;
  }

  /* .container .text h6 {
    top: -10px;
    height: 85px;
  }
  
  .container .text h6:before {
    top: 30px;
  } */


  card-btn{
    text-align: center;
  }
}






.container .text h6 {
  font-family: "Tilt Warp"!important;
  font-size: 25px;
  font-weight: 900;
  position: fixed;
  color: rgb(248, 62, 5);
  display: flex;
  justify-content: center;
  align-items:center;
  left: 0;

  top: -30px;


  bottom: 20px;
  z-index: 100!important;

  text-transform: uppercase;

/* 
  rgb(30, 0, 40) -15px,
    rgb(27, 3, 41)  30px,
    rgb(27, 0, 36) 55px */



  background: rgb(22, 0, 29)!important;
  width: 100vw;

  height: 125px;
  

  text-align: center;
  box-shadow: 0px 0px 10px rgba(17, 3, 30, 0.877);
  border: 1.5px dashed;
  border-left: none;
  border-right: none;

  backdrop-filter:blur(100px);
  overflow: hidden;
  transform: rotateY(0deg);
  }
