#about {
  min-height: 600px;
  position: relative;
  background-image: url("https://media.istockphoto.com/photos/female-hiker-crosses-mountain-ridge-at-sunrise-picture-id1191837844?k=20&m=1191837844&s=612x612&w=0&h=7tX7RnZnyE3a2ug4S_J3sZK1xfteNaTjMofkwdIer2w=");
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  background-attachment: fixed;
}

.dark-overlay {
  /*   position: absolute;
   */
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}
@media (width > 800px){
  .dark-overlay { 
    height: 50%;
  }
}

.nav .nav-item .nav-link:hover {
  color: #111;
}
#red {
  color: red;
}
#yellow {
  color: orange;
}
#green {
  color: green;
}
.bi-cone-striped {
  color: firebrick;
}
/* * {
  font-family: "Sriracha", cursive;
} */

.modal-body a {
  text-decoration: none;
}

.fa-line {
  color: #00c300;
}
.fa-whatsapp {
  color: #00c300;
}
.fa-weixin {
  color: #43aa43;
}

.fa-facebook {
  color: #0066ff;
}
.fa-instagram {
  color: #e462e9;
}
.fa-mobile-screen {
  color: #6c96be;
}

.fa-bullhorn   {
  color: darkorchid;
}
.fa-play {
  color: red;
}
.fa-circle-xmark {
  color: red;
}
.fa-circle-check {
  color: #249607;
}
#gallary img {
  height: 270px;
  width: 390px;
}
.shodow h3 {
  border-bottom-style: solid;
  border-bottom-width: 10px;
  border-bottom-color: #ccc;
}
#btn1 {
  text-align: center;
}
.namecar {
  display: none;
}

.footer-section {
  background-color: #111;
  color: #fff;
  padding: 3.5rem 0;
}
.footer-section h5 {
  color: #fff;
}
.footer-section i {
  color: rgb(65, 62, 238);
}

.footer-section a {
  color: rgb(65, 62, 238);
}

.footer-section i:hover {
  color: rgb(247, 242, 242);
}

#footer a:hover {
  color: rgb(255, 255, 255);
}

.hero-section {
  background-image: url("https://cdn.pixabay.com/photo/2017/01/14/12/48/hotel-1979406_960_720.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
}

.banner-section {
  background-image: url("img/cover.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
}

.boxform {
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  width: 100%;
  padding: 10px 20px;
}
#carid {
  display: none;
}
#headingOne .accordion-button {

  background-color : #F7CBEC;
}
#headingTwo .accordion-button {

  background-color : #F9E1A6;
}
#headingThree .accordion-button {

  background-color : #DCFBCD;
}
#headingfour .accordion-button {

  background-color :#ACECF2;
}

#item1 {
  background-color :#F7CBEC;
}
#item2 {
  background-color :#F9E1A6;
}
#item3 {
  background-color :#DCFBCD;
}
#item4 {
  background-color :#ACECF2;
}
#accordionExample .accordion-header :hover {
  background-color :#fff;
}

#nav-Recommend-tab:hover {
  background-color :#EE7A85;
}
#nav-Sedan-tab:hover {
  background-color :#FAD092;
}
#nav-SUV-tab:hover {
  background-color :#DCFBCD;
}
#nav-PPV-tab:hover {
  background-color :#F7CBEC;
}
#nav-VAN-tab:hover {
  background-color : #7DDFD7;
}
#nav-total-tab:hover {
  background-color :#D083F3;
}
#info {
  font-family: 'Kanit', sans-serif;
}
#about {
  font-family: 'Kanit', sans-serif;
}

#carname {
  text-shadow: rgb(139, 125, 125) 0.1em 0.1em 0.2em;
}

#subject {
  text-shadow: rgb(117, 109, 109) 0.1em 0.1em 0.2em;
}

.input-group-text{
  width: 350px;
  height: 50px;
  margin-left: 40px;
  font-family: 'Kanit', sans-serif;
  background:linear-gradient(to bottom, #bddbfa 5%, #80b5ea 100%);
	background-color:#bddbfa;

}
.input-group-text:hover {
  background:linear-gradient(to bottom, #80b5ea 5%, #bddbfa 100%);
	background-color:#80b5ea;

}
#contact{
  padding-left: 75px;
}
#alert{
  font-family: 'Kanit', sans-serif;
}
.menubar {
  font-family: 'Kanit', sans-serif;

}
.navbar {
  font-family: 'Kanit', sans-serif;

}


/* codesnow

body {
  overflow-x: hidden;
  background: linear-gradient(to right, rgba(179,220,237,1) 0%, rgb(50, 181, 221) 50%, rgba(188,224,238,1) 100%);

}

.snow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom:0;
  z-index: 2;
  pointer-events: none;
}
*/