@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap');




.heroImg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}

.heroImgMobile{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
    display: none;
}

@media (max-width: 700px){
    .heroImgMobile{
        display: block;
    }

    .heroImg{
        display: none;
    }
}


.shareLink {
    .permalink {
      position: relative;
      border-radius: 30px;
      .textLink {
        text-align: start;
      
        height: 45px;
        width: 100%;
        font-size: 16px;
        letter-spacing: .3px;
        color: #fff
        border-radius: 25px;
        border: 1px solid #f2f2f2;
        background-color: transparent;
        border: none;
        outline: 0;
        appearance: none;
        transition: all .3s ease;
        @media (max-width: 767px) {
          width: 100%;
        }
        &:focus {
          border-color: #d8d8d8;
        }
        &::selection {
          color: #fff;
          background-color: #000;
        }
      }
      .copyLink {
        position: absolute;
        top: 50%;
        right: 25px;
        cursor: pointer;
        transform: translateY(-50%);
        &:hover {
          &:after {
            opacity: 1;
            transform: translateY(0) translateX(-50%);
          }
        }
        &:after {
          content: attr(tooltip);
          width: 140px;
          bottom: -40px;
          left: 50%;
          padding: 5px;
          border-radius: 4px;
          font-size: 0.8rem;
          opacity: 0;
          pointer-events: none;
          position: absolute;
          background-color: #000000;
          color: #ffffff;
          transform: translateY(-10px) translateX(-50%);
          transition: all 300ms ease;
              text-align: center;
        }
        i {
          font-size: 20px;
          color: #ff0a4b;
        }
      }
    }
  }



  .faq-container{
    max-width: 600px;
    margin: 0 auto;
  }
  
  .faq{
    background-color: transparent;
    border: 1px solid #FFF;
    border-radius: 10px;
    padding: 30px;
    margin: 20px 0;
    position: relative;
    overflow: hidden;
    transition: all .4s ease;
  }
  
  .faq.active{
    background-color: #000;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  }
  
  .faq-title{
    margin: 0 35px 0 0;
    text-transform: capitalize;
    font-size: 18px;
  }
  
  .faq-text{
    display: none;
    margin: 30px 0 0;
    font-size: 17px;
  }
  
  .faq.active .faq-text{
    display: block;
  }
  
  .faq-toggle {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    height: 30px;
    width: 30px;
  }
  
  .chevron, .close{
    width: 12px;
    height:12px;
  }
  
  .faq-toggle .close{
    display: none;
  } 
  
  .faq.active .faq-toggle .close{
    display: block;
  }
  
  .faq.active .faq-toggle .chevron{
    display: none;
  }
  
  .faq.active .faq-toggle{
    background-color: red;
    border-radius: 50%;
    color:#000;
  }

  .item h3{
    font-family: "Bangers", system-ui;
    margin-right: 2rem;
  }


  
.containerr {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    align-items: center;
   background-color: #000;
   position: relative;
   z-index: 10;
  }
  
  .wrap-slider {
    width: 100%;
    overflow: hidden;
    height: 20px;
    background: #000;
    position: relative;
  
    ul {
      padding: 0;
      margin: 0;
      list-style: none;
      position: absolute;
      left: 100%;
      top: 50%;
      transform: translate(0, -50%);
      display: flex;
      flex-direction: row;
      will-change: transform;
  
      li {
       
  
        a {
          display: block;
         
          white-space: nowrap;
          background: transparent;
          color: white;
          text-decoration: none;
          transition: background 0.3s ease-in, color 0.3s ease-out;
          will-change: color, background;
  
          &.hop {
            background-image: url(https://media.giphy.com/media/3o85xoi6nNqJQJ95Qc/giphy.gif);
            background-size: cover;
            background-position: center;
            text-indent: -99999px;
            background-color: transparent;
          }
  
          &:hover,
          &:active,
          &:focus {
            color: rgba(255, 0, 0, 0.9);
            background: rgba(0, 0, 0, 0.9);
          }
        }
      }
    }
  }
  

  .nav_menu-header{
    margin-bottom: 1rem;
    font-family: "Bangers", system-ui;

  }

  .nav_menu-layout a{
    color: #d8d8d8;
    margin-bottom: 2rem;
    font-size: large;
    font-family: "Bangers", system-ui;
  }



  .king{
    position: absolute;
    width: 35vw;
    height: auto;
    top: 0;
    right: 2rem;
    border-radius: 10px;
  }

  .kingg{
    width: 100%;
    height: 22rem;
  display: none;
    margin-top: 4rem;
    position: relative;
  }

  .kingmobile{
    position: absolute;
    top: 0;
    left: 0;
   width: 60%;
   height: 60%;
   object-fit: cover;
   border-radius: 6px; 

  }


  .kingmobile2{
    position: absolute;
    right: 0;
    bottom: 0;
   width: 60%;
   height: 60%;
   object-fit: cover;
   border-radius: 6px; 
 
  }

  @media(max-width: 700px){
    .king{
        display: none;
    }

    .kingg{
        display: block;
    }
  }