/********* Fonts *********/

@font-face {
    font-family: Roboto;
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/Roboto-Black.ttf") format("truetype");
}

@font-face {
    font-family: Roboto;
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}


/********* General Styles *********/

body {
    background-color: #000000;
    color: #fff;
}

h2 {
    font-family: Roboto;
    font-style: normal;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: 0.23em;
    text-transform: uppercase;
    color: #FFFFFF;
}

p {
    font-family: Roboto;
    font-style: normal;
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
}

.transparent {
    opacity: 1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #FFFFFF;
}

.text-gradient {
    background: linear-gradient(to right, #F555DB, #2CB2FF);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke-width: 0px;
    font-weight: bold;
}

.text-white {
    background: white;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke-width: 0px;
    font-weight: bold;
}

section {
    min-height: 100vh;
    background-color: #000000;
    position: relative;
}

.heading-img-1 {
    max-width: 776px;
    width: 75%;
}

.heading-img-2 {
    max-width: 836px;
    width: 75%;
}

.heading-img-3 {
    max-width: 721px;
    width: 75%;
}

.heading-img-4 {
    max-width: 576px;
    width: 75%;
}

.heading-img-2-mobile,
.heading-img-3-mobile,
.heading-img-4-mobile {
    display: none;
}


/********* Bootstrap Overrides *********/

.fade-in,
.carousel-fade-custom .carousel-item {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: .6s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/********* Modal *********/

.overlay {
  z-index: 1025;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

.overlay .window {
  width: calc(100vw - 100px);
  height: calc(100vh - 100px);
  top: 50px;
  left: 50px;
  background: linear-gradient(#000, #000) 50% 50%/calc(100% - 10px) calc(100% - 10px) no-repeat,
            linear-gradient(90deg, #de61df 0%, #30b1f5 100%);
  border-radius: 0px;
  box-sizing: border-box;
  position: absolute;
}

.overlay .window .window_container {
  display: grid;
  justify-content: center;
  align-content: center;
  max-width: 450px;
  height: 100%;
  padding: 32px;
  margin: 0 auto;
}

.overlay .window .window_container .window_content a {
  color: white;
  text-decoration: underline;
}

.overlay .window .window_container .window_content {
  text-align: center;
}

.overlay .window .window_container .window_content #thankyou {
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
}

.overlay .window .window_container .window_content #findoutmore {
  border: 1px solid white;
  text-transform: uppercase;
  padding: 6px 22px;
  text-decoration: none;
  display: inline-block;
  transition: 200ms;
}

.overlay .window .window_container .window_content #findoutmore:hover {
  background-color: white;
  color: black;
}

#recentnews{
    padding-bottom:25px;
    font-size: 18px;
    line-height: 28px;
}

/********* Nav Bar *********/

.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
}

#nav_bar {
    border: 0;
    background-color: transparent;
    border-radius: 0px;
    margin-bottom: 10px;
    margin-top: 30px;
    height: 30px;
    transition: 0.3s;
    transition-property: height;
}

#nav_bar .navbar-brand {
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
}

#nav_bar.navbar-fixed {
    /* background-color: rgba(0, 0, 0, 0.2); */
    background-color: rgba(0, 0, 0);
    margin-top: 0px;
    padding: 20px 0px 20px 35px;
    height: 100px;
}


/* #manifesto_page #nav_bar.navbar-fixed {
    background-color: #000000;
} */

.nav_links {
    margin: 0;
    float: right;
    margin-right: 40px;
}

.nav_links li {
    display: inline-block;
    margin-top: 4px;
}

.nav_links li a {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.2em;
    color: #FFFFFF;
    padding: 0px 20px;
    text-transform: uppercase;
    text-decoration: none;
}

nav#nav_bar a.navbar-brand .text-img-logo {
    padding-left: 65px;
    width: 100%;
    max-width: 350px;
}

nav#nav_bar a.navbar-brand .line-logo {
    position: absolute;
    top: 0;
    left: 0;
}

nav#nav_bar a span {
    display: none;
}

nav#nav_bar.fixed-bottom a.navbar-brand {
    display: none;
}

