@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700');

body {
    font-family: 'Montserrat', sans-serif;
}
.subhead {
    font-size: 14px;
}
.imac-screen {
    border-radius: 20px;
    object-fit: cover;
    position: relative;
    display: inline-block;
}
.subTitle {
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 50px;
    display: inline-block;
}

.main_logo {
    max-width: 600px;
    width: 130%;
    margin-top: -40px;
    margin-bottom: -60px;
}

.slick-slide img {
    border-radius: 8px;
}

.slick-initialized .slick-slide {
    margin-right: 6px;
}

.slick-lightbox-close:before {
    font-size: 40px;
    margin-top: -15px !important;
}

.video {
    width: 100%;
    border-radius: 12px;
}

.header-right {
    display: none;
}

.navbar-item {
    color: #ffffff;
    padding: 10px;
}

.navbar-item:hover {
    color: #58d5f7;
    text-decoration: none;
}

.hero-background {
    overflow: hidden;
    position: relative;
    background: -webkit-linear-gradient(117deg, rgb(213, 188, 117), rgb(184, 100, 12));
    background: linear-gradient(rgb(213, 188, 117), rgb(184, 100, 12));
    background: -webkit-radial-gradient(rgb(213, 188, 117), rgb(184, 100, 12));
    background: radial-gradient(rgb(213, 188, 117), rgb(184, 100, 12));
}

.bold {
    font-weight: 600;
}

.light {
    font-weight: 300;
}

.header {
    padding-top: 35px;
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 999;
}

.logo {
    max-width: 80px;
    padding-left: 0;
    padding-top: 5px;
    margin-top: -11px;
}

.header-btn {
    border-radius: 10px;
    border: #0ABCEB;
    float: right;
    width: 195px;
    height: 51px;
    color: white;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    margin-top: -10px;
    text-shadow: 0 1px 3px #0000008c;
    box-shadow: inset 0 -5px 10px #ffffff30, 1px 9px 20px rgba(0,0,0,0.2);
    background-color: #0097be;
}

.header-btn:hover {
    background-color: #00acdb;
    color: white;
    border-radius: 20px;
    box-shadow: inset 0 -5px 10px #ffffff30, 1px 9px 40px rgba(0,0,0,0.2);
}

.hero {
    position: relative;
    z-index: 999;
    padding-bottom: 60px;
    text-shadow: 0 1px 3px #0000008c;
}

.mouse {
    position: absolute;
    left: 0;
    right: 0;
    top: 763px;
    margin: auto;
    padding-bottom: 40px;
    text-align: center;
    cursor: pointer;
    transition: transform .4s ease;
}

.mouse:hover {
    transform: translateY(5px);
}

.macbook {
    margin: auto;
    padding-bottom: 35px;
}

.hero-right {
    color: #fff;
    text-align: center;
}

.ipad {
    display: none;
}

.imac-section-desc ul {
    list-style: circle;
}

.ipad-screen {
    display: none;
}

.smallerMaxWidth {
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
}

.headline {
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
    font-weight: bolder;
}

.hero-btn {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-radius: 10px;
    border: 0;
    width: 210px;
    height: 51px;
    color: white;
    margin: 30px auto;
    text-shadow: 0 1px 3px #0000008c;
    background-color: #0097be;
    box-shadow: inset 0 -5px 10px #ffffff30, 1px 9px 20px rgba(0,0,0,0.2);
}

.hero-btn:hover {
    background-color: #00acdb;
    color: white;
    border-radius: 20px;
    box-shadow: inset 0 -5px 10px #ffffff30, 1px 9px 40px rgba(0,0,0,0.2);
}

.header-headline {
    padding-top: 0;
    padding-bottom: 15px;
    text-align: center;
}

.header-running-text {
    font-size: 40px;
    text-align: center;
    max-width: 287px;
    line-height: 1.1 !important;
    margin: auto;
    padding-left: 17px;
    text-align: left;
}

.logos-section {
    background-color: #F9FAFA;
    text-align: center;
}

.logos {
    padding: 30px;
    max-width: 100%;
}

.features-section {
    margin-top: 0px;
    background-color: #2f2f2f;
    padding-top: 40px;
    padding-bottom: 80px;
    text-align: center;
    padding-bottom: 90px;
    position: relative;
    box-shadow: inset 0 0px 40px #000000a1;
}

.features-headline {
    color: white;
    padding-bottom: 30px;
}

