body {
    overflow-x: hidden;
    overflow-y: hidden;
}

p {
    font-size: 1rem;
}

li {
    font-size: 1rem;
}

.reaver-w100vh {
    height: 100vh;
}

.input-group-text {
    min-width: 140px;
}

.screen {
    min-height: 100vh;
}

.page-content {
    min-height: 100vh;
}

.col {
    padding-left: 0;
    padding-right: 0;
}

.footer {
    background-color: #333333;
    color: white;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.l-facebook:hover {
    cursor: pointer;
    color: #3C5A99;
    transition: color 0.5s;
}

.l-youtube:hover {
    cursor: pointer;
    color: #FF0000;
    transition: color 0.5s;
}

.l-instagram:hover {
    cursor: pointer;
    color: #C13584;
    transition: color 0.5s;
}

.trianglify {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.jumbotron {
    background: none;
    padding: 0 0;
}

.col-sm-12 {
    padding: 0;
}

/* ####################
           MENU
   ################### */
.menu {
    background-color: #2A2A2A;
    height: 60px;
}

.mobile-menu {
    background-color: #2A2A2A;
    padding-bottom: 6px;
    z-index: 30;
}

.current.btn-2d {
    box-shadow: 0 0 #152037;
    top: 6px;
    background-color: #152037;
}

@media (min-width: 768px) {
    .menu {
        background-color: #2A2A2A;
        max-width: 300px;
        min-width: 280px;
        height: 100vh;
    }
}

.menu>button {
    color: white;
}

.logo {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    width: 100%;
    display: block;
    text-align: center;
}

.logo>img {
    width: 220px;
}

/* ####################
         PAYMENTS
   ################### */
.col>.card {
    margin: 20px;
    text-align: center;
}

.col>.card>img {
    object-fit: cover;
    height: 150px;
}

.second-page {
    height: 100vh;
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0;
}

.second {
    height: 100vh;
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0;
}

.card-body>button {
    margin: 0 auto;
}

.close-screen {
    z-index: 23;
    float: left;
    width: 60px;
    margin: 20px;
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}

/* ####################
           BLOG
   ################### */
.blog>.card {
    margin-top: 3rem;
}

.blog>.card .d-flex {
    padding-right: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.yt {
    margin-bottom: 15px;
}

/* ####################
       CAROUSEL
   ################### */
.fullsized {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
}

.darken::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.darken::after {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.carousel-cell {
    width: 100%;
    margin-right: 10px;
    background: #8C8;
    border-radius: 5px;
    counter-increment: carousel-cell;
}

.flickity-page-dots {
    bottom: 10px;
}

.flickity-button {
    display: none;
}

.dot {
    float: none;
}

.slider-banner {
    padding-right: 10px;
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 30%;
    pointer-events: none;
}

.flickity-page-dots::before {
    top: -60px;
    left: calc(50% - 25px);
    content: url('/res/mouse-scroll.png');
    position: absolute;
    -webkit-animation-name: float;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-name: float;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes float {
    0% {
        top: -60px;
    }

    50% {
        top: -70px;
    }

    100% {
        top: -60px;
    }
}

@keyframes float {
    0% {
        top: -60px;
    }

    50% {
        top: -70px;
    }

    100% {
        top: -60px;
    }
}

/* ####################
      CHAT IMITATION
   ################### */
.chat {
    border-radius: 10px;
    background: url(/res/chat-bg-2.png);
    background-color: rgb(246, 237, 207, 0.5);
    border-style: solid;
    border-color: white;
    padding: 20px;
}

.bubble {
    font-size: 1rem;
    width: fit-content;
    display: table;
    max-width: 82%;
}

.bubble.reply {
    max-width: 82%;
}

.timestomp {
    float: right;
    position: relative;
    top: 6px;
}

.bubble-wrap {
    padding: 10px;
    overflow-y: hidden;
    position: inherit;
}

.bubble-container {
    height: 100%;
    max-width: 1200px;
    width: 100%;
}

.tooltiped {
    text-decoration: underline dotted;
    cursor: default;
}

.bubble.reply .bubble-content .bubble-button {
    cursor: auto;
    text-align: left;
    background-color: #dcf8c6 !important;
    color: black;
}

.chat-pic {
    background-image: url(https://i.ytimg.com/vi/wYvIP2MoFGY/maxresdefault.jpg);
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    max-width: 100%;
    color: white;
    cursor: zoom-in;
    background-size: cover;
    transition: padding 0.3s;
    border-radius: 15px 15px 15px 15px;
    padding: 10px 0;
    line-height: 18px;
}

.bubble.zoomed .chat-pic {
    padding: 60px 16px;
    cursor: zoom-out;
}

.bubble.zoomed {
    max-width: 100%;
}

.chat-pic-hidden {
    display: none;
}

.chat-pic p {
    font-size: 1.25rem;
    position: relative;
    margin-left: 12px;
    margin-right: 12px;
}

.bubble.zoomed .chat-pic-hidden {
    display: inherit;
}

.chat-pic::before {
    content: "";
    position: absolute;
    top: 8px;
    right: 16px;
    bottom: 8px;
    left: 16px;
    border-radius: 15px 15px 15px 15px;
}

.chat-pic::before {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

/* ####################
        FAQ
   ################### */
.faq-link:hover {
    text-decoration: none;
}

/* ####################
        ANIMATION
   ################### */
.animation-menu {
    display: inline-block;
    width: 60%;
    background-color: #2A2A2A;
    height: 100vh;
}



.animation-menu .btn {
    width: 180px;
    padding: 8px 8px;
}

.animation-container {
    transition: transform 2s;
    -webkit-transition: transform 2s;
}

.animation-menu-sub {
    height: fit-content;
    align-self: center;
    margin: auto;
}

.tuturu {
    display: none;
}

@media (max-width: 767.98px) {
    .tuturu {
        display: block;
    }
}

.preloaded {
    width: 100%;
    margin-top: -41%;
}

.preloaded2 {
    width: 100%;
    margin-top: -26%;
}

.preloaded-min {
    width: 100%;
    margin-top: -48%;
}

.preloaded-mobile {
    width: 100%;
    height: auto;
    transition: transform 2s;
    -webkit-transition: transform 2s;
}

video.preloaded-mobile {
    /*height: 100vh;*/
    width: auto;
    width: 100%;
}

.preloaded-mobile-reverse {
    -webkit-transform: translateX(60%);
    transform: translateX(60%);
}

.CTA {
    background-color: red;
    width: 100px;
    height: 100px;
    position: absolute;
    left: calc(50vw - 50px);
    top: 46vw;
    text-align: center;
    vertical-align: middle;
    line-height: 100px;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    font-weight: bold;
    color: white;
}

.spinner-border {
    margin-top: 25%;
}

.animation-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 25;
}

.disabled-scroll {
    height: 100vh;
    overflow: hidden;
}

.after-ani {
    opacity: 0;
    transition: opacity 1s;
}

/* ####################
      RED BUTTON
   ################### */
.btn-payment {
    width: 90%;
}

.red-btn {
    background: linear-gradient(270deg, #c10000, #3C5A99);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 5s linear infinite;
    -moz-animation: AnimationName 5s linear infinite;
    animation: AnimationName 5s linear infinite;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

/* ####################
      PAYMENTS
   ################### */
.form-section {
    margin-bottom: 30px;
}

.container {
    padding: 0 40px;
}

.btn-bootstrap {
    width: 100%;
    min-width: 150px;
    margin: 0;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: solid black 1px;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-bootstrap:hover {
    background-color: #3C5A99;
    border-color: #3C5A99;
}

.btn-bootstrap.active {
    background-color: #3C5A99;
    border-color: #3C5A99;
    color: white;
}

.sum-input {
    padding-left: 10px;
}

.sum-input.active {
    background-color: #3C5A99;
    color: white;
    padding-left: 10px;
}

/* ####################
      SHOP
   ################### */
.img-gallery {
    width: 80%;
    margin: auto;
    display: block;
}

.shoes-pros {
    cursor: pointer;
}

.btn-sum {
    min-width: 100px;
}

.loader-container {
    height: 100vh;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    h2 {
        font-size: 1.25rem;
    }

    p {
        padding-left: 10px;
        padding-right: 10px;
    }

    .reaver-w100vh {
        height: calc(100vh - 80px);
    }

    .fullsized {
        height: calc(100vh - 80px);
    }

    .display-4 {
        font-size: 2rem;
    }

    .card {
        margin: 15px;
    }

    .container {
        padding: 0 0;
    }

    .chat {
        padding: 0;
    }

    .chat-pic p {
        font-size: 16px;
        position: relative;
        margin: 0;
    }

    .dot {
        display: none !important;
    }

    .loader-container {
        height: calc(100vh - 90px);
        overflow: hidden;
    }

    .disabled-scroll {
        min-height: calc(100vh - 90px);
        height: calc(100vh - 90px);
        overflow: hidden;
    }
}

.omerta>p {
    margin-left: 15px;
}