nav#nav_bar.fixed-bottom.navbar-fixed a.navbar-brand {
    display: block;
}


/********* Section 1 - Landing Slides *********/

#landing_slides {
    position: sticky;
    top: 0;
    height: 100vh;
    z-index: -1;
}

#landing_slides .carousel-indicators {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    right: -90px;
    left: auto;
    width: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 99999;
}

#landing_slides .carousel-indicators li {
    display: block;
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: transparent !important;
    margin-right: 15px;
    z-index: 99999;
}

#landing_slides .carousel-indicators li.active {
    margin-bottom: 5px;
    background: #FFFFFF !important;
}

#landing_slides .landing_slides_logo img {
    position: absolute;
    left: 66%;
    right: 18%;
    top: 51%;
    bottom: 21.57%;
    max-height: 350px;
    max-width: 350px;
    border-radius: 0px;
}

#landing_slides img {
    height: 100vh;
}

#landing_slides .landing_slide_bg {
    object-fit: cover;
}

#landing_slides_bg {
    opacity: .2;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

#landing_slides_bg.overlay_1 {
    background: linear-gradient(263.34deg, #2CB2FF 5.78%, #F555DB 98.28%) !important;
    opacity: .2;
    z-index: 0;
}

#landing_slides_bg.overlay_2 {
    background: linear-gradient(54.18deg, #121212 0.35%, rgba(51, 51, 51, 0) 67.83%) !important;
    opacity: .3;
    z-index: 1;
}

#landing_slides_bg.overlay_3 {
    background: #333333 !important;
    opacity: .5;
    z-index: 2;
}

#landing_slides_content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 8px solid;
    border-image-source: linear-gradient(263.34deg, #2CB2FF 5.78%, #F555DB 98.28%);
    border-image-slice: 1;
    margin: 50px;
    z-index: 3;
    display: flex;
    align-items: flex-end;
}

#landing_slides_content img {
    max-width: 450px;
    margin-left: 45px;
    height: auto;
    margin-bottom: 45px;
    width: 100%;
}

.footer .mr-5, .footer .mx-5 {
    margin-left: 1rem !important;
	margin-right: 1rem !important;
}


/********* Section 2 - Intro Video *********/

#intro {
    background: url(../images/intro-line-bg.png), #000000;
    background-repeat: no-repeat;
    padding-bottom: 111px;
    background-position-x: 800px;
}

#intro .intro-video-container {
    height: 100vh;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#intro .intro-heading-container {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    margin-left: 140px;
}

#intro_text {
    min-height: 0;
    background-color: transparent;
}

#intro_text .container-fluid {
    min-height: 300px;
}

#intro_text .row .heading-img-1 {
    padding: 115px 0px;
}

#ytplayer {
    width: 100%;
    display: none;
    padding: 0;
    margin: 0;
}

#ytplayer_image {
    object-fit: contain;
}

#play_video {
    z-index: 3;
    margin: 0 auto;
    width: 0;
    top: 50%;
    position: sticky;
    margin-top: -23%;
    margin-bottom: 22%;
}

#play_video_mobile {
    /* display: none; */
    position: absolute;
    /* left: 40%;
        top: 25%; */
}


/********* Section 3 - Who We Are *********/

#who_we_are {
    background-image: url(../images/format-bg-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#who_we_are #who-we-are-carousel .carousel-item p {
    padding: 0px 150px;
    font-family: Roboto;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 1px;
    color: #E0E0E0;
}

#who_we_are .mobile-who-we-are p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 1px;
    color: #E0E0E0;
}

#who_we_are #who-we-are-carousel .carousel-item p span {
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 3px;
}

#who_we_are .mobile-who-we-are span:after,
#who_we_are #who-we-are-carousel .carousel-item span:after {
    background: linear-gradient(263.34deg, #2CB2FF 5.78%, #F555DB 98.28%);
    opacity: 0.4;
    height: 3px;
    width: 80px;
    content: "";
    display: block;
    margin: 0 auto;
    margin-bottom: 55px;
    margin-top: 55px;
}

#who_we_are .mobile-who-we-are span:after {
    margin-bottom: 45px;
    margin-top: 45px;
}

