body {
    font-family: 'Nunito Sans', sans-serif;
}

h1,
h2,
.btn,
.package-tile h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

header {
    padding: 20px;
    background: #fff;
}

.logo img {
    width: 180px;
    max-width: 100%;
}

#jumbotron {
    padding: 100px 10px;
    background: url(../images/jumbotron.jpg) no-repeat center center;
    background-size: cover;
    color: #111;
}

h1 {
    font-size: 65px;
    font-weight: bold;
    line-height: 1.1;
}

.cta {
    border-radius: 50px;
    font-size: 20px;
    padding: 10px 25px;
    background: #e00;
    color: #fff;
    margin-top: 10px;
}

.text-btn {
    margin-left: 10px;
    margin-top: 10px;
}

.text-btn:focus {
    box-shadow: none;
}

#features {
    padding: 45px 10px;
    background: #111;
    color: #f9f9f9;
}

.feature-tile img {
    width: 65px;
    margin-bottom: 20px;
}

.feature-tile h4 {
    font-size: 22px;
    font-weight: bold;
}

#special {
    padding: 45px 10px 0;
}

.special-text {
    padding: 15px 15px 45px;
}

h2 {
    text-transform: capitalize;
}

.promo-list {
    -webkit-padding-start: 30px;
    -moz-padding-start: 30px;
    margin: 20px 10px 0;
}

.promo-list li {
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 8px;
    list-style: none;
}

.promo-list li::before {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/checked.svg) no-repeat center center;
    background-size: contain;
    content: '';
    position: absolute;
    left: -30px;
}

#testimonials {
    padding: 65px 10px;
    color: #fff;
    background: url(../images/testimonials.jpg) no-repeat center center fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
}

#testimonials::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    z-index: -1;
    display: block;
    background: rgb(0, 0, 0);
    background: -moz-radial-gradient(circle, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: radial-gradient(circle, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}

.comment-wrap {
    padding: 25px;
    border: 2px solid #fff;
    margin-top: 20px;
    background: rgba(0, 0, 0, 0.5);
}

.stars {
    display: block;
    margin-bottom: 10px;
}

ion-icon {
    color: gold;
    font-size: 32px;
}

.comment-wrap p {
    font-size: 18px;
    font-style: italic;
}

#packages {
    background: #f2f2f2;
    padding: 65px 10px;
}

#package-row {
    margin-top: 20px;
}

.package-wrap {
    padding: 10px;
}

.package-tile {
    padding: 25px 15px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e7e7e7;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    position: relative;
}

#offer {
    background: gold;
    color: #111;
    padding: 5px;
    display: inline-block;
    font-size: 13px;
    position: absolute;
    top: 10px;
    right: -5px;
    font-weight: bold;
}

.package-tile#gold {
    border: 1px solid gold;
}

h4.speed {
    font-size: 18px;
}

p.price {
    font-size: 46px;
    border-top: dashed 1px #e8e8e8;
    margin-top: 20px;
    margin-bottom: -10px;
}

.more {
    padding: 10px 25px;
    font-size: 20px;
    background: #111;
    color: #fff;
    border-radius: 50px;
}

.month {
    margin-bottom: 0;
}

.details {
    text-transform: uppercase;
    margin-top: 10px;
    border-top: 1px dashed #e7e7e7;
    padding: 10px 0;
}

footer {
    background: #111;
    color: #999;
    padding: 20px;
}

.footer-logo {
    width: 150px;
    max-width: 100%;
}

footer p {
    margin-bottom: 0;
    font-size: 14px;
}

footer p a {
    color: #f3f3f3;
    text-decoration: underline;
}

@media screen and (max-width:992px) {
    #jumbotron {
        padding: 40px 10px;
    }
    h1 {
        font-size: 40px;
    }
    #special {
        text-align: center;
    }
    .promo-list {
        text-align: left;
        margin-left: 15%;
    }
    .package-tile {
        min-height: 415px;
    }
    #testimonials {
        padding: 25px 10px;
    }
    h4.speed {
        font-size: 15px;
    }
}

@media screen and (max-width:767px) {
    .jumbotron-in {
        background: rgba(255, 255, 255, 0.6);
        padding: 20px;
    }
    h1 {
        font-size: 36px;
    }
    h2 {
        font-size: 26px;
    }
    #jumbotron h3,
    .feature-tile h4,
    #special h3 {
        font-size: 16px;
    }
    .feature-out {
        padding: 0;
    }
    .feature-tile {
        padding: 10px;
    }
    #special {
        padding: 20px 0 0;
    }
    .promo-list li {
        font-size: 16px;
        margin-bottom: 5px;
    }
    #packages {
        padding: 25px 10px;
    }
}