html,body{
    margin: 0;
    height: 100%;
    background-image: url(../img/pdsBG.png);
    background-size: contain;
    background-attachment: fixed;
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
}

header{
        color: white;
    display: flex;

    flex-flow: column;
    backdrop-filter: blur(11px);
    background: linear-gradient(16deg, #000c, 57%, #ffffff54, 70%, #000000ad);
    border-bottom:1px inset red;
    box-shadow: 1px 0px 10px red;
    
}

footer{
    height:200px;
    background-color:#000;
    width:100%;
    color:#fff;
}

#logo-container{
display: flex;
}

.login-icon{
        margin-left: auto;
    margin-right: 20px;
    margin-top: 20px;
    color: white;
    text-decoration: none;
    font-size: 15pt;
}


nav{
   height: 40px;
    width:100%;
   display:flex;
    text-align:center;
    
    
}

nav a{
   
    
    text-decoration: none;
        font-weight: bold;
        width:20%;
        padding-bottom: 10px;
        padding-left:10px;
        display: inline-block;
        padding-top: 10px;
    color:white;
margin:auto;    
    
}

.calandar{
    float:right;
    margin-right:10px;
    
}

nav a:hover{
    color: #a7a79b;
    text-decoration-line: underline;
}


.menu-items {
     display: none; 
    position: absolute;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(242 0 0 / 46%);
    z-index: 1;
    right: 0;
    border-radius: 12px;
    border: 2px inset red;
    background: linear-gradient(45deg, black, #dddbdb66);
            
        }

        .menu-items a {
           color: white;
    padding: 9px 9px;
    text-decoration: none;
    display: block;
    margin: auto;
    text-align: center;
    font-family: helvetica;
        }

        .menu-items a:hover {
            background: radial-gradient(#ef0f0f, transparent);
    width: 100%;
        }
        
        .user-menu:hover .menu-items {
            display:flex;
        }

        .login-icon {
            font-size: 24px;
            cursor: pointer;
        }
        
        .logout-button{
             width: 100%;
    margin-top: 22px;
    height: 38px;
    color: white;
    background: radial-gradient(black, transparent);
    border-radius: 9px;
    border-color: red;
        }
        
        .logout-form{
                margin: auto;
    margin-bottom: 17px;
    width: 75%;
        }

.main-container{
    width: 90%;
    display: flex;
    flex-flow: column;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 30px;
    margin-top: 20px;
    border-color: #f40d0d;
    border-style: groove;
    border-width: 2px;
    box-shadow: 0px 0px 21px 8px #6c0707;
    border-radius: 23px;
    backdrop-filter: blur(12px);
    color: white;
    min-height: 58%;
    background: linear-gradient(45deg, #000000a3, 50%, #e6e6e68f, 70%, #000000a6);
    
}

.contact-row{
    display:flex;
    width:100%;
    text-shadow: 2px 1px 2px black, -2px -1px 2px black;
}

.contact-row img{
    width:50%;
    margin-left:auto;
    border-radius:23px;
}
.half{
    width:45%;
    margin:auto;
    display:flex;
    flex-flow:column;
}

.half h2{
    text-align:right;
    margin-right:20px;
}

.info-container{
    width: 90%;
    display: flex;
    
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 30px;
    margin-top: 20px;
    border-color: #f40d0d;
    border-style: groove;
    border-width: 2px;
    box-shadow: 0px 0px 21px 8px #6c0707;
    border-radius: 23px;
    backdrop-filter: blur(12px);
    color: white;
    background: linear-gradient(45deg, #000000a3, 50%, #e6e6e68f, 70%, #000000a6);
    
}

.info-text{
    width:50%;
    margin: auto;
    font-family: helvetica;
}

.info-container img{
    width:30%;
    margin: 20px auto 20px auto;
    border-radius:15px;
}

.info-container h2{

    margin-left:20px;
    text-shadow: 2px 1px 2px black, -2px -1px 2px black;
}

.info-container p{
  
    margin-left:20px;
    text-shadow: 2px 1px 2px black, -2px -1px 2px black;
}


footer{
        margin-left: auto;
    margin-top: auto;
    font-size: 18pt;
    font-family: helvetica;
    margin-right: auto;

}

.headline{
    text-align:center;
    color:white;
}

.address{
    float:right;
    color:#a7a79b;
    font-weight:bold;
    font-family:helvetica;
    margin-right:5px;
    line-height: 10px;
    text-shadow: 
        -1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000; 
}

.contact{

    color:white;
    font-weight:bold;
    font-family:helvetica;
    margin-left:70px;
    line-height: 10px;
    width:100%;
    display:inline-block;
   
}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
        margin-top: 30px;

}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.new-items{
       color: white;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
  
}

#car-list{
       color: white;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
  
}


.car-tab{
          width: 42%;
    border-width: 2px;
    border-style: groove;
    border-color: #ff0000;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    color: white;
    box-shadow: 5px 8px 19px -5px #ff0000;
    border-radius: 20px;
    background: linear-gradient(184deg, rgba(98, 98, 98, .45) 0%, rgba(0, 0, 0, .75) 73%);
    text-decoration:none;
    
}

.car-pic{
        margin-top: 20px;
        margin-left: 20px;
    border-radius: 20px;
    width:70%;
    
}

.ctrl-button{
  background: linear-gradient(184deg, rgba(98, 98, 98, .45) 0%, rgba(0, 0, 0, .75) 73%);
    color: white;
    height: 40px;
    width: 200px;
    margin-left: 20px;
    margin-top: 20px;
    border-radius: 10px;

}

.car-button{
background: linear-gradient(184deg, rgba(98, 98, 98, .45) 0%, rgb(27 26 26 / 75%) 73%);
    color: white;
    height: 40px;
    width: 200px;
    margin-left: 20px;
    margin-top: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    border-color: red;
}

#offer-form{
    width:50%;
    margin:auto;
    display:flex;
    flex-flow:column;
    
}

#offer-form input{
    height:25px;
    width:90%;
    margin-bottom:25px;
    margin-left:auto;
    margin-right:auto;
}