#who_we_are .mobile-who-we-are {
    display: none;
}

.mobile-who-we-are .col-12 p:last-child {
    padding-bottom: 111px;
}

.navbar-toggler.navbar-dark .navbar-toggler-icon {
    background-image: url(../images/custom-hamburger-close.png);
    width: 20px;
    height: 23px;
    transition: .5s;
}

.navbar-toggler.navbar-dark.collapsed .navbar-toggler-icon {
    background-image: url(../images/custom-hamburger-menu.png);
    width: 30px;
    height: 25px;
    transition: .5s;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    outline: none;
}

.anchor {
    padding-top: 150px;
    margin-top: -100px;
}

/* #who-we-are-carousel .carousel-inner {
        background: url(../images/format-circle-bg.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    } */

#who_we_are #who-we-are-carousel .carousel-control-prev-icon {
    background-image: url(../images/arrow-left.svg);
    width: 60px;
    height: 60px;
    color: white;
}

#who_we_are #who-we-are-carousel .carousel-control-next-icon {
    background-image: url(../images/arrow-right.svg);
    width: 60px;
    height: 60px;
    color: white;
}

#who_we_are #who-we-are-carousel .carousel-circle-active-bg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

#who_we_are #who-we-are-carousel .carousel-inner {
    width: 45vw;
    height: 45vw;
    margin: 0 auto;
    border: 5px solid rgb(255, 255, 255, .2);
    border-radius: 50%;
}

#who_we_are #who-we-are-carousel .carousel-indicators {
    justify-content: flex-end;
    width: 100%;
    margin: 0;
}

#who_we_are #who-we-are-carousel .carousel-indicators li {
    width: 72px;
    height: 6px;
    margin-right: 6px;
    margin-left: 6px;
    border-radius: 50px;
    background: #333333;
    border-top: 0;
    border-bottom: 0;
}

#who_we_are #who-we-are-carousel .carousel-indicators li.active {
    background: #E0E0E0;
}

#who_we_are #who-we-are-carousel {
    padding-bottom: 50px
}

.format-item-icon {
    margin-right: 40px;
    position: relative;
    width: 70px;
    height: 70px;
}

.format-item-content {
    width: 650px;
}

.format-item-content img {
    margin-bottom: 20px;
}

.format-item-content p {
    font-size: 18px;
    line-height: 28px;
}

.format-item-icon::before {
    content: "";
    border-left: 2px solid #4e4e4e;
    height: 100px;
    position: absolute;
    top: -95px;
    transform: rotate(15deg);
    left: 52px;
}

.format-item-icon::after {
    content: "";
    border-left: 2px solid #4e4e4e;
    height: 100px;
    position: absolute;
    bottom: -95px;
    transform: rotate(15deg);
    left: 11px;
}

.format-item-1 .format-item-icon::before {
    height: 200px;
    top: -195px;
    left: 67px;
}

.format-item-4 .format-item-icon::after {
    height: 200px;
    bottom: -194px;
    left: -4px;
}

.format-item-1 .format-item-icon {
    background: url("../images/format/Icon Badge.svg");
}

.format-item-2 .format-item-icon {
    background: url("../images/format/Icon Trophy.svg");
}

.format-item-3 .format-item-icon {
    background: url("../images/format/Icon Field.svg");
}

.format-item-4 .format-item-icon {
    background: url("../images/format/Icon Staduim.svg");
}

.format-item-1 .format-item-icon:hover {
    transition: .6s;
    cursor: pointer;
    background: url("../images/format/Icon Badge_HOVER.svg");
}

.format-item-2 .format-item-icon:hover {
    transition: .6s;
    cursor: pointer;
    background: url("../images/format/Icon Trophy_HOVER.svg");
}

.format-item-3 .format-item-icon:hover {
    transition: .6s;
    cursor: pointer;
    background: url("../images/format/Icon Field_HOVER.svg");
}

.format-item-4 .format-item-icon:hover {
    transition: .6s;
    cursor: pointer;
    background: url("../images/format/Icon Staduim_HOVER.svg");
}

.format-item-2 {
    margin-left: -63px;
}

.format-item-3 {
    margin-left: -111px;
}

