* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    scroll-behavior: smooth;
    transition: all 0,6s ease;
}
body {
    cursor: url('/photos/pack304.png'), auto;
}

header {
    background-color: gray;
    display: flex;
    justify-content: center;
    max-width: 100vw;
    width: 100%;
    z-index: 99;
    position: fixed;
}

header img {
    max-width: 70px;
}

header nav {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 20px;

}

nav a {
    padding: 3px;
    color: white;
    transition: all 0.3s;
}

nav a:hover {
    color: rgba(255, 255, 255, 0.568);
    letter-spacing: 2px;



}

nav a:active {

    transform: translateY(15%);
}

.section1 {
    background-image: url(/photos/background.jpg);
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;


}

.section1 h1 {

    color: white;
    position: absolute;
    font-size: 6rem;
    -webkit-background-clip: text;
    color: transparent;
    background: linear-gradient(to right, skyblue, darkblue);
    background-clip: text;



}

.about {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    padding: 30px;

}

.about_div {
    border: 2px solid gray;
    border-radius: 10px;
    height: 95vh;
    width: 95vw;
    box-shadow: 0px 0px 15px black;
    display: flex;
    padding: 15px;
    font-size: 2rem;


}

.about_text {
    display: flex;
    flex-direction: column;
}

.about_text p {
    font-size: 30px;

    z-index: 55;
}

#prsc {
    position: absolute;
    display: flex;
    align-items: center;
    width: 80%;
    left: 15%;
}

.catalog {
    width: 100vw;
    height: 150vh;
    overflow: hidden;
    gap: 20px;

}

.catalog_photos img {

    width: 100px;
}

.catalog_photos {
    display: flex;
    align-items: center;
    object-fit: cover;
    object-position: center;
    gap: 20px;
    padding: 50px;





}

.search-section {
    background: #2a2a2a;
    padding: 20px;
    margin: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.search-section h2 {
    margin-top: 0;
}

form {
    display: flex;
    flex-direction: column;
}

label {
    margin: 10px 0 5px;
}

input {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #555;
    border-radius: 4px;
    background-color: #444;
    color: #ffffff;
}

input::placeholder {
    color: #bbb;
}


button {
    padding: 10px;
    background-color: #555;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: #666;
}

.card {

    border-radius: 10px;
    width: 20vw;
    transition: all 0.6s;
    padding: 5px;
    overflow: hidden;
}

.card img {
    height: auto;
    width: 100%;
    transition: all 0.6s;
    display: block;

}

.card p {
    font-size: 20px;
    display: block;
    transition: all 0.6s;


}

.catalog_photos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;

}


.catalog_photos a {
    text-decoration: none;
    color: black;

}

.card:hover {
    height: auto;
    padding: 15px;
    transition: all 0.6s;
    width: 20vw;

}

.card img {
    display: block;
    transition: all 0.6s;
}

.card p {
    display: none;
    transition: all 0.6s;
}

.card:hover img {
    display: none;
    transition: all 0.6s;
}

.card:hover p {
    display: block;
    transition: all 0.6s;
}

.contact {
    width: 100vw;
    height: auto;
    background-color: black;


}

.video-background {
    position: relative;
    width: 100%;
    height: 640px;
    overflow: hidden;

}

.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 40vh;
    z-index: -1;
    object-fit: cover;
    object-position: center;
    transform: translate(-50%, -50%);
    width: 100vw;

}

body {
    overflow-X: hidden;
}

.video-background .content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    background-color: rgb(0, 0, 0);
    width: 100vw;
    height: 100vh;
    opacity: 0.7;
}

.card {
    width: 190px;
    transition: all 0.6s;
    border-radius: 30px;
    background: #e0e0e0;
    box-shadow: 15px 15px 30px #bebebe, -15px -15px 30px #ffffff;
}

.card a {
    transition: all 0.6s;
}
.gg{
animation: e60 60s infinite;

position: relative;

}

.p1{

width: 60%;
left:40%;
font-size: 2rem;


}
.div1{
display: flex;
padding: 15px;



}
.content ul{
display: grid;
grid-template-columns: 1fr 1fr;


}
ul{
    list-style: none;
    gap: 30px;
    font-size: 20px;
    padding: 30px;
}
.content a{
    color: white;
    
    
}
footer{
    background-color: black;
    display: grid;
    place-items: center;
    
}
footer img{
width: 8%;
left: 0;
position: absolute;
left: 15%;

}
.light{
position: absolute;
left: -9%;
top: 252%;

}
.light2{
    position: absolute;
    left: 17%;
    top: 252%;
    display: block;
    z-index: 5;
}
.lights{
animation: light 1s infinite;
display: block;
z-index: 5;

}
.car1{
    
transform: rotate(275deg);

}
.car2{
    left: 70%;
    position: absolute;
    transform: rotate(80deg);
    
}







@keyframes light{
    from{
        opacity: 0;


    }
    to{
        opacity: 1;


    }

}
@media screen and (max-width:1320px) {
    .section1 h1 {

       
        font-size: 5rem;
    
    }
    #prsc {
        position: absolute;
        display: flex;
        align-items: center;
        width: 75%;
        left: 15%;
        top: 115%;
        
    }
    .gg{
     width: 40%;
        height: auto;
        }
        
        .p1{
        
        width: 50%;
        left:40%;
        font-size: 25px;
        
        
        }
    
}
@media screen and (max-width:1250px) {
    .catalog_photos {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr ;
    
    }
}
@media screen and (max-width:1110px) {
    .section1 h1 {

       
        font-size: 4rem;
    
    }
    .catalog_photos {
        display: grid;
        grid-template-columns: 1fr 1fr ;
    
    }
    .about_div {
        border: 2px solid gray;
        border-radius: 10px;
        height: 75vh;
        width: 95vw;
        box-shadow: 0px 0px 15px black;
        display: flex;
        padding: 15px;
        font-size: 2rem;
    
    
    }
    
    
}
@media screen and (max-width:900px) {
    .section1 h1 {

       
        font-size: 4rem;
    
    }
    #prsc {
        position: absolute;
        display: flex;
        align-items: center;
        width: 75%;
        left: 15%;
        top: 125%;
    }
    .gg{
        width: 40%;
          height: auto; 
           }
           
           .p1{
           
           width: 55%;
           left:40%;
           font-size: 1rem;
           
           
           }    
    
}
@media screen and (max-width:700px) {
   
    #prsc {
        position: absolute;
        display: flex;
        align-items: center;
        width: 75%;
        left: 15%;
        top: 135%;
    }
    .catalog_photos {
        display: grid;
        grid-template-columns: 1fr  ;
    
    }
    .section1 h1 {

       
        font-size: 2rem;
    
    }
}
ul a{
transition: all 0.4s;


}
ul a:hover{
 color: darkgray;
letter-spacing: 2px;
font-size: 23px;
}
