
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: calc(100vh - 110px);
    padding: 0;
    overflow: hidden;
    background: #000;
  }
  
  #hero .carousel-item {
    width: 100%;
    height: calc(100vh - 110px);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  
  #hero .carousel-item::before {
    content: "";
    /* background-color: rgba(31, 56, 78, 0.6); */
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }
  
  #hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  
  #hero .carousel-content {
    text-align: left;
  }
  
  @media (max-width: 992px) {
  
    #hero,
    #hero .carousel-item {
      height: calc(100vh - 70px);
    }
  
    #hero .carousel-content.container {
      padding: 0 50px;
    }
  }
  
  #hero h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 900;
  }
  
  #hero p {
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    color: #fff;
  }
  
  #hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
  }
  
  #hero .carousel-inner .carousel-item,
  #hero .carousel-inner .active.carousel-item-start,
  #hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
  }
  
  #hero .carousel-inner .active,
  #hero .carousel-inner .carousel-item-next.carousel-item-start,
  #hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
  }
  
  #hero .carousel-inner .carousel-item-next,
  #hero .carousel-inner .carousel-item-prev,
  #hero .carousel-inner .active.carousel-item-start,
  #hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  
  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 10%;
  }
  
  #hero .carousel-control-next-icon,
  #hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
  }
  
  #hero .carousel-indicators li {
    cursor: pointer;
  }
  
  #hero .btn-get-started {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 0;
    background: #428bca;
  }
  
  #hero .btn-get-started:hover {
    background: #1c5c93;
  }
  
  @media (max-width: 768px) {
    #hero h2 {
      font-size: 28px;
    }
  }
  
  @media (max-height: 500px) {
  
    #hero,
    #hero .carousel-item {
      height: 120vh;
    }
  }
  
  @media (min-width: 1024px) {
    #hero p {
      width: 60%;
    }
  
    #hero .carousel-control-prev,
    #hero .carousel-control-next {
      width: 5%;
    }
  }

  .entry-content-1 .read-more-1 {
    -moz-text-align-last: right;
    text-align-last: right;
  }
  .entry-content-1 .read-more-1 a{
    color: white;
    background-color: red;
    padding: .5rem 1rem;
  }
  .entry-content-1 .read-more-1 a:hover{
    background-color: rgb(22, 22, 22);
    padding: .5rem 1rem;
  }


  
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  overflow: hidden;
}

.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #556270;
  border-radius: 0;
  border-right: 5px solid white;
  font-weight: 600;
  font-size: 15px;
}

.features .nav-link:hover {
  color: #d9232d;
}

.features .nav-link.active {
  color: red;
  border-color: red;
}

.features .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.features .details h3 {
  font-size: 26px;
  font-weight: 600;
  color: #556270;
}

.features .details p {
  color: #777777;
}

.features .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .features .nav-link {
    border: 0;
    padding: 15px;
  }

  .features .nav-link.active {
    color: #fff;
    background: #d9232d;
  }
}

.section-title {
  margin-bottom: 3rem;
  border-bottom: 4px solid red;
}
.section-title h2{
  font-weight: bold;
  font-size: 34px;
  text-transform: uppercase;
  
}

.prit .prit-2 p{
  text-align: end;
  font-size: 20px;
  
  
}
.prit .prit-1 h3{
  color: #000;
}
.prit .prit-2 h3{
  text-align: end;
  font-size: 40px;
  color: #000;
  text-decoration: underline;
}

.contean-p{
  display: flex;
  align-items: center;
}

.video_ya{
  margin-top: 2rem;
  background-color: #000;
}
.prit-cocel{
  text-align: end;
  margin-bottom: 1rem;
}
.facebook-social h4 a{
  text-align: end;
  color: white;
  background-color: #3493e7;
  padding: .4rem 1rem;
}
.facebook-social h4 a:hover{
  background-color: #1c6cb3;
}
.line-social h4 a:hover{
  background-color: #1c9e0b;
}
.line-social{
  text-align: end;
}
.facebook-social{
  text-align: end;
}
.line-social h4 a{
  text-align: end;
  color: white;
  background-color: #26e00d;
  padding: .4rem 1rem;
}
.cel{
  text-align: start;
}
.cel h4 a{
  background-color: red;
  padding: .4rem 1rem;
  color: white;
}
.cel h4 a:hover{
  background-color: rgb(182, 12, 12);
}


/* !---------------------- scrip coler*/