.format-item-4 {
    margin-left: -164px;
}

.format-circle-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

img.format-circle-bg {
    position: absolute;
    margin-left: -690px;
    height: 100%;
}


/********* Section 4 - Manifesto Header *********/

#manifesto_header {
    background: url(../images/Epic-Soccer-Training-Review-29.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    background-position: top;
    background-attachment: fixed;
}

#manifesto_header::after {
    background: linear-gradient(263.34deg, #2CB2FF 5.78%, #F555DB 98.28%);
    border-radius: 3px;
    height: 3px;
    width: 90%;
    content: "";
    display: block;
    position: absolute;
    left: 5%;
}

#manifesto_header .row {
    margin-bottom: 60px;
    margin-left: 80px;
}

#manifesto_header h2 {
    font-weight: bold;
    text-transform: unset;
    font-size: 80px;
    line-height: 100px;
    letter-spacing: 0.06em;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#manifesto_header span {
    font-family: Roboto;
    font-style: normal;
    font-size: 24px;
    line-height: 34px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
}


/********* Section 5 - Manifesto *********/

#manifesto {
    margin-top: 135px;
    background-image: url("../images/manifesto-line-bg.png"), url("../images/manifesto-bg.jpg");
    background-repeat: no-repeat;
    background-position-x: 255px, 0px;
    margin-bottom: 135px;
    z-index: -2;
}

#manifesto .container-fluid {
    padding-top: 100px;
    padding-left: 100px;
    padding-right: 100px;
}

#manifesto .manifesto-image-bottom {
    position: relative;
    left: -100px;
    width: 100%;
    margin-bottom: 60px;
}

#manifesto .manifesto-image-top {
    position: absolute;
    left: -100px;
    width: 100%;
    z-index: -1;
    bottom: -500px;
}

#manifesto .manifesto-image-top-mobile {
    display: none;
    width: 100%;
    margin-left: -100px;
    margin-bottom: 50px;
}

#manifesto p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 3rem;
}

#s1-content-1 {
    margin-top: 65px;
}

.mb-170 {
    margin-bottom: 170px;
}


/********* Section 5.1 - Manifesto Bottom *********/

#manifesto-bottom {
    padding-top: 110px;
    background-image: url("../images/manifesto-bottom-bg.jpg");
    background-repeat: no-repeat;
    padding-bottom: 110px;
    background-size: cover;
}

#manifesto-bottom h2 {
    font-size: 60px;
    line-height: 70px;
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 145px;
}

#manifesto-bottom p {
    font-size: 18px;
    line-height: 32px;
}

#manifesto-bottom hr {
    margin-top: 30px;
    margin-bottom: 60px;
    background: linear-gradient(238.82deg, #2CB2FF 6.02%, #F555DB 95.62%);
    height: 3px;
}

#manifesto-bottom .solidarity-heading{
    font-size: 36px;
}

#manifesto-bottom ul li {
    list-style-type: circle;
    line-height: 40px;
    font-size: 18px;
}

/********* Section 6 - Team *********/

#team {
    height: 1100px;
    overflow: hidden;
    /*background-image: url(../images/team-bg.png);
        background-position: center;
        background-repeat: no-repeat;*/
}

#team .coming-2022 {
    position: absolute;
    right: 0;
    background-color: #000000;
    z-index: 1;
    top: 32%;
}

#team-heading {
    height: auto;
    min-height: unset;
}

#team .inner-logos {
    display: flex;
    align-items: center;
    width: 500px;
    margin: auto;
    position: relative;
}

#team .vs {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 78px;
    text-align: center;
    color: #BDBDBD;
}

#team .top-logo {
    text-align: left;
    margin-bottom: 180px;
    width: 200px;
    height: 200px;
}

#team #top-logo-img {
    width: 100%;
    object-fit: scale-down;
}

#team .bottom-logo {
    text-align: right;
    margin-top: 180px;
    width: 220px;
    height: 220px;
}

#team #bottom-logo-img {
    width: 100%;
    object-fit: scale-down;
}

