@import 'https://fonts.googleapis.com/css2?family=Montserrat&display=swap';
body {
    background-color: #fff;
    font-size: 14px;
    font-family: inter, sans-serif;
    line-height: 1.42857143;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    color: #222;
    padding: 0;
    margin:0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box
}

html {
    font-size:62.5%
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight:300
}

h1 {
    font-size: 4rem;
    line-height: 1.2;
    letter-spacing:-.1rem
}

h2 {
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing:-.01rem
}

h3 {
    font-size: 3rem;
    line-height: 1.3;
    letter-spacing:-.1rem
}

h4 {
    font-size: 2.4rem;
    line-height: 1.35;
    letter-spacing:-.08rem
}

h5 {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing:-.05rem
}

h6 {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing:0
}

@media (min-width: 550px) {
    h1 {
        font-size:5rem
    }

    h2 {
        font-size:4.2rem
    }

    h3 {
        font-size:3.6rem
    }

    h4 {
        font-size:3rem
    }

    h5 {
        font-size:2.4rem
    }

    h6 {
        font-size:1.5rem
    }
}

body {
    background-color: #fff;
    font-size: 13px;
    letter-spacing: .6px;
    line-height: 1.42857143;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    color: #222;
    padding: 0;
    margin:0
}

.container:after, .row:after {
    content: "";
    display: table;
    clear:both
}

.page .section.header {
    background-color: #f8f8f8;
    padding: 20px 0;
    box-shadow:rgb(161 161 161/9%) 0 0 24px 3px, rgb(0 0 0/6%) 10px 4px 45px 0
}

.page .section.header .discord-x {
    margin-top:8px
}

.page .section.header .logo h1 {
    background: url(../images/upend_logo.svg) no-repeat 0% 0;
    text-indent: -9999px;
    overflow: hidden;
    height: 50px;
    background-size: auto 35px;
    margin-bottom: 0;
    width:70%
}

.page .section.header img {
}

.page .section.header .menu {
    display: flex;
    align-items: center;
    justify-content:end
}

.page .section.header .menu ul {
    display:flex
}

.page .section.header .menu ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-size: 14.5px;
    line-height: 20px;
    padding: 10px 24px;
    border-radius:4px
}

.page .section.header .menu ul li:hover {
    background-color:#1800ff
}

.page .section.header .menu ul li a:hover {
    color: #fff;
    background-color:#1800ff
}

.page .section.header .menu .signup {
    margin-left:32px
}

.page .section.header .menu .signup input {
    margin-bottom: 0;
    padding: 0 20px;
    font-size: 14px;
    font-weight:500
}

.page .section.header .menu .signup input:hover {
    background-color: #000;
    color:#fff
}

.page .section.content {
    position: relative;
    margin-top: 6vh;
    min-height: calc(70vh - 100px);
    padding-bottom:50px
}

.container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    max-width:1260px
}

.full-width {
    width: 100%;
    box-sizing:border-box
}

.navbar input[type=checkbox], .navbar .hamburger-lines {
    display:none
}

.navbar {
    position: fixed;
    width: 100%;
    background: #fff;
    color: #000;
    opacity: 1;
    z-index: 100;
    top: 0;
    border-bottom:1px solid #f5f1ee
}

.navbar:hover {
    box-shadow: rgb(161 161 161/9%) 0 0 5px 3px, rgb(0 0 0/6%) 0 2px 8px 0;
    transition:background .3s, border .3s, border-radius .3s, box-shadow .3s
}

.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:20px 0
}

.menu-items {
    order: 2;
    display: flex;
    justify-content: space-between;
    align-items:center
}

.logo {
    order: 1;
    font-size: 2.3rem;
    display:contents
}

.buttons {
    order: 3;
    display: flex;
    justify-content: space-between;
    width: 19%;
    line-height:12px
}

.signup input {
    margin-bottom:0
}

.menu-items ul {
    display: flex;
    justify-content: space-around;
    margin-right:16px
}

.menu-items li {
    list-style: none;
    position:relative
}

.menu-items li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: .1em;
    padding-left: 16px;
    padding-right:16px
}

.menu-items ul li a:hover {
    color:#0075ff
}

.menu-items ul li a:focus {
    color:#0075ff
}

.navbar .links li .sub-menu {
    position: absolute;
    top: 25px;
    left: 0;
    line-height: 40px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border-radius: 0 0 4px 4px;
    display: none;
    z-index: 2;
    margin-right: 0;
    width: 200px;
    padding-inline-start:0
}

