body{
    margin: 0%;
    background-color: rgb(26, 26, 26);
}
* {
    color: rgb(224, 224, 224);
    font-family: sans-serif;
    cursor: url("images/favicon.png");
}
a{
    text-decoration: none;
    margin: 0%;
    padding: 0%;
}
p{
    width: 50%;
    font-size: larger;
}
#text{
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out 0s;
}
#text.blur {
    backdrop-filter: blur(0px);
    opacity: 0;
}
.text{
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out 0s;
    backdrop-filter: brightness(70%);
    text-decoration: none;
    margin: 0%;
    padding: 0%;
}
#banner-text{
    font-size: 2em;
    color: rgb(255, 208, 0) !important; 
    font-family: "Titan One", sans-serif;
    font-weight: 400;
    font-style: normal;
}
h1, h2 {
    font-family: "Titan One", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0%;
    padding: 0%;
}
#banner {
    width: 100%;
    height: 100vh;
    background-image: url("images/backgrounds/banner.png?version=1.6");
    background-position-x: center;
    background-attachment: fixed;
    background-size: cover;
}


.slider {
    padding: 20%;
}
#assets-banner {
    width: 100%;
}
#box1 {
    animation: move-bg2 1s ease forwards;
    width: 100%;
    height: 499px;
    background-image: url("images/backgrounds/sample2.png");
    background-position-x: center;
    background-size: 110% auto;
    transition: all 0.5s ease-in-out 0s;
    background-attachment: fixed;
    margin: 0%;
    padding: 0%;
}
#box2 {
    animation: move-bg2 1s ease forwards;
    width: 100%;
    height: 499px;
    background-image: url("images/backgrounds/gigapack2.png");
    background-position-x: center;
    background-size: 110% auto;
    transition: all 0.5s ease-in-out 0s;
    background-attachment: fixed;
}
#box3 {
    animation: move-bg2 1s ease forwards;
    width: 100%;
    height: 499px;
    background-image: url("images/backgrounds/browseassets2.png");
    background-position-x: center;
    background-size: 110% auto;
    background-attachment: fixed;
}
#box1:hover {
    animation: move-bg 1s ease forwards;
}
#box2:hover {
    animation: move-bg 1s ease forwards;
}
#box3:hover {
    animation: move-bg 1s ease forwards;
}

@keyframes move-bg {
  from { background-position: -50px 0; }
  to   { background-position: 0px 0; }
}
@keyframes move-bg2 {
  from { background-position: 0px 0; }
  to   { background-position: -50px 0; }
}
/*
#box1:hover, #box2:hover, #box3:hover{
    background-image: url("images/backgrounds/view.png");
}
*/
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(26, 26, 26);
    padding: 5px;
}

.logo3 a {
    color: rgb(255, 255, 255);
    font-size: 24px;
    text-decoration: none;
    font-family: "Titan One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.nav-links {
    list-style: none;
    display: flex;
}

.nav-links li {
    margin-right: 20px;
}

.nav-links a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    transition: color 0.3s;
    margin-right: 50px;
    font-family: "Titan One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 10;
}

.navbar {
    transform: translateY(-100%);
    transition: all 0.5s ease;
}

.navbar.transparent {
    background-color: rgb(8, 8, 8);
    box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.171);
    transform: translateY(0);
}
ul {
    list-style: none;
}

.container {
    max-width: 1170px;
    margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.footer {
    background-color: rgb(8, 8, 8);
    padding: 70px 0;
    color: #ffffff;
}

.footer-col {
    width: 25%;
    padding: 0 15px;
}

.footer-col h4 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 1000;
    position: relative;
    color: #ffffff;
}

.footer-col h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #ffffff;
    height: 50px;
    box-sizing: border-box;
    width: 2px;
}

.footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
}

.footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    display: block;
    transition: all 0.3s ease-in-out;
}

.footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
}

.footer-col .social-links a:hover {
    color: #ffffff;
    background-color: #ffffff;
}

footer a {
    color: #ffffff;
}
@media(max-width: 767px) {
    .footer-col {
        width: 50%;
        margin-bottom: 30px;
    }
}

@media(max-width: 574px) {
    .footer-col {
        width: 100%;
    }
}
video {
    position: fixed;
    left: 0px;
}

@media only screen and (min-width: 800px) {
    #assets {
        display: grid;
        grid-template-columns: auto auto auto;

    }

    #news-section {
        display: grid;
        grid-template-columns: auto auto auto;

    }
}

@media only screen and (max-width: 800px) {
    @media only screen and (min-width: 500px) {
        #assets {
            display: grid;
            grid-template-columns: auto auto;

        }

        #news-section {
            display: grid;
            grid-template-columns: auto;

        }
    }
}

@media only screen and (max-width: 350px) {
    #assets {
        display: grid;
        grid-template-columns: auto;

    }

    #news-section {
        display: grid;
        grid-template-columns: auto;

    }
}

.car img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    overflow: hidden;
}

.car {
    background-color: #000000;
    border: #3f48cc solid 15px;
    color: rgb(250, 221, 0);
}

.car a {
    background-color: #000000;
    border: #3f48cc solid 10px;
    padding: 5px;
    color: rgb(250, 221, 0);
    text-decoration: none;
    font-size: larger;
    font-family: "Titan One", sans-serif;
    font-weight: 400;
    font-style: normal;
    border-radius: 5%;
    transition: all 0.2s ease-in-out 0s;
}

.car a:hover {
    border: #3f48cc solid 12px;
}