#logo-spinner {
    width: 220px;
    height: 220px;
    margin: 10px auto;
    border-radius: 50%;
    animation: spin 200s linear infinite;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    align-items: center;
    display: flex;
    margin: auto;
    text-align: center;
    justify-content: center;
}

.team-item {
    width: 130px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    animation: spin 200s linear infinite reverse;
    padding: 20px;
    border: 4px solid white;
    opacity: 50%;
}

.team-item img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

@keyframes spin {
    100% {
        transform: rotate(1turn);
    }
}


/* HERO LOGO */

#landing_slides .hero_logo {
    position: absolute;
    right: 0;
}

.hero-mobile {
    display: none;
}


/* Cookie CSS */

.cookie-banner {
    position: fixed;
    width: 100%;
    padding: 10px 14px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #000000;
    z-index: 99999;
}

.cookie-banner a {
    color: #FFFFFF;
    text-decoration: underline;
}

.cookie-banner p {
    font-size: 14px;
}

button.close {
    cursor: pointer;
    font-size: 16px;
    border: 2px solid #FFFFFF !important;
    color: #FFFFFF !important;
    padding: 5px;
    font-weight: normal;
    text-shadow: none;
    opacity: 1;
    margin-left: 20px;
    margin-top: 4px;
    text-transform: uppercase;
}

button.close:hover {
    text-shadow: none;
    opacity: 1 !important;
    text-decoration: underline;
    border-radius: 0;
}

#privacy,
#media,
#press {
    color: #FFFFFF;
    margin: 0px auto;
    padding-top: 150px;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
}

#press ul {
    font-family: Roboto;
    font-size: 18px;
    line-height: 32px;
}

#privacy h3,
#privacy h2,
#media h3,
#media h2,
#press h3,
#press h2 {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    margin-top: 3em;
}

#signup {
    background: url("../images/signup_bg.jpg") no-repeat no-repeat;
    object-fit: cover;
    min-height: 100vh;
    width: 100%;
}

#ball {
    background: url(../images/Ball.png) no-repeat no-repeat;
    min-height: 900px;
    width: 100%;
    background-position: center;
    margin: 0 auto;
    object-fit: cover;
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#ball p {
    text-align: center;
    width: 100%;
    padding: 10px 0px;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0px;
    margin-bottom: 40px;
}

#ball .join-now {
    margin-bottom: 15px;
}

#ball form {
    margin: 0 auto;
    width: 100%;
}

 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #FFFFFF;
    text-transform: uppercase;
}

 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFFFFF;
    text-transform: uppercase;
}

 :-ms-input-placeholder {
    /* IE 10+ */
    color: #FFFFFF;
    text-transform: uppercase;
}

 :-moz-placeholder {
    /* Firefox 18- */
    color: #FFFFFF;
    text-transform: uppercase;
}

#ball form input[type=text],
#ball form .select-css {
    background-color: transparent;
    color: #FFFFFF;
    padding: 20px 0px;
    border: 0px solid transparent;
    border-bottom: 1px solid #FFF;
    margin: 10px 0px;
    width: 100%;
    font-size: 16px;
    text-transform: UPPERCASE;
}

#ball form .select-css option {
    color: black;
}

#ball form input[type=submit] {
    background-color: transparent;
    color: #FFFFFF;
    text-transform: uppercase;
    border: 1px solid #FFFFFF;
    width: 70%;
    margin-top: 50px;
    padding: 20px 0px;
    font-weight: 600;
}


/* FOOTER */

footer p a,
footer p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #A2A2A2;
}

footer {
    background: black;
}

.footer {
    padding: 15px;
    margin: 0px 30px;
    border-top: 3px solid;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
    border-image-source: linear-gradient(238.82deg, #2CB2FF 6.02%, #F555DB 95.62%);
    border-image-slice: 1;
}

#mob_top_8_clubs,
#mob_competition_format,
#mob_mid_week_games,
#mob_solidarity_sustainability {
    display: none;
}

