body,
html {
    scroll-behavior: smooth;
    font-family: Montserrat, sans-serif;
    overflow-x: hidden;
    text-shadow: 0 0 15px rgba(0, 0, 0, .5);
}

* {
    transition: all .5s ease;
}

#downloadbutton {
    background: linear-gradient(45deg, rgb(32, 109, 148), rgb(3, 201, 201)) !important;
}

#downloadbutton:hover, #downloadbutton:focus {
    filter: brightness(0.9);
}

#downloadbutton:active {
    filter: brightness(1.1);
}

#clientimage {
    border: 5px solid #fff;
    border-radius: 5px
}

#clientimage:hover {
    transform: scale(1.05);
}

#mobile-only {
    display: none
}

#desktop-only {
    display: block
}

@media (max-width:1000px) {
    #menuitems {
        display: none
    }

    #mobile-only {
        display: block
    }

    #desktop-only {
        display: none;
    }

    #left {
        width: 100%;
        padding: 0;
    }

    #right {
        display: none;
    }

    #cards {
        width: 100%;
        flex-direction: column;
    }

    #card {
        margin: 0;
        margin-bottom: 5px;
        width: 100%;
    }

    #menubutton {
        display: block
    }

    #faqcontainer {
        margin-top: 200px
    }

    #contactcontainer {
        margin-top: 200px
    }

    #contact {
        width: 100%
    }

    .faqmain {
        width: 100% !important
    }

    html,
    body {
        font-size: 14px
    }

    #download {
        font-size: 30px
    }

    #fluidclienticon {
        width: 50px;
        height: 50px
    }

    #item1,
    #item2,
    #item3,
    #item4 {
        margin: 0;
        height: 250px !important
    }

    #mainfaqheadertext {
        display: none !important
    }

    #alternatefaqheadertext {
        display: block !important
    }

    .question {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        margin-top: 2px !important;
        margin-bottom: 2px !important;
    }

    .footertext {
        text-align: center;
        padding-bottom: 20px;
    }

    footer {
        flex-direction: column !important;
    }
    .text-lg {
        font-size: 14px;
    }
}

@media (min-width:2500px) {

    #download,
    #downloademoji {
        font-size: 70px
    }

    html,
    body {
        font-size: 40px
    }

    #item1,
    #item2,
    #item3,
    #item4 {
        height: 300px !important;
        padding-top: 100px !important;
        padding-bottom: 100px !important
    }
}

#downloadbutton:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

#downloadbutton:focus {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

#downloadbutton:active {
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95)
}

#alternatefaqheadertext {
    display: none;
}

#mainfaqheadertext {
    display: block
}

h1,
h2,
h3 {
    font-weight: 900 !important
}

#download {
    color: transparent;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(45deg, #3bf, #0ff, #3bf, #0ff);
    background-image: -moz-linear-gradient(45deg, #3bf, #0ff, #3bf, #0ff);
    background-image: -o-linear-gradient(45deg, #3bf, #0ff, #3bf, #0ff);
    background-image: linear-gradient(45deg, #3bf, #0ff, #3bf, #0ff);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -ms-background-clip: text;
    background-clip: text;
    -webkit-animation: 5s linear infinite gradientAnimation;
    -moz-animation: 5s linear infinite gradientAnimation;
    -o-animation: 5s linear infinite gradientAnimation;
    animation: 5s linear infinite gradientAnimation
}

@-webkit-keyframes gradientAnimation {
    0% {
        background-position: 0
    }

    to {
        background-position: 200%
    }
}

@-moz-keyframes gradientAnimation {
    0% {
        background-position: 0
    }

    to {
        background-position: 200%
    }
}

@-o-keyframes gradientAnimation {
    0% {
        background-position: 0
    }

    to {
        background-position: 200%
    }
}

@keyframes gradientAnimation {
    0% {
        background-position: 0
    }

    to {
        background-position: 200%
    }
}

#menu {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    text-align: left;
    z-index: 1;
    background-color: #000;
    width: 100%;
    height: 100%;
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1
}

hr {
    border-color: gray !important
}

#whychoose,
#faqcontainer,
#contactcontainer {
    opacity: 0;
    padding-top: 200px;
}