body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: rgb(78,0,78);
    background: linear-gradient(90deg, rgba(78,0,78,1) 26%, rgba(50,21,50,1) 61%, rgba(62,12,62,1) 71%);
}


.btn-primary, .btn-primary:visited, .btn-primary:focus{
    /*background-color: #006cff;*/
    background: linear-gradient(
            94.51deg,#133ee3,#7532e1 93.11%);;
    color:white;
}

.btn-lg {
    border-radius: 3px;
    font-size: 16px;
    font-weight: 700;

}

.btn-primary:hover  {
    background-color: #244ff1;
}
.navbar {
    margin-bottom: 0px;
    /*background-color: #131a35;*/
    border: none;
    border-radius: 0px;
    padding-top: 10px;

}
.section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: white;
}



.section_intro {
    padding-top: 80px;
    padding-bottom: 80px;
}


h1 {
    /*color: darkslategrey;*/
    font-size: 38px;
    margin: 0 0 20px;
    /*font-weight: 700;*/
    margin-bottom: 60px;
}

.title {
    font-size: 46px;
    /*color: white;*/
    color: black;
    font-weight: 500;
    line-height: 1.125;
}

h3{
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    margin-top: 15px;
}

p {
    font-size: 20px;
    line-height: 28px;
    color: rgba(172,210,220,.65);
    margin: 0;
}


.slimline {
    border-top: dimgrey;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: dimgrey
}

.section_footer h3 {
    font-size: 16px;
    font-weight: bold;
    color:whitesmoke;
    margin-bottom: 10px;
}
.section_footer a {
    /*color: whitesmoke;*/
}

.section_footer {
    padding-top: 40px;
    padding-bottom: 80px;
}

.section_footer br {
    font-size: 130%;
}

.footer_icon {
    content: "\f0e0";
    padding: 0px 10px 20px 0px;
    color: #ddd;
    margin-bottom: 5px;
}

a:hover, a:visited, a:link, a:active
{
    /*text-decoration: none;*/
    /*color: inherit;*/
}

.btn-secondary {
    border: 1px solid grey;

}
.lower_tone {
    color: #b3b8c8;
}

.fancybox-container {
    width: 100vw !important;
    height: 100vh !important;
}

/*.fancybox-content {
    max-width: 400px;
}*/

.fancybox-bg {
    opacity: 0.2 !important;
}
.navbar-default .navbar-nav>li>a {
    /*color: dimgrey;*/
    color: white;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: whitesmoke !important;
}
.navbar-default {
    /*background-color: #1855ac;*/
    /*background-color: transparent !important;*/
    background-color:#00000038;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; // remove the gap so it doesn't close
}

