body,
html {
    font-family: 'Rubik', sans-serif;
    font-size: 22px;
    background-color: #f8f8f8;
    /* min-width: 600px; */
}


/* Header */
.bottombar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 10px;
    width: 1350px;
}

.logo {
    width: 155px;
    margin-left: 15px;
    margin-right: 35px;
}

.icon-with-text {
    grid-column: 2;
    display: flex;
    align-items: start;
    padding: 10px;

    margin-right: 35px;
}

.icon-with-text .icon svg {
    height: 30px;
    width: 30px;
    margin: 5px 10px 0 0;
}

.icon-with-text .text p {
    margin: 0;
    color: black;
    font-size: 12px;
    text-align: left;
}

.icon-with-text .text p b {
    font-size: 15px;
}

.search {
    display: flex;
    align-items: center;
    flex: 1;
    border-radius: 22px;
    border: 1px solid #d9d9d9;
    margin-right: 25px;
}

input.search-input {
    flex: 1;
    margin: 0;
    font-size: 12px;
    width: 100%;
    background: transparent;
    border: 0px;
    padding: 9px 15px;
}

input.search-input:focus {
    outline: none;
}

.icons {
    grid-column: 4;
    display: flex;
    justify-content: flex-end;
    padding: 5px;
}

.icons .icon svg {
    width: 40px;
    height: 40px;
    padding: 0 5px;
}

a.search-button {
    background: #f0f0f0;
    top: 0px;
    margin: 2px;
    border-radius: 20px;
    border: 0px;
    height: 40px;
    width: 40px;
    transition: all 0.3s;
}

a.search-button:hover {
    background: #dd3d27;
}

a.search-button:hover svg {
    color: #fff;
}

a.search-button svg {
    color: #9c9b9b;
    height: 20px;
    margin-top: 3px;
    margin-left: 10px;
    width: 20px;
    transition: all 0.3s;
}

.container-Topbar div {
    font-size: 14px;
}

.container-Topbar {
    padding: 10px 25px;
    margin: 0 auto;
    width: 1350px;
}

/* FOOTER SECTION */
.site-footer {
    background-image: url(Assets/Images/footer-bg_1920x.jpg);
    background-size: 110%;
    /* Adjust the zoom level as needed (e.g., 110% for a slight zoom) */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
    text-align: center;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    width: 1350px;
    justify-content: space-between;
    padding: 30px;
    gap: 50px;

    /* Adjust the spacing between columns as needed */
    text-align: center;
}

.footer-logo {
    text-align: left;
    color: #a5a5a5;
}

.footer-logo img {
    max-width: 158px;
    margin-bottom: 10px;
    height: auto;
}

.footer-column {
    flex: 1;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
}

.footer-column h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 0;
    letter-spacing: 2px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column a {
    color: #a5a5a5;
    text-decoration: none;
    transition: all 0.3s;
}

.footer-column a:hover {
    color: #dd3d27;
}

.copyright {
    border-top: 1px solid #737373;
    padding: 20px 0;
    width: 100%;
    /* Adjust the padding as needed */
    text-align: left;
}

.copyright img {
    max-width: 350px;
    margin-bottom: 10px;
    height: auto;
}

#topbar {
    background: #292929;
    padding: 5px 15px;
    color: #ffffff;
}

.bottombar .toggler {
    visibility: collapse !important;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    font-size: 14px;
    margin-left: 10px;
}

.center-row {
    display: flex;
    justify-content: center;
    border-top: 1px solid #e6e6e6;
}

.navbar {
    background-color: transparent;
    font-size: 15px;
    font-weight: 600;
    padding: 0;
}


.navbar .nav-item {
    border-right: 1px solid #e6e6e6;
    padding: 10px 0;
}


.footer-logo-icons {
    margin-top: 10px;
    margin-left: -10px;
}

.footer-logo-icons svg path {
    margin: 5px;
    fill: #a5a5a5 !important;
}


.body-contents {
    margin: 0 auto;
    width: 1350px;

}



@media (max-width: 1400px) {

    .container-Topbar,
    .bottombar,
    .body-contents,
    .footer-columns {
        width: 1150px !important;
    }
}

@media (max-width: 1200px) {

    /* center the container-Topbar */
    .icon-with-text {
        visibility: collapse;
    }

    .container-Topbar,
    .bottombar,
    .body-contents {
        width: 850px !important;
    }

    .footer-columns {
        width: 250px !important;
        text-align: center;
        padding: 10px 25px;
    }

    .footer-columns .footer-column {
        text-align: center;
        padding: 0;
        margin: 0;
    }

    .footer-logo {
        text-align: center;
    }

}

@media (max-width: 990px) {

    .container-Topbar,
    .bottombar,
    .body-contents {
        width: 100% !important;
        padding: 10px 25px;

    }

    .search,
    .icon-with-text,
    .icon-me,
    #topbar {
        visibility: collapse !important;
        position: absolute;
    }

    .bottombar .toggler {
        visibility: visible !important;
    }

    .logo {
        margin: 0;
    }

}

@media (max-width: 767px) {
    .footer-column {
        flex-basis: 50%;
    }
}