@import url('https://fonts.googleapis.com/css2?family=Bagel+Fat+One&family=Funnel+Display:wght@300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik+Mono+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Schoolbell&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Galindo&family=Playwrite+AU+SA:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Oswald:200,400|Playfair+Display:400,400i');
@import url('https://fonts.googleapis.com/css?family=Covered+By+Your+Grace');
@import url('https://fonts.googleapis.com/css2?family=Annie+Use+Your+Telescope&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Potta+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Doodle+Shadow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Just+Another+Hand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playwrite+VN:wght@100..400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


@font-face {
  font-family: star;
  src: url(assets/Canela-Regular-Trial.otf);
}

@font-face {
  font-family: footer;
  src: url(assets/Nitti-Normal.ttf);
}

@font-face {
  font-family: section;
  src: url(assets/Morion-Bold.ttf);
}

*{
  margin: 0;
  padding: 0;
}

body{
    background: rgb(0, 0, 0);
    line-height: 1.5;
    /* cursor: none; */
    overflow-x: hidden;
}

.torn-paper{
  width: 100vw;
  height: 150px;
  background: url('./assets/images/torn-paper.png');
  background-repeat: repeat-x;
  background-position: bottom;
}

 #particle-slider {
  /* background-color: black; */
  height: 100vh;
  width: 100vw;
  
  overflow: hidden;
}

.container{
  display: grid;
  position: relative;
  min-height: 900px;
  background: #FFF;
  grid-template-columns: 1fr 3fr 1fr;
}

.vid-div {
  width: fit-content;
  height: 100%;
  margin: auto;

}

.vid-div video {


  height: 100vh;
  max-width: 90vw; /* Ensure the video scales appropriately */

}

.video-section{
  /* position: fixed; */
  top: 0;
  left: 0;
  width:fit-content;
  margin-left: 5vw;
  margin-right: 5vw;
  z-index: -2;
  height: 100vh;
  display: flex;
  flex-direction: column;

  background: black;
}

.button{
    text-transform: uppercase;
    /* text-shadow: 5px 5px 0px black;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black; */
    
    background: rgba(255, 255, 255, 0);
    padding: 5px 50px;
    /* border-radius: 50vw; */
    color: white;
    left: 50%;
    /* width: 100vw; */
   
    /* border: 1px solid; */
    border: 0;
    outline: none;

    border-top: 0px transparent;
    border-bottom: 0px transparent;
    font-size: 50px;
    z-index: 1;
    transition: all 0.2s;
    

}
.square {
  width:800px; 
  height: fit-content;
  background-color: rgb(50, 49, 49);
  color: rgb(255, 255, 255); 
  border-radius: 8px; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  padding: 20px; /* Inner spacing */
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: center; 

  margin: 20px auto; 
  p{
    color: white;
  }
}


.winners{
  width: 100%;
  height: fit-content; 
  background: url("./assets/winner.gif");
  background-size: contain; 
  background-repeat: no-repeat;
  background-position: bottom;


}
    /* The @font-face rule is used to define a custom font that you want to use on your webpage. Here 'TheFont' is a name we give to reference the font later in CSS. The 'src' property specifies the path to the font file, and 'format' specifies the font format. */
    @font-face {
    font-family: 'TheFont';
    
    /* Variable fonts like the one linked below allow for fine-tuned control over various font properties dynamically via CSS, such as weight ('wght'), width ('wdth'), etc. This link is where your web browser will download the font from. */
    /* Insert the link to your custom variable font */
    src: url("https://garet.typeforward.com/assets/fonts/shared/TFMixVF.woff2")
      format('woff2'); }


  .breathe-animation {
    text-align: center;
        font-size: clamp(1rem, 5vw, 6rem);
        margin-top: 10px;
        color: white;
        -webkit-text-stroke: 2px rgba(0, 0, 0, 1); 
        text-shadow: 0 5px 0 #17202A, 0 0px 0 #17202A, 0 5px 0 #17202A, 0 5px 0 #17202A, 0 5px 0 #17202A, 0 5px 0 #17202A;
    font-family: 'TheFont';

    /* color: white; */
    animation: letter-breathe 3s ease-in-out infinite;
}
  
  @keyframes letter-breathe {
   
    /* The 'from' and 'to' keyframes establish the initial and final states of the animation, respectively, using 'font-variation-settings'. This CSS property is used with variable fonts to adjust their weight ('wght'), width ('wdth'), etc., during the animation. */
    from,
    to, 10% {
      /* Starting weight; adjust the numbers according to your specific font */
      font-variation-settings: 'wght' 200;
    }

    50% {
      font-variation-settings: 'wght' 600;
    }

    
  }

  .boot-container {
    width: 80%;
    gap: 4rem;
    margin-right: auto;
    margin-left: auto;
    align-items: start;
  }