.features-container {
    max-width: 830px;
    margin: auto;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.feature {
    text-align: center;
    padding: 30px;
}

.feature-no-display {
    opacity: 0;
    -webkit-transform: translateY(15%) translateZ(0);
    -moz-transform: translateY(15%) translateZ(0);
    transform: translateY(15%) translateZ(0);
    -webkit-transition: -webkit-transform 0.4s ease-out, opacity 0.4s ease;
    -moz-transition: -moz-transform 0.4s ease-out, opacity 0.4s ease;
    -o-transition: -o-transform 0.4s ease-out, opacity 0.4s ease;
    transition: transform 0.4s ease-out, opacity 0.4s ease;
}

.feature-display {
    opacity: 1;
    -webkit-transform: translateY(0) translateZ(0);
    -moz-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.feature-display-mid {
    transition-delay: 0.15s;
}

.feature-display-last {
    transition-delay: 0.30s;
}

.feature-icon {
    background-color: white;
    border-radius: 50%;
    height: 5.625em;
    width: 5.625em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    box-shadow: 4px 14px 28px #393939;
}

.feature-head-text {
    color: white;
    padding-top: 15px;
}

.feature-subtext {
    color: white;
    padding-top: 0;
}

.feature-img {
    max-width: 23px;
}

.white-section {
    max-width: 1400px;
    margin: auto;
    overflow: hidden;

}

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

.imac {
}

.imac-section-header {
    padding-bottom: 35px;
}

.imac-section-desc {
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    max-width: 400px;
    margin: auto;
    padding-bottom: 40px;
    text-align: left;
}

.row {
    padding-left: 10px;
    padding-right: 10px;
}

.imac-screen {
    margin-top: 60px;
    margin-bottom: 40px;
}

.imac-screen.adds {
    margin: 40 auto !important;
    padding-top: 0px !important;
    max-width: 80% !important;
    display: block;
}

.imac-screen.adds1 {
    margin-top: 20px !important;
    padding-top: 0px !important;
}

.me {
    text-align: left;
    padding: 0 40px;
}

.macbook {
    position: relative;
    z-index: 999;
}

.pricing-background {
    background-color: #F8F9F9;
    padding: 0 60px;
}

.pricing-section-sub {
    padding-top: 50px;
    text-align: center !important;
}

.pricing-section-sub {
    padding-top: 10px;
    color: grey;
}

.pricing-table {
    padding: 0 0 100px;
    max-width: 1050px;
    margin: auto;
}

.plan {
    text-align: center;
    max-width: 390px;
    margin: auto;
    height: 430px;
    padding: 36px 15px 45px;
    position: relative;
}

.mid-plan {
    text-align: center;
    max-width: 390px;
    margin: auto;
    height: 430px;
    padding: 36px 15px 45px;
    position: relative;
    box-shadow: 5px 8.7px 40px rgba(0,0,0,0.2);
    border-radius: 7px;
}

ul {
    list-style-type: none;
}

.plan li {
    position: relative;
}

.plan li::before, .mid-plan li:before {
    font-family: Material Icons;
    content: "check";
    color: #3aeb8c;
    position: absolute;
    left: -10px;
    position: relative;

}

.plan-title {
    font-size: 18px;
    padding-bottom: 5px;
}

.plan-cost {
    font-size: 45px;
}

.plan-cost::before {
    content: "$";
}

.monthly {
    font-size: 12px;
    padding-bottom: 20px;
}

.plan-features {
    -webkit-padding-start: 0;
}

.plan-btn {
    background-color: #0ABCEB;
    border-radius: 10px;
    border: #0ABCEB;
    width: 164px;
    height: 51px;
    color: white;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    display: block;
    padding: 15px;
    margin: auto;
    position: absolute;
    left: calc(50% - 82px);
    bottom: 50px;
}

.plan-btn:hover {
    background-color: #58d5f7;
    color: white;
    border-radius: 20px;
    -webkit-box-shadow: -1px 9px 46px -17px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 9px 46px -17px rgba(0,0,0,0.2);
    box-shadow: -1px 9px 46px -17px rgba(0,0,0,0.2);
}

.team {
    padding-bottom: 0px;
    padding-top: 60px;
}

.team-container {
    text-align: center;
    margin: auto;
    max-width: 920px;
}

.team-section-header {
    padding-bottom: 20px;
    backdrop-filter: blur(18px) brightness(1.4) saturate(0.4);
    -webkit-backdrop-filter: blur(18px) brightness(1.4) saturate(0.4);
    padding-top: 20px;
    border-top: 1px solid #0000004a;
    border-bottom: 1px solid #0000004a;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px #00000026;
    background-color: #ffffff61;
}

.team-member {
    text-align: center;
    padding-bottom: 60px;
}

.team-member-position {
    color: #747474;
}

.team-member-text {
    padding-top: 25px;
}

.team-social-icon {
    padding: 7px;
}

.blue-section {
    background-color: #0ABCEB;
    color: white;
    margin: auto;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 40px;
}

.blue-section-subtext {
    max-width: 200px;
    max-width: 250px;
    line-height: 22px;
    font-size: 15px;
    margin: auto;
}

.email-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.email-input {
    background-color: white;
    border-radius: 10px;
    border: 1px solid #fff;
    width: 210px;
    height: 51px;
    color: #808080;
    margin-top: 20px;
    border: none;
}

.submit-btn {
    background-color: #25F18B;
    border-radius: 10px;
    color: #fff;
    height: 51px;
    width: 120px;
    margin-top: 20px;
    margin-left: 3px;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
}

.submit-btn:hover {
    background-color: #6affb4;
    color: white;
    border-radius: 20px;
    -webkit-box-shadow: -1px 9px 46px -17px rgba(0,0,0,0.2);
    -moz-box-shadow: -1px 9px 46px -17px rgba(0,0,0,0.2);
    box-shadow: -1px 9px 46px -17px rgba(0,0,0,0.2);
}

#newsletter-spinner {
    display: none;
}

.email-form-div {
    max-width: 60px;
    margin: auto;
}

.footer {
    background-color: #464646;
    padding-top: 20px;
    padding-bottom: 20px;
}

.webscope-text {
    color: white;
    font-size: 12px;
    padding-right: 7px;
}

.webscope {
    text-align: center;
    margin-top: -5px;
}

.social-links {
    float: none;
    text-align: center;
    padding-top: 10px;
}

.social-link {
    margin-right: 15px;
}

.strips {
    position: absolute;
    width: 156%;

    min-width: 1370px;
}

.featuresContainer {
    max-width: 100%;
    max-height: 300px;
}

html, body {
    overflow-x: hidden;
}

.slick-prev, .slick-next {
    top: 0px;
    margin-top: 147px;
    box-shadow: 1px 9px 20px #0000008c;
    border-radius: 40px;
    height: 28px !important;
    display: block;
    width: 58px !important;
    font-size: 20pt;
    position: absolute;
    z-index: 99;
    background-color: #0000008c;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.slick-prev:hover, .slick-next:hover {
    background-color: #0000008c;
}
.slick-prev {
    margin-left: 16px;
}

.slick-next {
    margin-right: 16px;
}
.slick-prev:before, .slick-next:before {
    color: white;
    content: '→';
    font-weight: bold;
    border: 1px solid white;
    border-radius: 40px;
    height: 28px !important;
    display: block;
    width: 58px !important;
    font-size: 20pt;
    position: relative;
    z-index: 99;
}

.slick-prev:before {
    color: white;
    content: '←';
    font-weight: bold;
    font-size: 20pt;

}

.team-member {
    width: 100%;
}

a.bottomButton {
    display: block;
    position: relative;
    margin: 0 auto;
}

a.bottomButton button {
    display: block;
    float: none !important;
    position: relative;
    margin: 0 auto;
}

#pricing {
    padding-top: 40px;
    padding-bottom: 80px;
}

