* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.4em;
}
a {
  text-decoration: none;
  border: none;
  outline: none;
  color: currentColor;
}
a img {
  border: none;
}

img {
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
}
body {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  font-family: "Lato", sans-serif;
  color: white;
  height: 100vh;

}
.container{
  background-image:url('/images/background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 100%;
}
.vw strong,.vwd strong{
  font-family: 'vwhead-bold';
}
.skoda strong{
  font-family: 'SkodaNext-bold';
}
.vw,.vwd{
  font-family: 'vwhead-Regular';
}
.skoda{
  font-family: 'SkodaNext-Regular';
}
.audi-image{
  max-width: 350px;
}
.small-image{
  max-width:84px;
}
.width-img{
  max-width:95px;
}
.content{
  position: relative;
}
.c-logo{
  text-align: center;
  padding:25px 0;
  position: absolute;
  left: 4vw;
  top: 0px;
}
.c-header h1{
  font-size:1.9vw;
  font-weight: 700;
  text-align: center;
  padding:25px 10px;
  color:#ffffff;
}
.c-box-flex{
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-box{
  margin:10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  width: 24vw;
  height: 11.6vw;
  cursor: pointer;
}
.c-box:hover{
  border:10px solid #bababa;
}
.c-box-content{
  text-align: center;
  width:100%;
}
.c-box-text{
  font-size:18px;
  font-weight: bold;
  padding-top:1vw;
  color:#000000;
  font-weight: 400;
}
.c-footer{
  color:#d9e6e8;
  text-align: center;
  font-size:16px;
  padding:2vw 10px 4vw 10px;
  position: absolute;
  bottom:0px;
  width:100%;
}
@media(max-width:1600px){
  .c-box-text {
    font-size: 20px;
  }
  .c-box {
    height: 13.6vw;
  }
  .c-footer {
    font-size: 14px;
  }
}
@media(max-width:1500px){
  .c-logo{
    left: 1vw;
    top: 8vw;
    width: 17%;
  }
}
@media(max-width:1450px){
  .c-box {
    height: 14.6vw;
    padding:10px;
  }
  .c-box-text{
    font-size:17px;
  }
}
@media(max-width:1300px){

  .c-box-content{
    padding:0 10px;
  }
  .c-box-content img{
    max-height:50%;
  }
  .c-box{
    height: 205px;
    width:29vw;
  }
  .c-header h1{
    font-size:2.3vw;
  }
}
@media(max-width:1130px){
  .c-box{
    height:230px;
  }
}
@media(max-width:960px){
  .c-header h1{
    font-size:21px;
  }
}
@media(max-width:768px){
  .container{
    overflow: auto;
    height: auto;
    /* background-position: inherit; */
  }
  .c-box-flex {
    display: block;
  }
  .c-box{
    height: auto;
    width: 320px;
    height:190px;
    margin:10px auto;
  }
  .c-footer{
    padding:2vw 10px;
  }
  .c-box-content{
    padding:5px;
  }
  .c-logo{
    padding: 20px 0 10px 0;
  }
  .container{
    height: auto;
  }
  .c-logo{
    position: inherit;
    top:inherit;
    left:inherit;
    padding-top:25px;
    padding-bottom:0px;
    width: auto;
  }
  .c-footer{
    position: inherit;
    bottom:auto;
  }
}
@media(max-height:720px){
  body{
    height: auto;
    overflow-y: auto;
  }
  .container{
    height: auto;
  }
  .c-footer{
    position: inherit;
    bottom:auto;
  }
}
