html {
    scroll-behavior: smooth;
    font-style: normal;
    font-weight: 100;
    color: #696969;
}

body {
    font-family: 'Montserrat';
}

.sky-color {
    background-color: #00BFFF;
    color: #ffffff;
}

.white-color {
    color: #ffffff;
}

.main-container {
    max-width: 100%;
}

.hero-copy {
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-shadow: 1px 1px #a9a9a9;
    font-weight: bold;
    font-size: 36px;
    align-self: center;
}

a.nav-link {
    font-size: 16px;
    font-weight: bold;
    color: #ffffff !important;
    display: inline-block;
}

a.nav-link:hover {
    font-size: 16px;
    font-weight: bold;
    color: #ffdd55 !important;
    left: 0;
    text-decoration: underline; 
}

a.nav-link:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #ffffff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}

.cta-btn {
    background-color: #ffdd55;
}

.header-container {
    height: 100vh;
    background-color: #0d7cf9;
    color: #ffffff;
    padding: 15%;
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    border-bottom-left-radius: 40%;
}

.navbar-brand {
    width: 55%;
}

.last-suggestion-container {
    height: 100vh;
    width: 100vw; 
    background-color: #0d7cf9;
    background-repeat: no-repeat;
    background-size: 100vw 100vh;
    background-position:center;
    color: #ffffff;
}

.header-title {
    width: 100vw;
    color: rgb(69, 131, 224);
}

.buy-btn, .cta-btn{
    padding: 10px 30px 10px 30px;
    font-weight: bold;
    font-size: 18px;
    background-color: #ffdd55;
    box-shadow: 0px 10px 25px rgba(39, 96, 252, 0.644);
    transition: all .2s ease-in-out; 
}

.buy-btn:hover, .cta-btn:hover{
    background-color: #2EE59D;
    box-shadow: 0px 35px 40px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: scale(1.1);
}


.row.products-box, .row.resources-box, .row.pricing-box, .row.guide-box {
    height: 90%;
    width: 90%;
    padding-top: 15px;
    margin-top: 5%;
}

.subscription-box {
    width: 90%;
}

/* Guide Section */
.guide-container img{
    height: 90%;
    width: 90%;
}

.testimony-img {
    border-radius: 50%;
}

.carousel img {
    margin: auto;
}

.caption-buffer {
    margin-top: 30%;
}

.layanan-box {
    min-height: 90%;
    margin-top: 5%;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    padding: 0 10% 3% 10%;
}

.portofolio-box {
    min-height: 90%;
    margin-top: 5%;
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
}

.live-preview-box {
    min-height: 90%;
    width: 100vw; 
    padding: 0 10% 0 10%;
}

.final-cta {
    color: #ffffff;
    background-color: #0d7cf9;
    background-image: -webkit-linear-gradient(30deg, #0d7cf9 80%, #0d7cf0 20%);
    min-height: 300px;
}

.testimony-box {
    margin-top: 5%;
    margin-bottom: 5%;
    padding-bottom: 5%;
}

.carousel-caption {
    color: #0f0f0f;
}

.layanan-box, .testimony-box {
    text-align: center;
}

.destinations-container {
    padding: 2%;
    height: 40%;
}

.payment-container {
    height: 90%;
    width: 90%;
}

.img-contact {
    width: 60%;
}

.footer-container {
    color: #ffffff;
    background-color: #0d7cf9;
    padding: 2%;
}

.contact-container {
    width: 90%;
}

.credits-container {
    height: 10%;
    width: 90%;
    text-align: center;
}

.card-service {
    height: 200px;
    vertical-align: middle;
}

.service-image {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.row.products-box {
    padding: 10%;
}

.pricing-copy {
    width: 40%;
}

.heart:before {    
    height: 30px;
    width: 30px;
    content: '\2665';
    color: pink;
    margin-left: 5px;
    margin-right: 5px;
}

.img-devices-demo {
    margin-top: -25vh;
}
  
/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    .header-container {
        height: 100vh;
        background-color: #0d7cf9;
        background-repeat: no-repeat;
        background-size: 100vw 100vh;
        background-position:center;
        color: #ffffff;
        padding: 15%;    
    }

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
        .header-container {
            height: 100vh;
            width: 100vw; 
            background-color: #0d7cf9;
            background-repeat: no-repeat;
            background-size: 100vw 100vh;
            background-position:center;
            color: #ffffff;
            padding: 15%;        
    }

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
        .header-container {
            height: 100vh;
            width: 100vw; 
            background-color: #0d7cf9;
            background-repeat: no-repeat;
            background-size: 100vw 100vh;
            background-position:center;
            color: #ffffff;
            padding: 15%;        
        }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .header-container {
        height: 100vh;
        background-color: #0d7cf9;
        color: #ffffff;
        padding: 15%;
        background-repeat: no-repeat;
        background-size: 100vw 100vh;
        border-bottom-left-radius: 20%;
    }

    .service-image {
        width: 80%;
        height: 80%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .clients-image {
        width: 75%;
        height: 75%;
    }
}

.top-nav {
    background-color: #0d7cf9;
}


.top-buffer {
    margin-top: 10px;
    margin-bottom: 10%;
}