.navbar .links li:hover .htmlCss-sub-menu, .navbar .links li:hover .js-sub-menu {
    display:block
}

.navbar .links li .sub-menu li {
    padding: 0 12px;
    border-bottom:1px solid rgba(255, 255, 255, .1)
}

.navbar .links li .sub-menu a {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    text-align:left
}

.navbar a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    transition:color .3s ease-in-out
}

.navbar a:hover {
    color:#117964
}

.buttons a.free-trial {
    font-weight: 500;
    font-style: normal;
    letter-spacing: -.6px;
    fill: #0075ff;
    color: #0075ff;
    background-color: #6ec1e403;
    border-style: solid;
    border-width: 1px;
    border-color: #0075ff;
    border-radius: 10px 10px 10px 10px;
    padding: 11px;
    font-size:15px
}

.buttons a.free-trial:hover {
    background-image: linear-gradient(210deg, #0075FF 0%, #0075FF 100%);
    color:#fff
}

.buttons a.bookDemo {
    font-weight: 500;
    fill: #fffefe;
    color: #fffefe;
    background-color: transparent;
    background-image: linear-gradient(210deg, #0075FF 0%, #0075FF 100%);
    border-radius: 10px 10px 10px 10px;
    padding: 12px 20px;
    font-size:15px
}

.buttons a.bookDemo:hover {
    background-image: linear-gradient(210deg, #000000 0%, #000000 100%);
    color:#fff
}

.container {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    box-sizing:border-box
}

.full-width {
    width: 100%;
    box-sizing:border-box
}

.container:after, .row:after {
    content: "";
    display: table;
    clear:both
}

.column, .columns {
    width: 100%;
    float: left;
    box-sizing:border-box
}

@media (min-width: 550px) {
    .column, .columns {
        margin-left:2%
    }

    .one.column, .one.columns {
        width:4.66666666667%
    }

    .two.columns {
        width:13.3333333333%
    }

    .three.columns {
        width:22%
    }

    .four.columns {
        width:30.6666666667%
    }

    .five.columns {
        width:39.3333333333%
    }

    .six.columns {
        width:48%
    }

    .seven.columns {
        width:56.6666666667%
    }

    .eight.columns {
        width:65.3333333333%
    }

    .nine.columns {
        width:74%
    }

    .ten.columns {
        width:82.6666666667%
    }

    .eleven.columns {
        width:91.3333333333%
    }

    .twelve.columns {
        width: 100%;
        margin-left:0
    }

    .one-third.column {
        width:30.6666666667%
    }

    .two-thirds.column {
        width:65.3333333333%
    }

    .one-half.column {
        width:48%
    }

    .offset-by-one.column, .offset-by-one.columns {
        margin-left:8.66666666667%
    }

    .offset-by-two.column, .offset-by-two.columns {
        margin-left:17.3333333333%
    }

    .offset-by-three.column, .offset-by-three.columns {
        margin-left:26%
    }

    .offset-by-four.column, .offset-by-four.columns {
        margin-left:34.6666666667%
    }

    .offset-by-five.column, .offset-by-five.columns {
        margin-left:43.3333333333%
    }

    .offset-by-six.column, .offset-by-six.columns {
        margin-left:52%
    }

    .offset-by-seven.column, .offset-by-seven.columns {
        margin-left:60.6666666667%
    }

    .offset-by-eight.column, .offset-by-eight.columns {
        margin-left:69.3333333333%
    }

    .offset-by-nine.column, .offset-by-nine.columns {
        margin-left:78%
    }

    .offset-by-ten.column, .offset-by-ten.columns {
        margin-left:86.6666666667%
    }

    .offset-by-eleven.column, .offset-by-eleven.columns {
        margin-left:95.3333333333%
    }

    .offset-by-one-third.column, .offset-by-one-third.columns {
        margin-left:34.6666666667%
    }

    .offset-by-two-thirds.column, .offset-by-two-thirds.columns {
        margin-left:69.3333333333%
    }

    .offset-by-one-half.column, .offset-by-one-half.columns {
        margin-left:52%
    }
}

.button, button {
    margin-bottom:1rem
}

fieldset, input, select, textarea {
    margin-bottom:1.5rem
}

blockquote, dl, figure, form, ol, p, pre, table, ul {
    margin-bottom:0
}

form {
    margin:0
}

.u-full-width {
    width: 100%;
    box-sizing:border-box
}

.u-max-full-width {
    max-width: 100%;
    box-sizing:border-box
}

.u-pull-right {
    float:right
}

.u-pull-left {
    float:left
}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-width: 0;
    border-top:1px solid #90caf9
}

.container:after, .row:after, .u-cf {
    content: "";
    display: table;
    clear:both
}

.section.content {
    min-height: 80vh;
    margin:30px 0
}

html {
    height: 100%;
    overflow-x: hidden;
    scroll-behavior:smooth
}

.section.header {
    background: #fff;
    padding: 10px 0;
    box-shadow:0 0 8px 0 rgb(154 182 195/12%), 0 15px 20px -8px rgb(176 196 205/9%)
}

.breadcrumbs {
    display: flex;
    align-items: center;
    font-size:20px
}

.breadcrumbs a {
    text-decoration: none;
    color:#2196f3
}

.breadcrumbs div.breadcrumb-text {
    color:#656565
}

.demo-card {
    display: flex;
    justify-content: center;
    position:relative
}

.demo-card .demo-card-in {
    background-color: transparent;
    background-image: radial-gradient(at bottom center, #0075FF 0%, #0075FF 100%);
    box-shadow: 2px -31px 0 -21px #e0f4fe;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 60px;
    border-radius: 100px 100px 100px 100px;
    width: 50%;
    position: absolute;
    top: -160px;
    text-align:center
}

.demo-card .demo-card-in h1 {
    font-weight: 300;
    color: #fff;
    padding-bottom: 30px;
    font-size:2em
}

.elementor-button.elementor-button-link {
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    fill: #000;
    color: #000;
    background-color: #fffcfc;
    border-radius: 10px 10px 10px 10px;
    padding: 15px 25px;
    text-decoration:none
}

.section.footer {
    clear: both;
    padding: 20px 0;
    background:#000
}

.section.footer .copyrights.footer-bot__copyrights .foot-copyright-information {
    text-align: left;
    color:#fff
}

.h4-title, .h5-title, .h6-title {
    margin-bottom:.6rem
}

.card-block {
    box-shadow: 0 0 8px 0 rgba(154, 182, 195, .2), 0 15px 20px -8px rgba(175, 197, 207, .431372549) !important;
    padding: 24px 36px;
    border-radius: 16px;
    min-height: 250px;
    background-color: #fff;
    border:1px solid #96d1ff
}

.card-block img {
    transform:translateX(200%)
}

.cardTxtwrp a {
    font-weight: 600;
    color: #2196f3;
    text-decoration:none
}

.cardTxtwrp .contact-button {
    background-color: #1e88e5;
    border: none;
    padding: 12px 18px;
    font-size: 16px;
    color: #fff;
    border-radius: 12px;
    cursor: pointer;
    transform:translateX(60%)
}

.cardTxtwrp .contact-button:hover {
    background-color: #49a5f5;
    color:#000
}

@media (max-width: 768px) {
    .page .section.model.searcharea .switchbtns .column, .columns {
        margin-bottom:24px
    }

    .navbar {
        opacity:.95
    }

    .navbar-container input[type=checkbox], .navbar-container .hamburger-lines {
        display:block
    }

    .navbar-container {
        display: block;
        position: relative;
        height: 64px;
        padding:0 0
    }

    .navbar-container input[type=checkbox] {
        position: absolute;
        display: block;
        height: 32px;
        width: 30px;
        top: 20px;
        left: 20px;
        z-index: 5;
        opacity: 0;
        cursor:pointer
    }

    .navbar-container .hamburger-lines {
        display: block;
        height: 21px;
        width: 30px;
        position: absolute;
        top: 32px;
        left: 20px;
        z-index: 2;
        display: flex;
        flex-direction: column;
        justify-content:space-between
    }

    .navbar-container .hamburger-lines .line {
        display: block;
        height: 4px;
        width: 100%;
        border-radius: 10px;
        background:#1a7cfe
    }

    .navbar-container .hamburger-lines .line1 {
        transform-origin: 0% 0%;
        transition:transform .3s ease-in-out
    }

    .navbar-container .hamburger-lines .line2 {
        transition:transform .2s ease-in-out
    }

    .navbar-container .hamburger-lines .line3 {
        transform-origin: 0% 100%;
        transition:transform .3s ease-in-out
    }

    .navbar .menu-items {
        padding-top: 100px;
        background: #fff;
        height: 100vh;
        width: 300px;
        transform: translate(-150%);
        display: flex;
        flex-direction: column;
        margin-left: -40px;
        padding-left: 40px;
        transition: transform .5s ease-in-out;
        box-shadow: rgb(161 161 161/9%) 0 0 24px 3px, rgb(0 0 0/15%) 10px 4px 45px 0;
        overflow: scroll;
        justify-content: unset;
        align-items:unset
    }

    .navbar .menu-items ul {
        display:block
    }

    .navbar .menu-items li {
        margin-bottom: 1.8rem;
        font-size: 1.1rem;
        font-weight:500
    }

    .navbar .logo img {
        position: absolute;
        top: 30%;
        left: 30%;
        font-size: 2.5rem;
        width:220px
    }

    .navbar .logo .discord-x a img {
        position: unset;
        width: auto;
        margin-top:24px
    }

    .navbar .logo .discord-x {
        display: flex;
        justify-content:end
    }

    .navbar-container input[type=checkbox]:checked ~ .menu-items {
        transform:translateX(0)
    }

    .navbar-container input[type=checkbox]:checked ~ .hamburger-lines .line1 {
        transform:rotate(45deg)
    }

    .navbar-container input[type=checkbox]:checked ~ .hamburger-lines .line2 {
        transform:scaleY(0)
    }

    .navbar-container input[type=checkbox]:checked ~ .hamburger-lines .line3 {
        transform:rotate(-45deg)
    }

    .section.footer .block-intro .copyright {
        text-align:center
    }

    .page.login .section.form .row {
        display:block
    }

    .page.login .loginForm .Login {
        background:#1800ff url(../images/arrowRight.svg) no-repeat 65% 22px
    }

    .page.login .loginForm {
        margin-bottom: 20px;
        width:100%
    }

    .page.login .section.header .logo {
        justify-content: center;
        display:flex
    }

    .page.login .loginForm .SignUp {
        background:#1800ff url(../images/arrowRight.svg) no-repeat 64% 22px
    }

    .column, .columns {
        margin-left:0%
    }

    .row.full-width.plans {
        display:block
    }

    .page.pricing .section.pricingWrp .priceCard {
        border: 1px solid #ebe9ff;
        box-shadow:10px 10px 23px -10px rgb(53 40 184/46%)
    }

    .page.results .section .QA .ans {
        background: url(../images/rect-arrow-down.svg) 5% 50px no-repeat;
        background-size: 15px;
        height:150px
    }
}

@media (max-width: 500px) {
    .navbar-container input[type=checkbox]:checked ~ .logo {
        display:none
    }

    .column, .columns {
        margin-left:0%
    }
}

.content-titles {
    min-height:17vh
}

.row.full-width.pills {
    display: flex;
    margin: 25px 0;
    align-items: flex-start;
    justify-content:center
}

.columns .PillList-item {
    background-color: #fff;
    border: .5px solid #0000003b;
    box-shadow: 7px 9px 27px 4px rgba(0, 0, 0, .08);
    color: #747474;
    text-align: center;
    border-radius: 30px;
    padding: 30px 40px;
    font-size: 16px;
    font-weight: 500;
    display: block;
    min-height: 185px;
    vertical-align:middle
}

.card.signup {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow:0 20px 40px rgba(0, 0, 0, .1)
}

.contactUS label, .contactUS input, .contactUS textarea {
    display: block;
    width:100%
}

.contactUS ul {
    list-style: none;
    margin: 0;
    padding:0
}

.contactUS li {
    padding:.3em
}

.contactUS span {
    font-weight: 700;
    color: #102a43;
    line-height: 35px;
    line-height: 2.5rem;
    font-size: 12px;
    font-size: .8rem;
    text-transform: capitalize;
    font-weight:500
}

.contactUS input[type=submit] {
    background: #0075ff;
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
    border-radius: 12px;
    margin-top: 1.3em;
    cursor:pointer
}

.contactUS form {
    background-color: #fff;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1);
    border-radius: 3px;
    overflow:hidden
}

.contactUS .required-star {
    color:#fc4366
}

.contactUS input, .contactUS textarea {
    width: 100%;
    padding: 5px 20px;
    border: 1px solid #e1e2eb;
    background-color: #fff;
    color: #102a43;
    caret-color: #829ab1;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1rem;
    line-height: 29px;
    line-height: 2rem;
    box-shadow: inset 0 2px 4px 0 rgba(206, 209, 224, .2);
    border-radius: 12px;
    line-height: 29px;
    line-height:2rem
}

.page .section.footer {
    margin-top:10vh
}

.main-footer {
    position: relative;
    padding: 50px 0 0;
    background-color: #000;
    background-repeat: repeat-x;
    background-position:right bottom
}

.main-footer .footer-widget {
    position:relative
}

.main-footer .widgets-section {
    position: relative;
    padding-bottom: 30px;
    margin-top:90px
}

.main-footer .footer-widget h2 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2em;
    margin-bottom: 12px;
    margin-top: 17px;
    text-transform:capitalize
}

.main-footer .about-widget {
    position:relative
}

.main-footer .about-widget .logo {
    position: relative;
    margin-bottom: 15px;
    width:210px
}

.main-footer .about-widget .text {
    position:relative
}

.main-footer .about-widget .text p {
    position: relative;
    color: #8a8d91;
    font-size: 15px;
    line-height: 1.7em;
    margin-bottom:20px
}

.main-footer .about-widget .text p:last-child {
    margin-bottom:0
}

.main-footer .footer-list {
    position: relative;
    padding-inline-start:0
}

.main-footer .footer-list li {
    position: relative;
    margin-bottom: 6px;
    list-style:none
}

.main-footer .footer-list li a {
    position: relative;
    color: #b3b3b3;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition:all 300ms ease
}

.main-footer .footer-list li a:hover {
    text-decoration: none;
    color:#0075ff
}

.main-footer .footer-list li a:before {
    position: absolute;
    left: 0;
    top: 0;
    color: #8a8d91;
    font-weight: 800;
    font-family: 'font awesome 5 free'
}

.main-footer .gallery-widget {
    position: relative;
    max-width:350px
}

.main-footer .gallery-widget .images-outer {
    position: relative;
    margin:0 -3px
}

.main-footer .gallery-widget .image-box {
    position: relative;
    float: left;
    width: 33.333%;
    padding: 0 5px;
    margin-bottom:10px
}

.main-footer .gallery-widget .image-box img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 4px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition:all 300ms ease
}

.main-footer .gallery-widget .image-box img:hover {
    opacity:.7
}

.main-footer .info-list {
    position:relative
}

.main-footer .info-list li {
    position: relative;
    color: #8a8d91;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom:12px
}

.main-footer .info-widget .social-links {
    position: relative;
    float: left;
    padding:15px 0
}

.main-footer .info-widget .social-links li {
    position: relative;
    margin-right: 8px;
    display:inline-block
}

.main-footer .info-widget .social-links li:last-child {
    margin-right:0
}

.main-footer .info-widget .social-links li a {
    position: relative;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition:all 300ms ease
}

.main-footer .info-widget .social-links li.google a {
    background-color:#dd4b39
}

.main-footer .info-widget .social-links li.facebook a {
    background-color:#4a6fbe
}

.main-footer .info-widget .social-links li.twitter a {
    background-color:#55acee
}

.main-footer .info-widget .social-links li.instagram a {
    background-color:#ea4c89
}

.main-footer .info-widget .social-links li.vimeo a {
    background-color:#1ab7ea
}

.main-footer .footer-bottom {
    position: relative;
    padding: 20px 0;
    border-top:1px solid #e5e5e5
}

.main-footer .footer-bottom .footer-nav {
    position: relative;
    text-align:right
}

.main-footer .footer-bottom .footer-nav li {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    line-height: 1.1em;
    display: inline-block;
    border-right:1px solid #8a8d91
}

.main-footer .footer-bottom .footer-nav li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right:none
}

.main-footer .footer-bottom .footer-nav li a {
    position: relative;
    color: #8a8d91;
    font-size: 15px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition:all 300ms ease
}

.main-footer .footer-bottom .footer-nav li a:hover {
    color: #0075ff;
    text-decoration:none
}

.main-footer .footer-bottom .copyright {
    color:#fff
}

.main-footer .footer-bottom .footer-nav li a {
    text-decoration: none;
    font-size:13px
}

.main-footer .footer-bottom .social-links {
    display: flex;
    align-items: center;
    justify-content:center
}

.main-footer .footer-bottom .social-links div {
    padding-right: 10px
}
