:root {
    --verso_blue: #ACD8F1
}


body {
    font-family: "Noto Sans", sans-serif;
    background-color: black;
}

#verso_main_header {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 550px;
    overflow: hidden;
}

#verso_main_header .video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

#verso_main_header .logo {
    position: absolute;
    width: 1400px;
    max-width: 100%;
    cursor: pointer;
}

@media (max-width: 930px) {
    #verso_main_header {
        height: 300px
    }
}

@media (max-width: 500px) {
    #verso_main_header {
        height: 150px
    }
}

#nav_button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-color: var(--verso_blue);
}
#nav_button:after{
    content: "\f0c9";
    text-align: right;
    font-family: var(--fontawesome);
    font-weight: 900;
    position: absolute;
    font-size: 30px;
    top: 5px;
    left: 6px;
}

/** Values **/
#verso_values{
    background-color: white;
}
#verso_values h1 {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 0px;
    font-size: 35px;
}
#verso_values .scroller {
    margin-bottom: 0px;
}

@media (max-width: 1050px) {
    #verso_values h1 {
        text-align: center;
    }
}

/** Join In **/
#verso_join_in {
    background-color: var(--verso_blue);
    background-image: url(../assets/JoinIn_bg.png);
    min-height: 400px;
    position: relative;
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: left;
    overflow: hidden;
}

#verso_join_in_heading {
    position: relative;
    top: 15px;
    left: 400px;
    width: calc(100% - 410px);
    font-size: 25px;
    text-align: center;
    font-weight: 500;
    margin: 0px;
    padding-top: 20px;
    min-height: 150px;
}

@media (min-width:501px) and (max-width: 780px) {
    #verso_join_in_heading {
        padding-top: 0px;
        padding-bottom: 20px;
    }
}

@media (max-width: 500px) {
    #verso_join_in{
        background-size: 970px;
    }
    #verso_join_in_heading {
        width: calc(100% - 20px);
        top: 0px;
        left: 10px;
        margin-top: 105px;
        min-height: 0;
        margin-bottom: 20px;
    }
}

/** Email wrap */
#verso_email {
    background: black;
}
#verso_email_wrap {
    color: white;
    text-align: center;
    width: 1400px;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: calc(100% - 30px);
}
#verso_email h2{
    font-size: 25px;
}
#verso_email p {
    font-size: 18px;
}

/** DTI HP wrap **/
#verso_dti_hp {
    position: relative;
    overflow: hidden;
}
#verso_dti_hp .video {
    position:absolute;
    top: 0px;
    left: 0px;
}
#dti_hp_card_wrap {
    direction: rtl;
}
#verso_dti_hp_logo{
    position: absolute;
    top: 15px;
    left: 15px;
    background: url(../assets/DTI_logo.png);
    background-repeat: no-repeat;
    max-width: 45%;
    max-width: 20%;
    aspect-ratio: .99;
    background-size: cover;
    width: 1000px;
}

#verso_dti_heading {
    position: relative;
    top: 15px;
    left: 400px;
    width: calc(100% - 410px);
    font-size: 25px;
    text-align: center;
    font-weight: 500;
    margin: 0px;
    padding-top: 20px;
    min-height: 150px;
    color: white;
    text-shadow: 0px 0px 7px black;
}

@media (min-width:501px) and (max-width: 780px) {
    #verso_dti_heading {
        padding-top: 0px;
        padding-bottom: 20px;
    }
}
@media (max-width: 500px) {
    #verso_dti_hp .video {
        width: 100%
    }
    #verso_dti_heading {
        width: calc(100% - 20px);
        top: 0px;
        left: 10px;
        margin-top: 105px;
        min-height: 0;
        margin-bottom: 20px;
    }
    #verso_dti_hp_logo{
        height: 109px;
        width: 100%;
        aspect-ratio: unset;
        max-width: 100%;
        background-size: contain;
        background-position: center;
        left: 0px;
    }
}

/** Verso Card **/

/* override for tckt cards on VY pages */
.card {
    border-radius: 15px;
    overflow: hidden;
}

.verso_card_wrap {
    width: 1400px;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: calc(100% - 30px);
}

.verso_card {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    background-color: white;
    padding-bottom: 15px;
    cursor: pointer;
    direction: ltr;
}
.verso_card.noclick{
    cursor:default;
}

.verso_card_wrap a {
    text-decoration: none;
}

.verso_card img {
    width: 100%;
}

.verso_card .content {
    padding: 15px;
}

.verso_card h3 {
    margin: 0px;
    color: #656567;
    font-weight: 800;
    font-size: 15px;
}

.verso_card h2 {
    margin: 0px;
    color: black;
    font-weight: 800;
    font-size: 30px;
}

.verso_card p {
    margin: 0px;
    color: black;
    font-weight: 300;
    font-size: 18px;
}

.verso_card .content:after {
    content: "\f0a9";
    text-align: right;
    font-family: var(--fontawesome);
    font-weight: 900;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 30px;
}
.verso_card.static .content:after{
    display: none;
}