.dropdown-menu>li>a:hover {
    background: linear-gradient(
            94.51deg,#133ee3,#7532e1 93.11%);
}
.dropdown-menu>li>a:focus {
    outline: none;
}


.container {
    /*width: 1270px;*/
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 120px;
    text-align: center;
}
.branding-section {
    text-align: left;
}

@media (max-width: 480px ){
    .team > div {
        display: block !important;
        margin-right: 40px;
    }

    .order-reverse-sm {
        flex-direction: column-reverse !important;
    }

    .section_intro {
        padding-top: 60px;
    }
    .branding-section {
        text-align: center;
    }

    .branding-section .title {
        font-size: 32px;
    }
    .text-center-sm {
        text-align: center !important;
    }

    .text-left-sm {
        text-align: left !important;
    }

    .customer-card > div {
        width: 140px !important;
        margin: 6px !important;
        padding: 10px !important;
        /*width: 160px !important;*/
        /*padding: 12px !important;*/
        /*padding-top: 20px !important;;*/
        /*padding-bottom: 20px !important;;*/
        /*margin: 4px !important;*/
    }
    .customers img {
        /*width: 34px !important;*/
        /*border-radius: 20px;
        margin-right: 8px;*/
    }

    h1 {
        font-size: 35px !important;
        color: #00305d;
    }

    .line-break-lg {
        display: none !important;
    }

    .navbar-header {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .section {
        padding-top: 40px !important;
    }

    .row {
        margin-bottom: 80px !important;
    }

    .title {
        font-size: 38px;
    }
}

.team > div {
    display: inline-block;
    margin-right: 40px;
}

.customer-card > div {
    border-radius: 6px;
    display: inline-block;
    padding: 20px;
    margin: 15px;
    font-size: large;
    width: 250px;
    font-weight: bold;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(227, 234, 248, 0.29) 70.31%);
}
.feature-name {
    color: #0364ff;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    line-height: 175%;
    font-weight: 700;
    text-transform: uppercase;
}
.metric {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    background-image: url(https://upload.wikimedia.org/wikipedia/commons/e/e1/Google_Chrome_icon_%28February_2022%29.svg);
    background-size: 100px 100px;
    background-repeat: no-repeat;
    background-position: center;
}

.metric div {
    background: white;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: larger;
    /*color: darkolivegreen;*/
}

.metric div i {
    margin-bottom: 6px;
    margin-top: 4px;
}
.customers img {
    width: 46px;
    border-radius: 20px;
    margin-right: 8px;
}

.backers img {
    border-radius: 20px;
    margin-right: 8px;
    width: 100px;
}

h3 {
    font-size: large;
    /*font-weight: bolder;*/
    margin-bottom: 15px;
}

.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

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

.auto-margin {
    margin-top: auto;
    margin-bottom: auto;
}

.feature img {
    max-width: 600px;
    width: 90%;
    border-radius: 20px;
    /*border: 1px solid darkslategrey;*/
    /*box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(151 140 140 / 12%) 0px -12px 30px, rgb(0 0 0 / 12%) 0px 4px 6px, rgb(229 218 218 / 17%) 0px 12px 13px, rgb(0 0 0 / 9%) 0px -3px 5px;*/
}

p {
    font-size: 16px;
    color: dimgrey;
    margin-bottom: 40px;
}

h2 {
    margin-bottom: 25px;
}

.feature .row {
    margin-bottom: 80px;
}

.btn-xlarge {
    padding: 14px 24px;
    font-weight: bold;
    font-size: 18px; //change this to your desired size
line-height: normal;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.press div {
    border-radius: 6px;
    /*background: #1f222e78;*/
    display: inline-block;
    padding: 20px;
    margin: 15px;
    font-size: large;
    font-weight: bold;
    vertical-align: top;
}

.press img {
    border-radius: 6px;
    max-width: 300px;
}

.footer-link {
    color: lightgrey;
    margin-bottom: 15px;
    display: inline-block;
}

.slider__frame {
    border-radius: 0.1666666667em;
    text-align: center;
    height: 260px !important;
    /*line-height: 150px;*/
    -webkit-box-shadow: inset 0 0 0 2px hsl(0deg 0% 100% / 50%);
    box-shadow: inset 0 0 0 2px hsl(0deg 0% 100% / 50%);
    color: #d3d3d3;
    background: transparent;
    font-size: 16px;
    font-weight: 900;
    padding: 20px;
    vertical-align: middle;
    text-align: left;

    display: table;
}

.slider__frame p {
    margin-bottom: 0px;
    margin-top:10px;
    display: block;
    line-height: 22px;
    font-size: 14px;
}

.slider__frame[class*=active] {
    -webkit-box-shadow: none;
  /*  box-shadow: none;
    background: linear-gradient(-45deg,#ed145b,#7b31f4);*/
}

.glide__slide .user img {
    width: 50px;
    border-radius: 50%;

}

.glide__slide .user {
    display: flex;
    margin-top: 10px;

}

.glide__slide .user div {
    margin: auto;
    margin-left: 12px;
}

.glide__slide .user_title {
    /*font-weight: normal;*/
    line-height: 20px;
    /*font-size: 15px;*/

}

.price-tier {
    margin: auto;
    margin-top: 0px;
}

.price-card {
    border: 1px solid #d5d5d5;
    width: 300px;
    margin: auto;
    border-radius: 5px 5px 0 0;
    text-align: left;
    margin-bottom: 40px;
}

.price-card > .color-bar {
    height: 11px;
    width: 100%;
    border-radius: 4px 4px 0 0;
}

.price-card > .essentials {
    background-color: #4285f4;
}

.price-card > .pro {
    background-color: orange;
}

.price-card > .enterprise {
    background-color: black;
}

.price-card .dollar-amount {
    font-size: 40px;
}

.price-card h3 {
    font-weight: bold;
    font-size: 24px;
}

.price-card .feature-list {
    text-align: left;
}

.price-card .body {
    padding: 30px;
    padding-top: 15px;
}

.price-card ul {
    margin: 0;
    padding: 0;
}
.price-card li {
    margin-bottom: 14px;
    margin-left: 16px ;
    font-size: 1.15em;
    color:dimgrey;
}

.price-card h4 {
    margin-bottom: 24px;
}

.price-card .price-interval {
    font-size: 1.3em;
}

.price-card h4 {
    font-size: 1.2em;
}

.legal p {
    margin-bottom: 20px;
}

.legal li {
    color: dimgrey;
}

/*************** START BACKGROUND ***************/
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    /*right: 0;*/
    /*bottom: 0;*/
    /*min-width: 100%;*/
    /*min-height: 100px;*/
    z-index: -9;
    filter: brightness(50%);
}

.gradient_heading {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(120deg, #66d4f6, #4d92ff 39%, #bb65ff);
    -webkit-background-clip: text;
    background-clip: text;
}

.rotate_circle {
    -webkit-animation:spin 70s linear infinite;
    -moz-animation:spin 70s linear infinite;
    animation:spin 70s linear infinite;
}
@-moz-keyframes spin {
    100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}