a.nav-whatsapp {
    float: left;
    top: 16px;
    left: 70px;
}

a.nav-whatsapp {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    border-radius: 5px;
}

a.nav-whatsapp i {
    display: flex;
    font-size: 24px;
    line-height: 30px;
    color: white;
}

.navbar-brand {
    margin-right: 0.1rem;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.row {
    padding: 0%;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1320px;
    }
}

figure {
    margin: 0px;
}

[data-title*='Section'] {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    overflow: hidden;
}

[data-title*='HeroSec'] {
    padding-top: 25px !important;
    padding-bottom: 0px !important;
    overflow: hidden;
}

[data-title*='ContactSection'] {
    padding-top: 35px !important;
    padding-bottom: 30px !important;
}

@media (min-width: 992px) {
    [data-title*='Section'] {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }

    [data-title*='HeroSec'] {
        padding-top: 80px !important;
        padding-bottom: 0px !important;
    }

    [data-title*='ContactSection'] {
        padding-top: 80px !important;
        padding-bottom: 30px !important;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    [data-title*='Section'] {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    [data-title*='HeroSec'] {
        padding-top: 60px !important;
        padding-bottom: 0px !important;
    }

    [data-title*='ContactSection'] {
        padding-top: 80px !important;
        padding-bottom: 30px !important;
    }
}

#HeroSection {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    background-image: url('../images/PPF-Comparison-Background.jpg');
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#ContactUs {
    background-color: #1D1D1B;
}

@media (max-width: 500px) {
    img.logo-combine {
        margin: 0px auto;
    }
}

.priceTable {
    border-radius: 15px;
    padding: 20px;
    background: #0a0a098a;
}

.priceTable img {
    border-radius: 10px;
}

.priceTablewarranty {
    text-align: right;
    color: white;
    padding: 0px 20px;
}

a.ppfInfo-link {}

/* CSS */
a.ppfInfo-link {
    position: relative;
    background-color: #ffda00;
    border-radius: 100px;
    box-shadow: rgb(187 156 44 / 20%) 0 -25px 18px -14px inset, rgb(187 156 44 / 20%) 0 1px 2px, rgb(187 156 44 / 20%) 0 2px 4px, rgb(187 156 44 / 20%) 0 4px 8px, rgb(187 156 44 / 20%) 0 8px 16px, rgb(187 156 44 / 20%) 0 16px 32px;
    color: black;
    cursor: pointer;
    display: inline-block;
    padding: 10px 25px;
    margin: 15px 15px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 17px;
    font-weight: 600;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

a.ppfInfo-link:before {
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    border-radius: 100px;
    border: 2px solid #fed901;
    padding: 4px;
}

a.ppfInfo-link:hover {
    box-shadow: rgb(187 156 44 / 20%) 0 -25px 18px -14px rgb(187 156 44 / 20%) 0 1px 2px, rgb(187 156 44 / 20%) 0 2px 4px, rgb(187 156 44 / 20%) 0 4px 8px, rgb(187 156 44 / 20%) 0 8px 16px, rgb(187 156 44 / 20%) 0 16px 32px;
    transform: scale(1.05) rotate(-1deg);
}

a.ppfInfo-link i {}

@media (max-width:500px) {
    a.ppfInfo-link:before {
        top: 51%;
    }

    .priceTable {
        border-radius: 0px;
        padding: 0px;
        background: transparent;
    }

    .priceTable img {
        border-radius: 5px;
    }

    .priceTablewarranty {
        font-size: 3.3vw;
        padding: 0px;
    }
}

#Footer {
    background-color: black;
}