.verso_card.static {
    background-color: var(--verso_blue);
    cursor:default;
}

.verso_card:hover .content:after {
    color: var(--verso_blue);
}


/** Scroller **/
.scroller .verso_card {
    display: none;
}

.scroller.wrap_col_4 .verso_card:nth-of-type(1),
.scroller.wrap_col_4 .verso_card:nth-of-type(2),
.scroller.wrap_col_4 .verso_card:nth-of-type(3),
.scroller.wrap_col_4 .verso_card:nth-of-type(4) {
    display: block;
}

.scroller.wrap_col_3 .verso_card:nth-of-type(1),
.scroller.wrap_col_3 .verso_card:nth-of-type(2),
.scroller.wrap_col_3 .verso_card:nth-of-type(3) {
    display: block;
}

.scroller.wrap_col_2 .verso_card:nth-of-type(1),
.scroller.wrap_col_2 .verso_card:nth-of-type(2) {
    display: block;
}

.scroller_left,
.scroller_right {
    margin-left: 10px;
    display: inline-block;
    text-align: right;
    cursor: pointer;
}
.scroller_left:hover,
.scroller_right:hover {
    opacity: 0.8;
}

.scroller_left:after,
.scroller_right:after {
    text-align: right;
    font-family: var(--fontawesome);
    font-weight: 900;
    top: 20px;
    bottom: 20px;
    right: 10px;
    font-size: 40px;
}
.scroller_left:after {
    content: "\f0a8";
}
.scroller_right:after {
    content: "\f0a9";
}
.scroller_controller {
    width: 1400px;
    margin: 10px auto;
    margin-bottom: 0px;
    padding-bottom: 10px;
    max-width: calc(100% - 30px);
    position:relative;
    text-align: right;

}
@media (min-width: 501px) and (max-width: 1019px) {
    .scroller.wrap_col_4 .verso_card:nth-of-type(4){
        display: none;
    }
}
@media (max-width: 500px) {
    .scroller.wrap_col_4 .verso_card:nth-of-type(2),
    .scroller.wrap_col_4 .verso_card:nth-of-type(3),
    .scroller.wrap_col_4 .verso_card:nth-of-type(4),
    .scroller.wrap_col_3 .verso_card:nth-of-type(2),
    .scroller.wrap_col_3 .verso_card:nth-of-type(3),
    .scroller.wrap_col_2 .verso_card:nth-of-type(2),
    .scroller.wrap_col_2 .verso_card:nth-of-type(3) {
        display: none;
    }
}
@media (min-width: 500px) {
    .scroller_controller.two {
        display: none;
    }
}

.v2_scroller {
    overflow-x: scroll;
}
.v2_scroller::-webkit-scrollbar {
  width: 10px;
}
.v2_scroller::-webkit-scrollbar-track {
  background-color: transparent;
}
.v2_scroller::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.8);
  border-radius: 10px
}

.v2_scroller_inner{
    display: grid;
    grid-auto-flow: column;
    column-gap: 20px;
    padding-bottom: 20px;
    padding-top: 10px;
}

/** FindUs **/
#verso_findus {
    background-color: var(--verso_blue);
    background-image: url(../assets/FindUs_map_bg.jpg);
    min-height: 400px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    background-size: cover;
}
#verso_findus_logo{
    position: absolute;
    width: 600px;
    max-width: 100%;
    height: 100%;
    background-image: url(../assets/FindUs_bg.png);
    background-repeat: no-repeat;
}

#verso_findus_heading {
    position: relative;
    top: 15px;
    left: 450px;
    width: calc(100% - 510px);
    font-size: 25px;
    text-align: center;
    font-weight: 500;
    margin: 0px;
    padding-top: 20px;
    min-height: 150px;
    color: black;
    text-shadow: 0px 0px 7px white;
}

#verso_findus_card_wrap {
    direction: rtl;
}

@media (min-width:501px) and (max-width: 780px) {
    #verso_findus_heading {
        padding-top: 0px;
        padding-bottom: 20px;
    }
    
}
@media (max-width: 500px) {
    #verso_findus_heading {
        width: 100%;
        top: 0px;
        left: 0px;
        margin-top: 105px;
        min-height: 0;
        margin-bottom: 20px;
        background: rgba(255, 255, 255, 0.5);
        padding-bottom: 20px;
    }
    
    #verso_findus_logo {
        background-size: 400px;
    }
}

/*
@media (min-width:501px) and (max-width: 780px) {
    #verso_join_in_heading {
        padding-top: 0px;
        padding-bottom: 20px;
    }
}

@media (max-width: 500px) {
    #verso_join_in{
        background-size: 970px;
    }
    #verso_join_in_heading {
        width: calc(100% - 20px);
        top: 0px;
        left: 10px;
        margin-top: 105px;
        min-height: 0;
        margin-bottom: 20px;
    }
} */

