html {
    background-color: #ffffff;
    background-position: fixed;
    background-size: auto;
}

*{
    margin: 0;
    padding: 0;
    user-select: none;
    box-sizing: border-box;
}



.about {
  width: 90%;
  align-items: center;
  margin: auto;
}


.heading {
  text-align: center;
  color: #333;
  padding-bottom: 3.5rem;
  font-size: 4rem;
}

.about .row {
  display: flex;
  align-items: center;
  background: #242424;
  flex-wrap: wrap;
}

.about .row .image {
  flex: 1 1 35rem;
}

.about .row .image img {
  width: 100%;
}

.about .row .content {
  flex: 1 1 35rem;
  padding: 2rem;
}

.about .row .content p {
  color: #fff;
  font-size: large;
  font-weight: 500;
  padding: 1rem 0;
  line-height: 1.8;
}

.about .row .content h3 {
  color: #ffae00;
  font-size: xx-large;
  font-weight: 600;
}

.about .row .content .btn {
  color: #fff;
  background: #8a8a8a;
  border-radius: 10px;
  font-size: large;
  font-weight: 500;
  padding: 8px 30px;
  transition: 0.5s;
}
 

.about .row .content .btn:hover {
  color: #fff;
  background: #ff523b;
}



/*Subnav*/

.subnav {
    overflow: hidden;
    padding-left: 30px;
    background-color: #333;
    font-family: Arial;
  }
  
 
  .subnav a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 'Anton', sans-serif;
    font-size: large;
  }
  
  
  .dropDown {
    float: left;
    overflow: hidden;
    font-family: 'Anton', sans-serif;
  }
  
 
  .dropDown .dropBtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font: inherit; 
    margin: 0; 
    font-size: large;
  }
  
 
  .subnav a:hover, .dropDown:hover .dropBtn {
    background-color:#ffae00;
    border-radius: 3mm;
    color: black;
  }
  
  
  .dropDown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  .dropDown-content .button {
    background-color: #333;
    width: 150px;
    height: 50px;
    color: #ffae00;
    border-radius: 20px;
    font-size: x-large;
    font-weight: 400;
  }


  
  .dropDown-content .header {
    background:#ffae00;
    padding: 16px;
    color: white;
  }
  
 
  .dropDown:hover .dropDown-content {
    display: block;
  }
  

  .column {
    float: left;
    width: 33.33%;
    padding: 10px;
    background-color: #ccc;
    height: 100% 400px;
    padding-left: 50px;
  }
  
 
  .column a {
    float: none;
    color: black;
    padding: 6px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  
  .column a:hover {
    background-color: #ffae00;
  }
  
 
  .row:after {
    content: "";
    display: table;
    clear: both;
  }



  
  
/* New topnav */
.topnav {
  background-color: black;
  overflow: hidden;
}


.topnav a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 40px 10px;
  margin: 20px;
  text-decoration: none;
  font-size: 27px;
  font-family: 'Anton', sans-serif;
}

.topnav img {
  padding-left: 30px;
}


.topnav a::after{
  content: '';
  width: 0%;
  height: 3px;
  background: white;
  display: block;
  margin: auto;
  transition: 0.5s;
}

.topnav a:hover::after {
  width: 100%;
}


.topnav a.active {
  background: none;
  color: white;
}


.topnav .icon {
  display: none;
}


@media screen and (max-width: 1100px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}


@media screen and (max-width: 1100px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}



/*Brands*/

.brands {
  margin: 50px 50px 50px 50px;
}

.col-5 {
  width: 160px;
  flex-basis: 14%;
}

.col-5 img {
  width: 150px;
  cursor: pointer;
}


/*Footer*/



.footer {
  background-color: black;
  color: #8a8a8a;
  font-size: 16px;
  padding: 60px 0 20px;
}

.footer p {
  color: #fff;
}

.footer h3 {
  color: #fff;
  margin-bottom: 20px;
}

.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4 {
  min-width: 250px;
  margin-bottom: 20px;
}

.footer-col-1 {
  flex-basis: 30%;
  margin-left: 40px;
}

.footer-col-2 {
  flex: 1;
  text-align: center;
}

.footer-col-2 img {
  width: 180px;
  margin-bottom: 20px;
}

.footer-col-3, .footer-col-4 {
  flex-basis: 12%;
  text-align: center;
}

ul {
  list-style-type: none;
}

.footer-col-3 ul li a {
  color: #fff;
}

.footer-col-3 ul li {
  color: #fff;
}

.container {
  max-width: 1800px;
  margin: auto;
  background-image: none;
}


.greerow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  background: radial-gradient(rgb(167, 167, 167), rgb(238, 237, 237));
}

.col-2 {
  flex-basis: 50%;
  min-width: 440px;
}

.col-2 img {
  max-width: 100%;
  padding: 50px 0;
}

.col-2 h1 {
  font-size: 50px;
  line-height: 60px;
  margin: 25px 0;
  font-weight: 700;
}

.col-2 p {
  font-size: 20px;
  font-weight: 500;
}

.greebtn {
  display: inline-block;
  background: #ff523b;
  font-size: large;
  font-weight: 500;
  color: #fff;
  padding: 8px 30px;
  margin: 30px 0;
  border-radius: 30px;
  transition: 0.5s;
}

.greebtn:hover {
  background: #563434;
  text-decoration: none;
  color: white;
}



.location {
  width: 80%;
  margin: auto;
  border: none;
  padding: 50px;
}



.frontimage {
  flex-basis: 33%;
  display: flex;
  margin: 10px 20px;
}

.frontimage img {
  width: 32%;
}


.row .card {
  border: 1px solid #333;
  transition: 0.5s;
}



.row .card h5 {
  font-size: 1.5rem;
  font-weight: 600;
}

.row .card p {
  font-weight: 500;
}
