html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    background-color: #000000;
} 
@font-face {
    font-family: "Prometo Regular";
    src: url(../fonts/Prometo_Regular.ttf);
}
a {
    text-decoration: none;
}
a:hover {
    transition: all 0.4s ease-in-out;
}
a:focus-visible {
    outline: none;
}

/*-- Start --*/
.holding-page {
    background-image: url(../images/rally-uk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    min-height: 100vh;
}
.header-logo {
    padding: 50px 0 0 50px;
    position: absolute;
    left: 0;
}
.header-logo img {
    max-width: 30%;
}
.footer {
    position: absolute;
    bottom: 0;
    padding: 50px 38px 20px;
}
.footer-cnt img {
    width: auto;
    height: 100px;
    margin-bottom: 30px;
}
.footer-cnt p {
    font-size: 16px;
    font-family: "Prometo Regular";
    color: #ffffff;
    margin-bottom: 30px;
}
.footer-cnt h6 {
    font-size: 20px;
    font-family: "Prometo Regular";
    color: #ffffff;
    margin-bottom: 30px;
}
.footer-cnt ul {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.footer-cnt ul li {
    margin-right: 30px;
}
.footer-cnt ul li a img {
    width: auto;
    height: 24px;    
}
.footer-cnt ul li:last-child { 
    margin: 0;
}
/*-- End --*/

@media(max-width: 1399.98px) { 
    
}
@media(max-width: 1199.98px) {
    
}
@media(max-width: 991.98px) { 
    .header-logo {
        padding: 30px 0 0 30px;
    }
    .footer {
        padding: 30px 18px 0px;
    }
    .footer-cnt ul li {
        margin-right: 20px;
    }
}
@media(max-width: 767.98px) {
    .footer .col-md-9 {
        order: 2;
    }
    .footer-cnt {
        text-align: center;
    }
    .footer .justify-content-end {
        justify-content: center !important;
    }
}
@media(max-width: 575.98px) { 
    .header-logo {
        padding: 15px 0 0 15px;
    }
    .footer {
        padding: 15px 3px 0;
    }
    .footer-cnt p {
        font-size: 14px;
    }
    .footer-cnt h6 {
        font-size: 18px;
    }
}