@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300&display=swap');

:root {
  --primary-red: #dd3d1d;
  --matte-black: #28282B;
  --matte-black-2: #1A1A1F;
  --matte-black-3: #121212;
  --white-text: #f8f8f8;
  --white: #FFFFFF;
  --black: #000000;
  --highlight-yellow: #D1EC38;
}


body {
  font-family: 'Sora', sans-serif !important;
  font-style: normal;
}

/* scroll bar */
::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: var(--matte-black);
}

::-webkit-scrollbar-thumb {
  background: #555;
  ;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* slim navbar css */
.share-earn-txt {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.08em;
  text-transform: capitalize;
  color: var(--white);
}

.text-red {
  color: var(--primary-red);
  font-family: 'Sora';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.08em;
  text-transform: capitalize;
}

.text-white {
  color: var(--white);
}

.slim-nav {
  background-color: var(--matte-black);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

/* main navbar css */
.main-nav {
  background-color: var(--matte-black-2);
  color: var(--white);
}

.nav-download-btn {
  width: 192px !important;
  height: 42px !important;
  left: 1233px !important;
  top: 53px !important;
  background: var(--matte-black-2) !important;
  border: 1px solid var(--primary-red) !important;
  border-radius: 12px !important;
  box-shadow: var(--matte-black-2) 4px 4px 0 0, var(--highlight-yellow) 4px 4px 0 1px !important;
  touch-action: manipulation;
}

/* .nav-download-btn:active {
  box-shadow: #fff 2px 2px 0 0, #000 2px 2px 0 1px;
  transform: translate(2px, 2px);
  outline: 0;
} */



.nav-download-btn:focus {
  text-decoration: none;
}

.nav-download-btn:hover {
  text-decoration: none;
}

.nav-download-btn:active {
  box-shadow: rgba(0, 0, 0, .125) 0 3px 5px inset;
  outline: 0;
}

.nav-download-btn:not([disabled]):active {
  box-shadow: #fff 2px 2px 0 0, #000 2px 2px 0 1px;
  transform: translate(2px, 2px);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='red' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !important;
}

.rft-logo {
  transform: skew(45deg, 0deg);
}

.rft-logo-inner {
  background-color: var(--matte-black-2);
  transform: skew(0deg, 0deg);
  height: 56px;
  width: max-content;
}

.rft-logo-outer {
  background-color: var(--primary-red);
  padding-bottom: 5px;
  padding-right: 15px;
  transform: skew(-45deg, 0deg);
  height: 66px;
  width: max-content
}

.bg-matte-black {
  background-color: var(--matte-black);
}

ul li ul.dropdown-menu-about{
  min-width: fit-content; 
  padding: 16px;
  background: var(--matte-black-3);
  display: none;
  position: absolute;
  z-index: 999;
}
ul li:hover ul.dropdown-menu-about{
  display: block;	/* Display the dropdown */
}
ul li ul.dropdown-menu-about li{
  display: block;
}

ul li ul.dropdown-menu-leagues{
  min-width: fit-content; 
  padding: 16px;
  background: var(--matte-black-3);
  display: none;
  position: absolute;
  z-index: 999;
}
ul li:hover ul.dropdown-menu-leagues{
  display: block;	/* Display the dropdown */
}
ul li ul.dropdown-menu-leagues li{
  display: block;
}

.custom-underline {
  position: relative;
  text-decoration: none;
  padding-bottom:20px;
}
.custom-underline::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: var(--primary-red);
  bottom: 0px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}
.custom-underline:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}
.active-menu{
  color: var(--primary-red) !important;
}

/* first section of home page */
.app-download-overview {
  height: 100vh;
  background: #212126;
  /* opacity: 0.97; */
}

