body {
    margin: 0;
    padding: 0;
    font-family: 'Mulish', sans-serif;
    font-weight: 400
}

.container {
    margin: 0px auto;
    max-width: 1000px;
    padding: 10px
}

.row {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
}

.point {
    cursor: pointer
}

.center {
    position: relative;
}

.middle-align {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vmiddle-align {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.vmiddle-align-relative {
    margin: 0;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}


.dashboard-box {
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 6px 2px rgba(0,0,0,0.2);
    border: 1px solid #f8f9fc;
    padding: 10px;
    color: #fff
}

    .dashboard-box h1 {
        font-size: 3.5rem
    }

    .dashboard-box span {
        display: inline-block;
        padding: 5px 10px;
        border-radius: 25px;
        background: rgba(0,0,0,0.3);
        font-size: 12px;
        transition: all 0.5s
    }

        .dashboard-box span img {
            margin-right: 10px
        }

    .dashboard-box a {
        display: inline-block;
        padding: 5px 10px;
        border-radius: 25px;
        background: rgba(0,0,0,0.3);
        font-size: 12px;
        transition: all 0.5s;
        color: #fff;
        float: right
    }

        .dashboard-box a:hover {
            background: rgba(0,0,0,0.6);
            transition: all 0.5s
        }

        .dashboard-box a i {
            font-size: 10px
        }

.flexselect {
    width: 100%
}

tr.paid {
    background: #B7FFBF
}

.smalltable {
    font-size: 12px !important;
    border: none !important;
}

    .smalltable td, .smalltable th {
        border: none !important;
        padding: 2px 5px !important;
    }
/*Menu*/
.main_menu {
    background: #0F0F0F;
    margin: 0;
    color: #fff;
    min-height: 82px;
    max-height: 82px;
    display: flex;
    align-items: center;
    padding: 0
}

    .main_menu a {
        color: #fff;
        text-decoration: none;
        margin: 0 3px;
        display: inline-block;
        border-bottom: 2px solid #0F0F0F;
        transition: all 300ms;
        text-transform: uppercase
    }

        .main_menu a:hover {
            border-bottom: 2px solid #fff;
            transition: all 300ms
        }

/* Hero */
.hero {
    background: url("../img/herobackground.jpg") center center;
    background-size: cover;
    height: 477px;
    position: relative;
}

    .hero h2.title {
        font-weight: 900;
        color: #fff;
        text-transform: uppercase;
        font-size: 66px;
        line-height: 66px;
    }

h2 {
    font-weight: 700;
}

h4 {
    font-size: 20px;
    line-height: 28px;
}

/*General*/
.bluetext {
    color: #1B73E1
}

.whiteText {
    color: #fff
}

.centerText {
    text-align: center
}

.rightText {
    text-align: right
}

.activeLang {
    background: #1B73E1;
    color: #fff;
    border-radius: 50%;
    padding: 5px
}

.cta {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 30px;
    gap: 10px;
    width: fit-content;
    width: -moz-fit-content;
    /* Multisport-plava */
    background: #1B73E1;
    border-radius: 20px;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
    border: 0;
    transition: all 300ms;
}

.cta:disabled {
    background: grey;
}
    .cta a {
        color: #fff;
        text-decoration: none;
    }

    .cta:hover:not(:disabled) {
        color: #fff;
        background: #165CB4;
        transition: all 300ms;
    }

.select {
    min-width: 455px;
    max-width: 100% !important;
    height: 50px;
}

.bluebackground {
    background-color: #1B73E1;
}

.darkbluebackground {
    background-color: #165CB4;
}

.graybackground {
    background-color: #EBEBEB;
}

.blackbackground {
    background-color: #0F0F0F;
}

.lighblue {
    background-color: #e8f1fc;
}

.fullbackground {
    background-size: cover;
    background-position: center center
}

.l2 {
    float: left;
    width: 50%;
    display: flex;
    flex-direction: column;
}

.halfwidth {
    max-width: 500px;
    margin: 0 auto
}

.fullheight {
    height: 100%;
}

.heigh500 {
    height: 500px;
}

.fullwidth {
    width: 100%;
    max-width: 100%;
}

.square {
    aspect-ratio: 1 / 1;
}

.footer_links {
    text-transform: uppercase;
}

    .footer_links a {
        color: #1B73E1;
        text-decoration: none;
    }

h2.subtitle {
    font-size: 36px;
}

.day {
    font-size: 20px;
    font-weight: 700;
}

.dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: 0 auto
}

    .dot.green {
        background: #00AD6F
    }

    .dot.orange {
        background: #FFA800
    }

    .dot.red {
        background: #C80000
    }

.shadow {
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
}

.relative {
    position: relative
}

.icon-120-container {
    max-width: 120px
}

.p-10 {
    padding: 10px
}

.p-20 {
    padding: 20px
}

.pt-10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pb-10 {
    padding-bottom: 10px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-60 {
    padding-bottom: 60px
}

.strong {
    font-weight: 700
}

.nomarginpadding-inner-ul ul,
.nomarginpadding {
    margin: 0;
    padding: 0
}

.nomarginpadding-inner-ul ul li,
.nomarginpadding li {
    margin-top: 5px
}

.modal-content {
    border: none
}

.modal-title {
    font-width: 700;
    font-size: 24px;
}

.modal-body label.form-label, .modal-body .form-check-label {
    font-size: 14px;
    margin-bottom: 0;
}

.modal-footer {
    border: 0
}

.cta-white {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 30px;
    gap: 10px;
    width: 174px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 20px;
    color: #0F0F0F;
    text-decoration: none;
    margin: 0 auto;
    transition: all 300ms;
}

    .cta-white:hover {
        transition: all 300ms;
        color: #0F0F0F;
        background: #EBEBEB
    }

.cta-blue {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 11px 30px;
    gap: 10px;
    width: 174px;
    height: 40px;
    background: #fff;
    border: 1px solid #165CB4;
    border-radius: 20px;
    color: #165CB4;
    text-decoration: none;
    margin: 0 auto;
    transition: all 300ms;
    font-size:14px;
}

    .cta-blue:hover {
        transition: all 300ms;
        color: #165CB4;
        background: #EBEBEB
    }


.modal-footer .cta {
    min-width: 175px;
    height: 40px;
}

.modal-body .form-error {
    font-size: 12px;
    color: #C80000;
    position: relative;
    top: -3px;
    display: none;
    font-style: italic;
}

input.error {
    border: 1px solid #C80000;
}

input::placeholder {
    font-size: 14px;
    color: #7f7f7f;
}

#generalError {
    display: none;
    border: 1px solid #C80000;
    background: #ffdcdc;
    color: #C80000;
    font-size: 14px;
}

.closeSuccessModal {
    position: absolute;
    right: 5px;
    top: 5px
}

.rotate {
    transform: rotate(0);
    transition: all 300ms;
}

    .rotate:hover {
        transform: rotate(-5deg);
        transition: all 300ms;
    }

.zoom {
    overflow: hidden;
}

    .zoom:hover img {
        position: relative;
        width: 105%
    }

.blueornaments {
    background: url(../img/bluebackground.png) center center repeat-y;
    background-color: #1B73E1;
}

.whiteBox {
    border-radius: 10px;
    background: #fff;
}

h3.subtitle {
    font-size: 20px;
    line-height: 25px;
    font-width: 700;
}

input#city {
    display: none;
}