#offer-form button{
    margin:auto;
}

#offer-form p{
    text-align:center;
    font-family:helvetica;
    font-weight:bolder;
    font-size:20pt;
}

.car-pic img{
   width: 100%;
    border-radius: 20px;
}

.car-page-container{
    width:95%;
    margin:auto;
    display:flex;
    gap:30px;
}

.car-head{
    width:45%;
}

.car-head img{
    max-width:100%;
        border-radius: 20px;
}

.car-det {
    text-shadow: 2px 2px 3px black;
    margin-top: 52px;
    margin-left: 50px;
    font-size: 14pt;
}

.car-details {
    width:95%;
    margin:auto;
}

.make-model{
    display: inline-block;
margin-right: 10%;
}

.price{
    display: inline-block;
}

.overview{
    color:white;
    border-color:white;
    border-width:2px;
    border-style:groove;
    height:100%;
}

/* login from */
.login_container{
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    width:50%;
}
.login-form{
	margin-left:10%;
    
	padding-top: 20px;

}

.login-form input{
	width: 100%;
	height: 40px;
	
	border: none;
	background-color: #fff;
	font-family: arial;
	font-size: 16px;
	color: #111;
	line-height: 40px;


}


.login-form button{
	display: block;
	margin: 0 auto;
	width: 30%;
	height: 40px;
	border: none;
	background-color: #222;
	font-family: arial;
	font-size: 16px;
	color: #fff;
	cursor: pointer;


}

.login-form button:hover{
	background-color: #111;

}

.soc-box a{
   text-decoration:none; 
}

.tag-box{
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.tag-box img{
 display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:100px;
  object-fit:scale-down;
    
}
.list{
    display:inline-block;
line-height:22px;
width:21%;
margin-left:auto;
margin-right:auto;
margin-bottom:25px;
}

.list input, select{
    display:block;
       width: 85%;
       height:30px;

}

.list label{
    display:block;

}

.list-column{
    display:flex;
    flex-flow:row;
    flex-wrap:wrap;
}

.careditform{
        display: flex;
    flex-flow:column;
    gap: 20px;
}

 /* Modals */
 
 /* (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
     background-color: #000;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #da0000;
    width: 80%;
    color: white;
    border-radius: 20px;
    box-shadow: 1px 1px 12px red;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 

.car-info{
    display:flex;
    gap:20px;
}

.car-img{
    max-width:50%;
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 90%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin-left:auto;
  margin-right:auto;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
  color:black;
}
.content .limit {
  width:98%;
  
}

.column1{
    width:5%;
    text-align:center;
    border-left-width:1px;
    border-right-width:1px;
    border-style:solid;
}

.endtable-head{
    background-color:#a7a79b;
}

.labels{
    display:inline-block;
     padding-right:10px;
       line-height:15px;
}

.labels label{
    display:block;
  
   
}

.info{
    display:inline-block;
     padding-right:10px;
}

.details{
    margin-left:auto;
    margin-right:auto;
}

.info p{
   line-height:15px;
}

#offer-list{
    width:90%;
    margin:auto;
}

@media screen and (max-width: 992px) {
    
.tag-box{
  width: 80%;
}

.tag-box img{
  width: 100%;
}
    
    #car-list{
       flex-flow:column;
  
}

.contact-row{
    flex-flow:column;
    width:90%;
    margin:auto;
}

.half{
    width:100%;
}

.contact-row img{
    width:90%;
    margin:auto;
}

.contact-row h2{
    text-align:center;
}

    .info-container{
        flex-flow:column;
    }
    
    .info-text{
        width:90%;
        margin:auto auto 20px auto;
       
    }
    
    .info-container img{
        width:90%;
        margin:20px auto 20px auto;
         order: -1;
    }
.car-tab{
       width: 80%;
       
}

    .car-img{
    max-width:90%;
}

.car-pic img{
   width: 100%;
    border-radius: 20px;
}

.make-model{
    display: inline-block;
margin-right: 10%;
}

.price{
    display: inline-block;
}

.overview{
    color:white;
    border-color:white;
    border-width:2px;
    border-style:groove;
    height:100%;
}

    .list-column{
        flex-flow:column;
}

.list{
width:95%;

}
.list input, select{
       width: 100%;
   
}
    
    .car-page-container{
    flex-flow:column;
}

.car-head{
    width:90%;
    margin:auto;
}

.car-det{
    width:90%;
    margin:auto;
}

.login-icon{
        
    margin-right: 10px;
    margin-top: 10px;
    font-size: 12pt;
}
    
    .contact{
width:75%;
   
}
    
    
}