.hashtag-Rft {
  font-family: 'Sora';
  font-style: italic;
  font-weight: 600;
  font-size: 16.87rem;
  line-height: 21.25rem;
  letter-spacing: 0.11em;
  text-transform: capitalize;
  color: var(--black);
  text-shadow:
    5px 5px 0px var(--highlight-yellow),
    -2px 0px 0px var(--primary-red);
  /* 20px 20px 0px #017e7f, 
                  25px 25px 0px #052939, 
                  30px 30px 0px #c11a2b, 
                  35px 35px 0px #c11a2b, 
                  40px 40px 0px #c11a2b, 
                  45px 45px 0px #c11a2b; */


  animation-name: stretch;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;

}


@keyframes stretch {
  0% {
    transform: scale(.9);
    color: var(--matte-black);
  }

  50% {
    color: var(--black);
  }

  100% {
    transform: scale(1);
    color: var(--black);
  }
}

.hashtag-Rft {
  animation:
    stretch 1.5s ease-out 0s alternate infinite none running;
}

.download-section-container {
  width: 6rem;
  background: var(--matte-black-3);
  padding-left: 20px;
  margin-left: -24px;
}

.download-section {
  width: 50rem;
  height: 13rem;
  transform: skew(-33deg);
  display: block;
  background: var(--matte-black-3);
  box-shadow: var(--matte-black-2) 15px 15px 0px -5px, var(--primary-red) 10px 10px 0px 1px !important;
  touch-action: manipulation;
}

.download-section-content {
  transform: skew(33deg);
}

.download-section-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: capitalize;
  color: #F8F8F8;
}

.mobile-number-input {
  width: 16.75rem !important;
  background-color: var(--matte-black-2) !important;
  color: var(--highlight-yellow) !important;
  text-align: center !important;
  letter-spacing: 0.35em !important;
  font-weight: 600 !important;
  border: 1px solid var(--primary-red) !important;
}

.mobile-number-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(221, 61, 29, 0.25) !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.qr-code {
  height: 5.09rem !important;
  width: 5.09rem !important;
  line-height: 13px;
}

.qr-code-txt {
  font-weight: 600;
  font-size: 10.4451px;
  line-height: 13px;
  text-align: center;
  text-transform: capitalize;
  color: #F8F8F8;
}

/* App go through carousel Home Page top */
.h-740{
  height: 740px;
}

/* download-guide section css */
.download-guide {
  height: 100vh;
  background: url(./../images/stadium2.jpg);
  background-blend-mode: luminosity;
  background-color: #cccccc;
  background-size: cover;
}

.download-guide-section-title {
  font-family: 'Sora';
  font-style: normal;
  font-weight: 600;
  font-size: 4rem;
  line-height: 4rem;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: capitalize;
  color: var(--matte-black-3);
  text-shadow: 4px 3px 0px var(--primary-red);
}

/* Playing Rft is easy YT */
.iframe-height-width{
  width: 560px;
  height: 315px;
}

/* Play football section */
.play-football-section {
  height: max-content;
}

.play-football-section-title {
  color: var(--matte-black-2);
  font-weight: 600;
  font-size: 5rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: capitalize;
  text-shadow: 4px 3px 0px var(--highlight-yellow);
}

.play-football-sub-title {
  font-weight: 600;
  font-size: 3.12rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: capitalize;
  color: var(--matte-black-2);
  text-shadow: 4px 3px 0px var(--highlight-yellow);
}

.play-football-super-sub-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0.08em;
  text-transform: capitalize;

  /* Secondary Text */

  color: #9E9E9E;
}

.play-football-bold-sub-title {
  font-weight: 600;
  font-size: 34px;
  line-height: 43px;
  letter-spacing: 0.08em;
  text-transform: capitalize;

  /* Matte Black 1.0 */

  color: #28282B;

}

/* Footer  CSS*/
.footer {
  height: 500px;
  left: 0px;
  top: 4323px;
  /* Matte Black 1.0 */
  background: #28282B;
}

.footer-logo {
  height: 2rem;
}

.btn-small-txt {
  font-weight: 600;
  font-size: 7px;
  text-align: center;
  text-transform: capitalize;
  line-height: normal;
  /* White text */

  color: #F8F8F8;


}

.btn-big-txt {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  line-height: normal;
  /* White text */

  color: #F8F8F8;

}

.h-30 {
  height: 1.8rem;
}