input#user {
    width: 0;
    height: 0;
    border: none
}

.mobilemenu {
    display: none;
    position: absolute;
    top: 80px;
    z-index: 10;
    width: 100%;
}

    .mobilemenu a {
        display: block;
        padding: 10px 0;
        background: #1B73E1;
        border: 0
    }

        .mobilemenu a:hover {
            border: 0
        }

@media(min-width: 576px) {
    .showonmobile {
        display: none;
    }
}

@media (max-width: 576px) {
    .select {
        min-width: 100%;
    }

    .hideonmobile {
        display: none;
    }

    .showonmobile {
        display: block;
    }
}


* {
    margin: 0;
    padding: 0;
}

/* Icon 1 */

#nav-icon3 {
    width: 20px;
    height: 20px;
    position: relative;
    margin: 10px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #nav-icon3 span:nth-child(1) {
            top: 0px;
        }

        #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
            top: 9px;
        }

        #nav-icon3 span:nth-child(4) {
            top: 18px;
        }

    #nav-icon3.open span:nth-child(1) {
        top: 9px;
        width: 0%;
        left: 50%;
    }

    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon3.open span:nth-child(4) {
        top: 9px;
        width: 0%;
        left: 50%;
    }

.cookie-warning {
    font-weight: 200;
    font-size: 16px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    box-sizing: border-box;
    padding: 20px;
    background: #0F0F0F;
    color: #fff;
}

    .cookie-warning .btn {
        border: 1px solid #1B73E1;
        padding: 6px 20px;
        border-radius: 20px;
        color: #fff;
        margin: 0 10px
    }

        .cookie-warning .btn.agree {
            background: #1B73E1;
        }

    .cookie-warning .rightContainer {
        float: right
    }

.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 57%;
    }

    .video-container::after {
        padding-top: 100%;
        display: block;
        content: '';
    }