a {
    cursor: pointer;
}

button a, button a:hover, button {
    text-underline: none !important;
}

.team {
    background: url("../images/jupiter.jpg") repeat 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: inset 0 0px 40px #000000a1;
    padding-top: 2px;
}

.team-member img {
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.4));
    border: 2px solid #ffffff57;
    border-radius: 80px;
}

h5.bold {
    border-radius: 30px;
    overflow: hidden;
    max-width: 300px;
    margin: 10px auto;
    padding: 10px;
    backdrop-filter: blur(18px) brightness(1.4) saturate(0.4);
    -webkit-backdrop-filter: blur(18px) brightness(1.4) saturate(0.4);
    /* padding-top: 20px; */
    border-top: 1px solid #0000004a;
    border-bottom: 1px solid #0000004a;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px #00000026;
    background-color: #ffffff61;
}
.me {
    border-radius: 30px;
    overflow: hidden;
    max-width: 300px;
    margin: 10px auto;
    padding: 30px;
    backdrop-filter: blur(18px) brightness(1.4) saturate(0.4);
    -webkit-backdrop-filter: blur(18px) brightness(1.4) saturate(0.4);
    /* padding-top: 20px; */
    border-top: 1px solid #0000004a;
    border-bottom: 1px solid #0000004a;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px #00000026;
    background-color: #ffffff61;
}

.slick-track{
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
#features {
    overflow: hidden;
}

.icons {
    max-width: 140px;
    margin-top: 50px;
    float: right;
    margin-right: -10px;
    padding-left: 20px;
}