/* ********************** Font ******************** */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
/* ********************** Scrollbar ******************** */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #333333; 
}
::-webkit-scrollbar-thumb {
  background: var(--red); 
}
/* ********************** Root ******************** */
:root {
    --red: #A81C1D;
}
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Epilogue', sans-serif;
}
ul,li {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
}

.google-play-img {
    width: 400px;
    max-width: 100%;
    height: auto;
}
/* ********************** Boostrap-custom ******************** */
.btn {
    display: flexbox;
    align-items: center;
    border-radius: 30px;
    padding: 10px 30px; 
    font-size: 14px;
}
.btn-danger {
    background-color: var(--red);
}
.btn-outline-danger {
    border: 1px solid var(--red);
    color: var(--red);
}
.btn-outline-dark {
    border: 1px solid black;
    color: black;
}
/* ********************** Wrapper ******************** */
.wrapper.sticky {
    padding-top: 90px;
}
@media (max-width: 768px) {
    .wrapper.sticky {
        padding-top: 90px;
    }
}
@media (max-width: 576px) {
    .wrapper.sticky {
        padding-top: 66px;
    }
}
/* ********************** Home ******************** */
/* Header */
#home-cover {
    min-height: 709px;
    padding: 0 120px;
    background-image: url('/img/bg4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#home-cover .title {
    margin-top: 70px;
    font-size: 40px;
    font-weight: 700;
    color: #444444;
}
#home-cover .text {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #555555;
}
#home-cover .home-ui {
    margin-top: 100px;
    width: 210px;
}
@media (max-width: 1280px) and (min-width: 992px) {
    #home-cover {
        padding: 0 50px;
    }
    #home-cover .title {
        font-size: 33px;
        margin-top: 70px;
    }
    #home-cover .text {
        font-size: 15px;
    }
    #home-cover .home-ui {
        width: 350px;
        margin-top: 100px;
    }
}
@media (max-width: 992px) {
    #home-cover {
        padding: 0 70px;
    }
    #home-cover .title {
        margin-top: 50px;
    }
    #home-cover .app-mockup {
        text-align: center;
    }
}
@media (max-width: 768px) {
    #home-cover {
        padding: 50px 50px;
        text-align: center;
    }
    #home-cover .title {
        font-size: 33px;
        margin-top: 10px;
    }
    #home-cover .text {
        margin-left: 60px;
    }
    #home-cover .home-ui {
        width: 300px;
    }
}
@media (max-width: 576px) {
    #home-cover {
        padding: 50px 15px;
        background-image: none;
    }
    #home-cover .title {
        margin-top: 0;
        font-size: 24px;
    }
    #home-cover .text {
        font-size: 13px;
        margin-left: 0;
    }
    #home-cover .home-button a{
        font-size: 10px;
        padding: 6px 10px;
    }
    #home-cover .app-mockup {
        text-align: center;
    }
    #home-cover .home-ui {
        width: 300px;
    }
}
/* End Header */
/* Service */
#service .service-card-wrapper {
    padding: 8px 120px 50px 120px;
    background-color: #F5F5F5;
}
#service .service-card {
    padding: 30px 50px;
    border-radius: 30px;
    border: 1px solid var(--red);
}
#service .service-card .header {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-flex-direction: column;
    color: black;
}
#service .service-card .header .icon {
    width: 70px;
    margin-bottom: 10px;
    border-radius: 100%;
    overflow: hidden;
    background-color: #A81C1D;
}
#service .service-card .header .icon img {
    width: 70px;
}
#service .service-card .header .title {
    font-size: 18px;
    font-weight: 600;
}
#service .service-card .text {
    color: #555555;
    font-size: 15px;
    font-weight: 400;
}
@media (max-width: 1199px) and (min-width: 768px) {
    #service .title-wrapper .title {
        padding: 0 200px;
    }
    #service .service-card-wrapper {
        padding: 60px 300px;
    }
    #service .service-card .header .icon {
        width: 85px;
    }
    #service .service-card .header .icon img {
        width: 85px;
    }
}
@media (max-width: 576px) {
    #service .service-card-wrapper {
        padding: 60px 15px;
    }
    #service .service-card {
        margin-top: 20px;
        padding: 15px;
        border: none;
    }
    #service .service-card .header .icon {
        width: 70px;
    }
    #service .service-card .header .icon img {
        width: 70px;
    }
    #service .service-card .header .title {
        font-size: 14px;
        margin-bottom: 5px;
    }
    #service .service-card .text {
        padding: 0 40px;
        font-size: 12px;
    }
}
/* End Service */
/* Feature */
#feature {
    padding: 50px 120px;
}
#feature .header .title h1 {
    font-size: 16px;
    font-weight: 700;
    color: orange;
    text-transform: uppercase;
}
#feature .header .title p {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 70px;
}
#feature .main img.image {
    width: 400px;
    border-radius: 20px;
}
#feature .main .title {
    font-size: 25px;
    font-weight: 700;
}
#feature .main .text {
    font-size: 15px;
    line-height: 30px;
    color: #555;
}
@media (max-width: 1199px) and (min-width: 992px) {
    #feature {
        padding: 50px 220px;
    }
}
@media (max-width: 768px) and (min-width: 576px) {
    #feature {
        padding: 50px 35px;
    }
    #feature .main .image {
        width: 400px;
    }
    #feature .main .title {
        font-size: 28px;
        margin-top: 40px;
    }
    #feature .main .text {
        margin-top: -10px;
    }
}
@media (max-width: 576px) {
    #feature {
        padding: 50px 15px;
    }
    #feature .header .title h1 {
        font-size: 13px;
    }
    #feature .header .title p {
        font-size: 24px;
        margin-bottom: 10px;
    }
    #feature .main {
        text-align: center;
    }
    #feature .main img.image {
        width: 200px;
    }
    #feature .main .title {
        font-size: 20px;
        margin-top: 30px;
    }
    #feature .main .text {
        font-size: 13px;
    }
}
/* End feature */
/* Pricing */
#pricing {
    padding: 50px 120px;
    background-color: #F5F5F5;
}
#pricing .title p {
    font-size: 33px;
    font-weight: 700;
}
#pricing .text p {
    font-size: 16px;
}
#pricing .pricing-card .container-fluid {
    min-height: 451px;
    width: 355px;
    border-radius: 10px;
    box-shadow: 0 5px 5px #0000001f;
    background-color: white;
    padding: 5px 23px 38px 23px;
}
#pricing .pricing-card .lite span {
    color: #646464;
}
#pricing .pricing-card .basic span {
    color: orange;
}
#pricing .pricing-card .premium span {
    color: #A81C1D;
}
#pricing .pricing-card .header .title {
    font-size: 28px;
    font-weight: 700;
}
#pricing .pricing-card .header .price {
    font-size: 16px;
    font-weight: 500;
}
#pricing .pricing-card .header .discount {
    background-color: whitesmoke;
    border-radius: 3px;
    padding: 3px;
}
#pricing .pricing-card .header .discount .text {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #767676;
}
#pricing .pricing-card .header .discount .price {
    color: #272727;
}
#pricing .pricing-card .header .button {
    height: 40px;
}
#pricing .pricing-card .header .button a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: 700;
    font-size: 16px;
    color: white;
    border-radius: 9px;
    box-shadow: 0px 2px 2px #0000001f;
}
#pricing .pricing-card .lite .header .button a:hover {
    background-color: rgba(128, 128, 128, 0.7);
}
#pricing .pricing-card .basic .header .button a:hover {
    background-color: rgba(255, 165, 0, 0.7);
}
#pricing .pricing-card .premium .header .button a:hover {
    background-color: rgba(168, 28, 29, 0.7);
}
#pricing .pricing-card .lite .header .button a {
    background-color: grey;
}
#pricing .pricing-card .basic .header .button a {
    background-color: orange;
}
#pricing .pricing-card .premium .button a {
    background-color: #a81c1d;
}
#pricing .pricing-card .main .explain {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #333333;
}
#pricing .pricing-card .main .text-list ul {
    padding-left: 10px;
}
#pricing .pricing-card .main .text-list ul li i {
    font-size: 20px;
}
#pricing .pricing-card .main .text-list ul li p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
@media (max-width: 576px){
    #pricing {
        padding: 50px 15px;
    }
    #pricing .title p {
        font-size: 24px;
        font-weight: 700;
    }
    #pricing .text p {
        padding: 0 50px;
        font-size: 13px;
        color: #555;
    }
    #pricing .pricing-card .container-fluid {
        min-height: 250px;
        width: 250px;
        padding: 5px 23px 20px 23px;
    }
    #pricing .pricing-card .basic,
    #pricing .pricing-card .premium {
        margin-top: 20px;
    }
    #pricing .pricing-card .header .title {
        font-size: 22px;
    }
    #pricing .pricing-card .header .price {
        font-size: 14px;
    }
    #pricing .pricing-card .header .button {
        height: 25px;
    }
    #pricing .pricing-card .header .button a {
        font-weight: 700;
        font-size: 14px;
    }
    #pricing .pricing-card .main .text-list ul li i {
        font-size: 16px;
    }
    #pricing .pricing-card .main .text-list ul li p {
        font-size: 12px;
    }
}
/* End Pricing */
/* App Platform */
#app-platform {
    padding: 160px 120px 120px 120px;
}
#app-platform .container-fluid {
    position: relative;
    min-height: 455px;
    padding: 70px 50px;
    border-radius: 30px;
    background-color: var(--red);
}
#app-platform .title {
    font-weight: 600;
    font-size: 50px;
    color: white;
}
#app-platform .text {
    color: #444444;
}
#app-platform .store-button a img.google-play-store {
    width: 155px;
    height: 61px;
}
#app-platform .store-button a img.app-store {
    width: 157px;
    height: 53px;
}
#app-platform img.platform-ui-image {
    width: 500px; 
    height: 555px;
    position: absolute; 
    top: -100px;
    right: 50px;  
}
@media (max-width: 1280px){
    #app-platform {
        padding: 0;
        z-index: 99;
    }
    #app-platform .container-fluid {
        padding: 90px 50px;
        border-radius: 0;
        background-color: var(--red);
    }
    #app-platform img.platform-ui-image {
        position: absolute; 
        top: 2px;
        right: 50px;
        width: 400px;
        height: 455px;
    }
}
@media (max-width: 1045px) {
    #app-platform img.platform-ui-image {
        display: none;
    }
}
@media (max-width: 576px) {
    #app-platform .container-fluid {
        min-height: 0;
        padding: 60px 15px;
        text-align: center;
    }
    #app-platform .title {
        font-size: 34px;
    }
    #app-platform .text {
        font-size: 12px;
    }
    #app-platform .store-button a img.google-play-store {
        width: 120px;
        height: 45px;
    }
    #app-platform .store-button a img.app-store {
        width: 120px;
        height: 39px;
    }
    #app-platform img.platform-ui-image {
        display: none;
    }
}
/* End App Platform */
/* ********************** Pages Cover ******************** */
#feature-cover {
    background-image: url('/img/img-feature.jpg');
}
#pricing-cover {
    background-image: url('/img/pricing-cover.png');
}
.cover {
    min-height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0 50px 0 900px;
}
.cover .title {
    font-size: 33px;
    font-weight: 700;
    color: white;
    margin-top: 150px;
    text-transform: capitalize;
}
.cover .text {
    color: rgb(250, 250, 250);
}
@media (max-width: 1440px) {
    .cover {
        padding: 0 30px 0 55%;
    }
}
@media (max-width: 992px) {
    .cover {
        padding: 0 30px 0 45%;
        background-position: right;
    }
}
@media (max-width: 768px) {
    .cover {
        padding: 0 30px 0 30%;
        background-position: right;
    }
}
@media (max-width: 576px) {
    .cover {
        padding: 0;
        min-height: 550px;
        text-align: center;
        padding: 0 20px;
        display: flex;
        align-items: center;
    }
    .cover .title {
        font-size: 24px;
        margin-top: 0;
    }
    .cover .text {
        font-size: 13px;
    }
}
/* ********************** Price ******************** */
