:root {
    --red: #CB4154;
    --blue: #131D3B;
    --red-hover: #B43041;
    --background-black: #1717179D;
    --white: #FFFFFF;
    --awhite: rgba(255, 255, 255, 0.75);
}

* {
    font-family: 'Roboto', sans-serif;

}

a {
    text-decoration: none;

}

.background {

    background-image: url('../assets/img/WhatsApp-Image-2023-03-13-at-14.34.35-5.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    color: var(--white);
    height: 720px;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    position: absolute;
}

.background::before {
    width: 100%;
    height: 100%;
    background-color: var(--background-black);
    content: '';
    position: absolute;
}

.phone-numbers {
    color: var(--awhite);
}

.border-top-1 {
    border-top: 1px solid #FFFFFF1F;
}

.topbar a {
    color: var(--awhite);
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
}

.topbar .social-icon {
    margin: 0 10px;
}

.topbar .social-icon:hover {
    color: var(--white);
}

.navbar a {
    color: var(--awhite);
}

.navbar a:hover {
    color: var(--white);
}

.navbar .nav-link.active {
    color: var(--white);
}

.navbar li {
    margin: 0 10px;
}

.navbar .nav-link:focus {
    color: var(--white);

}

.red {
    background-color: var(--red);
}

.red:hover {
    background-color: var(--red-hover) !important;
}

.hero {
    margin: 110px 0;
}

.hero h1 {
    font-size: 3.4117647058824rem;
    font-weight: 600;
    color: var(--white);
    margin: 0 0 0 0;
}

.hero h3 {
    font-size: 1.1rem;
    /* font-weight: 600; */
    color: var(--awhite);
    line-height: 1.95;
    margin: 30px 0;
}

.about {
    padding: 120px 0 100px 0;
}

.about img {
    width: 100%;
    height: 100%;
}

.about .text-content {
    padding: 0 0 0 80px;
    text-align: justify;
}

.about .text-content h4 {
    color: var(--red-hover);
    font-weight: 800;
    font-size: 1.4rem;
}

.about .text-content h5 {
    font-size: 2.2352941176471rem;
    line-height: 1.7em;
    color: var(--blue);
    font-weight: 900;
}

.about .text-content p {
    font-size: 1rem;

    line-height: 1.9em;
    /* color: var(--blue); */
    font-weight: 400;
    letter-spacing: 1.1px;
}

.border-red {
    color: var(--red);
}

.tag i {
    font-size: 2rem;
}

.customer-reviews {
    padding: 50px 0;
}

.customer-reviews h4 {
    font-weight: 900;
    font-size: 1rem;
    color: #525252;
}

.customer-reviews h5 {
    font-weight: 900;
    font-size: 3.5rem;
    line-height: 1.2;
}

.customer-reviews i {
    /* font-weight: 900; */
    font-size: 3.5rem;
    color: #CCCCCC;
    margin: 50px 0;
}

.customer-reviews p {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    line-height: 2em;
    text-align: center;
    padding: 0 30px;

}

.customer-reviews .name {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

.customer-reviews .company {
    text-align: center;
    color: #BFBFBF;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 1.6em;
    letter-spacing: 3px;
}

.contact-us {
    padding: 100px 0 150px 0;
}

.contact-us h4 {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 12px;
}

.contact-us h5 {
    color: #000000;
    line-height: 1.3em;
    font-size: 65px;
    font-weight: 900;
}

.contact-us a {
    box-shadow: none;
    text-decoration: none;
    color: #000000;
}

.contact-us img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.contact-us p {
    padding: 20px 0px;
}

.contact-us img {
    margin: 5px 0;
}

.contact-us iframe {
    width: 100%;
    height: 100%;
}

.contact-us .social-icons a {
    font-size: 1.5rem;
    margin-right: 20px;
}

footer {
    background-color: var(--blue);
    padding: 60px 0 0 0;
    color: var(--white);

}

footer h5 {

    font-size: 1.4117647058824rem;
    font-weight: 600;
    margin-bottom: 1em;
    line-height: 1.5;
    color: var(--red-hover);
    padding-bottom: 20px;
}

footer p {
    margin-bottom: 1.75em;
}

footer ul {
    list-style: none;
}

footer ul li a {
    text-decoration: none;
    color: var(--white);
}

footer .links {
    text-align: center;
}

footer .estimate {
    text-align: end;
}

footer .social-icon a {
    color: var(--white);
    font-size: 1.5rem;
    margin-right: 20px;
}

footer .footer-down {
    padding: 50px 0;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 969px) {
    .background {
        height: 830px;
    }

    .about .text-content {
        margin: 80px 0 0 0;
    }

    .location {
        margin-right: 0px !important;
    }

    .hero {
        margin: 40px 0;
    }
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
    main {
        overflow-x: hidden;
    }

    .background {
        background-size: 220% 100%;
        background-position: center;
        height: 745px;
    }

    .hero {
        margin: 60px 0;
    }

    .about {
        padding: 0px 0 0px 0;
    }

    .about .text-content {
        padding: 20px;
        text-align: unset;
    }

    .about h5 {
        font-size: 2rem !important;
    }

    .customer-reviews i {
        padding: 0 20px;
    }

    .contact-us {
        padding: 20px 0 50px 0;
    }

    .contact-us h5 {
        font-size: 48px;
    }

    .contact-us iframe {
        margin: 20px 0;
        height: 320px;
        width: 100%;
    }

    footer .row > div {
        text-align: center;
        margin: 10px 0;
    }

    footer .social-icon a {
        margin-left: 2px;
        /* margin: 10px; */
    }

    footer .social-icon {
        /* margin-left: 2px; */
        padding-top: 10px;
    }

    footer p {
        margin-bottom: 0;
    }

    .aboutpage .background {
        height: 320px !important;
        background-position: bottom;

    }
}


.aboutpage .background {
    height: 370px;
    background-position: bottom;

}

.aboutpage .hero {
    margin: 30px 0 80px 0;
}

.aboutpage .background::before {

    background-color: #131D3BBD;

}

.aboutpage .page-content p {
    line-height: 2em;
}


/* mobile menu  */

/* Style for slide menu bar */
@media only screen and (min-width: 0px) and (max-width: 600px) {

    #collapsibleNavId {
        background-color: #F8F9FA;
        /* Replace with desired background color */
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        /* padding: 20px; Add desired padding */
        z-index: 999;
        /* Add desired z-index */
        overflow-y: auto;
        /* Add scroll if needed */
        display: none;
        /* Hide initially */
    }

    /* Style for menu items in slide menu */
    #collapsibleNavId ul {
        list-style-type: none;
        padding: 30px 20px;
    }

    #collapsibleNavId li {
        margin-bottom: 10px;
        /* Add desired margin between menu items */
    }

    #collapsibleNavId li a {
        color: #000000;
        /* Add desired color for menu item text */
        text-decoration: none;
    }

    #collapsibleNavId form {
        padding: 0 20px;
    }

    /* Style for close menu button */
    .close-wrapper {
        height: 40px;
        width: 40px;
    }

    .close-nav-btn {
        /* position: absolute; */
        top: 15px;
        right: 15px;
        background: none;
        float: right;
        border: none;
        padding: 0;
        cursor: pointer;
    }

    .me-8 {
        padding-right: 20px;
    }

    .aboutpage .me-8 {
        padding-right: 20px;
    }

    .close-nav-icon {
        font-size: 30px;
        color: #000000;
        /* Replace with desired color for close icon */
    }

}


