.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.btn-discord {
    font-size: 14px;
    color: #FFFFFF;
    background: #7289da;
    border-bottom: 5px solid #4564cc;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 10px 25px;
    position: relative;
    left: 0;
    right: 0;
    top: 5px;
}

.btn-discord:hover,
.btn-discord:focus {
    outline: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    background: #4564cc;
    border-bottom: 5px solid #7289da;
}

.text-discord {
    color: #7289da;
}

.content-discord {
    font-size: 15px !important;
    font-weight: 400;
    width: 80%;
}

.whatsappBtn {
    position: fixed;
    bottom: 10px;
    right: 20px;
    transition: all .2s ease;
    z-index: 9999;
}

.whatsappBtn .btn-whatsapp {
    font-size: 13px;
    color: #FFFFFF;
    border: 1px solid #25D366;
    padding: 8px 12px;
    background: #25D366;
    border-radius: 25px;
}

.whatsappBtn .btn-whatsapp .fa-whatsapp {
    font-size: 16px;
    margin: auto;
}

.whatsappBtn .btn-whatsapp:hover,
.whatsappBtn .btn-whatsapp:focus {
    outline: none;
    background: #25D366;
    -webkit-box-shadow: none;
    box-shadow: 0 0 8px -2px #25D366;
    color: #FFFFFF;
    border-color: #25D366;
}

.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 20px;
    /*width: 45px;*/
    /*height: 45px;*/
    /*border-radius: 50%;*/
    /*background: rgba(224, 223, 233, 0.7);*/
    visibility: hidden;
    cursor: pointer;
    transition: all .2s ease;
    z-index: 9999;
}

.back-to-top .rocket-top {
    width: 35px;
    height: 62px;
    margin: 0 auto;
    text-align: center;
}

/*.back-to-top::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: -4px auto;*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    border-top: 2px solid #555;*/
/*    border-right: 2px solid #555;*/
/*    -webkit-transform: rotate(-45deg);*/
/*    -moz-transform: rotate(-45deg);*/
/*    transform: rotate(-45deg);*/
/*}*/

.back-to-top .rocket-top:hover {
    /*background: #016fee;*/
    width: 35px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    top: 10px;
    position: relative;
}

.back-to-top .rocket-top:hover::after {
    border-color: #fbfafa;
}

.custom-img-responsive {
    display: block;
    max-width: 400px;
    height: 100%;
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

/* #Cursor
================================================== */

.cursor,
.cursor2 {
    position: fixed;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    left: -100px;
    top: 50%
}

.cursor {
    height: 0;
    width: 0;
    z-index: 99999;
}

.cursor2 {
    height: 30px;
    width: 30px;
    z-index: 99998;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}

.cursor2 {
    border: 2px solid #fff;
    box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}

.cursor2.hover {
    -webkit-transform: scale(2) translateX(-25%) translateY(-25%);
    transform: scale(2) translateX(-25%) translateY(-25%);
    border: none;
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 0 14px rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 1200px) {
    .cursor, .cursor2 {
        display: none
    }
}

.color-blue .cursor2 {
    border: 2px solid #016fee;
    box-shadow: 0 0 22px rgba(56, 128, 255, 0.6);
}

.color-blue .cursor2.hover {
    background: rgba(56, 128, 255, .1);
    border: none;
    box-shadow: 0 0 22px rgba(56, 128, 255, 0.6);
}

.preload .cursor2 {
    border: 1px solid #fff;
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.6);
    -webkit-transform: scale(2) translateX(-25%) translateY(-25%);
    transform: scale(2) translateX(-25%) translateY(-25%);
}

.preload .cursor2.hover {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url('https://ivang-design.com/svg-load/rings.svg');
    background-size: 55px 55px;
    background-position: center center;
    border-width: 0;
    box-shadow: 0 0 14px rgba(255, 255, 255, 0);
    opacity: 0.5;
}

.preload1 .cursor2 {
    border: 5px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 22px rgba(255, 255, 255, 0);
}

.preload1 .cursor2.hover {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url('https://ivang-design.com/svg-load/oval.svg');
    background-size: 35px 35px;
    background-position: center center;
    border-width: 0;
    box-shadow: 0 0 14px rgba(255, 255, 255, 0);
    opacity: 0.5;
}

.preload2 .cursor2 {
    border: 3px solid #fff;
    box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}

.preload2 .cursor2.hover {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url('https://ivang-design.com/svg-load/tail-spin.svg');
    background-size: 35px 35px;
    background-position: center center;
    border-width: 0;
    box-shadow: 0 0 14px rgba(255, 255, 255, 0);
    opacity: 0.5;
}

.bars .cursor2 {
    border: 3px solid #fff;
    border-radius: 0;
    box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}

.bars .cursor2.hover {
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url('https://ivang-design.com/svg-load/bars.svg');
    background-size: 28px 28px;
    border-radius: 0;
    background-position: center center;
    border-width: 0;
    box-shadow: 0 0 14px rgba(255, 255, 255, 0);
    opacity: 0.5;
}

/*================================*/

#slideshow {
    position: absolute;
    top: 50px;
    height: 600px;
    width: 55%;
    background-size: cover;
    overflow: hidden;
    right: 0;
    padding: 20px;
}

.content-carrousel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    perspective: 1000px;
    transform-style: preserve-3d;
    margin: auto;
}

.content-carrousel figure {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 250px;
    background: #FFFFFF00;
    overflow: hidden;
}

