body {
    font-family: 'Poppins', sans-serif;
    background: #f9f9f9;
}

nav.navbar {
    background: #fa0052;
    min-height: 80px;
}
nav.navbar .nav-flex {
    width: 100%;
}
nav.navbar .navbar-brand img {
    height: 35px;
}
nav.navbar .nav-logo {
    width: 100%;
    text-align: center;
}
@media (min-width: 576px) {
    nav.navbar .navbar-brand img {
        height: 50px;
    }
    nav.navbar .nav-logo {
        width: auto;
    }
    nav.navbar .nav-flex {
        justify-content: space-between;
    }
}
nav.navbar .nav-link {
    color: white;
}
nav.navbar .nav-contact {
    width: 100%;
}
nav.navbar .nav-contact .nav-contact-img {
    line-height: 48px;
    margin-right: 10px;
}
nav.navbar .nav-contact .svg {
    height: 30px;
}
nav.navbar .nav-contact .svg path {
    fill: white;
}
nav.navbar .nav-contact .contact-time,
nav.navbar .nav-contact .contact-tel {
    color: white;
    line-height: 48px;
}
nav.navbar .nav-contact .contact-tel {
    font-weight: 600;
    font-size: 16px;
}
nav.navbar .nav-contact .contact-time {
    font-size: 14px;
}
@media (min-width: 576px) {
    nav.navbar .nav-contact .contact-time,
    nav.navbar .nav-contact .contact-tel {
        line-height: 24px;
    }
}
@media (min-width: 576px) {
    nav.navbar .nav-contact {
        width: auto;
    }
    nav.navbar .nav-contact-info-flex {
        flex-direction: column;
    }
}

.banner {
    position: relative;
    height: 500px;
    background: url('../img/intro-img.jpg');
    background-position: center;
    background-size: cover;
}
.banner .banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.banner .banner-text h1,
.banner .banner-text h2 {
    color: white;
}
.banner .banner-text h1 {
    font-size: 3rem;
    font-weight: bold;
}
.banner .banner-text h2 {
    font-size: 1.4rem;
}

.section-title {
    font-weight: 600;
}

.offer-card {
    background: white;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.015);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.015);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.015);
    color: black !important;
    text-decoration: none !important;
    display: block;
    transition: all 0.3s ease;
}
.offer-card:hover {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
}
.offer-card:hover .offer-img img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}
.offer-card .offer-img {
    overflow: hidden;
}
.offer-card .offer-img img {
    width: 100%;
    transition: transform 0.3s ease;
}
.offer-card .offer-info {
    padding: 20px;
}
.offer-card .offer-title {
    font-weight: 600;
}
.offer-card .offer-desc {
    font-size: 14px;
    line-height: 21px;
    color: #757575;
}
.offer-card .offer-icons {
    height: 30px;
}
.offer-card .offer-icons img {
    max-height: 30px;
    height: 30px;
}
.offer-card .offer-icons p {
    display: inline-block;
    font-size: 0.9rem;
}
.offer-card .offer-footer {
    background: #fa0052;
    padding: 12px 20px;
}
.offer-card .offer-footer .offer-price {
    font-size: 1.15rem;
    color: white;
}
.offer-card .offer-footer .offer-price span {
    font-size: 1.5rem;
    font-weight: bold;
}

.custom-input input {
    border: 1px solid #e8e8e8;
    padding: 25px;
    padding-left: 18px;
    border-radius: 0;
    max-height: 52px;
    width: 100%;
}
.custom-input input[type='time'] {
    padding: 0;
    height: 52px;
    padding-left: 18px;
}
.custom-input select {
    border: 1px solid #e8e8e8;
    border-radius: 0;
    height: 52px;
    padding-left: 18px;
}
.custom-input input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c1bcc1;
}
.custom-input input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c1bcc1;
}
.custom-input input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #c1bcc1;
}
.custom-input label {
    margin-bottom: 4px;
}

.form-note {
    padding: 15px;
    border-left: 4px solid #5ccaf5;
    background: #e0f6ff;
}

.offer-price,
.offer-price-tax {
    font-size: 1.3rem;
    font-weight: 600;
}

.btn {
    padding: 13px 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    outline: none !important;
    box-shadow: none !important;
    transition: background 0.3s ease;
}
.btn.btn-primary {
    background: #fa0052;
    border: 0;
}
.btn.btn-primary:hover {
    background: #d10045;
    transition: background 0.3s ease;
}

.price-info {
    padding: 11px 15px;
    margin-right: 10px;
    border: 1px solid #d4d4d4;
}

.footer {
    padding: 40px 0;
    background: #1c1c1c;
}
.footer .footer-logo {
    width: 80%;
}
.footer .footer-title {
    color: white;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer .footer-map {
    width: 100%;
}
.footer .footer-contact {
    color: white;
}
.footer .footer-contact svg {
    width: 22px;
    max-height: 26px;
    margin-right: 6px;
}
.footer .footer-contact svg path {
    fill: #fa0052;
}
.footer .footer-list {
    list-style-type: none;
}
.footer .footer-list li {
    color: white;
    margin-bottom: 7px;
}
.footer .footer-list li img {
    height: 17px;
}

/*# sourceMappingURL=style.css.map */