.custom-cursor {
    position: absolute;
    width: 40px;
    height: 40px;
    pointer-events: none;
    background: url('pen.png') no-repeat center center;
    background-size: contain;
    z-index: 1000;
}

.letter {
    position: absolute;
    pointer-events: none;
    font-size: 20px;
    font-weight: bold;
    color: #0a171b4b;
    animation: fadeOut linear forwards;
  }

  .trail {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #061215e4; /* Trail color */
    border-radius: 50%;
    pointer-events: none;
    animation: fadeOut 800ms linear forwards;
  }

  @keyframes fadeOut {
    0% {
      opacity: 1;
      transform: scale(1);
    }
    100% {
      opacity: 0;
      transform: scale(0);
    }
  }

/* 
.appear{
    animation: appear linear;
    animation-timeline: view();
}

@keyframes appear {
    from{
        opacity: 0;
        scale: 0.5;
    }to{
        opacity: 1;
        scale: 1;
    }
    
} */

.outskirts:nth-child(3){
  display: flex; flex-direction: column; justify-content: space-between; padding: 20px;align-items: center;
}


.top {
  position: absolute;
  width: max-content;
  z-index: 1;
  top: 0; /* Stick to the top of the viewport */
  display: flex;
  justify-content: center;
  flex-direction: column;
   /* Space between links */
  padding: 10px 20px;
 
}
.neonText {
  font-family: "Vibur", sans-serif;
  font-size: x-large;
  
  color: #fff;
  text-shadow:
      0 0 7px #fff,
      0 0 10px #fff,
      0 0 21px #fff,
      0 0 42px rgb(255, 255, 255),
      0 0 82px rgb(255, 255, 255),
      0 0 92px rgb(255, 255, 255),
      0 0 102px rgb(255, 255, 255),
      0 0 151px rgb(255, 255, 255);
}

.box{
  width: 100%;
  height: 60px;
  background-color: black;
}
.logo {
  position: relative;
  width: 288px;
  height: 60px;
 
  background: url("./assets/magboard.png");
  z-index: 2;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
}

.map-iframe{
  width: 80%;
  /* height: 500px; */
}
.footer-logo{
  width: 100px;
  height: 100px;
}

/* Responsive */
@media only screen and (max-width: 700px) {
  .footer-logo{
    width: 40px;
    height: 40px;
  }
  .map-iframe{
    width: 100%;
  }
  .outskirts{
    display: none !important;
  }

  .last-scrolling-section{
    margin-bottom: 40vh;
  }
  .box{
    width: 320px;
  }
  .section{
    height: auto;
    width: 100%;
  }
  .maggies{
    width: auto;
    height: 300px;
  }
  .breathe-animation{
    /* width: 100%; */
    font-size: 9vw !important;
  }


  .orange-bg{
    padding-bottom: 20vh;
  }
  
  .img{
    position: relative;
    bottom: 100px;
  }
  .img1{
    max-width: 100%;
    height: 40%;
  }

  .img3{
    max-width: 100%; /* Makes images flexible on smaller screens */
    height: 320px;
    z-index: 2;
    left: 40px;
    bottom: 90px;

  }
  .winners{
  width: 100%;
  height: 300px; 
  background: url("./assets/winner.gif");
  background-size: contain; 
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative; 
  bottom: 0px;
  right: 0px;



  }
  .last-scrolling-section.orange-bg > .container{
    grid-template-columns: 1fr;
    min-height: 900px;
    width: 100%;
  }



  
  .square {
    width: 80%; 
    height: auto; 
    padding: 15px; 
    font-size: 8px;
  }

  .prices .funnel
  {
    font-size: 10px;
    position: relative;
    left: 20px;
  }

  .prices{
    margin-left: 50px;
    margin-right: 50px;
  }
  .header{
    position: relative;
    left: 20px;
    font-size: 20px; /* Adjust font size for mobile */
    
  }
  

  
  
.vid-div video {
  width: 100%;
  height: 192px;
}
 
 
.video-section{
  height: auto;
 
  
}
.prices .neonText {
  font-size: small;
  position: relative;
    left: 20px;
  

}
.neonText {
  font-size: medium;
  
  

}
}

