@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 1px;
}

.heading {
    font-weight: 600;
    font-size: 3em;
    color: #000;
}


/* Header */

header {
    border-bottom: 1px solid #303030;
}

header img {
    max-width: 280px;
}

.main-slider {
    position: relative;
}


/* Content */
.content {
    padding-top: 4em;
    padding-bottom: 6em;
}

.content h2 {
    font-weight: 700;
    letter-spacing: 0px;
    margin-bottom: 0.5em;
}

.content p {
    font-size: 1.05em;
}

.content img {
    width: 100%;
}


/* ENQUIRE */

.enquiry .heading {
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
}


.form-container label {
    font-size: 1.1em;
    margin-bottom: 6px;
    color: #303030;
}

.form-container .form-control {
    min-height: 49px;
    border-radius: 0;
    background: #f6f6f6;
    color: black;
    font-size: 19px;
}

.success {
    border: 1px solid #4caf50;
    background-color: #4caf50;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 7px;
    border-radius: 9px;
    margin-bottom: 10px;
    display: none;
}

.error {
    border: 1px solid #da3636;
    background-color: #da3636;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 7px;
    border-radius: 9px;
    margin-bottom: 10px;
    display: none;
}


.homepage-form {
    padding: 10px 10px;
    margin-top: 10px;

    position: absolute;
    top: 2%;
    right: 3%;
}

.homepage-form-inside {
    padding: 25px 15px 40px 15px;
    ;
    border: 2px solid #ffffff;
    border-radius: 7px;
    background: #ffffff85;
}

.homepage-form h4 {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 22px;
    margin-top: 16px;
    letter-spacing: 0px;
    color: #05272c;
}

.homepage-form label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #444444;
}

.homepage-form .form-item {
    margin-bottom: 16px;
}

.homepage-form .form-control {
    border-radius: 0;
    background: #fefefe;
    color: black;
    font-size: 16px;
    padding: 6px 11px;
}

.homepage-form .btn-dark {
    margin-top: .5em;
}

.homepage-form .error,
.homepage-form .success {
    padding: 3px;
    font-size: 12px;
}

.benefits ul {
    list-style: circle;
}

.benefits ul li {
    margin-bottom: 9px;
    font-size: 1.1em;
}


/* Footer */
.footer-bg {
    background: #e8e8e8;
}

.footer-bg {
    padding-top: 55px;
    padding-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
}

footer p {
    color: #1d1d1d;
}

footer .underline {
    height: 3px;
    margin: 8px auto 26px auto;
    width: 100px;
    background: #fecc2d;
}

footer h2 {
    color: #1d1d1d;
    margin-bottom: 1px;
    padding-bottom: 0px !important;
    font-weight: 700;
}

footer h3 {
    color: #1d1d1d;
}

footer a {
    color: #1d1d1d;
}

footer a:hover {
    color: black;
}

footer .contact .contact-item {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 6px;
}

footer .contact .contact-item i {
    padding: 7px;
    background: #fecc2d;
    border-radius: 24px;
    margin-right: 5px;
}

.copyright {
    background: #fecc2d;
    padding: 1em;
}

.copyright p {
    margin-bottom: 0;
    color: white;
}

.copyright .social-media-item {
    text-align: center;
    display: inline-block;
}

.copyright .social-media-item i {
    padding: 9px;
    background: white;
    border-radius: 24px;
    margin-right: 5px;
    height: 32px;
    width: 32px;
    color: #001e50;
    font-size: 14px;
}

.copyright .social-media-item i:hover {
    background: #c0e2ff;
}



/* RESPONSIVE */

@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 991.98px) {
    .homepage-form {
        position: inherit;
        right: inherit;
        top: inherit;
    }
}

@media (max-width: 767.98px) {
    .heading {
        font-size: 1.8em;
    }
}

@media (max-width: 575.98px) {
    .showroom-h2 {
        font-size: 1.1em
    }
}

@media (max-width: 380.98px) {
    .showroom-h2 {
        font-size: 1em
    }
}