*{
    padding: 0;
    margin: 0;
    font-family: "Pacifico", "Rokkitt", serif;
    font-optical-sizing: auto;
    font-style: normal;
    list-style: none;
    text-decoration: none;
    color: white;
}

body{
    background-color: rgb(0, 0, 0);
    color: white;
    width: 100%;
}

.nav-item a{
    font-family: "Rokkitt", serif;
    text-decoration: none;
    color: white;
    padding-right: 30px;
}

.nav-link{
    padding-top: 0;
}

.ms-auto a:hover{
    color: rgb(176, 17, 70);
    margin: .5px;
}

.Logo:hover{
    background: linear-gradient(to left,  yellow, red, orange, green, violet);
    -webkit-background-clip: text;
    color: transparent;
}

.Logo {
    position: relative;
    padding: 0;
    font-family: "Pacifico", serif;
    font-size: 40px;
    text-decoration: none;
    background: linear-gradient(to right, yellow, red, orange, green, violet);
    -webkit-background-clip: text;
    color: transparent;
}

.Home-Content{
    font-size: 25px;
    position: relative;
}

.Con-detail a{
    font-family: "Rokkitt", serif;
    text-decoration: none;
    color: white;
}

.First_back{
    width: 100%;
    height: 700px;
    padding-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(34, 57, 228, 0.4));
    background-repeat: no-repeat;
}

.About{
    width: 100%;
    height: 600px;
    padding-top: 60px;
    background: linear-gradient(rgba(34, 57, 228, 0.4), rgba(0, 0, 0, 0));
}

.Products{
    position: relative;
    width: 100%;
    height: 830px;
    padding-top: 60px;
    background: linear-gradient(rgba(0, 0, 0, 0), #232733 );
}

.Contact{
    width: 100%;
    height: 850px;
    padding-top: 60px;
    background: linear-gradient(  #232733,rgba(0,0,0,0)),url(Main.jpg);
}

.col-12 h1,p{
    position: relative;
    top: 100px;
}

.card-body button{
    background-color: rgb(49, 42, 42);
    padding: 5px;
    border-radius: 10px;
}

.text-center{
    font-size: 60px;
}

.col-12 h1{
    margin-top: -100px;
    font-size: 60px;
}

.Products h1{
    position: relative;
    top: 50px;
}

.Pd{
    transition: .5s;
}

#products_Sec{
    margin-top: 50px;
}

.Pd:hover{
    padding: 1px;
}

.col-12 p{
    margin-right: 10px;
}

.Con-detail{
    padding-top: 150px;
    padding-right: 100px;
}

.col_Contact{
    padding-top: 250px;
    padding-left: 50px;
}

p{
    font-family: "Rokkitt", serif;
}

@media(max-width: 680px){
    .Back_img{
        width: 100%;
        height: auto;
    }
}

@media (min-width: 992px) { /* Use `lg` breakpoint for larger screens */
    .navbar-nav {
        flex-direction: row;
        align-items: flex-end;
    }
    .navbar-collapse {
        display: flex !important; /* Ensure it's always displayed */
        flex-grow: 1;
    }
    .nav-item{
        padding-left: 20px;
    }
}