/*RESPONSIVE CSS*/
@media only screen and (max-width: 600px) {
    #manifesto-bottom h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 100px;
    }

    #manifesto_header h2#large-banner {
        font-size: 40px;
        line-height: 45px;
    }

    .heading-img-2,
    .heading-img-3,
    .heading-img-4 {
        display: none;
    }
    .heading-img-2-mobile,
    .heading-img-3-mobile,
    .heading-img-4-mobile {
        display: block;
        width: 100%;
        padding-right: 3em;
    }
    #landing_slides {
        height: 87vh;
    }
    #manifesto .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }
    #manifesto .manifesto-image-bottom,
    #manifesto .manifesto-image-top {
        left: -30px;
    }
    #nav_bar .navbar-brand {
        font-size: 25px !important;
        padding-left: 15px !important;
    }
    button.navbar-toggler {
        margin-right: 15px !important;
    }
    .nav_links li {
        margin: 0px 15px !important;
    }
    .nav_links li.nav-item:not(.language-dd) a {
        font-size: 24px !important;
    }
    #who_we_are {
	    background-image: url(../images/format-bg-image-mobile.jpg);
    }
    #who_we_are #who-we-are-carousel .carousel-inner {
        width: 90vw !important;
        height: 90vw !important;
    }
    #who_we_are #who-we-are-carousel .carousel-item p {
        padding: 0px 25px !important;
        font-size: 16px !important;
        line-height: 25px !important;
        letter-spacing: .5px !important;
    }
    #who_we_are #who-we-are-carousel .carousel-item p span {
        font-size: 30px;
        line-height: 30px;
    }
    /* #intro {
            top: 10%;
        } */
    #play_video {
        display: none;
    }
    #play_video_mobile {
        display: block;
    }
    #team {
        height: 600px;
    }
    #team .coming-2022 {
        position: absolute;
        transform: rotate(90deg);
        bottom: -10%;
        width: 35px;
        margin-left: 45%;
        right: auto;
        top: auto;
    }
}

@media only screen and (max-width: 767px) {
    .format-item-content{
        width: 100%;
    }

    #top_8_clubs,
    #competition_format,
    #mid_week_games,
    #solidarity_sustainability {
        display: none;
    }

    #mob_top_8_clubs,
    #mob_competition_format,
    #mob_mid_week_games,
    #mob_solidarity_sustainability {
        display: block;
    }

    /* VIDEO INTRO SECTION */
    #intro {
	    padding-bottom: 0px;
    }
    #intro .intro-video-container {
        /* height: auto; */
        padding-bottom: 0px;
    }
    #intro .intro-video-container img {
        height: auto;
    }
    #intro .intro-heading-container {
        margin-left: 30px;
    }
    #intro_text .row .heading-img-1 {
        padding: 60px 0px;
        width: 100% !important;
	}

    /* WHO WHE ARE SECTION */
    #who_we_are #who-we-are-carousel .carousel-item p {
        font-size: 20px;
        line-height: 28px;
        letter-spacing: 1px;
    }
    #who_we_are #who-we-are-carousel .carousel-item span:after {
        margin-bottom: 25px;
        margin-top: 25px;
    }
    #who_we_are #who-we-are-carousel .carousel-item p span:after {
        margin-bottom: 25px;
    }
    /* MANIFESTO SECTION */
    #manifesto .container-fluid {
        padding-top: 100px;
    }
    #manifesto .manifesto-image-top {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    #manifesto_header .row {
        margin-left: 0px;
    }
    /* GENERAL */
    section {
        min-height: auto;
    }
    .format-item-icon {
        margin-bottom: 20px;
    }
    .mobile-block {
        display: block !important;
    }
    #who_we_are .container-fluid.h-100 {
        height: unset !important;
    }
}

