/* ==========================================================================
  Helper classes
  ========================================================================== */
@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes shake {
    2.5%, 22.5% {
        transform: translate3d(-1px, 0, 0);
    }
    5%, 20% {
        transform: translate3d(2px, 0, 0);
    }
    7.5%, 12.5%, 17.5% {
        transform: translate3d(-4px, 0, 0);
    }
    10%, 15% {
        transform: translate3d(4px, 0, 0);
    }
    50%, 100% {
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes scroll{
    100%{
        background-position:0px -3000px;
    }
}
@-moz-keyframes scroll{
    100%{
        background-position:0px -3000px;
    }
}
@-o-keyframes scroll{
    100%{
        background-position:0px -3000px;
    }
}
@-ms-keyframes scroll{
    100%{
        background-position:0px -3000px;
    }
}
@keyframes scroll{
    100%{
        background-position:0px -3000px;
    }
}

.ShoveInAnimation
{

    -webkit-animation: ShoveIn;
    animation-iteration-count: 1;
    animation-duration: 3s;
    animation-delay: 1s;
}
@keyframes ShoveIn
{
    0%
    {
      width: 0%;
    }
    100%
    {
       width: 100%;
    }
}

body,html

{

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    background-color: #009fe3;

}
.--clubtour
{
    background-color: #1e376f !important;
}

.no-padding{
    padding: 0rem !important;
    margin: 0rem !important;

}
.clubtour__navbar{
    position: fixed;
    display: block;
    width: 100%;
    height: auto;
    z-index: 999999;
    background-color: #1e376f;

}
.clubtour__navbar__container
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    z-index: 999999;
}
.clubtour__navbar__container__list
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: right;
    margin: 0rem;
    z-index: 999999;

}
.clubtour__navbar__container__list__item
{
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    z-index: 999999;
}
.clubtour__navbar__container__list__item__link
{
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    color: white;
    padding: 2rem;
    font-weight: 400;
    z-index: 999999;
    font-family: anton, sans-serif !important;
    letter-spacing: .1rem;
    font-size: 1rem;
}
.clubtour__navbar__container__list__item__link:hover
{
    color: #f8ea1b;
    transition: all 0.5s;
    cursor: pointer;
    text-decoration: none;
}



.clubtour__header__section
{
    position: relative;
    background:url("../images/clubtour/header_background__img.png");
    -webkit-animation:100s scroll infinite linear;
    -moz-animation:100s scroll infinite linear;
    -o-animation:100s scroll infinite linear;
    -ms-animation:100s scroll infinite linear;
    animation:100s scroll infinite linear;
    top:0;
    left:0;
    width:100%;
    height:auto;
    padding: 10rem 0rem;
}

.clubtour__header__section__img
{
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
}
.clubtour__container__section
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    padding-top: 5.7rem;

}
.clubtour__container__section__title
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    color: white !important;
    font-family: anton, sans-serif !important;
    font-weight: 800;
    text-align: center;
    font-size: 4rem;
    padding-top: 1rem;
    letter-spacing: .2rem;
}
.clubtour__header__section__title__span
{
    color: #f8ea1b;
}
.clubtour__header__section__forever
{
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin-top: 8rem;

}
.clubtour__header__section__logo{
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;


}
.clubtour__header__section__button__container
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    /*margin-left: -2.5rem;*/
}
.clubtour__header__section__button
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    color: white;
    background-color: transparent;
    border: solid 1px white;
    font-size: 1.5rem;
    margin-top: 3rem;
    font-weight: 800;
    /* float: right; */
    /*padding: 1rem;*/
    transition: all 0.5s;
    left: 28%;
    /*transform: translateX(-50%);*/

}
.clubtour__header__section__button__link
{
    display: block;
    padding: 1rem;
    color: white !important;
}
.clubtour__header__section__button__link:hover ,.clubtour__header__section__button__link:active
{
    text-decoration: none;
    color: yellow !important;
    transition: all 0.4s;
}
.clubtour__header__section__button:hover
{
    color: #f8ea1b;
    transition: all 0.5s;
    cursor: pointer;
    /*transform: scale(1.2,1.2);*/
}

.clubtour__header__section__logo__image
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin-left: 2.5rem;

}

.clubtour__header__section__forever__img
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    margin-left: -2.5rem;
}
.clubtour__header__section__title
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    color: white !important;
    font-family: anton, sans-serif !important;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 3rem;
    font-size: 2.4rem !important;
}

