@font-face {
  font-family: "SF Pro Display";
  src: url("font/FontsFree-Net-SFProDisplay-Thin.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("font/FontsFree-Net-SFProDisplay-Regular-1.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("font/FontsFree-Net-SFProDisplay-Medium-1.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("font/FontsFree-Net-SFProDisplay-Bold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("font/FontsFree-Net-SFProDisplay-Heavy.ttf") format('truetype');
  font-weight: 900;
  font-style: normal;
}

body {
  background: #0e0e0e;
  font-family: "SF Pro Display", sans-serif;
}

h2 {
  font-size: 45px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 4px;
}

h3, p {
  letter-spacing: 2px;
  line-height: 1.2;
}

.red {
  color: #D12333;
}

.white {
  color: #fff;
}

.home h2:after {
  content: "";
  display: block;
  width: 75px;
  height: 7px;
  background: #D12333;
}

.fandrops-partners-header {
  background: rgba(20,20,20,0.9);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}

.fandrops-partners-logo {
  width: 188px;
  height: 56px;
}

.navbar-toggler-icon {
  background: url('images/hamburger.svg') no-repeat center center;
  outline: none;
}

.fandrops-partners-menu {
  justify-content: flex-end;
}

.fandrops-partners-menu .nav-item {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}

.fandrops-partners-main-image {
  background: url('images/fandrops-partners-back.svg') no-repeat center center;
  background-size: cover;
  margin-top: 88px;
  padding-bottom: 96px;
  animation-fill-mode: forwards;
  animation-name: imageFadeIn;
  animation-duration: 1s;
  animation-delay: 3.5s;
  animation-timing-function: ease;
  opacity: 0;
}

.fandrops-partners-main-content {
  position: relative;
}

.fandrops-partners-main-content > img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.fandrops-partners-main-content-login {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1001;
  width: 100%;
  animation-fill-mode: forwards;
  animation-name: loginMove;
  animation-duration: 1s;
  animation-delay: 4s;
  animation-timing-function: ease;
  opacity: 0;
}

.fandrops-partners-login-form {
  width: 218px;
}

.fandrops-partners-login-form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #D12333;
  background: none;
  outline: none;
  color: #fff;
}

.fandrops-partners-login-form input::placeholder {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
}

.fandrops-partners-login-submit {
  width: 100%;
  background: #D22333 !important;
  color: #fff;
/*  font-size: 26px;*/
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 12px;
  border: none;
  border-top: 4px solid #D22333 !important;
  padding: 4px 0 8px 0;
  position: relative;
  overflow: hidden;
  outline: none;
  transition: .5s;
}

.fandrops-partners-login-submit:hover {
  background: #0e0e0e !important;
  transition: .5s;
  color: #fff !important;
}

.fandrops-tiers {
  width: 162px;
  height: 20px;
}

.fandrops-partners-about-us {
  position: relative;
}

.fandrops-partners-about-us-content-container {
  background: #141414;
}

.fandrops-partners-about-us:before {
  content: "";
  background: url('images/about-top.svg') no-repeat center top;
  width: 100%;
  height: 96px;
  display: block;
  margin-top: -96px;
  background-size: cover;
}

.fandrops-partners-about-us:after {
  content: "";
  background: url('images/about-bottom.svg') no-repeat center top;
  width: 100%;
  height: 96px;
  left: 0;
  display: block;
  background-size: cover;
}

.fandrops-partners-about-us-article-heading-image {
  width: 110px;
  height: 138px;
  max-width: 110px;
  max-height: 138px;
  object-fit: contain;
}

.fandrops-partners-about-us-article-heading h3 {
  font-weight: 800;
  color: #8B8A7F;
  text-transform: uppercase;
}

.fandrops-partners-about-us-article-desc p {
  font-size: 20px;
  color: #8B8A7F;
}

.fandrops-partners-organization {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #292929;
}

.fandrops-partners-organization-image {
  width: 100%;
  height: 193px;
  overflow: hidden;
  display: flex;
  position: relative;
  background: #101010;
  padding: 20px !important;
}

.fandrops-partners-organization-image img {
  width: 100%;
  object-fit: contain;
}

.fandrops-partners-organization-info {
  padding: 10px;
}

.fandrops-partners-organization-info h3 {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 800;
}

.instagram-icon-white, .discord-icon-white {
  height: 20px;
  width: auto;
}

.owl-stage-outer {
  margin-bottom: 32px;
}

.owl-dots {
  text-align: center;
}

.owl-dot {
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background: #2e2e2e !important;
  margin: 0 10px;
  outline: none;
}

.owl-dot.active {
  background: #D22333 !important;
}

.owl-nav {
  text-align: center;
  margin-bottom: 32px;
}

.owl-prev {
  width: 49px;
  height: 49px;
  background-image: url('images/prev.svg') !important;
  background-repeat: no-repeat;
  background-position: center;
  outline: none !important;
  margin-right: 16px;
}

.owl-next {
  width: 49px;
  height: 49px;
  background-image: url('images/next.svg') !important;
  background-repeat: no-repeat;
  background-position: center;
  outline: none !important;
}

.fandrops-partners-view-all-button {
  padding: 6px 68px 10px 68px;
  color: #fff !important;
  text-transform: uppercase;
  background: #d22334;
  border-top: 4px solid #d22334;
  transition: .5s;
  font-size: 16px;
  font-weight: 800;
  width: auto;
  display: inline-block;
}

.fandrops-partners-view-all-button:hover {
  text-decoration: none;
  background: #0e0e0e;
  transition: .5s;
}

.fandrops-partners-streamer {
  background: #292929;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.fandrops-partners-streamer-image-container {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  height: 216px;
}

.fandrops-partners-streamer-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  position: relative;
}

