



@import url('https://fonts.googleapis.com/css2?family=Metal&family=Poppins:wght@300&family=Raleway:wght@400;500;600;800&display=swap');
/***font-family: 'Raleway', sans-serif;****/
/*****css******/
*{
    font-family: 'Raleway', sans-serif;  
}
a:hover{
    text-decoration: none;
}

.img-adjust{
    height: 500px;
    width:100%;
    object-fit: cover;
}

/* .footer-adjust{
    margin-left: -8em;
} */

p{
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
}
section.top-header .icon {
    color: #2f3640;
    margin-right: 15px;
    background-color: #dcdde1;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 17px;
    justify-content: center;
    border-radius: 50px;
}
section.top-header .logo img {
    width: 100%;
}
section.top-header .logo {
    width: 200px;
}
section.top-header {
    padding: 15px 0px;
}
section.top-header p {
    color: #2f3640;
    font-weight: 600;
}

/****menu****/
section.main-menu nav.navbar.navbar-expand-lg.navbar-light {
    background-color: #0097e6;
}
section.main-menu nav.navbar.navbar-expand-lg.navbar-light div#navbarNavDropdown {
    align-items: center;
    justify-content: center;
}
section.main-menu nav.navbar.navbar-expand-lg.navbar-light div#navbarNavDropdown li.nav-item a.nav-link {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    margin-right: 20px;
    letter-spacing: 1px;
}
  /*****mneu end****/
  .carousel-caption {
    background-color: #00000030;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 15px;
}
section.home-latest-info {
    background-color: #f5f6fa;
}
.info-head-home {
    background-color: #dcdde1;
    padding: 10px 19px;
}
.home-info-head {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
}
.home-info-head p {
    margin: 0;
    color: #2f3640;
    font-weight: 700;
    font-style: italic;
    font-size: 37px;
    text-transform: capitalize;
}
section.home-latest-info p {
    margin: 0;
    display: flex;
    align-items: center;
    height: 100%;
}
section.home-latest-info marquee {
    display: flex;
    height: 100%;
    align-items: center;
    font-weight: 500;
}
.content-car h5 {
    font-size: 62px;
        text-shadow: 2px 2px 2px rgb(31 15 15);
    font-weight: 900;
}
section.home-about {
    padding: 100px 0px 75px 0px;
}
section.home-about h3 {
    font-style: italic;
    text-transform: capitalize;
    font-size: 35px;
    margin-bottom: 13px;
}
section.home-about p {
    text-align: justify;
}
footer {
    background-color: #dfe6e9;
    padding: 60px 0px 0px 0px;
}   
footer ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer ul li {
    margin-right: 30px;
    list-style-type: none;
}
footer ul li a {
    color: #2d3436;
    font-weight: 600;
    font-size: 18px;
}
.footer-logo {
    background-color: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: 7em;
}
.footer-logo img {
    width: 82%;
}
.footer-adjust{
    margin-left: -8em;
}
.copyright {
    background-color: #b2bec3;
    padding: 15px 0;
}
.copyright p {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
}
footer p {
    color: #2d3436;
    font-weight: 500;
}
footer p a{
    color: #2d3436;
    font-weight: 500;
}
.language-change {
    position: absolute;
    z-index: 99;
    right: 15px;
    top: 15px;
}
.contact-form label.fcf-label {
    margin-bottom: 0;
    margin-top: 15px;
}
.contact-form button, input, optgroup, select, textarea {
    width: 100%;
    border-radius: 3px;
    border-color: #a1999959;
}
.contact-form {
    padding: 40px 20px 40px 20px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 5%);
    border-radius: 30px;
}
button#fcf-button {
    background-color: #0097e6;
    color: #fff;
    width: 32%;
    padding: 4px 0px;
    margin-top: 20px;
}
section.profile .card {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    text-align: left;
    border-radius: 19px;
    height: auto !important;
    margin-bottom: 40px;
}
section.profile .card img {
    display: none;
}


@media only screen and (max-width: 992px){

    .footer-logo {
        display: flex;
        /* align-items: center; */
        justify-content: center;
        margin: auto;
    }
    .footer-logo img {
        width: 82%;
    }
    .footer-adjust{
        margin: 0;
        display: flex;
        justify-content: center;
}
}