@import url('https://fonts.googleapis.com/css2?family=K2D:wght@300&display=swap');
body {
    background-color: #fff;
    font-family: 'K2D', serif;
}
img {
    max-width: 100%;
}
.header {
  background-image: url("https://www.mazda.co.th/globalassets/cars/mazda2-hb/new-mazda2/m2_hb_1800x900_mainbanner_05.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 850px;
  text-align: center;
  padding-top: 85px;
}
.header h1,h5 {
    color: #fff;
    letter-spacing: 8px;
}
.col-sm-6 {
    padding: 0px;
}
.box_1 {
    padding: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.box_2 {
    background-color: #eee;
    padding: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.text_con {
    text-align: center;
    padding: 30px;
    padding-top: 150px;
    padding-bottom: 150px;
}
.btn_mazda {
    margin-top: 20px;
    background-color: #000;
    color: #eee;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 0px;
}
.btn_mazda:hover {
    color: #fff;
}
.box_3 {
    background-image: url("https://www.mazda.co.th/globalassets/cars/mazda2-hb/new-mazda2/m2-hatchback-interior-home-1800x900-2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
}
.text_b3 {
    padding: 20px;
    padding-top: 130px;
    color: #fff;
    width: 600px;
    max-width: 100%;
    text-align: center;
    margin: auto;
}
.box_4 {
    background-image: url("https://www.mazda.co.th/globalassets/cars/mazda2-hb/new-mazda2/m2-hatchback-motion_1800x900-2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
}
.footer {
  background-image: url("https://www.mazda.co.th/globalassets/cars/mazda2-hb/new-mazda2/m2_hb_1800x900_mainbanner_05.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 300px;
    text-align: center;
    padding-top: 100px;
}
#myModal {
    background-color: #000;
    color: #fff;
}
.box_modal {
    text-align: center;
}