/** Team */
#verso_team {
    background-color: var(--verso_blue);
    background-image: url(../assets/Team_text.png);
    position: relative;
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: left;
    overflow: hidden;
    padding-bottom: 30px;
}

#verso_team_inner {
    width: calc(100% - 400px);
    margin-left: 380px;
    padding-top: 10px;
}
#verso_team_inner h2 {
    font-size: 25px;
    font-weight: 500;
}
@media (max-width:780px) {
    #verso_team_inner {
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-top: 150px;
        text-align: center;
    }
}

/** Events **/
#verso_event_tickets {
    background-color: white;
}
#verso_event_tickets_inner {
    width: 1400px;
    max-width: calc(100% - 20px);
    margin: 0 auto;
}

#verso_event_tickets_inner > h2{
    padding-top: 20px;
    padding-bottom: 15px;
}

.verso_basic_wrapper {
    background-color: white;
}   
.verso_basic_wrapper_inner {
    width: 1400px;
    max-width: calc(100% - 20px);
    margin: 0 auto;
    padding-top:10px;
    padding-bottom: 10px;
    font-size: 18px;
}

#event_photo_scroller {
    margin-bottom: 0px;
}

#event_photo_scroller .verso_card,
#event_songs .verso_card {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#verso_dti_base_image {
    width: 100%;
    margin: 0px;
}
#verso_dti_base_image img{
    width: 100%;
}

.verso_hilight {
    background: var(--verso_blue);
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    position:relative;
}
.verso_hilight:after {
    content: "\f05a";
    text-align: right;
    font-family: var(--fontawesome);
    font-weight: 900;
    position: absolute;
    font-size: 30px;
    left: 10px;
    top: 6px;
    color: white;
    opacity: 0.5;
}

/** DTI Info */
.fa-tent {
    color: var(--verso_blue);
}
#verso_dti_behaviour {
    background-color: var(--verso_blue);
    background-image: url(../assets/DTI_behaviour.png);
    position: relative;
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: left;
    overflow: hidden;
    padding-bottom: 30px;
    background-size: 450px;
}

#verso_dti_behaviour_inner {
    width: calc(100% - 200px);
    margin-left: 150px;
    padding-top: 70px;
}
#verso_dti_behaviour_inner h2 {
    font-size: 25px;
    font-weight: 500;
}
@media (max-width:780px) {
    #verso_dti_behaviour {
        background-size: 300px;
    }
    #verso_dti_behaviour_inner {
        width: calc(100% - 40px);
        margin-left: 20px;
        padding-top: 50px;
        text-align: center;
    }
}


h1, h2 {
    margin: 0;
    padding-top: 10px;
}
p, li {
    font-size: 18px;
}

/** Footer **/
#verso_footer {
    background-color: black;
    width: 100%;
    height: 400px;
    position: relative;
}

#verso_footer_right {
    color: white;
    position: absolute;
    right: 15px;
    width: 133px;
    height: 400px;
    font-size: 50px;
    display: flex;
    align-content: center;
    align-items: center;
}

#verso_footer_right i {
    margin-right: 20px
}

#verso_footer_logo {
    position: absolute;
    top: 35px;
    left: 30px;
    height: 330px;
}

#verso_footer_left {
    position: absolute;
    left: 115px;
    bottom: 15px;
    color: white;
    font-weight: 400;

}

#verso_footer_large_text {
    font-size: 35px;
    color: var(--verso_blue);
    line-height: 38px;
}

#verso_footer_large_text a {
    color: white
}

.verso_footer_small_text a {
    text-decoration: none;
}

@media (max-width: 930px) {

    #verso_footer_left,
    #verso_footer_right {
        position: relative;
        top: auto;
        bottom: auto;
        padding-top: 20px;
        display: block;
        right: auto;
        width: calc(100% - 115px);
        height: auto;
        left: 115px;
    }
}

.button_blue{
    border: none;
    padding: 5px;
    font-size: 18px;
    font-family: 'Noto Sans';
    font-weight: 700;
    background: var(--verso_blue);
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 30px;
    cursor: pointer;
}
.button_blue:hover {
    opacity: 0.8;
}
input.button_blue {
    padding-right: 10px;
}


/** Verso Menu **/
#verso_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: var(--verso_blue);
    top: 0px;
    left: 0px;
    display: none;
}
#verso_menu ul {
    padding-left: 0px;
}
#verso_menu ul li{
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    display: block;
    padding-bottom: 10px;
    color: white;
    cursor: pointer;
}
#verso_menu ul li:hover {
    color: black;
}
#verso_menu_close {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    color: white;
    cursor: pointer;
}
#verso_menu_close:hover {
    color: black;
}
#verso_menu_close:after {
    content: "\f00d";
    text-align: right;
    font-family: var(--fontawesome);
    font-weight: 900;
    position: absolute;
    font-size: 30px;
}
#verso_menu a{
    text-decoration: none;
}