/* fonts */
* {
    font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Merriweather', serif;
    font-weight: 400;
    line-height: 1.3;
}
h1 {
    font-size: 44px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 18px;
}
p {
    font-size: 14px;
    line-height: 1.5;
}
i.mr-8 {
    margin-right: 8px;
}

/* NAV */

nav {
    width: 100%;
    height: 80px;
    padding: 16px 32px;
}
nav .logo {
    display: inline-block;
    width: 179px;
    height: 45px;
    background-image: url('../img/logo.png');
    background-repeat: no-repeat;
    background-size: cover;
}
nav ul {
    float: right;
    height: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
nav li {
    float: left;
    display: table;
    height: 100%;
    padding: 0 16px;
}
nav li:last-child {
    padding: 0 32px 0 16px;
}
nav li a {
    height: 100%;
    display: table-cell;
    cursor: pointer;
    color: #262626;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
}
nav li a:hover {
    color: #10B7C4;
}
nav a.btn-nav {
    float: right;
    cursor: pointer;
    border: 2px solid #10B7C4;
    background-color: transparent;
    border-radius: 50px;
    padding: 12px 24px;
    text-decoration: none;
    color: #262626;
    font-size: 14px;
}
nav a.btn-nav:hover {
    background-color: #10B7C4;
    color: #ffffff;
}
nav a.btn-nav i {
    display: none;
}

/* WHATSAPP */

#whatsapp {
    position: fixed;
    bottom: 20px;
    right:20px;
 }
 svg {
    width: 80px;
    filter: drop-shadow(0 1px 4px rgba(0,0,0,.4));
 }
 circle {
    fill: #25d366;
 }
 path {
    fill: #fff;
 }

/* BANNER */