.footer-menus {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  text-transform: capitalize;

  color: #FFFFFF;
}
.footer-bottom{
  background: url(https://jupiter.money/assets/images/bg_footer.svg?v=a2d8874e6f);
  height: 200px;
  background-blend-mode: luminosity;
  background-color: var(--matte-black);
  background-size: cover;
  bottom: 0;
}


/* Tagline Section */
.tagline-container {
  width: 100%;
  position: relative;
  padding: 4em;
  filter: contrast(20);
}


.tagline {
  color: var(--highlight-yellow);
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  animation: letterspacing 10s infinite alternate cubic-bezier(.2, 0, 0, 1);
  position: absolute;
  left: 10%;
}

@keyframes letterspacing {
  0% {
    letter-spacing: -5rem;
    filter: blur(0.5rem);
  }

  50% {
    /* filter: blur(0.5rem); */
  }

  100% {
    /* letter-spacing: 1rem; */
    /* filter: blur(1.5rem); */
  }
} 

/* About Us Page CSS */
.about-us{
  min-height: 50vh;
}
.about-us-page-title {
    font-family: 'Sora';
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    line-height: 4rem;
    letter-spacing: 0.08em;
    text-transform: capitalize;
    color: var(--matte-black-3);
    text-shadow: 4px 3px 0px var(--primary-red);
}

.uk-article:before, .uk-article:after {
  content: "";
  display: table;
}

/* Contact Us */
.contact-enquiries .title {
  padding-bottom: 9px;
  font-size: 16px;
  text-transform: uppercase;
}
.contact-enquiries .phone {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #787774;
}
.contact-enquiries .mail a:hover {
  color: #de3e1e;
}

.contact-enquiries .mail a {
  color: #363533;
  text-decoration: none;
}
.contact-enquiries .location {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #787774;
}
.contact-enquiries {
  padding: 30px;
  background: #f2f2f2;
}

/* League DFF page */
.h-268{
  height: 268px;
}
/* Common CSS */
/* .fit-content-height{
  height: fit-content;
} */
.max-width-100{
  max-width: 100vw;
}
/* anchor tag css */
a{
  text-decoration: none !important;
}
a:active, a:hover {
  outline: 0;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

/* selection css */
::selection {
  background: rgba(222, 62, 30, 0.7);
  color: #363533;
  text-shadow: none;
}
/* text decoration none */
.text-decor-none{
  text-decoration: none;
}
a:hover{
  color: var(--primary-red) !important;
}

/* For Mobile screen */
@media only screen and (max-width: 600px) {

  /* main navbar */
  .rft-logo-outer {
    width: 16rem;
  }

  .rft-logo-inner {
    width: 15rem;
  }

  .rft-logo {
    width: 12rem;
  }

  /* first section of home */
  .hashtag-Rft {
    font-size: 6rem;
  }

  /* Tagline of RFT */
  .tagline {
    color: var(--highlight-yellow);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    animation: letterspacing 10s infinite alternate cubic-bezier(.2, 0, 0, 1);
    position: absolute;
    left: 0px;
  }
  

  /* dowwonloading rft app is easy */
  .download-guide-section-title {
    font-family: 'Sora';
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: capitalize;
    color: #000000;
    text-shadow: 3px 2px 0px var(--primary-red);
    letter-spacing: 4px;
  }
  .install-guide-img{
    width: 90vw;
  }
  .mt-mobile {
    margin-top: 0px !important;
  }
  .download-guide {
    height: fit-content;
  }

/* Playing Rft is easy YT */
.iframe-height-width{
  height: 300px;
  width: fit-content;
}

/* play fantasy football unlike */
  .mobile-vid-width{
    width: 90vw;
  }
  .mobile-padding-margin {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
  .play-football-section-title {
    font-size: 2rem;
    letter-spacing: 4px;
  }
  /* footer */
  .footer {
    height: fit-content;
  }
  .mobile-padding-10{
    padding: 10px;
  }
  .mobile-padding-1{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  /* common css */
  .h-740{
    height: 700px;
  }
}