.fandrops-partners-streamer-image img {
  width: 100%;
  object-fit: cover;
}

.fandrops-partners-streamer-image-preview {
  width: 80px !important;
  height: 70px !important;
  position: absolute;
  right: 0;
  bottom: -35px;

}

.fandrops-partners-streamer-info {
  padding: 10px 20px 20px 20px;
}

.fandrops-partners-streamer-info h3 {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 800;
  height: 53px;
  overflow: hidden;
  padding-right: 80px !important;
}

.fandrops-partners-brands-logo {
  width: 20%;
  opacity: .5;
}

.fandrops-partners-brands-logo img {
  width: 228px;
  height: 102px;
  max-width: 228px;
  max-height: 102px;
  object-fit: contain;
}

.fandrops-partners-fans-reward {
  background: url('images/fandrops-logo-back.svg') no-repeat center center #D12333;
}

.fandrops-partners-fans-reward-content-left h2 {
  font-size: 48px;
}

.fandrops-partners-fans-reward-content-left h3 {
  font-size: 26px;
  color: #fff;
}

.fandrops-partners-fans-reward-content-right img {
  max-width: 100%;
  height: auto;
}

.fandrops-partners-fans-reward-form-row input {
  background: none;
  width: 100%;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
}

.fandrops-partners-fans-reward-form-row input::placeholder {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}

.fandrops-partners-fans-submit {
  width: 100%;
  background: #0e0e0e;
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 12px;
  border: none;
  padding: 8px 0 8px 0;
  position: relative;
  outline: none;
  transition: .5s
}

.fandrops-partners-fans-submit:hover {
  background: #fff;
  color: #0e0e0e;
  transition: .5s;
}

.fandrops-partners-footer {
  background: #222222;
}

.fandrops-partners-footer-top {
  border-bottom: 1px solid #595959;
}

.fandrops-partners-footer-icons img {
  height: 40px;
  width: auto;
}

.fandrops-partners-footer-bottom p {
  color: #fff;
  font-weight: 300;
  font-size: 22px;
}

.fandrops-partners-footer-bottom a {
  color: #fff;
  font-weight: 300;
  font-size: 22px;
  text-decoration: none;
}

.fandrops-partners-footer-bottom a:hover {
  text-decoration: underline;
}

.home .fandrops-partners-side-social {
  position: fixed;
  right: 0;
  top: calc(100vh + 250px);
  width: 59px;
  height: 250px;
  background: url('images/icons_bg.svg') no-repeat center center;
  animation-fill-mode: forwards;
  animation-name: socialsMove;
  animation-duration: 1s;
  animation-delay: 4s;
  animation-timing-function: ease;
}

.page .fandrops-partners-side-social {
  position: fixed;
  right: 0;
  top: calc(50vh - 125px);
  width: 59px;
  height: 250px;
  background: url('images/icons_bg.svg') no-repeat center center;
}

.fandrops-partners-side-social-icons {
  width: 59px;
  margin-top: 45px;
}

.fandrops-partners-side-social-icons a {
  text-align: center;
}

/* PAGE */
.fandrops-partners-page-main-image {
  height: 600px;
  background: url('images/page-main-image.png') no-repeat center center;
  background-size: cover;
  margin-top: 88px;
}

.fandrops-partners-page-main-image-content {
  position: relative;
}

.fandrops-partners-page-main-image-content h1 {
  font-size: 40px;
  position: absolute;
  bottom: 60px;
}