.banner {
    position: relative;
    width: 100%;
    height: 550px;
    background-image: url('../img/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.banner .banner-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 894px;
    height: 149px;
    background-image: url('../img/right.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.banner .banner-left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 306px;
    height: 149px;
    background-image: url('../img/left.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.banner .banner-inner {
    max-width: 550px;
    padding: 104px 0 0 32px;
}
.banner .banner-inner h1,
.banner .banner-inner p {
    color: #ffffff;
}
.banner .banner-inner p {
    font-size: 24px;
    font-weight: 300;
    padding: 16px 0 32px;
}
.banner .banner-inner .btn-banner {
    cursor: pointer;
    border: 2px solid #ffffff;
    background-color: transparent;
    border-radius: 50px;
    padding: 12px 24px;
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
}
.banner .banner-inner .btn-banner:hover {
    background-color: #ffffff;
    color: #262626;
}

/* about us */

.aboutus {
    padding: 104px 0 40px 0;
}
.aboutus h2 {
    font-weight: 300;
    text-align: center;
    color: #262626;
}
.aboutus h2 span {
    font-family: 'Merriweather', serif;
    font-weight: 700;
    color: #262626;
}
.aboutus p {
    margin: 0 auto;
    max-width: 680px;
    font-size: 16px;
    text-align: center;
    color: #262626;
    padding-top: 32px;
}
.aboutus p a, .aboutus p a:active {
    cursor: pointer !important;
    text-decoration: underline !important;
    color: #262626;
}
.aboutus p a:hover {
    color: #10B7C4;
}

/* plan */

.plan {
    padding: 80px 0 60px 0;
}
.plan h2 {
    font-weight: 700;
    text-align: center;
    color: #262626;
}
.plan-box {
    position: relative;
    margin: 32px auto 16px;
    max-width: 800px;
    background-color: #ffffff;
    border-radius: 8px;
    border: 3px solid #10B7C4;
}
.plan p.terms {
    margin: 0 auto;
    max-width: 500px;
    font-size: 14px;
    color: #727272;
    text-align: center;
}
.plan .plan-btn {
    text-align: center;
    padding-top: 80px;
}
.plan .plan-btn a,
.plan .plan-btn a:active {
    display: inline-block;
    cursor: pointer;
    border: 2px solid #10B7C4;
    background-color: transparent;
    border-radius: 50px;
    padding: 12px 24px;
    text-decoration: none;
    color: #262626;
    font-size: 18px;
}
.plan .plan-btn a:hover {
    background-color: #10B7C4;
    color: #ffffff;
}

/* price */

.plan-box .price {
    padding: 24px 0 32px 32px;
}
.plan-box .price .price-inner .big {
    font-size: 38px;
    font-weight: bold;
}
.plan-box .price .price-inner .small {
    font-size: 18px;
}
.plan-box .price .price-inner .link a,
.plan-box .price .price-inner .link a:active {
    display: inline-block;
    cursor: pointer;
    border: 2px solid #10B7C4;
    background-color: #10B7C4;
    border-radius: 50px;
    padding: 12px 24px;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    margin-top: 24px;
}
.plan-box .price .price-inner .link a:hover {
    background-color: #ffffff;
    color: #262626;
}

/* detail */

.plan-box .detail {
    padding: 24px 32px 32px 0;
}
.plan-box .detail ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.plan-box .detail li {
    position: relative;
    font-size: 14px;
    color: #262626;
    padding: 0 0 16px 36px;
}
.plan-box .detail li.list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 24px;
    width: 24px;
    background-image: url('../img/item.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.plan-box .detail li.title {
    padding: 0 0 24px 0;
}

/* last */

.plan-box .last {
    padding: 16px 24px;
    font-size: 12px;
    color: #262626;
    background-color: #F5F5F5;
    border-radius: 0 0 8px 8px;
    text-align: center;
}

/* img-price */

.img-left {
    position: absolute;
    height: 431px;
    width: 431px;
    background-image: url('../img/price-left.svg');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    top: -130px;
    left: -140px;
}
.img-right {
    position: absolute;
    height: 215px;
    width: 390px;
    background-image: url('../img/price-right.svg');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    top: -90px;
    right: -130px;
}

/* faq */

.faq {
    padding: 60px 0 120px 0;
}
.faq .faq-box {
    margin: 0 auto;
    max-width: 1040px;
}
.faq .faq-box h3 {
    max-width: 350px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 16px;
}
.faq .faq-box p {
    color: #262626;
}

/* footer */

footer {
    padding-top: 64px;
    background-color: #F5F5F5;
}
footer .footer-box h2,
footer .footer-box p {
    max-width: 550px;
}
footer .footer-box h2 {
    font-weight: bold;
    margin-bottom: 16px;
}
footer .footer-box p {
    font-size: 16px;
}
footer .footer-box a,
footer .footer-box a:active {
    color: #262626;
}
footer .footer-box a:hover {
    color: #10B7C4;
}
footer .footer-line {
    margin-top: 64px;
    background-color: #262626;
}
footer .footer-line p {
    padding: 24px 0;
    margin: 0;
    color: #ffffff;
}


/* medias */

@media (max-width: 1200px) {
    .banner .banner-left {
      display: none;
    }
  }

@media (max-width: 992px) {
    nav ul {
      display: none;
    }
  }

@media (max-width: 768px) {
    .img-left,
    .img-right {
      display: none;
    }
    .plan-box .price {
        padding: 24px 32px 32px;
    }
    .plan-box .detail {
        padding: 24px 32px 32px;
    }
    .faq .faq-box p {
        margin-bottom: 48px;
    }
    .banner .banner-right {
        width: 580px;
        height: 100px;
    }
    .banner .banner-inner {
        padding: 104px 0 0 0;
    }
    .faq {
        padding: 60px 0 72px 0;
    }    
}

@media (max-width: 576px) {
    .banner .banner-inner .btn-banner i,
    .plan .plan-btn i,
    nav a.btn-nav span {
        display: none;
    }
    .banner {
        height: 500px;
    }
    .banner .banner-inner {
        padding: 64px 16px 0;
    }
    .banner .banner-inner h1 {
        font-size: 34px;
        line-height: 1.5;
    }
    .banner .banner-inner p {
        font-size: 21px;
        font-weight: 300;
        padding: 16px 0 32px;
        margin: 0;
    }
    .banner .banner-inner .btn-banner {
        display: block;
        text-align: center;
    }
    .banner .banner-right {
        width: 300px;
        height: 60px;
    }
    .aboutus {
        padding: 80px 8px 20px;
    }
    .aboutus h2,
    .plan h2,
    footer .footer-box h2 {
        font-size: 24px;
    }
    .aboutus p {
        padding-top: 16px;
    }
    .plan {
        padding: 60px 8px 40px;
    }
    .plan-box .price {
        padding: 24px 24px 8px;
    }
    .plan-box .detail {
        padding: 24px;
    }
    .plan-box .price .price-inner .big {
        font-weight: bold;
        text-align: center;
    }
    .plan-box .price .price-inner .small {
        font-size: 16px;
        text-align: center;
    }
    .plan-box .price .price-inner .link a,
    .plan-box .price .price-inner .link a:active {
        font-size: 18px;
        display: block;
        text-align: center;
    }
    .plan-box .detail li.title {
        text-align: center;
    }
    .plan .plan-btn {
        padding-top: 56px;
    }
    .plan p.terms {
        font-size: 12px;
    }
    .plan .plan-btn a,
    .plan .plan-btn a:active {
        font-size: 16px;
    }
    .faq {
        padding: 40px 0 40px;
    }
    .faq .faq-box h3,
    .faq .faq-box p {
        text-align: center;
    }
    .faq .faq-box h3 {
        max-width: 576px;
    } 
    footer {
        padding-top: 64px;
    }
    footer .footer-box {
        padding: 0 24px;
    }
    footer .footer-box p {
        font-size: 14px;
    }
    footer .footer-line {
        margin-top: 40px;
    }
    footer .footer-line p {
        padding: 24px 16px;
        text-align: center;
        font-size: 12px;
    }
    nav a.btn-nav i {
        display: inline;
    }
    nav a.btn-nav {
        padding: 6px 12px;
        font-size: 22px;
        color: #10B7C4;;
    }
}

@media (max-width: 375px) {
    nav .logo {
        width: 50px;
    }
    .banner .banner-inner h1 {
        font-size: 32px;
    }
    .banner .banner-inner p {
        font-size: 18px;
    }
    .aboutus h2,
    .plan h2,
    footer .footer-box h2 {
        font-size: 22px;
    }
    .aboutus p {
        font-size: 14px;
    }
    .plan-box .price .price-inner .big {
        font-size: 28px;
    }
    .plan .plan-btn a,
    .plan .plan-btn a:active {
        font-size: 14px;
    }
}