@media only screen and (max-width: 991px) {
    .nav_links li.language-dd {
        display: block;
        margin-top: 25px !important;
        min-height: 250px;
    }

    .nav_links li.language-dd .dropdown-toggle {
        display: block;
    }

    .navbar-fixed .nav-item.language-dd .dropdown-menu.show {
        background: transparent;
        display: block;
    }

    li.nav-item.language-dd a {
        width: fit-content;
        margin: 0 auto;
    }

    .navbar-collapse.collapse.show .navbar-mobile-bg {
        background: black;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100px;
        z-index: -1;
        transition: .2s;
    }
    p {
        font-size: 16px;
        line-height: 25px;
    }
    #manifesto_header h2,
    h2 {
        font-size: 48px;
        line-height: 54px;
        letter-spacing: 0.06em;
    }
    #manifesto .mb-170 {
        margin-bottom: 0px;
    }
    #manifesto .manifesto-image-top {
        display: none;
    }
    #manifesto .manifesto-image-top-mobile {
        display: block;
    }
    #who-we-are-carousel {
        margin-bottom: 50px;
    }
    #who_we_are #who-we-are-carousel .carousel-inner {
        width: 70vw;
        height: 70vw;
    }
    #who_we_are #who-we-are-carousel .carousel-indicators {
        justify-content: center;
        display: flex !important;
    }
    #who_we_are #who-we-are-carousel .carousel-control-next,
    #who_we_are #who-we-are-carousel .carousel-control-prev {
        display: none;
    }
    .format-item-2,
    .format-item-3,
    .format-item-4 {
        margin-left: 0px;
    }
    .format-item-icon::before,
    .format-item-icon::after {
        display: none;
    }
    .format-circle-container {
        display: none;
    }
    /* MAIN SLIDER */
    .hero-mobile {
        display: block;
    }
    .hero-web {
        display: none;
    }
    #landing_slides_content {
        margin: 15px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    #landing_slides_content img {
        height: auto;
        bottom: 0;
        position: absolute;
        margin-bottom: 30px;
        margin-left: 0px;
        width: 80%;
    }
    #landing_slides .carousel-indicators {
        display: none;
    }
    #landing_slides .hero_logo img {
        object-fit: unset;
    }
    #landing_slides img {
        object-fit: cover;
    }
    /* NAVBAR */
    nav#nav_bar a span {
        display: block;
    }
    nav#nav_bar a.navbar-brand img {
        display: none;
    }
    nav#nav_bar.fixed-bottom {
        display: none;
    }
    nav#nav_bar.fixed-bottom.navbar-fixed {
        display: flex;
    }
    #nav_bar .navbar-brand {
        font-size: 30px;
        padding-left: 20px;
    }
    #nav_bar.navbar-fixed {
        padding: 0px;
        /* overflow-y: scroll;
        height: 100vh; */
    }
    #nav_bar {
        margin-left: 0px;
    }
    button.navbar-toggler {
        margin-right: 20px;
    }
    #navbarSupportedContent,
    .nav_links {
        height: 100vh;
        width: 100%;
        overflow: auto;
    }
    .nav_links {
        background: linear-gradient(238.82deg, #2CB2FF 6.02%, #F555DB 95.62%);
        margin-right: 0px;
    }
    .nav_links li {
        height: 25%;
        border-bottom: 1px solid #FFF;
        margin: 0px 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav_links li:not(.language-dd) a {
        font-size: 40px !important;
        font-weight: bold;
        line-height: 45px;
    }
}

@media only screen and (max-width: 1350px) {
    /* a.navbar-brand {
            width: 300px;
        } */
    .nav_links li a {
        font-size: 14px;
        letter-spacing: 0.1em;
    }
    #who_we_are #who-we-are-carousel .carousel-item p {
        padding: 0px 50px;
    }
}