.header-card-img-head-ativ{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.header-card-img-car-ativ{
  width: 50%;
  height: 500px;
  margin: 1rem 0;
  overflow: hidden;
  padding-top: .5rem;
}
.card_img_model_ativ{
  background-image: url(../imgs/yaris_ATIV/1.png);
  height: 80%;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.card_title_ativ{
  text-align: center;
  margin-bottom: 1rem;
}

@media (max-width: 640px) {
  .header-card-img-car-ativ{
      width: 100%;
      height: 360px;
  }
  .card_img_model_ativ{
      width: 100%;
      height: 300px;
  }
  section{
      padding: 0px 0;
  }
}


.colors_ativ{
  display: flex;
  justify-content: center;
  align-items: center;
}

.ativ_color_1{
  background: rgb(212, 47, 24);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}
.ativ_color_2{
  background-color: rgb(62, 62, 62);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}
.ativ_color_3{
  background-color: rgb(255, 255, 255);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}
.ativ_color_4{
  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;
}
.ativ_color_5{
  background-color: rgb(162, 170, 173);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}
.ativ_color_6{
  background-color: rgb(170, 15, 23);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  cursor: pointer;
}

/* !------------------------ end */

/* !-----------smart */

.header-card-img-head-ativ-2{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.header-card-img-car-ativ-2{
  width: 50%;
  height: 500px;
  margin: 1rem 0;
  overflow: hidden;
  padding-top: .5rem;
}
.card_img_model_ativ_2{
  background-image: url(../imgs/yaris_ATIV/1.png);
  height: 80%;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.card_title_ativ_2{
  text-align: center;
  margin-bottom: 1rem;
}

@media (max-width: 640px) {
  .header-card-img-car-ativ-2{
      width: 100%;
      height: 360px;
  }
  .card_img_model_ativ_2{
      width: 100%;
      height: 300px;
  }
  section{
      padding: 0px 0;
  }
}


.colors_ativ_2{
  display: flex;
  justify-content: center;
  align-items: center;
}

.ativ_color_1_2{
  background: rgb(212, 47, 24);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}
.ativ_color_2_2{
  background-color: rgb(62, 62, 62);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}
.ativ_color_3_2{
  background-color: rgb(255, 255, 255);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}
.ativ_color_4_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;
}
.ativ_color_5_2{
  background-color: rgb(162, 170, 173);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}
.ativ_color_6_2{
  background-color: rgb(170, 15, 23);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  cursor: pointer;
}

/* !-----------smart end*/

/* !-----------premium */

.header-card-img-head-ativ-3{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.header-card-img-car-ativ-3{
  width: 50%;
  height: 500px;
  margin: 1rem 0;
  overflow: hidden;
  padding-top: .5rem;
}
.card_img_model_ativ_3{
  background-image: url(../imgs/yaris_ATIV/5.png);
  height: 80%;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.card_title_ativ_3{
  text-align: center;
  margin-bottom: 1rem;
}

@media (max-width: 640px) {
  .header-card-img-car-ativ-3{
      width: 100%;
      height: 360px;
  }
  .card_img_model_ativ_3{
      width: 100%;
      height: 300px;
  }
  section{
      padding: 0px 0;
  }
}


.colors_ativ_3{
  display: flex;
  justify-content: center;
  align-items: center;
}

.ativ_color_1_3{
  background: rgb(212, 47, 24);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}
.ativ_color_2_3{
  background-color: rgb(62, 62, 62);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}
.ativ_color_3_3{
  background-color: rgb(255, 255, 255);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}
.ativ_color_4_3{
  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;
}
.ativ_color_5_3{
  background-color: rgb(162, 170, 173);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}
.ativ_color_6_3{
  background-color: rgb(170, 15, 23);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  cursor: pointer;
}

/* !-----------premium end*/

/* !-----------premium Luxury*/

.header-card-img-head-ativ-4{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.header-card-img-car-ativ-4{
  width: 50%;
  height: 500px;
  margin: 1rem 0;
  overflow: hidden;
  padding-top: .5rem;
}
.card_img_model_ativ_4{
  background-image: url(../imgs/yaris_ATIV/4.png);
  height: 80%;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.card_title_ativ_4{
  text-align: center;
  margin-bottom: 1rem;
}

@media (max-width: 640px) {
  .header-card-img-car-ativ-4{
      width: 100%;
      height: 360px;
  }
  .card_img_model_ativ_4{
      width: 100%;
      height: 300px;
  }
  section{
      padding: 0px 0;
  }
}


.colors_ativ_4{
  display: flex;
  justify-content: center;
  align-items: center;
}

.ativ_color_1_4{
  background: rgb(212, 47, 24);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}
.ativ_color_2_4{
  background-color: rgb(62, 62, 62);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}
.ativ_color_3_4{
  background-color: rgb(255, 255, 255);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}
.ativ_color_4_4{
  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;
}
.ativ_color_5_4{
  background-color: rgb(162, 170, 173);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  margin-right: 1rem;
  cursor: pointer;
}
.ativ_color_6_4{
  background-color: rgb(170, 15, 23);
  border: #ccc 1px solid;
  display: block;
  overflow: hidden;
  width: 39px;
  height: 39px;
  border-radius: 39px;
  cursor: pointer;
}

/* !-----------premium Luxury end*/


/*--------------------------------------------------------------
# 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);
}

/*--------------------------------------------------------------
# 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;
  }
}

.vdo-re-1{
  margin-bottom: 4rem;
}

.team{
  background-color: #1b1b1b;
  padding-top: 5rem;
}

.team .container-1{
  padding-top: 4rem;
  padding-bottom: 3rem;
}


/* ------------------------------------------------------------------ */

    