.clubtour__events__container
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.clubtour__container__events__list
{
    list-style: none;
}
.event__container
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
}
.event__container__image
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.event__container__text
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    color: white !important;
    font-family: anton, sans-serif !important;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 3rem;
    font-size: 2.4rem !important;
}
.clubtour__container__event__slider
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 2rem 0rem;
}
.clubtour__container__events
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 5rem 0rem;


}
.clubtour__container__events__title
{
    position: relative;
    display: block;
    padding: 3rem;
    font-size: 3rem;
    font-weight: 800;
    transform: rotate(2deg);
    border-top: dotted yellow;

}
.clubtour__container__events__title span{
    color: deeppink;
}
.dot
{
    color: #f8ea1b !important;
}
.clubtour__label__form
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    color: white;
    font-size: 2rem;
    padding: 1rem 0rem;
    font-family: anton, sans-serif !important;
    letter-spacing: 1.1;
}
.clubtour__input__form
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: whitesmoke;
    outline: none;
    /*border-radius: 10px;*/
    font-size: 1.5rem;
    border: transparent 2px;
    padding: .5rem;
    color: black !important;
}
.clubtour__button__form
{
    margin: 1rem 0rem;
    background: #e5246c;
    border-radius: 2rem;
    /* box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5); */
    border: 1px solid rgba(0, 0, 0, 0);
    color: white;
    font-size: 2rem;
    padding: 0rem 3rem;
    float: right;
    outline: none !important;
    font-family: anton, sans-serif;
}
.clubtour__form__container
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: rgba(88,18,100, 0.2);
    padding: 2rem 2rem 5rem 2rem;
    margin: 2rem 0rem 5rem 0rem;
    /*border-radius: 20px;*/
}
.clubtour__container__section__track__title
{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    font-size: 2rem;
    font-weight: 800;
}
.clubtour__container__section__text
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 2rem;
    color: white;
    font-size: 2rem;
    letter-spacing: 0.1rem;
    font-family: anton, sans-serif !important;
    font-weight: 500;
    /*text-shadow: black 1px 1px;*/
}
.clubtour__container__section__text span
{
    color: deeppink;
}

.clubtour__container__section__button {
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
    background-color: deepskyblue;

    border: none;
    font-family: anton, sans-serif !important;
    /*background-color: transparent;*/
    /*border-radius: 20px;*/
    color: white;
    font-size: 2rem;
    /*border: solid white 2px;*/
    font-weight: 500;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.4s;
    letter-spacing: 0.1rem;
}
.clubtour__container__section__button:hover
{
    color: yellow;
    transition: all 0.4s;
}



.clubtour__logo__container
{
    z-index: 999999999999999;
    position: absolute;
    display: inline-block;
    width: auto;
    height: auto;
    top: 1rem;
    transform: rotateZ(-3deg);
}
.clubtour__logo__container__img
{
    position: relative;
    display: block;
    width: 20rem;
    height: auto;
}

.carousel-control-prev
{
    left: -10rem;
}
.carousel-control-next
{
    right: -10rem;

}
@media screen and (min-width: 2720px)
{
    .container-xxl
    {
        max-width: 1200px !important;
        padding: 1rem;
        margin: 0 auto;
        /*border: solid yellow 3px;*/
    }
    .clubtour_banner_background__tickets__right,.clubtour_banner_background__tickets__left,#contact
    {
        clip-path: polygon(0 0,100% 0,102% 120%,0% 100%) !important;
        -webkit-clip-path: polygon(0 0,100% 0,102% 120%,0% 100%) !important;
    }

}
@media screen and (max-width: 1750px)
{
    .clubtour__navbar__container__list
    {
        text-align: right;
    }
    .clubtour__navbar__container__list__item__link
    {
        font-size: 0.8rem;
    }
}
@media screen and (max-width: 1400px )
{
    .clubtour__navbar__container__list__item__link
    {
        font-size: 0.7rem;
    }
    .carousel-control-next {
        right: 0;
    }
    .carousel-control-prev
    {
        left: 0rem;
    }
    .clubtour__navbar__container__list__item__link
    {
        padding: 1.5rem !important;
    }
}
@media screen and (max-width: 1024px)
{
     .clubtour__header__section__logo__image
    {
       margin-left: 0rem !important;
    }
    .clubtour__header__section__button
    {
        float: none !important;
    }
    /*.clubtour__header__section__button:hover*/
    /*{*/
    /*    transform: scale(1,1) !important;*/
    /*}*/
    .carousel-control-prev
    {
        left: 0rem;
    }
    .carousel-control-next
    {
        right: 0rem;

    }
    .clubtour__navbar
    {
        display: none;
    }
    .clubtour__header__section__forever__img
    {
        margin-left: 0rem !important;
    }
    .clubtour__banner__image
    {
        width: 100% !important;
        height: auto !important;
    }
    .clubtour__banners__row
    {
        padding: 0rem 0rem;
    }
    /*.clubtour__banner__button*/
    /*{*/
    /*    width: 100% !important;*/
    /*     left: 0% !important;*/
    /*     top: 0% !important;*/
    /*     transform: translate(0%,0%) !important;*/
    /*}*/
    .mobile-padding
    {
        padding: 0rem;
    }
    /*.clubtour__banner__button__container*/
    /*{*/
    /*    height: auto !important;*/
    /*}*/
    .clubtour_banner_background__tickets__right,.clubtour_banner_background__tickets__left,#contact
    {
        clip-path: polygon(0 0,100% 0,102% 120%,0% 100%) !important;
        -webkit-clip-path: polygon(0 0,100% 0,102% 120%,0% 100%) !important;
    }
    .clubtour_vid{
        height: auto !important;
    }

}
@media screen and (max-width: 767px)
{
    .mobile-row
    {
        display: flex !important;
        flex-direction: column-reverse !important;
    }
    .mobile-row-2
    {
        display: flex !important;
        flex-direction: column !important;
    }
    .clubtour__banner__button {
        width: 90% !important;
        left: 5% !IMPORTANT;
        top: 35% !important;
        transform: translate(0%,0%) !important;
    }

    .clubtour__banner__button__container {
        height: auto !important;
        margin-top: -1.3rem !important;
    }
    .clubtour__header__section__button
    {
        left: 0% !important;
        width: 100% !important;
    }
    .clubtour__header__section__button__container
    {
        margin-left: 0rem !important;
    }
    .clubtour__banner__button__background
    {
        height: 200px !important;
    }
    .clubtour__banner__button{
        text-align: center !important;
    }
    .mobile-padding
    {
        padding: 0rem !important;
        margin-top: -.9rem !important;
    }
}