.contactpage h4 {
    color: var(--red);
    line-height: 1.3em;

}

.contactpage h5 {
    color: var(--blue);
    font-size: 2.6rem;
    line-height: 1.3em;
    font-weight: 600;

}

.contactpage form input,
textarea {
    color: #666666;
    padding: 0.75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #DDDDDD;
    border-radius: 2px;
    margin-bottom: 20px;
    background: #FAFAFA;
    box-shadow: none;
    box-sizing: border-box;
    /* transition: all .2s linear; */
    width: 100%;

}

.contactpage .button {
    display: inline !important;

}

.contactpage textarea {
    resize: none;
}

.contactpage form label {
    display: none;
}

.contactpage .col-md-4 {

    padding: 20px 20px 20px 20px;
}

.contactpage .card {
    border: none;
    padding: 20px;
    /* padding: 20px 20px 20px  */
    box-shadow: 0px 0px 20px 0px rgba(205.5, 205.5, 205.5, 0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;

}

.contactpage strong {
    color: var(--blue);
    line-height: 3.1em;
    /* font-size: 1.1rem; */
    font-weight: 900;
}

.contactpage h6 {
    font-size: 23px;
    line-height: 1;
    font-weight: 900;
    color: var(--blue);
}

.contactpage iframe {
    margin: 80px 0px 80px 0;
    height: 400px;
}