/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

* {
  box-sizing: border-box;
}
.about .container {
  position: relative;
  z-index: 10;
}

.about .content {
  padding: 30px 30px 30px 0;
}

.about .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.about .content p {
  margin-bottom: 30px;
}

.about .content .about-btn {
  padding: 8px 30px 9px 30px;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #f01013;
}

.about .content .about-btn i {
  font-size: 16px;
  padding-left: 5px;
}

.about .content .about-btn:hover {
  background: #f01013;
}

.about .content .about-btn-share:hover {
  background: #fff;
  color: red;
}

.about .icon-boxes .icon-box {
  margin-top: 30px;
}

.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #e03a3c;
  margin-bottom: 10px;
}

.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #e03a3c;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

.section-bg {
  padding: 120px 0;
  color: #fff;
}

.section-bg:before {
  content: "";
  background: #1b1b1b;
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  /* transform: skewY(-3deg); */
}

#about .content h3 {
  color: #fff;
}
#about .icon-boxes .icon-box .corolla-img-1 {
  margin-bottom: 1rem;
}
#about .icon-boxes .icon-box .corolla-img-1 img {
  width: 100%;
}
.content .corolla-img-1 {
  margin-bottom: 2rem;
  margin-top: 4rem;
}
.content .corolla-img-1 img {
  width: 100%;
}

.content a {
  letter-spacing: 1px;
}

.contact-footer {
  padding: 0;
  margin: 0;
}
.contact-cul-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.footer-img img {
  width: 100%;
}
.con-tact-1 {
  border-right: 1px solid rgb(202, 202, 202);
}
.con-tact h3 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}
.con-tact p {
  font-size: 16px;
  color: #696767;
}
.con-tact h3 i {
  padding-right: 0.5rem;
  color: red;
  font-size: 26px;
}
.con-tact {
  text-align: center;
  padding: 4rem 0;
}

.link-item-tag:hover {
  background-color: rgb(241, 240, 240);
}




.header-card-img-head{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.header-card-img-car{
  width: 50%;
  height: 500px;
  margin: 1rem 0;
  overflow: hidden;
  padding-top: .5rem;
}
.card_img_model{
  background-image: url(../imgs/corolla_altis/16G-5.webp);
  height: 80%;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.card-title{
  text-align: center;
  margin-bottom: 1rem;
}

@media (max-width: 640px) {
  .header-card-img-car{
      width: 100%;
      height: 360px;
  }
  .card_img_model{
      width: 100%;
      height: 300px;
  }
  section{
      padding: 0px 0;
  }
}


.colors{
  display: flex;
  justify-content: center;
  align-items: center;
}

.red_mica_metallic{
  background: rgb(152, 39, 57);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}
.phantom_brown{
  background-color: rgb(75, 65, 64);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}
.attitude_black_mica{
  background-color: rgb(0, 0, 0);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}
.silver_metallic{
  background-color: rgb(165, 174, 181);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}
.platinum_white_pearl{
  background-color: rgb(230, 230, 231);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}
.celestite_gray{
  background-color: rgb(110, 121, 141);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  cursor: pointer;
}

/* ----------------- 1.8 sport */
.header-card-img-head_1{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.header-card-img-car_1{
  width: 50%;
  height: 500px;
  margin: 1rem 0;
  overflow: hidden;
  padding-top: .5rem;
}
.card_img_model_1{
  background-image: url(../imgs/corolla_altis/celestite-gray.webp);
  height: 80%;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.card-title_1{
  text-align: center;
  margin-bottom: 1rem;
}
.colors_1{
  display: flex;
  justify-content: center;
  align-items: center;
}
.red_mica_metallic_1{
  background: rgb(152, 39, 57);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}

.phantom_brown_1{
  background-color: rgb(75, 65, 64);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}
.attitude_black_mica_1{
  background-color: rgb(0, 0, 0);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}
.silver_metallic_1{
  background-color: rgb(165, 174, 181);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}
.platinum_white_pearl_1{
  background-color: rgb(230, 230, 231);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}
.celestite_gray_1{
  background-color: rgb(110, 121, 141);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  cursor: pointer;
}


/* ----------------- Hybrid Premium */
.header-card-img-head_2{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.header-card-img-car_2{
  width: 50%;
  height: 500px;
  margin: 1rem 0;
  overflow: hidden;
  padding-top: .5rem;
}
.card_img_model_2{
  background-image: url(../imgs/corolla_altis/phantom-brown.webp);
  height: 80%;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.card-title_2{
  text-align: center;
  margin-bottom: 1rem;
}
.colors_2{
  display: flex;
  justify-content: center;
  align-items: center;
}
.red_mica_metallic_2{
  background: rgb(152, 39, 57);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}

.phantom_brown_2{
  background-color: rgb(75, 65, 64);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}
.attitude_black_mica_2{
  background-color: rgb(0, 0, 0);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}
.silver_metallic_2{
  background-color: rgb(165, 174, 181);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}
.platinum_white_pearl_2{
  background-color: rgb(230, 230, 231);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}
.celestite_gray_2{
  background-color: rgb(110, 121, 141);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  cursor: pointer;
}