/*mobile-menu*/
.clubtour__tickets__button
{
    display: inline-block;
    position: relative;
    width: auto;
    right: 12%;
    text-align: left;
    margin: 0 1rem;
    top: 1.8rem;
    float: right;
}
.clubtour__banners__container
{
    position: relative;
    display: block;
    height: auto;
    width: 100%;
}
.clubtour_banner
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;

}
.clubtour_banner_background__tickets__right
{
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    clip-path: polygon(0 0,100.30435% 0,77% 101%,-0.30435% 100%);
    -webkit-clip-path:polygon(0 0,100.30435% 0,77% 101%,-0.30435% 100%); !important;
}
.clubtour_banner_background__tickets__left
{
    background-size: contain;
    background-position: center;
    clip-path: polygon(0 0,100.30435% 0,100% 120%,22.69565% 100%);
    -webkit-clip-path: polygon(0 0,100.30435% 0,100% 120%,22.69565% 100%);
}
.clubtour__banner__image
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.clubtour__banner__button__container
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0rem;
}
.clubtour__banner__button
{
    display: block;
    width: 59%;
    height: auto;
    background-color: transparent;
    color: white !important;
    font-size: 3rem;
    border: solid white 2px;
    padding: 2rem 0rem 2rem 2rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    font-family: anton, sans-serif !important;
    transition: all 0.2s;
}
.clubtour__banner__button:hover
{
    color: yellow !important;
    transition: all 0.2s;
    text-decoration: none;
    cursor: pointer;

}
/*.btn_right:before*/
/*{*/
/*    color: yellow;*/
/*    content: '\f061';*/
/*    opacity: 0;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    font-family: FontAwesome;*/
/*    transition: all 0.4s;*/
/*}*/
/*.btn_left:after*/
/*{*/
/*    color: yellow;*/
/*    content: '\f060';*/
/*    opacity: 0;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    font-family: FontAwesome;*/
/*    transition: all 0.4s;*/
/*}*/
/*.btn_right:hover:before*/
/*{*/
/*    color: yellow;*/
/*    content: '\f060';*/
/*    font-family: FontAwesome;*/
/*    padding-right: 2rem;*/
/*    opacity: 1;*/
/*    transition: all 0.2s;*/
/*}*/
/*.btn_left:hover:after*/
/*{*/
/*    color: yellow;*/
/*    content: '\f061';*/
/*    font-family: FontAwesome;*/
/*    padding-left: 2rem;*/
/*    opacity: 1;*/
/*    transition: all 0.2s;*/
/*}*/
.--outdoor
{
    top: 1.3rem;
    padding: 0.3rem 1rem !important;
    font-size: 1rem !important;
    border-bottom: 0px solid rgba(0, 0, 0, 0) !important;
}

.footer h1{
     text-align: center !important;
     width: 100%;
     padding: 0rem 0rem 3rem 0rem;

 }
.clubtour__banner
{
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
}
.clubtour__banner__button__background
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.mobile--outdoor
{

    padding-left: 0.8rem;
    margin-left: -1rem;
    background: #e5246c;
    border-radius: 2rem;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
}
#contact
{
    clip-path: polygon(0 0,82.30435% 0,100% 112%,-0.30435% 100%);
    -webkit-clip-path: polygon(0 0,82.30435% 0,100% 112%,-0.30435% 100%);
    margin-top: -.2rem;
}
#tickets
{
    padding-top: 0rem !important;
}
.event__logo a:hover
{
        text-decoration: none !important;
        color: white !important;
}
.clubtour__section__container__vid
{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 3rem 0rem 5rem 0rem;
}
.clubtour_vid
{
    height: 39rem;
    width: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0 0 ;
    border: solid 2px deeppink;
}