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

body {
    font-family: 'Montserrat', sans-serif;
}

.header-right {
    display: none;
}

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

.navbar-item:hover,
.navbar-item:active,
.navbar-item:visited,
.navbar-item:link {
    color: white;
    text-shadow: 0px 0px 5px #e5a44b;
    text-decoration: none;
}

.imglogo{
    float: left;
    margin-top: -26px;
    margin-right: 5px;
}

.hero-background {
    overflow: hidden;
    position: relative;
    background: -webkit-linear-gradient(117deg, rgb(225, 159, 14), rgb(216, 71, 99));
    background: linear-gradient(117deg, rgb(225, 159, 14), rgb(216, 71, 99));
    /*background: -webkit-radial-gradient(rgb(108, 157, 197), rgb(225, 159, 14));
    background: radial-gradient(rgb(108, 157, 197), rgb(225, 159, 14));*/
}

.bold {
    font-weight: 600;
}

.light {
    font-weight: 300;
}

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

.logo {
    padding-left: 0;
    padding-top: 25px;
    font-size: 30px;
    color: white;
    font-weight: 500;
}

.logo:hover,
.logo:visited,
.logo:active,
.logo:link
{
    color: white;
}

.header-btn {
    /*background: linear-gradient(30deg,#edc401 0%,#f3030b 30%,#7836a5 70%);*/
    background-color: #d84863;
    border-radius: 10px;
    border: #0ABCEB;
    float: right;
    width: 160px;
    height: 51px;
    color: white;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    margin-top: -10px;
}

.header-btn:hover {
    background-color: #d84863;
    color: white;
    border-radius: 20px;
    -webkit-box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
    -moz-box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
    box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
}

.hero {
    position: relative;
    z-index: 999;
    padding-bottom: 60px;
}

.mouse {
    position: absolute;
    left: 0;
    right: 0;
    top: 85%;
    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;
}

.ipad-screen {
    display: none;
}

.hero-btn {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    background-color: #d84863;
    border-radius: 10px;
    border: 1px solid #d84863;
    width: 260px;
    height: 51px;
    color: white;
    margin: 30px 0px 0px 0px;
}

.hero-btn:hover {
    background-color: #d84863;
    color: white;
    border-radius: 20px;
    -webkit-box-shadow: -1px 9px 46px -17px rgb(217, 81, 89);
    -moz-box-shadow: -1px 9px 46px -17px rgb(217, 81, 89);
    box-shadow: -1px 9px 46px -17px rgb(217, 81, 89);
}

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

.header-running-text {
    text-align: center;
    max-width: 287px;
    line-height: 1.5;
    margin: auto;
}

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

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

.features-section {
    background-color: black;
    padding-top: 40px;
    padding-bottom: 80px;
    text-align: center;
    padding-bottom: 90px;
    position: relative;
}

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

.features-container {
    max-width: 830px;
    margin: auto;
    display: grid;
    grid-template-columns: auto;
}



.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: 24px;
    line-height: 40px;
    max-width: 400px;
    margin: auto;
    padding-bottom: 40px;
}

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

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

.pricing-background {
    background-color: #F8F9F9;
}

.pricing-section-header {
    padding-top: 75px;
}

.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: 600px;
    margin: auto;
    height: 630px;
    padding: 36px 15px 45px;
    position: relative;
    box-shadow: 5px 8.7px 40px rgba(99, 117, 138, 0.3);
    border-radius: 7px;
}

.nodevice
{
    padding: 5px 2px;
    border-radius: 5px;
    border: 1px solid #0abceb;
    outline: none;
    text-align: center;
}



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;
    text-align: center;
    margin-left: -40px;
}

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

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


.optional
{
    text-align: left;
    padding: 0px 50px;
    font-size: 16px;

}



.table-optional td
{
    padding: 3px;
}


.plan-features {
    -webkit-padding-start: 0;
    text-align: left;
    padding: 0px 50px;
}

.plan-btn {
    background-color: #e49659;
    border-radius: 10px;
    border: #e49659;
    width: 280px;

    color: white;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    display: block;
    padding: 15px;
    margin: auto;
    position: absolute;
    left: calc(50% - 150px);
    bottom: 40px;
    font-weight: 600;
}

a.plan-btn,
a.plan-btn:active,
a.plan-btn:link,
a.plan-btn:visited,
a.plan-btn:hover
{
    color: white;
}

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

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

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

.team-section-header {
    padding-bottom: 90px;
}

.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(43, 43, 43, 1);
    -moz-box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
    box-shadow: -1px 9px 46px -17px rgba(43, 43, 43, 1);
}

#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;
}

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

.strips {
    position: absolute;
    max-width: 1280px;
}


.cover-form
{
    width: 100%;
    height: 100%;
    position: fixed;
    background: #4a4a4a8a;
    z-index: 1000;
    top: 0;

}

.handle-form
{
    position: absolute;
    top: calc(50% - 125px);
    left: calc(50% - 200px);
    width: 400px;
    background: white;
    border-radius: 5px;
    box-shadow: 0px 0px 20px #bffbfb;
    padding-top: 40px;
    border: 1px solid #bffbfb;
    height: 250px;
}

.title-form
{
        position: absolute;
    top: -25px;
    left: calc(50% - 100px);
    font-size: 20px;
    width: 200px;
    text-align: center;
    font-weight: 500;
    padding: 10px;
    border-radius: 5px;
    background: white;
    border: 1px solid #bffbfb;
    box-shadow: 0px 0px 5px #bffbfb;
}

.table-form
{
    margin: 0 auto;
}

.table-form td
{
    padding: 5px;
    text-align: left; 
}

.inp-form
{
    padding: 5px 2px;
    border-radius: 5px;
    border: 1px solid #0abceb;
    outline: none;
    text-align: left;
}

.btn-form
{
    background-color: #e49659;
    border-radius: 10px;
    border: #e49659;
    width: 120px;
    color: white;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    padding: 15px;
    margin: 0 5px;
    position: relative;
    left: calc(50% - 150px);
    bottom: 0px;
    font-weight: 600;
}

.popup-message
{
    position: fixed;
    top: 50%;
    width: 350px;
    left: calc(50% - 175px);
    text-align: center;
    height: 60px;
    background: white;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #0abceb;
    box-shadow: 0px 10px 20px grey;
}