@media only screen and (min-width: 700px) {
  .for-mobile{
    display: none;
  }
  .custom-cursor {
    display: none;}
  
 

}


.link {
    width: 10rem;
    height: 10rem;
    display: inline-block;
    font: 300 1.55rem/1.4 "Funnel Display";
    text-transform: uppercase;
    letter-spacing: 0.1575em;
    word-spacing: 0.4em;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.181); border-radius: 50%; padding: 10px;
}

.link__svg {
    width: 100%;
    height: auto;
    transform-box: fill-box;
    fill: #ffffff;
    stroke: #ffffff;
    stroke-width: 0.05em;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.link__cloud {
    transform-origin: 50% 50%;
    animation: rotate 60s linear infinite;
    fill: rgba(255, 255, 255, 0.15);
}

.link__face,
.link__arrow {
    transform-origin: 50% 50%;
    transition: transform 0.15s cubic-bezier(0.32, 0, 0.67, 0);
}
.link:hover{
  background: black;

}
.link:hover .link__face,
.link:hover .link__arrow {
    transform: scale(1.1) rotate(-20deg);
    transition: transform 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.link__arrow {
    stroke-width: 0.075em;
}

.link__text {
    animation: rotateReverse 20s linear infinite;
    transform-origin: 50% 50%;
    /* text-decoration: underline; */
}

.link:hover .link__text {
    animation-play-state: paused;
}

.link--alt {
    font-size: 1.15rem;
    letter-spacing: 0;
    word-spacing: 0;
}

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

@keyframes rotateReverse {
    to {
        transform: rotate(-360deg);
    }
}

.footer {
  padding: 0 20px 0 20px;
}


.logo-container .logo {
  max-width: 150px;
  height: auto;
}

.logo-container .content {
  flex: 1;
}

.contact-container {
  padding: 20px;
}

.map {
  flex: 1;
  min-width: 300px;
  border-radius: 15px;
  overflow: hidden;
}

.contact {
  flex: 1;
  min-width: 200px;
}

.cssbuttons-io-button {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .boot-container {
      flex-direction: column;
      gap: 2px;
  }

  .map iframe {
      height: 250px;
  }

  
}

@media (max-width: 480px) {
  .funnel h1, .funnel p {
      /* text-align: center; */
  }

  .cssbuttons-io-button {
      width: 100%;
      text-align: center;
  }
}


/* From Uiverse.io by adamgiebl */ 
.cssbuttons-io-button {

  width: 100%;
  background: #3b3a3e;
  color: white;
  padding: 2em;
  padding-left: 1.5em;
  font-size: clamp(15px, 2vw, 22px);
  font-weight: 500;
  border-radius: 0.9em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 1.6em -0.6em #3b3a3e;
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
  cursor: pointer;
}

.cssbuttons-io-button .icon {
  background: white;
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.4em;
  width: 3.4em;
  border-radius: 0.7em;
  box-shadow: 0.1em 0.1em 0.6em 0.2em #3b3a3e;
  right: 0.3em;
  transition: all 0.3s;
}

.cssbuttons-io-button:hover .icon {
  width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #1c1822;
}

.cssbuttons-io-button:hover .icon svg {
  transform: translateX(0.1em) rotate(-40deg);
}

.cssbuttons-io-button:active .icon {
  transform: scale(0.98);
}
/* finally done */