/* SPLASH PAGE ANIMATION */
#animation {
  width: 1903px;
  height: 937px;
  position: relative;
  overflow: hidden;
  position: fixed;
  left: 50%;
  top: 50%;
  pointer-events: none;
  z-index: 10000;
}

.left-cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: 99;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  animation-fill-mode: forwards;
  animation-name: leftdoor;
  animation-duration: 2s;
  animation-delay: 2.9s;
  animation-timing-function: ease;
}

.right-cover {
  position: fixed;
  right: 0;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: 100;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  animation-fill-mode: forwards;
  animation-name: rightdoor;
  animation-duration: 2s;
  animation-delay: 2.9s;
  animation-timing-function: ease;
}

.right-cover img, .left-cover img {
  height: auto;
  width: 100%;
}

.left-lock {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 260px;
  height: 364px;
  animation-fill-mode: forwards;
  animation-name: leftlock;
  animation-duration: 1.5s;
  animation-delay: 2.5s;
  animation-timing-function: ease;
  z-index: 101;
}

.right-lock {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 260px;
  height: 364px;
  animation-fill-mode: forwards;
  animation-name: rightlock;
  animation-duration: 1.5s;
  animation-delay: 2.5s;
  animation-timing-function: ease;
  z-index: 102;
}

.right-rotating {
  position: absolute;
  left: 4px;
  bottom: calc(50% - 164px);
  width: 328px;
  height: 328px;
  animation-fill-mode: forwards;
  animation-name: rotatering;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-timing-function: ease;
  z-index: 103;
}

.right-rotating-white {
  position: absolute;
  left: 4px;
  bottom: calc(50% - 164px);
  width: 328px;
  height: 328px;
  animation-fill-mode: forwards;
  animation-name: whitefadein;
  animation-duration: .5s;
  animation-delay: 1.5s;
  animation-timing-function: ease;
  z-index: 104;
  opacity: 0;
}

.arrow-left {
  position: absolute;
  top: calc(50% - 15px);
  right: 34px;
  width: 27px !important;
  height: 31px !important;
  animation-fill-mode: forwards;
  animation-name: arrowleftmove;
  animation-duration: 2s;
  animation-delay: 3s;
  animation-timing-function: ease;
}

.arrow-right {
  position: absolute;
  top: calc(50% - 15px);
  left: 34px;
  width: 27px !important;
  height: 31px !important;
  animation-fill-mode: forwards;
  animation-name: arrowrightmove;
  animation-duration: 2s;
  animation-delay: 3s;
  animation-timing-function: ease;
}

/* ANIMATIONS */
@keyframes socialsMove {
  0% { top: calc(100vh + 250px); opacity: 0; }
  100% { top: calc(50vh - 125px); opacity: 1; }
}

@keyframes imageFadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes loginMove {
  0% { left: -500px; opacity: 0; }
  100% { left: 0; opacity: 1; }
}

@keyframes leftdoor {
  0%   { left: 0; }
  100% { left: -100%;}
}

@keyframes rightdoor {
  0%   { right: 0; }
  100% { right: -100%; }
}

@keyframes leftlock {
  0%   { left: 0; bottom: 0; }
  10%  { left: 0; bottom: -30px; }
  100% { left: -100%; bottom: -30px; }
}

@keyframes rightlock {
  0%   { right: 0; bottom: 0; }
  10%  { right: 0; bottom: -30px; }
  100% { right:-100%; bottom: -30px; }
}

@keyframes rotatering {
  0%   { transform: rotate(0); opacity: 100% }
  50%  { transform: rotate(90deg); opacity: 1; }
  100% { transform: rotate(90deg); opacity: 0; }
}

@keyframes arrowrightmove {
  0%  { left: 34px; }
  20%  { left: 44px; }
  40% { left: 34px; }
}

@keyframes arrowleftmove {
  0%  { right: 34px; }
  20%  { right: 44px; }
  40%  { right: 34px; }
}

@keyframes whitefadein {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}



@media (max-width: 1200px) {
  .fandrops-partners-main-content-login {
    position: relative;
    left: auto;
    top: auto;
  }

  .fandrops-partners-login-form {
    width: 100%;
  }

  .fandrops-partners-brands-logo img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
}

@media (max-width: 960px) {
  .fandrops-partners-streamer-image img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
  }
}

@media (max-width: 660px) {
  .fandrops-partners-brands-logo {
    width: 50%;
    opacity: .5;
  }
}

@media (max-width: 480px) {
  h2 {
    font-size: 30px;
  }
}