/* ----------- iPad Pro ----------- */
/* Portrait */
@media only screen
  and (min-width: 1024px)
  and (max-height: 1366px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .navbar.fixed-bottom {
        margin-bottom: -50px  !important;
    }

    p {
        font-size: 16px;
        line-height: 25px;
    }
    #manifesto_header h2,
    h2 {
        font-size: 48px;
        line-height: 54px;
        letter-spacing: 0.06em;
    }
    #manifesto .mb-170 {
        margin-bottom: 0px;
    }
    #manifesto .manifesto-image-top {
        display: none;
    }
    #manifesto .manifesto-image-top-mobile {
        display: block;
    }
    #who-we-are-carousel {
        margin-bottom: 50px;
    }
    #who_we_are #who-we-are-carousel .carousel-inner {
        width: 70vw;
        height: 70vw;
    }
    #who_we_are #who-we-are-carousel .carousel-indicators {
        justify-content: center;
        display: flex !important;
    }
    #who_we_are #who-we-are-carousel .carousel-control-next,
    #who_we_are #who-we-are-carousel .carousel-control-prev {
        display: none;
    }
    .format-item-2,
    .format-item-3,
    .format-item-4 {
        margin-left: 0px;
    }
    .format-item-icon::before,
    .format-item-icon::after {
        display: none;
    }
    .format-circle-container {
        display: none;
    }
    /* MAIN SLIDER */
    .hero-mobile {
        display: block;
    }
    .hero-web {
        display: none;
    }
    #landing_slides_content {
        margin: 15px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    #landing_slides_content img {
        height: auto;
        bottom: 0;
        position: absolute;
        margin-bottom: 30px;
        margin-left: 0px;
        width: 80%;
    }
    #landing_slides .carousel-indicators {
        display: none;
    }
    #landing_slides .hero_logo img {
        object-fit: unset;
    }
    #landing_slides img {
        object-fit: cover;
    }

    /* NAVBAR */
}

@media only screen and (min-width: 992px) {
    .nav_links li a {
        padding: 0px 0px;
    }

    /* .navbar.fixed-bottom.navbar-fixed li.nav-item:hover a {
        background: black;
        margin-bottom: 3px;
        border-bottom: 0px solid transparent;
    } */

    li.nav-item.language-dd:hover:after,
    .navbar.fixed-bottom.navbar-fixed li.nav-item:not(.language-dd):hover a:after {
        content: "";
        background: linear-gradient(238.82deg, #2CB2FF 6.02%, #F555DB 95.62%);
        height: 3px;
        width: 100%;
        position: absolute;
        bottom: -5px;
    }
    .navbar li.nav-item:not(.language-dd):hover a {
        border-bottom: 3px solid #FFFFFF;
        margin-bottom: -3px;
    }
    .navbar.fixed-bottom.navbar-fixed li.nav-item:not(.language-dd):hover a {
        border-bottom: 0;
        margin-bottom: 0px;
    }
    /* .navbar.fixed-bottom.navbar-fixed li.nav-item:hover {
        background: linear-gradient(238.82deg, #2CB2FF 6.02%, #F555DB 95.62%);
        opacity: 1;
        margin-bottom: -3px;
    } */
    .navbar.fixed-bottom.navbar-fixed .nav_links li,
    .navbar .nav_links li {
        margin: 0px 20px;
    }
    #manifesto .row {
        margin-bottom: 100px;
    }
    #manifesto p {
        padding: 0px 50px;
    }
}

.menu-list {
    background: black;
}

img.language-icon {
    width: 15px;
    height: 15px;
    margin-right: 8px;
}

li.nav-item.language-dd a {
    font-weight: normal;
}

li.nav-item.language-dd .dropdown-menu a {
    padding: 5px 0px;
    justify-content: center;
    position: relative;
}

.nav-item.language-dd .dropdown-menu {
    border-radius: 0;
    min-width: 100%;
    padding: 0;
    background: none;
    border: none;
}

li.nav-item.language-dd .dropdown-menu a:after {
    content: "";
    background: linear-gradient(238.82deg, #2CB2FF 6.02%, #F555DB 95.62%);
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

li.nav-item.language-dd .dropdown-toggle label:hover,
li.nav-item.language-dd .dropdown-menu a:hover {
    cursor: pointer;
}

.language-dd.show .dropdown-toggle::after{
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
    border-top: 0;
}

label.active-language {
    margin-bottom: 0px;
}

li.nav-item.language-dd .dropdown-menu a:hover {
    background: -webkit-linear-gradient(left, #F555DB, #2CB2FF);
    background: -o-linear-gradient(right, #F555DB, #2CB2FF);
    background: -moz-linear-gradient(right, #F555DB, #2CB2FF);
    background: linear-gradient(to right, #F555DB, #2CB2FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.navbar-fixed .nav-item.language-dd .dropdown-menu{
    background: #000000;
}

.format_new_competition {
    min-height: 235px;
}

.format_top_clubs {
    min-height: 152px;
}

.format_mid_games {
    min-height: 125px;
}

.format_solidarity {
    min-height: 191px;
}