.content-carrousel figure.open {
    width: 100%;
    height: 100%;
    padding: 3em;
    transition-property: padding, width, height;
    transition-duration: 1400ms;
}

.content-carrousel figure.close {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 250px;
    background: #FFFFFF00;
    overflow: hidden;
    padding: 10px;
}

.content-carrousel figure img {
    width: 100%;
    height: 100%;
    transition: transform 300ms;
    object-fit: contain;
    object-position: center;
}

.content-carrousel figure:not(.open):hover img {
    transform: scale(1);
    transition: transform 300ms;
    object-fit: contain;
    object-position: center;
}

.content-carrousel figure:not(.open):hover {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 260px;
    background: #FFFFFF00;
    overflow: hidden;
}

.closeImage {
    position: absolute;
    top: 0;
    right: 0;
    width: 4em;
    height: 4em;
    transform: scale(0);
}

.closeImage.open {
    transform: scale(1);
    transition: transform 750ms 750ms;
    cursor: pointer;
}

.closeImage::before,
.closeImage::after {
    content: "";
    position: absolute;
    top: 2em;
    left: 2em;
    transform-origin: 50% 50%;
    border-radius: 5px;
    width: 2px;
    height: 2em;
    background: #016fee;
}

.closeImage::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.closeImage::after {
    transform: translate(-50%, -50%) rotate(135deg);
}

.closeImage:hover::before,
.closeImage:hover::after {
    background: red;
}

@media only screen and (max-width: 768px) {
    #slideshow {
        position: absolute;
        height: 100%;
        width: 100%;
        background-size: cover;
        overflow: hidden;
        right: 0;
        top: 180px;
    }

    .content-carrousel {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        perspective: 1000px;
        transform-style: preserve-3d;
        margin: auto;
    }

    .content-carrousel figure {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 190px;
        background: #FFFFFF00;
        overflow: hidden;
    }

    .content-carrousel figure.close {
        position: absolute;
        top: 40%;
        left: 50%;
        width: 180px;
        background: #FFFFFF00;
        overflow: hidden;
    }

    .btn-discord {
        font-size: 14px;
        color: #FFFFFF;
        background: #7289DA !important;
        border-bottom: 5px solid #4564cc;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        padding: 10px 25px;
        position: relative;
        left: 0;
        top: 40px;
        right: 0;
    }

    .whatsappBtn {
        position: fixed;
        bottom: 10px;
        right: 10px;
        transition: all .2s ease;
        z-index: 9999;
    }

    .back-to-top {
        position: fixed;
        bottom: 10px;
        right: 10px;
        visibility: hidden;
        cursor: pointer;
        transition: all .2s ease;
        z-index: 9999;
    }

    .mob-title {
        font-size: 1.5rem !important;
        margin: 5px auto;
        font-weight: 400;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    #slideshow {
        position: absolute;
        height: 100%;
        width: 100%;
        background-size: cover;
        overflow: hidden;
        right: 0;
        top: 150px;
    }

    .content-carrousel {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        perspective: 1000px;
        transform-style: preserve-3d;
        margin: auto;
    }

    .content-carrousel figure {
        position: absolute;
        top: 45%;
        left: 50%;
        width: 220px;
        background: #FFFFFF00;
        overflow: hidden;
    }

    .content-carrousel figure.close {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 200px;
        background: #FFFFFF00;
        overflow: hidden;
    }

    .btn-discord {
        font-size: 14px;
        color: #FFFFFF;
        background: #7289DA !important;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
        padding: 10px 25px;
        position: relative;
        left: 0;
        right: 0;
    }

    .whatsappBtn {
        position: fixed;
        bottom: 10px;
        right: 15px;
        transition: all .2s ease;
        z-index: 9999;
    }

    .back-to-top {
        position: fixed;
        bottom: 10px;
        right: 15px;
        visibility: hidden;
        cursor: pointer;
        transition: all .2s ease;
        z-index: 9999;
    }
}

.card {
    width: 400px;
    min-height: 250px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 1rem;
    padding: 1.5rem;
    z-index: 10;
    color: whitesmoke;
}

.title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

.subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
}

.animation-circle {
    position: fixed;
    width: 500px;
    height: 500px;
    background: linear-gradient(
        180deg,
        rgba(47, 184, 255, 0.42) 31.77%,
        #5c9df1 100%
    );
    mix-blend-mode: color-dodge;
    -webkit-animation: move 25s infinite alternate;
    animation: move 25s infinite alternate;
    transition: 1s cubic-bezier(0.07, 0.8, 0.16, 1);
    z-index: 10;
}

.animation-circle:hover {
    width: 520px;
    height: 520px;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.6),
    inset 100px 100px 0 0px #fa709a,
    inset 200px 200px 0 0px #784ba8,
    inset 300px 300px 0 0px #2b86c5;
}

@-webkit-keyframes move {
    from {
        transform: translate(-100px, -50px) rotate(-90deg);
        border-radius: 24% 76% 35% 65% / 27% 36% 64% 73%;
    }

    to {
        transform: translate(500px, 100px) rotate(-10deg);
        border-radius: 76% 24% 33% 67% / 68% 55% 45% 32%;
    }
}

@keyframes move {
    from {
        transform: translate(-100px, -50px) rotate(-90deg);
        border-radius: 24% 76% 35% 65% / 27% 36% 64% 73%;
    }

    to {
        transform: translate(500px, 100px) rotate(-10deg);
        border-radius: 76% 24% 33% 67% / 68% 55% 45% 32%;
    }
}
