:root {
    --q-primary: #dd1c1a;
    --q-secondary: #153a4c;
    --q-accent: #2b769c;
    --q-positive: #21ba45;
    --q-negative: #c10015;
    --q-info: #31ccec;
    --q-warning: #f2c037;
    --q-dark: #14191c;
    --q-dark-page: #121212;
}

body {
    font-size: 16px
}

a {
    text-decoration: none;
}

.q-img__content>div {
    background: rgba(21, 58, 76, 0.5);
}

.q-img__content>div * {
    text-decoration: none;
}

.q-drawer .q-item,
.q-drawer .q-item a {
    font-size: 24px;
    text-decoration: none;
    font-weight: bold;
    color: #dd1c1a;
}

.q-drawer .q-item {
    margin: 50px 25px;
}

.q-expansion-item .q-list .q-item {
    padding-left: 50px;
}

.shadow-wrap {
    position: absolute;
    top: 80vh;
    left: 45vw;
    width: 10vw;
    -webkit-perspective: 550px;
    filter: drop-shadow(-10px 0px #153a4c);
}

.q-menu {
    border-radius: 0 !important;
    box-shadow: -3px 3px #153a4c;
    background-color: #eff0f0;
}

.hero-btn {
    position: static;
    margin: auto;

    width: 5vw;
}

.hero-btn .btn {
    min-width: 50px;
}

.hero-btn .q-btn {
    font-size: 24px;
}

.shadow-wrap-btn {
    position: relative;

    -webkit-perspective: 550px;
    filter: drop-shadow(-10px 0px #153a4c);
}

button.btn,
a.btn {
    justify-content: center;
    justify-items: center;
    align-items: center;
    -webkit-transform: rotateY(30deg);
    perspective: 100px;
    perspective-origin: left;
    min-width: 150px;
    box-shadow: -10px 0px #153a4c;
    border-radius: 0;
    transition: all 0.2s linear;
    clip-path: polygon(10% 0%,
            90% 0%,
            100% 10%,
            100% 90%,
            90% 100%,
            10% 100%,
            0% 90%,
            0% 10%);
}

.perspective {
    -webkit-perspective: 550px;
    filter: drop-shadow(-10px 0px #153a4c);
    position: relative;
}

button.btn:hover,
a.btn:hover {
    -webkit-transform: rotateY(0deg);
}

.card-hoverable {
    margin: 0 25px 15px;
    -webkit-transform: rotateY(10deg);
    border-radius: 0;
    transition: all 0.2s linear;
}

.card-hoverable .q-img__content div {
    transform: scale(0) translateY(1000px);
}

.card-hoverable .q-img__content div {
    transition: all 0.3s ease-in-out;
}

.card-hoverable .q-img__content div a {
    display: block;
    height: 100%;
    padding: 100px 0;
}

.card-hoverable:hover .q-img__content div {
    transform: scale(1) translateY(1px);
    font-size: 24px;
}

section {
    min-width: 80vw;
    max-width: 1000px;
}

.section-about {
    max-width: 1000px;
    margin: auto;
}

.paper {
    background-size: cover;
}

.services-section i {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 10rem;
}

.services-section .service-title {
    margin: 2rem 0 0.5rem;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
}

.services-section .service-description {
    font-size: 1.25rem;
    color: #bdbdbd;
}

.services-section svg {
    opacity: 0;
}

.services-section.animate svg {
    opacity: 1;
}

.services-section.animate svg>* {
    -webkit-animation: draw 5s forwards 1 cubic-bezier(0.39, 0.575, 0.565, 1);
    animation: draw 5s forwards 1 cubic-bezier(0.39, 0.575, 0.565, 1);
    stroke: #040404;
    stroke-width: 1;
    stroke-dasharray: 500px;
    stroke-dashoffset: 500px;
}

@-webkit-keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

.nav {
    justify-items: center;
    align-items: center;
}

.nav>* {
    padding: 15px 25px;
    color: rgb(221, 28, 26);
    font-weight: bold;
    text-transform: uppercase;
}

.nav .q-list .q-item {
    justify-items: center;
    justify-content: center;
    align-items: center;
    min-height: fit-content !important;
}

.nav a {
    padding: 15px 25px;
}

.router-link-active {
    color: #040404;
}

.nav>a:hover {
    background-color: rgba(221, 28, 26, 0.1);
}

.only-mobile {
    display: none;
}

@media (max-width: 1024px) {
    .q-toolbar {
        display: flex;
        min-height: 77px;
        justify-content: space-between;
    }

    footer .text-h6 {
        font-size: 3rem
    }

    footer .text-h6.q-md-mt-lg {
        line-height: 7rem;
    }

    .q-img-padding {
        padding-bottom: 50% !important;
    }

    footer.absolute-bottom {
        bottom: -500px
    }

    video#myVideo {
        max-width: 100vw !important;
    }

    #menu-mob-drawer.show {
        transform: translateX(0px) !important;
        visibility: visible;
    }

    .card-hoverable .q-img__content div {
        transform: scale(1) translateY(-1px);
        font-size: 5em;
    }

    .card-hoverable .q-img__content div a {
        display: block;
        height: 100%;
        font-size: 5rem;
        padding: 171px;
        font-size: 5rem;
        line-height: 6rem;
    }

    .section-about {
        max-width: 90%;
    }

    .position-relative {
        position: relative;
    }

    p,
    .hero-btn .q-btn {
        font-size: 24px
    }

    .text-h5 {
        font-size: 32px;
        line-height: 1.5;
    }

}

.q-toolbar__title.ellipsis {
    max-width: 80%;
}

.q-toolbar__title.ellipsis .q-avatar {
    width: 200px;
    height: 80px;
    border-radius: 0;
    margin: 15px 0;
}

header .q-btn .q-icon {
    font-size: 5em;
}

.only-mobile.shadow-wrap {
    display: initial;
    width: 10vw;
    position: static;
    margin-left: calc(50% - 5vw - 15px);
}

.mali-drop {
    width: 100%;
    font-weight: bold;
    /* text-transform: uppercase; */
    font-size: 24px;
    padding: 8px 16px;
    text-align: left;
    color: #dd1c1a;
    text-transform: capitalize;
}

.mali-drop .q-btn__content {
    justify-content: space-between;
}

.q-menu .q-list {
    font-size: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.text-h2.text-bold.absolute {
    display: none;
}

video#myVideo {
    width: 100vw !important;
}

.q-mt-nema-mob {
    margin-top: 0;
}

.text-center-mob {
    text-align: center;
}

.shadow-wrap {
    position: absolute;
    top: 0px;
    left: 35vw;
    width: 10vw;
    -webkit-perspective: 550px;
    filter: drop-shadow(-10px 0px #153a4c);
}

.card-hoverable:hover .q-img__content div {
    transform: scale(1) translateY(2px)
}


video#myVideo {
    width: 100vw;
    background-image: url('../assets/logo.svg');
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 316px;
    max-height: 450px;
    object-fit: cover;
    /* margin-top: -70px; */
}

.section-about {
    max-width: 1000px;
}

.text-h2.text-bold.absolute {
    z-index: 2;
    top: 15px
}

.subscribe-form>input,
.subscribe-form textarea {
    display: block;
    width: 100%;
    min-height: 60px;
    margin: 35px 0;
    border: 1px solid red;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-width: 0 0 1px 0;
    font-size: 32px;
}

.subscribe-form .shadow-wrap.hero-btn {
    position: relative;
    top: 15px;
    left: 50px;
    width: auto;
}

.section-about .text-h5+p {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: normal;
}

.img-fluid {
    width: 100%;
}

.tv-frame img {
    border-radius: 15px;
}

.tv-frame {
    position: relative;


}

.tv-frame>a {
    display: block;
    max-width: 100%;
    position: relative;
    width: 100%;
}

.tv-frame-img {
    max-width: 100%;
    position: absolute;
    margin-top: -90px;

}

.q-card>a img.inside-frame {
    width: 88%;
    border-radius: 25px !important;

}

.tv-frame+a span {
    margin-top: 90px;
    margin-bottom: 180px;
    text-align: center;
    display: block;
    font-size: 3em
}



@media (min-width: 1024px) {
    .card-hoverable:hover .q-img__content div {
        transform: scale(2) translateY(-24px);
        font-size: 24px;
    }
}



@media (max-width: 1025px) {
    .shadow-wrap {
        width: 30vw;
        left: calc(50% - 15vw);

    }

    .shadow-wrap.hero-btn .btn {
        width: 100%;


    }

    .tv-frame {
        margin-bottom: 100px;
    }

    .tv-frame>a {
        display: block;
        padding-left: 40px;
    }

    .tv-frame+a span {
        margin-top: 40px;
        font-size: 4em;
        font-weight: bold;
    }

    .q-card>a img.inside-frame {
        width: 84%;
        margin-left: 16px;
        padding-top: 55px;
    }

    .section-about .text-h5+p {
        font-size: 32px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: normal;
    }

    .subscribe-form .shadow-wrap.hero-btn button {
        width: 30vw;
    }

    aside {
        box-shadow: -5px 0 15px 5px #0000001a;
    }


    .q-item__label {
        font-size: 35px
    }

    .section-about {
        max-width: 90%;
    }

    p,
    .hero-btn .q-btn {
        font-size: 32px
    }

    #menu-mob-drawer .q-btn .q-icon {
        font-size: 5em;
        margin-top: 20px;
        margin-right: 12px;
    }

    .col-sm-push-6 {
        order: 2;
    }
}



@media (min-width: 1000px) and (max-width: 1025px) {
    .q-card>a img.inside-frame {
        width: 100%;
        padding-top: 0;

    }

    .tv-frame-img {
        margin-top: -75px
    }
}

@media (min-width: 426px) and (max-width: 769px) {
    .q-card>a img.inside-frame {
        width: 84% !important;


    }

    .tv-frame-img {
        margin-top: -75px
    }
}

@media (min-width: 2000px) {
    .tv-frame-img {
        width: 100%;
        margin-top: -143px;
    }
}