body { font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 16px; } *{ margin: 0; padding:0; } .container { max-width: 1230px !important; } html { box-sizing: border-box; -ms-overflow-style: scrollbar; } a { transition: 300ms; } *, *::before, *::after { box-sizing: inherit; } .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } ::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-track { box-shadow: inset 0 0 5px grey; border-radius: 10px; } ::-webkit-scrollbar-thumb { background: #080708; border-radius: 10px; } ::-webkit-scrollbar-thumb:hover { background: #b30000; } @media (min-width: 576px) { .container, .container-sm { max-width: 540px; } } @media (min-width: 768px) { .container, .container-sm, .container-md { max-width: 720px; } } @media (min-width: 992px) { .container, .container-sm, .container-md, .container-lg { max-width: 960px; } } @media (min-width: 1200px) { .container, .container-sm, .container-md, .container-lg, .container-xl { max-width: 1140px; } } .row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; } .no-gutters { margin-right: 0; margin-left: 0; } .no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; } .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; } .col { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .row-cols-1 > * { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .row-cols-2 > * { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .row-cols-3 > * { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .row-cols-4 > * { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .row-cols-5 > * { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } .row-cols-6 > * { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; } .col-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .col-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .col-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .col-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .col-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .col-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .col-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .col-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .col-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .col-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .col-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } @media (min-width: 576px) { .col-sm { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .row-cols-sm-1 > * { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .row-cols-sm-2 > * { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .row-cols-sm-3 > * { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .row-cols-sm-4 > * { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .row-cols-sm-5 > * { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } .row-cols-sm-6 > * { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-sm-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; } .col-sm-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .col-sm-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-sm-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .col-sm-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .col-sm-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .col-sm-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .col-sm-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .col-sm-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .col-sm-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .col-sm-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .col-sm-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .col-sm-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .order-sm-first { -ms-flex-order: -1; order: -1; } .order-sm-last { -ms-flex-order: 13; order: 13; } .order-sm-0 { -ms-flex-order: 0; order: 0; } .order-sm-1 { -ms-flex-order: 1; order: 1; } .order-sm-2 { -ms-flex-order: 2; order: 2; } .order-sm-3 { -ms-flex-order: 3; order: 3; } .order-sm-4 { -ms-flex-order: 4; order: 4; } .order-sm-5 { -ms-flex-order: 5; order: 5; } .order-sm-6 { -ms-flex-order: 6; order: 6; } .order-sm-7 { -ms-flex-order: 7; order: 7; } .order-sm-8 { -ms-flex-order: 8; order: 8; } .order-sm-9 { -ms-flex-order: 9; order: 9; } .order-sm-10 { -ms-flex-order: 10; order: 10; } .order-sm-11 { -ms-flex-order: 11; order: 11; } .order-sm-12 { -ms-flex-order: 12; order: 12; } .offset-sm-0 { margin-left: 0; } .offset-sm-1 { margin-left: 8.333333%; } .offset-sm-2 { margin-left: 16.666667%; } .offset-sm-3 { margin-left: 25%; } .offset-sm-4 { margin-left: 33.333333%; } .offset-sm-5 { margin-left: 41.666667%; } .offset-sm-6 { margin-left: 50%; } .offset-sm-7 { margin-left: 58.333333%; } .offset-sm-8 { margin-left: 66.666667%; } .offset-sm-9 { margin-left: 75%; } .offset-sm-10 { margin-left: 83.333333%; } .offset-sm-11 { margin-left: 91.666667%; } } @media (min-width: 768px) { .col-md { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .row-cols-md-1 > * { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .row-cols-md-2 > * { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .row-cols-md-3 > * { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .row-cols-md-4 > * { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .row-cols-md-5 > * { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } .row-cols-md-6 > * { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-md-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; } .col-md-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .col-md-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-md-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .col-md-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .col-md-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .col-md-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .col-md-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .col-md-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .col-md-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .col-md-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .col-md-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .col-md-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .order-md-first { -ms-flex-order: -1; order: -1; } .order-md-last { -ms-flex-order: 13; order: 13; } .order-md-0 { -ms-flex-order: 0; order: 0; } .order-md-1 { -ms-flex-order: 1; order: 1; } .order-md-2 { -ms-flex-order: 2; order: 2; } .order-md-3 { -ms-flex-order: 3; order: 3; } .order-md-4 { -ms-flex-order: 4; order: 4; } .order-md-5 { -ms-flex-order: 5; order: 5; } .order-md-6 { -ms-flex-order: 6; order: 6; } .order-md-7 { -ms-flex-order: 7; order: 7; } .order-md-8 { -ms-flex-order: 8; order: 8; } .order-md-9 { -ms-flex-order: 9; order: 9; } .order-md-10 { -ms-flex-order: 10; order: 10; } .order-md-11 { -ms-flex-order: 11; order: 11; } .order-md-12 { -ms-flex-order: 12; order: 12; } .offset-md-0 { margin-left: 0; } .offset-md-1 { margin-left: 8.333333%; } .offset-md-2 { margin-left: 16.666667%; } .offset-md-3 { margin-left: 25%; } .offset-md-4 { margin-left: 33.333333%; } .offset-md-5 { margin-left: 41.666667%; } .offset-md-6 { margin-left: 50%; } .offset-md-7 { margin-left: 58.333333%; } .offset-md-8 { margin-left: 66.666667%; } .offset-md-9 { margin-left: 75%; } .offset-md-10 { margin-left: 83.333333%; } .offset-md-11 { margin-left: 91.666667%; } } @media (min-width: 992px) { .col-lg { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .row-cols-lg-1 > * { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .row-cols-lg-2 > * { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .row-cols-lg-3 > * { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .row-cols-lg-4 > * { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .row-cols-lg-5 > * { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } .row-cols-lg-6 > * { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-lg-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; } .col-lg-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .col-lg-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-lg-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .col-lg-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .col-lg-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .col-lg-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .col-lg-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .col-lg-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .col-lg-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .col-lg-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .col-lg-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .col-lg-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .order-lg-first { -ms-flex-order: -1; order: -1; } .order-lg-last { -ms-flex-order: 13; order: 13; } .order-lg-0 { -ms-flex-order: 0; order: 0; } .order-lg-1 { -ms-flex-order: 1; order: 1; } .order-lg-2 { -ms-flex-order: 2; order: 2; } .order-lg-3 { -ms-flex-order: 3; order: 3; } .order-lg-4 { -ms-flex-order: 4; order: 4; } .order-lg-5 { -ms-flex-order: 5; order: 5; } .order-lg-6 { -ms-flex-order: 6; order: 6; } .order-lg-7 { -ms-flex-order: 7; order: 7; } .order-lg-8 { -ms-flex-order: 8; order: 8; } .order-lg-9 { -ms-flex-order: 9; order: 9; } .order-lg-10 { -ms-flex-order: 10; order: 10; } .order-lg-11 { -ms-flex-order: 11; order: 11; } .order-lg-12 { -ms-flex-order: 12; order: 12; } .offset-lg-0 { margin-left: 0; } .offset-lg-1 { margin-left: 8.333333%; } .offset-lg-2 { margin-left: 16.666667%; } .offset-lg-3 { margin-left: 25%; } .offset-lg-4 { margin-left: 33.333333%; } .offset-lg-5 { margin-left: 41.666667%; } .offset-lg-6 { margin-left: 50%; } .offset-lg-7 { margin-left: 58.333333%; } .offset-lg-8 { margin-left: 66.666667%; } .offset-lg-9 { margin-left: 75%; } .offset-lg-10 { margin-left: 83.333333%; } .offset-lg-11 { margin-left: 91.666667%; } } @media (min-width: 1200px) { .col-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .row-cols-xl-1 > * { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .row-cols-xl-2 > * { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .row-cols-xl-3 > * { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .row-cols-xl-4 > * { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .row-cols-xl-5 > * { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } .row-cols-xl-6 > * { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-xl-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; } .col-xl-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .col-xl-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-xl-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .col-xl-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .col-xl-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .col-xl-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .col-xl-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .col-xl-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .col-xl-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .col-xl-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .col-xl-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .col-xl-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .order-xl-first { -ms-flex-order: -1; order: -1; } .order-xl-last { -ms-flex-order: 13; order: 13; } .order-xl-0 { -ms-flex-order: 0; order: 0; } .order-xl-1 { -ms-flex-order: 1; order: 1; } .order-xl-2 { -ms-flex-order: 2; order: 2; } .order-xl-3 { -ms-flex-order: 3; order: 3; } .order-xl-4 { -ms-flex-order: 4; order: 4; } .order-xl-5 { -ms-flex-order: 5; order: 5; } .order-xl-6 { -ms-flex-order: 6; order: 6; } .order-xl-7 { -ms-flex-order: 7; order: 7; } .order-xl-8 { -ms-flex-order: 8; order: 8; } .order-xl-9 { -ms-flex-order: 9; order: 9; } .order-xl-10 { -ms-flex-order: 10; order: 10; } .order-xl-11 { -ms-flex-order: 11; order: 11; } .order-xl-12 { -ms-flex-order: 12; order: 12; } .offset-xl-0 { margin-left: 0; } .offset-xl-1 { margin-left: 8.333333%; } .offset-xl-2 { margin-left: 16.666667%; } .offset-xl-3 { margin-left: 25%; } .offset-xl-4 { margin-left: 33.333333%; } .offset-xl-5 { margin-left: 41.666667%; } .offset-xl-6 { margin-left: 50%; } .offset-xl-7 { margin-left: 58.333333%; } .offset-xl-8 { margin-left: 66.666667%; } .offset-xl-9 { margin-left: 75%; } .offset-xl-10 { margin-left: 83.333333%; } .offset-xl-11 { margin-left: 91.666667%; } } @media (min-width: 1200px) { .col-xl { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .row-cols-xl-1 > * { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .row-cols-xl-2 > * { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .row-cols-xl-3 > * { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .row-cols-xl-4 > * { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .row-cols-xl-5 > * { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } .row-cols-xl-6 > * { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-xl-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; } .col-xl-1 { -ms-flex: 0 0 8.333333%; flex: 0 0 8.333333%; max-width: 8.333333%; } .col-xl-2 { -ms-flex: 0 0 16.666667%; flex: 0 0 16.666667%; max-width: 16.666667%; } .col-xl-3 { -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; } .col-xl-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .col-xl-5 { -ms-flex: 0 0 41.666667%; flex: 0 0 41.666667%; max-width: 41.666667%; } .col-xl-6 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; } .col-xl-7 { -ms-flex: 0 0 58.333333%; flex: 0 0 58.333333%; max-width: 58.333333%; } .col-xl-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .col-xl-9 { -ms-flex: 0 0 75%; flex: 0 0 75%; max-width: 75%; } .col-xl-10 { -ms-flex: 0 0 83.333333%; flex: 0 0 83.333333%; max-width: 83.333333%; } .col-xl-11 { -ms-flex: 0 0 91.666667%; flex: 0 0 91.666667%; max-width: 91.666667%; } .col-xl-12 { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; } .order-xl-first { -ms-flex-order: -1; order: -1; } .order-xl-last { -ms-flex-order: 13; order: 13; } .order-xl-0 { -ms-flex-order: 0; order: 0; } .order-xl-1 { -ms-flex-order: 1; order: 1; } .order-xl-2 { -ms-flex-order: 2; order: 2; } .order-xl-3 { -ms-flex-order: 3; order: 3; } .order-xl-4 { -ms-flex-order: 4; order: 4; } .order-xl-5 { -ms-flex-order: 5; order: 5; } .order-xl-6 { -ms-flex-order: 6; order: 6; } .order-xl-7 { -ms-flex-order: 7; order: 7; } .order-xl-8 { -ms-flex-order: 8; order: 8; } .order-xl-9 { -ms-flex-order: 9; order: 9; } .order-xl-10 { -ms-flex-order: 10; order: 10; } .order-xl-11 { -ms-flex-order: 11; order: 11; } .order-xl-12 { -ms-flex-order: 12; order: 12; } .offset-xl-0 { margin-left: 0; } .offset-xl-1 { margin-left: 8.333333%; } .offset-xl-2 { margin-left: 16.666667%; } .offset-xl-3 { margin-left: 25%; } .offset-xl-4 { margin-left: 33.333333%; } .offset-xl-5 { margin-left: 41.666667%; } .offset-xl-6 { margin-left: 50%; } .offset-xl-7 { margin-left: 58.333333%; } .offset-xl-8 { margin-left: 66.666667%; } .offset-xl-9 { margin-left: 75%; } .offset-xl-10 { margin-left: 83.333333%; } .offset-xl-11 { margin-left: 91.666667%; } } /*--------------------------------------------------------------------------*/ body { background-color: #f3f3f3; padding-bottom: 50px; } header { background-color: #fff; min-height: 122px; display: flex; align-items: center; } .wrap-logo { display: flex; align-items: center; justify-content: space-between; } @media(max-width:767px) { .wrap-logo img,.wrap-logo-ft img { max-width: 250px; } } .wrap-logo { margin: 20px 0; } .wrap-button-header{ display: flex; align-items: center; } .wrap-button-header .btn { display: flex; align-items: center; column-gap: 7px; justify-content: center; font-weight: 700; text-transform: uppercase; } .wrap-button-header .btn svg { margin-top: -1px; } .wrap-button-header .btn span { font-weight: 800; } .wrap-button-header .btn small { margin: 0 0 -3px -3px; } .wrap-button-header .btn-1 { background-image:url(./assets/image/bd1-1.png); background-size: cover; background-position: center; width: 145px; height: 44px; line-height: 44px; color: #fff; font-size: 16px; text-align: center; padding-right: 15px; } .wrap-button-header .btn-1:hover { background-image:url(./assets/image/tv2.png); } .wrap-button-header .btn-2 { background-image:url(./assets/image/ts.png); background-size: cover; background-position: center; width: 172px; height: 44px; line-height: 44px; text-align: center; color:#2F97F0; padding-left: 15px; } .wrap-button-header .btn-2:hover { background-image:url(./assets/image/ts-2.png); color: #fff; } .wrap-button-header .btn-2:hover svg path { fill:#fff; } .wrap-button-header .btn-2 svg path { transition: 200ms; } .wrap-navigator { display: flex; align-items: center; justify-content: center; margin: 20px 0; } .wrap-navigator .nav2{ padding: 0 25px; margin: 0 25px; border-left: 1px solid #000; border-right: 1px solid #000; } .wrap-navigator .nav a{ margin: 5px 0; display: block; text-align: center; color: #4e4e4e; font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 16px; font-style: normal; font-weight: 700; text-decoration: none; transition:200ms; line-height: normal; } .wrap-navigator .nav a:hover{ color: #2F97F0; } /*-----------------banner---------------- */ a { text-decoration: none; } .banner { padding: 26px 35px 78px 35px; background-image: url(./assets/image/banner.png); background-size: cover; background-position: center; background-repeat: no-repeat; } .titile-banner { color: #FFF; font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 20px; font-style: normal; font-weight: 700; line-height: normal; text-transform: uppercase; } .description { margin-top: 13px; margin-bottom: 22px; color: #FFF; font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; font-weight: 500; line-height: normal; max-width: 743px; } .link-b { color: #FFF; font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; text-decoration: none; font-weight: 700; line-height: normal; } .video { position:relative; margin-top: 22px; } @media(max-width:575px){ .btn-video img{ max-width: 60px; } } .btn-video { position:absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); } .tab { overflow: hidden; margin: 10px 0; } .tabcontent { display: none; } .tabcontent.active { display: block ; } .wrap-match { display: flex; align-items: center; flex-wrap: wrap; margin: 0 -12px; } .element-tab .tab{ display: flex; align-items: center; justify-content: center; column-gap: 10px; flex-wrap: wrap; } @media (max-width:575px) { .element-tab .tab{ column-gap:0; } } .cl2 { background-color: #5A0E96 !important; } .tab button { border: none; cursor: pointer; margin: 10px 0; color: #FFF; background-color: transparent; text-align: center; font-family: Inter; font-size: 16px; font-style: normal; font-weight: 700; text-transform: uppercase; } @media (max-width:450px){ .tab button { width: auto !important; padding: 0 13px; font-size: 14px; } } .tab button:nth-child(1) { background-image:url(./assets/image/bd1.png); background-size: cover; background-position: center; width: 145px; height: 44px; line-height: 44px; text-align: center; } .tab button:nth-child(1):hover,.tab button:nth-child(1).active { background-image:url(./assets/image/bd1-1.png); } .tab button:nth-child(2) { background-image:url(./assets/image/bd2.png); background-size: cover; background-position: center; width: 163px; height: 44px; line-height: 44px; text-align: center; } .tab button:nth-child(2):hover,.tab button:nth-child(2).active { background-image:url(./assets/image/bd2-1.png); } @media (max-width:575px) { .tab button:nth-child(2) { margin: 0 -25px; } } @media (max-width:450px){ .tab button:nth-child(2) { margin: 0 ; } } .tab button:nth-child(3) { background-image:url(./assets/image/bd3.png); background-size: cover; background-position: center; width: 145px; height: 44px; line-height: 44px; text-align: center; } .tab button:nth-child(3):hover,.tab button:nth-child(3).active { background-image:url(./assets/image/bd3-1.png); } /*------------------------tab-----------------------*/ .wrap-box-match { width: 100%; max-width: 50%; padding: 0 12px; } .box-match { width: 100%; position:relative; text-align: center; border-radius: 10px 10px 5px 10px; background-color: #fff; overflow: hidden; border-bottom: 5px solid #2F97F0; margin-bottom: 20px; } .info-match { display: flex; /* align-items: center;*/ column-gap: 10px; } .league { display: flex; column-gap: 7px; padding: 11px 0 ; justify-content: center; align-items: center; background: linear-gradient(90deg, #2F97F0 0%, #30E7F0 100%); color: #FFF; text-align: center; font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif; font-size: 14px; font-style: normal; font-weight: 500; line-height: normal; text-transform: uppercase; } .caster{ text-align: left; padding-left: 20px; margin-bottom: 5px; padding-right: 120px; } .caster a{ color: #E91E63; font-size: 13px; font-style: normal; font-weight: bold; line-height: normal; text-transform: uppercase } .info-match { padding: 18px 30px; padding-bottom: 14px; } @media(max-width:1200px) and (min-width:768px) { .info-match { padding: 18px 10px; } } .name-team { color: #4e4e4e; margin-top: 5px; text-align: center; font-size: 16px; font-style: normal; font-weight: 500; line-height: normal; font-weight: bold; } .hour { color: #4e4e4e; text-align: center; font-size: 35px; font-style: normal; font-weight: 500; line-height: normal; text-transform: uppercase; } .date { background-color: #979797; line-height: 23px; color: #FFF; text-align: center; font-size: 11px; font-style: normal; font-weight: 700; padding: 0 10px; display: inline-block; margin-bottom: 10px; margin-top: 5px; } .view-live { display: inline-block; border-radius: 5px; background: #148C00; line-height: 41px; color: #FFF; text-align: center; font-size: 19px; font-style: normal; font-weight: 700; padding: 0 20px; width: 100%; } .info-match .team{ width: calc(37% - 12px); } .info-match .team img{ max-height: 55px !important; } .info-match .time{ width: 26% } .extra-link { position:absolute; background-image: url(./assets/image/extra-link.png); line-height: 34px; padding: 0 13px 0 22px; color: #FFF; text-align: center; font-size: 15px; font-style: normal; font-weight: 700; right: 0; bottom: -5px; } .extra-link a{ font-size: 15px; font-style: normal; color: #fff; font-weight: 700; } .box-live-now { display: flex; align-items: center; margin: 0 -12px; margin-bottom: 12px; } .box-live-now .box { width: 100%; max-width: 50%; padding: 0 12px; padding: 40px; background-position: center; background-size: cover; border-radius: 10px; overflow: hidden; margin: 12px; } @media( max-width:575px) { .box-live-now .box { padding: 30px 20px; } } .box-live-now .box-1 { background-image: url(./assets/image/banner1.png); text-align: right; } .box-live-now .box-1 .wrap-tl { display: flex; justify-content: end; } .box-live-now .box-2 { background-image: url(./assets/image/banner2.png); text-align: left; } .box-live-now h4 { max-width: 220px; color: #FFF; font-size: 28px; font-style: normal; font-weight: 700; line-height: normal; text-transform: uppercase; } .box-live-now .button-view { margin-top: 10px; line-height: 34px; color: #FFF; border-radius: 5px; text-align: center; font-size: 16px; font-style: normal; font-weight: 900; text-transform: uppercase; display: inline-block; padding:0 27px; background-color: #1A7ED3; } .box-live-now .button-view:hover { background-color: #0244AD; } .info-textbox { background-color: #fff; border-radius: 10px; overflow: hidden; margin-bottom: 10px; } .info-textbox h4{ background: linear-gradient(90deg, #2F97F0 0%, #30E7F0 100%); line-height: 61px; color: #FFF; text-align: center; font-size: 16px; font-style: normal; font-weight: 700; } .info-textbox .content { padding: 30px 35px; position:relative; color: #4e4e4e; height: 200px; } @media (max-width:767px) { .info-textbox .content { padding: 15px 20px 40px 20px; } } .info-textbox .content.hide-before::before { display: none !important; } .info-textbox .content ul{ margin-bottom: 10px; } .info-textbox .content li{ margin-bottom: 10px; } .info-textbox .content p{ color: #4e4e4e; font-size: 16px; font-style: normal; font-weight: 400; line-height: normal; margin-bottom: 20px; line-height: 25px; } .info-textbox .content h2{ font-size: 20px; margin-bottom: 20px; } .info-textbox .content h3{ font-size: 18px; margin-bottom: 20px; } .view-all { position:absolute; bottom: -20px; left: 50%; transform: translatex(-50%); color: #000; text-align: center; font-size: 16px; font-style: normal; font-weight: 500; line-height: normal; cursor: pointer; } .bt { background-color: #EBEBEB; padding: 25px 0; } @media (min-width:1200px){ .col-content{ padding-right: 20px; } } .blog-grid { background-color: #fff; padding: 18px 27px; border-radius: 10px; overflow: hidden; } @media (max-width:575px) { .blog-grid { padding: 20px; } } .post { margin-bottom: 26px; width: 100%; max-width: 50%; padding: 0 12px; background-position: center; background-size: cover; border-radius: 10px; overflow: hidden; } .post img{ max-width: 100%; height: auto !important; } .all-post { margin: 0 -12px; display: flex; align-items: center; flex-wrap: wrap; } .pagination{ background: linear-gradient(90deg, #2F97F0 0%, #30E7F0 100%); display: flex; justify-content: center; align-items: center; column-gap: 11px; padding: 19px 0; margin: 0 -27px; margin-bottom: -18px; } .date-post { margin-top: 5px; color: rgba(0, 0, 0, 0.50); font-size: 11px; font-style: normal; font-weight: 500; line-height: normal; } .excerpt { color: #4e4e4e; font-size: 14px; font-style: normal; font-weight: 400; line-height: normal; } .mb-20 { margin-bottom: 20px; } .title-post { color: #4e4e4e; margin: 5px 0; font-size: 20px; font-style: normal; font-weight: 700; line-height: normal; } .pagination a{ display: block; width: 33px; height: 33px; line-height: 33px; border: 1px solid #fff; border-radius: 5px; text-align: center; color: #FFF; text-align: center; font-size: 14px; font-weight: 500; } .pagination a:hover,.pagination a.active{ background-color: #fff; color: #2F97F0; } .wrap-sb { background-color: #fff; border-radius: 10px; overflow: hidden ; padding: 18px 15px; position: sticky; top:50px; } .wrap-sb .tab{ margin: 0; } .wrap-sb .tab button { font-size: 16px; font-weight: 700; margin-top: 0; margin-bottom: 18px; text-transform: capitalize; } .wrap-sb .tab button:nth-child(1) { background-image:url(./assets/image/tb1.png); background-size: cover; background-position: center; width: 183px; height: 44px; line-height: 44px; color: #2F97F0; font-size: 16px; text-align: center; padding-right: 15px; } .wrap-sb .tab button:nth-child(1):hover,.wrap-sb .tab button:nth-child(1).active { background-image:url(./assets/image/tb2.png); color: #fff; } .wrap-sb .tab button:nth-child(2) { background-image:url(./assets/image/tc1.png); background-size: cover; background-position: center; margin-left: -6px; width: 183px; height: 44px; line-height: 44px; color: #2F97F0; font-size: 16px; text-align: center; padding-left: 15px; } @media (max-width:450px){ .wrap-sb .tab button:nth-child(2) { margin-left: 0px !important; } .wrap-sb .tab button { border-left: 1px solid #2F97F0; border-right: 1px solid #2F97F0; font-size: 15px !important; } .wrap-sb .tab button:hover,.wrap-sb .tab button.active { border-color: transparent; } } .wrap-sb .tab button:nth-child(2):hover,.wrap-sb .tab button:nth-child(2).active { background-image:url(./assets/image/tc2.png); color: #fff; } @media (max-width:1250px) and (min-width:1201px){ .wrap-sb .tab button:nth-child(2) { margin-left: -30px; } } @media (min-width:1200px){ .col-sidebar { padding-left: 0px; } } .bt2 { margin-left: -3px; } .recent-post img{ max-width: 80px; } .recent-post { display: flex; align-items: center; column-gap: 13px; margin-bottom: 21px; } .recent-post:last-child { margin-bottom: 8px; } .recent-post .rc-title{ color: #4e4e4e; font-size: 14px; font-style: normal; font-weight: 500; line-height: normal; } .recent-post .rc-date{ margin-top: 5px; color: rgba(0, 0, 0, 0.50); font-size: 11px; font-style: normal; font-weight: 500; line-height: normal; } .page-2 { margin-top: 22px; } .content-single { margin-bottom:30px; font-size: 16px; } .content-single h2, .content-single h3{ margin-bottom: 20px; } .content-single img{ max-width: 100%; height: auto !important; } .content-single p{ color: #4e4e4e; font-style: normal; font-weight: 400; line-height: 25px; margin-bottom: 20px; } .single-post { background-color: #fff; padding: 18px 28px; border-radius: 10px; overflow: hidden; } @media (max-width:767px) { .single-post { padding: 18px 15px; } } .breacrumb { padding: 28px 0; color: #4e4e4e; font-size: 14px; font-style: normal; font-weight: 700; line-height: normal; padding-left: 28px; } @media (max-width:480px) { .breacrumb { padding: 20px 0; padding-left: 0; } } .breacrumb a{ color: #2F97F0; } .title-single { color: #4e4e4e; font-size: 24px; font-style: normal; font-weight: 700; line-height: normal; } .meta-post { margin: 15px 0; color: #4e4e4e; font-size: 14px; font-style: normal; font-weight: 400; line-height: normal; } .meta-post a{ color: #2F97F0; font-weight: 700; } .post-related { display: flex; align-items: center; flex-wrap: wrap; margin: 0 -15px; } .post-r { max-width: 25%; width: 100% ; padding: 0 15px; } .post-r img{ width: 100% ; } .post-r h4 a{ color: #4e4e4e; font-size: 14px; font-style: normal; font-weight: 500; margin-top: 10px; line-height: normal; } .post-r h4{ margin-top: 10px; margin-bottom: 20px; } .title-related { color: #2F97F0; text-align: center; font-size: 16px; font-style: normal; font-weight: 700; line-height: normal; text-transform: uppercase; border-top: 1px solid #C5C5C5; padding-top: 10px; padding-bottom: 15px; } /*----------------------footer----------------------*/ footer { padding-top: 24px; background-color: #F3F3F3; text-align: center; } footer .content{ color: #4e4e4e; text-align: center; font-size: 14px; font-style: normal; font-weight: 700 !important; line-height: normal; } footer p{ color: #4e4e4e; font-size: 14px; font-style: normal; font-weight: 500; line-height: normal; } .contact-ft { background-color: #EBEBEB; padding: 16px 60px 16px 40px; position:relative; max-width: 590px; margin: 0 auto; margin-top: 35px; margin-bottom: 40px; } @media(max-width:767px){ .contact-ft { margin-top: 70px; padding-top: 75px; padding-bottom: 34px; } .contact-ft img { top: -40px !important; transform: translatex(-50%) !important; right: auto !important; left: 50% !important; } } .contact-ft p,.contact-ft a{ color: #4e4e4e; text-align: center; font-size: 14px; font-style: normal; font-weight: 500; line-height: normal; } .contact-ft p{ color: #4e4e4e; text-align: center; font-size: 14px; font-style: normal; font-weight: 500; line-height: normal; margin-bottom: 5px; } .contact-ft img{ position:absolute; top: 50%; transform:translatey(-50%); right: -80px; } .social .wrap-social { margin-top: 15px; margin-bottom: 25px; display: flex; justify-content: center; align-items: center; column-gap: 20px; } .policy { padding: 17px 0; border-top: 1px solid #BDBDBD; border-bottom: 1px solid #BDBDBD; } .policy a{ color: #4e4e4e; text-align: center; font-size: 14px; font-style: normal; font-weight: 500; line-height: normal; } #scrollToTopBtn { display: none; position: fixed; bottom: 60px; right: 30px; z-index: 99; font-size: 18px; border: none; outline: none; color: white; cursor: pointer; padding: 15px; border-radius: 4px; } @media(max-width:767px) { #scrollToTopBtn { right: 15px; bottom: 15px; padding: 0; max-width: 30px; } } .copyright ,.copyright a { color: rgba(0, 0, 0, 0.50); text-align: center; font-size: 14px; font-style: normal; font-weight: 500; line-height: normal; } .copyright { padding: 17px 0; } .copyright a:hover{ color: #4e4e4e; } @media(min-width:1201px) { .open-menu { display: none !important; } } .open-menu { margin-top:-4px; margin-left: 20px; display: block; border-radius: 5px; min-width: 50px; width: 50px; height: 44px; display: flex; align-items: center; justify-content: center; cursor: pointer; background-color: #ebebeb; } @media (max-width:767px) { .open-menu { position:absolute; top: 25px; right: 15px; } } .open-menu img{ width: 35px; } @media (max-width:380px) { .open-menu img{ width:25px; } } /*------------------------reponsive-----------------*/ @media (max-width:767px) { .wrap-button-header .btn-2 { margin-left: -27px; } } @media (max-width:380px) { .wrap-logo .logo img{ max-width: 220px; } } @media (max-width:767px) { .wrap-logo { display: block; text-align: left; } .wrap-logo .logo img{ margin-top: 6px; } .wrap-button-header { margin-top: 30px; margin-bottom: 30px; justify-content: center; } .nav2 { margin: 0 10px !important; padding: 0 10px !important; } .post-r { max-width: 50%; } .post { max-width: 100%; } } @media (max-width:575px) { .caster { /*margin-bottom: 30px; margin-top: 10px;*/ } .view-live{ font-size: 12px; line-height: 35px; padding: 0 10px; } .info-match { padding: 20px 10px; } .post-r { max-width: 100%; } .box-live-now { display: block; } .box-live-now .box { max-width: 100%; width: auto; margin: 0; margin: 15px; margin-bottom: 20px; } } @media (max-width:1200px) { .menu-desktop { display: none !important; } .wrap-sb { margin-top: 40px; } } @media (max-width:767px) { .wrap-box-match { max-width: 100%; } } @media(max-width:1200px) { .view-live { font-size: 16px; padding: 0 10px; } } @media(max-width:480px) { .caster a{ font-size: 13px; } .caster { padding-left: 15px; } .view-live { font-size: 12px; padding: 0 5px; } .name-team { font-size: 14px; } .hour { font-size: 28px; } .date { padding: 0 7px; } .team img { max-width: 60px; } .info-match { padding: 18px 10px; } } @media (max-width:1200px) and (min-width:768px) { .view-live { font-size: 14px; padding: 0 5px; .hour { font-size: 30px; } } } /*-----------------------mobile----------------------*/ .overlay { position:absolute; width: 100%; height: 100%; background-color: #4e4e4e; opacity:0; visibility: hidden; top:0; left: 0; z-index: 99; transition: 200ms; } .overlay.open { opacity: 0.3; visibility: visible; } .menu-mobile { position: absolute; height: 100vh; width: 300px; background-color: #fff; top: 0; left: -300px; z-index: 100; transition: 300ms; } .menu-mobile.open { left: 0; } .menu-mobile { padding: 30px 20px; } .menu-mobile img { margin-top: 20px; max-height: 40px; } .menu-mobile ul { margin-top: 20px; padding: 0; } .menu-mobile ul li { list-style: none; border-bottom: 1px solid #eaeaea; } .menu-mobile ul li a { margin:15px 0; display: block; color: #4e4e4e; font-size: 16px; font-style: normal; font-weight: 400; text-decoration: none; transition: 200ms; line-height: normal; } .close { top: 0px; right: 0px; cursor: pointer; position:absolute; width: 30px; width: 30px; height: 30px; font-size: 30px; line-height: 30px; text-align: center; color: #4e4e4e; transition: 200ms; } .tabcontent { display: none; } @media only screen and (max-width:768px){ .bn.homepage .description, .bn.homepage .link-b{ display: none !important; } .bn.homepage .banner{ padding:26px 15px 45px 15px !important; margin-left: -15px !important; margin-right: -15px !important; } }