@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Poppins-semibold';
  src: url('../fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Poppins-bold';
  src: url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Poppins-extrabold';
  src: url('../fonts/Poppins/Poppins-ExtraBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Baskerville';
  src: url('../fonts/Baskervville/Baskervville-Regular.ttf') format('truetype');
}

#loading-screen{
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.2);
  z-index: 999;
  display: none;
}

.spinner-border{
  width: 3.5rem !important;
  height: 3.5rem !important;
}

body {
  margin: unset;
  background-color: white;
}

.section-1 {
  position: relative;
}

.section-2 {
  padding: 87px 147px 78px;
}

.section-3 {
  position: relative;
  padding: 0 147px 0;
}

.section-4 {
  padding: 83px 0;
  background-color: #F7F7F7;
  text-align: center;
}


/* MENU */

.menu-dekstop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-dekstop label {
  color: #454550;
  font-family: 'Poppins';
  font-size: 18px;
  letter-spacing: 2px;
  cursor: pointer;
}

.menu-dekstop label:hover {
  color: black;
  /* font-weight: 600; */
}

.header-desktop.active .menu-dekstop label:hover {
  color: black;
  /* font-weight: 600; */
}

.menu-dekstop img {
  cursor: pointer;
}

.menu-item {
  position: relative;
}

.menu-dropdown {
  background-color: #063147E5;
  border-radius: 10px;
  position: absolute;
  padding: 20px 40px 40px 40px;
  width: fit-content;
  min-width: 15rem;
  left: -60%;
  display: none;
}

.menu-dropdown li:hover,
.box-notif li:hover {
  font-weight: 600;
}

.menu-unique {
  width: 350px;
  left: -210%;
}

.menu-dropdown .head {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 700;
  color: #D2AE96;
  line-height: 27px;
  margin-block-start: 20px;
  margin-block-end: 0;
}

.menu-dropdown li,
.box-notif li {
  list-style-type: none;
  color: white;
  font-family: 'Poppins';
  font-size: 18px;
  line-height: 27px;
  cursor: pointer;
  padding-top: 20px;
  letter-spacing: 1.5px;
  text-align: left;
}

.menu-unique li {
  margin-left: 25px;
}

.menu-unique li:hover {
  font-weight: 600;
}

.header-desktop {
  display: grid;
  grid-template-columns: 20% 60% 20%;
  position: fixed;
  align-items: center;
  width: 100%;
  padding: 25px 0;
  z-index: 1000;
  transition: all 0.5s;
}

.header-desktop.active {
  background-color: white;
  padding: 0px;
  transition: all 0.2s;
}

.icon-wa {
  margin-left: 70px;
}

.icon-wa img {
  border: 1px solid #25D366;
  border-radius: 7px;
  padding: 8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.icon-right {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  column-gap: 20px;
}

.icon-right img {
  width: 40px;
  height: 40px;
  border: 1px solid #454550;
  object-fit: contain;
  border-radius: 7px;
  padding: 8px;
  cursor: pointer;
}

.icon-lonceng {
  position: relative;
}

.box-notif {
  position: absolute;
  background-color: #063147E5;
  border-radius: 10px;
  /* margin-top: 30px; */
  padding: 20px 40px 40px 40px;
  width: 275px;
  /* left: -155px; */
  right: 0px;
  text-align: center;
  display: none;
}

.box-notif .head {
  font-family: 'Poppins';
  font-size: 24px;
  font-weight: 600;
  color: #D2AE96;
  line-height: 27px;
  margin-block-start: 0;
  margin-block-end: 0;
}

.box-notif p {
  color: white;
  font-family: 'Poppins';
  font-size: 18px;
  line-height: 27px;
  padding: 20px 0;
  letter-spacing: 1.5px;
}

.box-notif button {
  background-color: #D2AE96;
  color: white;
  padding: 10px 20px;
  font-family: 'Poppins';
  font-size: 18px;
  line-height: 24px;
  border-radius: 8px;
  letter-spacing: 1px;
  cursor: pointer;
  border-color: #D2AE96;
}

.menu-dekstop a {
  text-decoration: unset;
  text-align: center;
}

#menu1:hover .menu-dropdown {
  display: block;
}

#menu2:hover .menu-dropdown {
  display: block;
}

#menu3:hover .menu-dropdown {
  display: block;
}

#menu4:hover .menu-dropdown {
  display: block;
}

.icon-lonceng:hover .box-notif,
.icon-lonceng-home:hover .box-notif,
.icon-user:hover .box-notif {
  display: block;
}

.icon-user:hover .box-user,
.icon-user-home:hover .box-user {
  display: block;
}


/* #menu1>.menu-dropdown:hover {
  display: block;
} */


/* MENU  Mobile*/

.icon-wa {
  margin-left: 70px;
}

.icon-wa img {
  border: 1px solid #25D366;
  border-radius: 7px;
  padding: 8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.icon-right {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  column-gap: 20px;
}

.icon-right img {
  width: 40px;
  height: 40px;
  border: 1px solid #454550;
  object-fit: contain;
  border-radius: 7px;
  padding: 8px;
  cursor: pointer;
}

.icon-lonceng {
  position: relative;
}

.header-mobile,
.header-mobile-home {
  position: fixed;
  display: none;
}

.header-mobile-option {
  display: grid;
  grid-template-columns: 50% 50%;
}

.mobile-close {
  display: none;
}

.menu-mobile {
  height: 100%;
  width: 100%;
  background-color: #063147;
  position: fixed;
  z-index: 999999;
  left: 9999px;
  transition: 1.5s;
  transition-delay: .2s;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
  scrollbar-width: none;
  /* Firefox */
}

.menu-mobile:target {
  left: 0px;
}

#main-menu {
  display: block;
  transition: 1.5s;
  transition-delay: .2s;
}

.top-menu-mobile {
  display: grid;
  grid-template-columns: 50% 50%;
  justify-items: end;
  align-items: center;
  padding: 20px 20px;
}

.menu-box {
  overflow: hidden;
}

.menu-mobile::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.menu-mobile-option {
  padding: 20px 20px;
  display: block;
  transition: .2;
  transition-delay: .2;
  animation: ease-in-out;
}

.menu-mobile-option label {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: white;
}

.menu-mobile-option a {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-decoration-line: underline;
  color: #FFFFFF;
  margin-bottom: 40px;
}

.menu-mobile-option .login {
  display: grid;
  grid-template-columns: 15% auto;
  margin-bottom: 30px;
}

.menu-mobile-option .menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
}

#sub-menu-vehicle {
  display: none;
  opacity: 0;
  transition: all .2s ease-in-out;
  transition-delay: .2s;
}

.menu-mobile-option .sub-menu .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
}

.menu-mobile-option .sub-menu .item label {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #D2AE96;
}

.menu-mobile-option hr {
  width: 100%;
  height: 0px;
  border: 1px solid #447790;
}

.menu-mobile-option .back-sub-menu {
  display: grid;
  grid-template-columns: 15% auto;
  margin-bottom: 30px;
  align-items: center;
}

#sub-menu-about,
#sub-menu-cars,
#sub-menu-motorcycle,
#sub-menu-previlage,
#sub-menu-activity,
#sub-menu-accounts {
  display: none;
  transition: .2s;
  transition-delay: .2s;
}

.footer-info a {
  text-decoration: none;
}

.footer-info a p:hover {
  color: #D2AE96;
}


/* BODY */
.slide-testi > img{
  max-width: 78vw;
}


/* COMMUNITY */

.section-2 .path {
  font-family: 'Poppins';
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #C1C1C1;
  margin-bottom: 10px;
}

.section-2 .path a {
  color: #C1C1C1;
  text-decoration: none;
}

.section-2 .path span:last-child {
  color: #454550;
}

.section-2 .title {
  font-family: 'Baskerville';
  font-size: 48px;
  line-height: 48px;
  color: #454550;
}

.section-3 .gallery {
  width: 100%;
  display: grid;
  grid-template-columns: 60% 40%;
  column-gap: 20px;
  margin-bottom: 100px;
}

.section-3 .gallery .box-image {
  position: relative;
}

.section-3 .gallery .box-image img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.section-3 .gallery .box-image .title-image {
  position: absolute;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: 1px;
  color: white;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}


/* FOOTER */

.box-social {
  align-items: center;
  display: flex;
  justify-content: center;
}

.box-social p {
  font-family: 'Poppins';
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1.5px;
  color: #454550;
  margin-right: 100px;
}

.icon-instagram,
.icon-youtube {
  background-color: #031821;
  padding: 15px;
  object-fit: unset;
  border-radius: 50px;
  margin: 10px;
  width: 40px;
  height: 40px;
}

.icon-instagram img,
.icon-youtube img {
  object-fit: contain;
  width: 40px;
  height: 40px;
}

.box-social-icon {
  display: grid;
  grid-template-columns: auto;
  column-gap: 0;
  position: fixed;
  background: rgba(255, 255, 255, 0.3);
  bottom: 75px;
  right: 0;
}

footer {
  margin-top: 3rem;
  background-color: #031821;
  padding: 80px 0 45px;
  text-align: center;
}

footer img {
  width: 175px;
  height: auto;
}

.footer-info {
  margin: 60px 0 110px;
}

.footer-info p {
  font-family: 'Poppins';
  font-size: 18px;
  line-height: 27px;
  color: white;
  margin-block-start: 3px;
  margin-block-end: 3px;
}

.footer-copyright {
  font-family: 'Poppins';
  font-size: 18px;
  line-height: 27px;
  color: white;
  letter-spacing: 1.5px;
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  grid-column-gap: 50px;
}

.footer-copyright a {
  text-decoration: unset;
  color: white;
}

/* END */


/* PROFILE */

.container-image {
  position: relative;
}

.section-3 .box-desc {
  width: 50%;
  padding: 0 20px 87px 20px;
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #454550;
}

.section-3 img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}

.container-image .box-image-profile {
  background-color: #063147;
  display: grid;
  grid-template-columns: 25% 25% 50%;
  text-align: center;
  justify-items: center;
  padding: 80px 147px;
  grid-column-gap: 3.35%;
}

.container-image .box-image-profile img {
  width: 100%;
  height: 40vh;
  object-fit: cover;
}

.container-image .box-image-profile img:last-child {
  width: 31.5%;
  height: 13rem;
  bottom: 80px;
  right: 147px;
  position: absolute;
}

.section-partners {
  padding: 80px 147px;
  background-color: #F2F2F2;
  text-align: center;
}

.title-partners {
  font-family: 'Baskerville';
  font-size: 48px;
  line-height: 48px;
  color: #454550;
}

.box-partners img {
  width: 100%;
}

.section-testi {
  position: relative;
  margin: 117px 0;
}

.desc-testimonial {
  width: 57%;
}

.desc-testimonial .title h4 {
  font-size: 1.3rem;
  font-family: 'Poppins';
  color: #447790;
  margin-block-start: unset;
  margin-block-end: 10px;
}

.desc-testimonial .title h2 {
font-family: 'Baskerville';
font-size: 2.4rem;
font-weight: 600;
color: #454550;
margin-block-start: unset;
}

.desc-testimonial .desc {
  background-color: #031821;
  height: fit-content;
  color: white;
  font-family: 'Poppins';
  font-size: 1.2rem;
  /* line-height: 36px;
  letter-spacing: 2px; */
}

.box-arrow {
  right: 0;
  top: 38%;
  place-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

.box-arrow span {
  font-size: 18px;
  font-family: 'Poppins';
}

.image-testimonial {
    position: absolute;
    top: 3rem;
    right: 0;
    width: 50%;
    height: 70vh;
}

.image-testimonial img{
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}


/* END */


/* OUR TEAM */

.section-3 .gallery-our-team {
  width: 100%;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  grid-row-gap: 70px;
  text-align: center;
}

.section-3 .gallery-our-team img {
  width: 75%;
  height: 75%;
  object-fit: cover;
  border-radius: 100%;
}

.section-3 .gallery-our-team .name {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1px;
  color: #454550;
  margin: 20px 0 0;
}

.section-3 .gallery-our-team {
  font-family: 'Poppins';
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #454550;
}

.position {
font-family: 'Poppins';
font-size: .875rem;
line-height: 24px;
letter-spacing: 1px;
color: #454550;
}
/* END */


/* NEWS */

.section-news {
  padding: 0 147px;
  display: grid;
  grid-template-columns: 50% 50%;
  row-gap: 50px;
  margin-bottom: 100px;
}

.section-news .grid-news {
  display: grid;
  grid-template-columns: 50% 50%;
}

.section-news .text-news {
  width: 80%;
}

.section-news .grid-news img {
  width: 95%;
}

.section-news .grid-news label {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #D2AE96;
}

.section-news .grid-news h3 {
  color: #454550;
  font-family: 'Poppins';
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  margin: 10px 0 0;
}

.section-news .grid-news p {
  color: #454550;
  font-family: 'Poppins';
  font-size: 16px;
  letter-spacing: 1px;
}

.section-news .grid-news button {
  background-color: white;
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  padding: 17px 81px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  padding: 17px 81px;
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #D2AE96;
}


/*for news detail*/

.news-detail-title {
  display: grid;
  grid-template-columns: 70% 30%;
}

.news-detail-title .publish {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-column-gap: 20px;
}

.news-detail-title .publish-mobile {
  display: none;
}

.news-detail-title .publish label {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #D2AE96;
}

.news-detail-title .publish p {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #D2AE96;
}

.section-news-detail {
  padding: 0 147px;
  display: grid;
  grid-template-columns: 70% 30%;
  row-gap: 50px;
  grid-column-gap: 150px;
  margin-bottom: 100px;
}

.section-news-detail .recomm img {
  width: 70%;
}

.section-news-detail img {
  width: 100%;
}

.section-news-detail label {
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #D2AE96;
}

.section-news-detail .credit {
  text-align: left;
}

.section-news-detail .author {
  text-align: right;
}

.section-news-detail .image-text {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-bottom: 100px;
}

.section-news-detail p {
  color: #454550;
  font-family: 'Poppins';
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left;
}

.section-news-detail .recomm label {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #454550;
}

.section-news-detail .recomm hr {
  width: 70%;
  text-align: left;
  float: left;
  margin-top: 25px;
  margin-bottom: 40px;
}

.section-news-detail .recomm h3 {
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #454550;
  margin-top: 10px;
  margin-bottom: 30px;
}


/*for our service*/

.section-warranty-service {
  background: -webkit-linear-gradient(top, white, white 80%, #063147 20%, #063147);
}

.section-warranty-service .warranty {
  display: grid;
  grid-template-columns: 50% 50%;
}

.section-warranty-service .warranty img {
  width: 100%;
  object-fit: cover;
  padding-bottom: 80px;
}

.section-warranty-service .path {
  font-family: 'Poppins';
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #C1C1C1;
  padding-bottom: 10px;
  padding-top: 87px;
  padding-left: 147px;
}

.section-warranty-service .path a {
  text-decoration: none;
  color: #C1C1C1;
}

.section-warranty-service .title {
  font-family: 'Baskerville';
  font-size: 48px;
  line-height: 48px;
  color: #454550;
  padding-left: 147px;
}

.section-warranty-service .path span:last-child {
  color: #454550;
}

.section-warranty-service .warranty p {
  color: #454550;
  font-family: 'Poppins';
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left;
  padding-top: 100px;
  padding-bottom: 200px;
  padding-left: 147px;
  padding-right: 80px;
}

.section-after-service {
  text-align: center;
}

.section-after-service label {
  color: #454550;
  font-family: 'Baskerville';
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 1px;
}

.after-service {
  grid-template-columns: auto auto auto auto auto;
  grid-column-gap: 40px;
  display: flex;
  justify-content: center;
}

.after-service label {
  color: #454550;
  font-family: 'Poppins';
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 1px;
  width: 10rem;
}

.after-service-widget {
  width: 7rem;
  height: 7rem;
  margin-top: 80px;
  justify-content: center;
  display: flex;
}

.after-service-widget img {
  margin: 0 auto;
  width: 50%;
  object-fit: contain;
}


/*for membership*/

.membership-box-image{
height : 35vh;
width: 100vw;
}

.membership-box-image img{
width: 100%;
height: auto;
object-fit: contain;
object-position: center;
}

.membership-banner {
  width: 100%;
  height: 700px;
  background-image: url('../images/membership-banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
  margin-top: 150px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.membership-banner h1 {
  color: #FFFFFF;
  font-family: 'Baskerville';
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0px;
  padding-left: 180px;
}

.membership-banner h2 {
  color: #FFFFFF;
  font-family: 'Poppins';
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0px;
}

.membership-banner>h1,
.membership-banner>h2 {
  padding-left: 180px;
}

.section-membership .membership {
  display: grid;
  grid-template-columns: 60% 40%;
}

.section-membership .membership img {
  width: 100%;
  object-fit: cover;
  padding-bottom: 80px;
}

.section-membership .path {
  font-family: 'Poppins';
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #C1C1C1;
  padding-bottom: 10px;
  padding-top: 87px;
  padding-left: 147px;
}

.section-membership a {
  text-decoration: none;
  color: #C1C1C1;
}

.section-membership .title {
  font-family: 'Baskerville';
  font-size: 48px;
  line-height: 48px;
  color: #454550;
  padding-left: 147px;
}

.section-membership .path span:last-child {
  color: #454550;
}

.section-membership .membership p {
  color: #454550;
  font-family: 'Poppins';
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left;
  padding-top: 40px;
  padding-bottom: 135px;
  padding-left: 147px;
  padding-right: 150px;
}

.section-membership-card {
  background-color: #F7F7F7;
  width: 100%;
}

.section-membership-card .membership-card {
  padding: 150px 150px;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  justify-content: center;
  grid-column-gap: 50px;
}

.section-membership-card .membership-card .card {
  width: 100%;
  height: 22vh;
  border-radius: 16px;
  background-color: #D9D9D9;
}

.section-membership-card .membership-card h3 {
  color: #454550;
  font-family: 'Baskerville';
  font-size: 1.5rem;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 60px;
}

.section-membership-card .membership-card li {
  color: #454550;
  font-family: 'Poppins';
  font-size: 1rem;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: left;
  padding-bottom: 10px;
}

.section-membership-card .membership-card li::marker {
  color: #063147;
  font-size: 1.2rem;
}

.section-our-partner {
  padding: 87px 147px 78px;
  text-align: center;
}

.section-our-partner label {
  color: #454550;
  font-family: 'Baskerville';
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 1px;
}

.section-our-partner .our-partner-odd {
  display: grid;
  grid-template-columns: 60% 40%;
  grid-column-gap: 50px;
  margin-top: 130px;
}

.section-our-partner .our-partner-even {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-column-gap: 50px;
  margin-top: 130px;
}

.section-our-partner .our-partner-odd img,
.section-our-partner .our-partner-even img {
  width: 100%;
}

.section-our-partner .our-partner-odd .partner-logo {
  width: auto;
  display: block;
}

.section-our-partner .our-partner-even .partner-logo {
  width: auto;
  display: block;
  margin-left: auto;
}

.section-our-partner .our-partner-odd p {
  color: #454550;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: left;
}

.section-our-partner .our-partner-even p {
  color: #454550;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: right;
}

/*for brand new cars*/

.section-2 .brand-new-cars {
  display: grid;
  grid-template-columns: 30% 70%;
  grid-column-gap: 50px;
  margin-top: 75px;
}

.section-2 .brand-new-cars .brand-models {
  width: 100%;
  height: max-content;
  border: 1px solid #063147;
  border-radius: 8px;
}

.brand-models-mobile {
  display: none;
}

.section-2 .brand-new-cars .brand-models .models-option {
  display: grid;
  grid-template-columns: 50% 50%;
  border-bottom: 1px solid #063147;
  height: 70px;
}

.section-2 .models-option-1 {
  width: 100%;
  height: 100%;
  background-color: #063147;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-2 .models-option-1 label {
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.section-2 .models-option-2 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-2 .models-type {
  padding: 46px;
}

.section-2 .models-type label {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  color: #063147;
}

.section-2 .models-type .type {
  margin-top: 55px;
  display: grid;
  grid-template-columns: 30% 70%;
}

.section-2 .models-type .type label {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 18px;
  color: #063147;
}

.section-2 .models-type .type label:hover {
  font-weight: 600;
  cursor: pointer;
}

.section-2 .brand-new-cars .brand-items .items {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-column-gap: 50px;
  margin-bottom: 140px;
}

.section-2 .brand-new-cars .brand-items .items label {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 18px;
  color: #454550;
}

.section-2 .brand-new-cars .brand-items .items img {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 0px;
}

.section-2 .brand-new-cars .brand-items hr {
  margin-bottom: 50px;
}

.section-2 .brand-new-cars .brand-items h3 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  color: #063147;
}


/*for incoming cars*/

.section-2 .incoming-cars .brand-items .items {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-column-gap: 50px;
  margin-bottom: 140px;
}

.section-2 .incoming-cars .brand-items .items img {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 120px;
}

.section-2 .incoming-cars .brand-items .items label {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 18px;
  color: #454550;
}

.section-2 .incoming-cars .brand-items h3 {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 18px;
  color: #063147;
}


/*for brand new cars detail*/

.section-2 .detail-cars {
  display: grid;
  grid-template-columns: 55% 45%;
  grid-column-gap: 50px;
}

.section-2 .detail-cars img {
  width: 100%;
}

.section-2 .detail-cars .main-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.section-2 .detail-cars .price-box {
  width: 100%;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  background: #F7F7F7;
  margin-top: 30px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 50% 50%;
}

.section-2 .detail-cars .price-box h4 {
  color: #454550;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 18px;
  color: #063147;
  letter-spacing: 1px;
  margin: 0px;
  padding: 15px 30px;
}

.section-2 .detail-cars .price-box h3 {
  color: #454550;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 18px;
  color: #063147;
  letter-spacing: 1px;
  margin: 0px;
  padding: 15px 30px;
}

.section-2 .detail-cars .price-choice {
  color: #454550;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
}

.section-2 .detail-cars .price-choice .price {
  font-weight: 600;
}

.section-2 .detail-cars hr {
  color: #E5E5E5;
  margin-top: 40px;
  margin-bottom: 20px;
}

.section-2 .detail-cars .specification {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}

.section-2 .detail-cars .specification .item {
  display: grid;
  grid-template-columns: 10% 90%;
}

.section-2 .detail-cars .specification .item img {
  width: auto;
}

.section-2 .detail-cars .specification .item span {
  color: #447790;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
}

.section-2 .detail-cars .specification .item label {
  color: #454550;
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1px;
}

.section-2 .detail-cars .phone,
.detail-cars-footer .phone,
.consignment .phone,
.next-prev .prev {
  background-color: white;
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  padding: 17px 81px;
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #D2AE96;
  display: block;
  margin-left: auto;
  margin-top: 30px;
  height: 60px;
  width: 100%;
}

.section-2 .detail-cars .phone i,
.detail-cars-footer .phone i,
.consignment .phone {
  font-size: 20px;
}

.section-2 .detail-cars .enquiry,
.detail-cars-footer .enquiry,
.fill-car .enquiry,
.next-prev .next,
.modal .send,
.inquiry .send,
.login-form .send {
  background-color: #D2AE96;
  border-radius: 8px;
  border: none;
  padding: 17px 81px;
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  color: white;
  display: block;
  margin-top: 30px;
  height: 60px;
  width: 100%;
}

.section-mid {
  background-color: #D2AE96;
  width: 100%;
  height: 120px;
  margin-top: 100px;
  display: grid;
  grid-template-columns: 50% 50%;
}

.section-mid .content {
  padding: 50px 150px;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
  display: grid;
  grid-template-columns: 10% 8% 8% 8%;
  justify-items: center;
}

.section-mid .content-1 {
  padding: 50px 150px;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
  display: grid;
  grid-template-columns: 10% 8%;
  justify-items: center;
  justify-content: end;
}

.section-desc-spec {
  background-color: #F7F7F7;
  padding: 120px 360px;
}

.section-desc-spec h3 {
  color: #454550;
  font-family: 'Baskerville';
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 1px;
}

.section-desc-spec p {
  color: #454550;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.section-desc-spec .spec {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-column-gap: 150px;
  grid-row-gap: 30px;
}

.section-desc-spec .spec li {
  color: #454550;
  font-family: 'Poppins';
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.section-desc-spec .spec li::marker {
  color: #063147;
  font-size: 1.2rem;
}

.section-desc-spec .spec-1 {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-column-gap: 150px;
}

.section-desc-spec .spec-1 .tech {
  display: grid;
  grid-template-columns: 50% 50%;
  align-items: center;
  border-bottom: 1px solid #E5E5E5;
}

.section-desc-spec .spec-1 .tech label {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  color: #447790;
}

.section-desc-spec .spec-1 .tech p {
  font-family: 'Poppins';
  font-weight: 700;
  font-size: 16px;
  color: #454550;
}

.detail-cars-footer {
  height: 200px;
  background-color: white;
  display: grid;
  grid-template-columns: 20% 20%;
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
}

.specification a,
.detail-cars-footer a {
  text-decoration-line: none;
}


/*for consignment*/

.section-2 .consignment {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-column-gap: 100px;
}

.consignment p {
  margin-top: 70px;
  color: #454550;
  font-family: 'Poppins';
  font-size: 16px;
  letter-spacing: 1px;
  text-align: left;
}

.consignment .phone {
  width: 50%;
  margin-left: 0px;
  margin-top: 50px;
}

.consignment img {
  width: 100%;
}

.section-process {
  background-color: #D9D9D9;
}

.section-process .process,
.section-request .process {
  padding: 50px 300px;
}

.section-process .process h3,
.section-request .process h3 {
  font-family: 'Baskerville';
  font-weight: 400;
  font-size: 48px;
  color: #454550;
  text-align: center;
}

.count {
  grid-template-columns: auto auto auto auto auto;
  grid-column-gap: 40px;
  display: flex;
  justify-content: center;
}

.count .dots {
  width: 5px;
  height: 5px;
  background: #C1C1C1;
  border-radius: 100%;
  margin: 0px 5px;
}

.dots-process {
  display: inline-flex;
  align-items: center;
}

.dots-process-mobile {
  display: none;
}

.section-process .process-count,
.section-request .process-count {
  height: 55px;
  width: 55px;
  border-radius: 100%;
  background-color: #C1C1C1;
  font-family: 'Poppins';
  font-weight: 800;
  font-size: 18px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.process-count.active {
  background-color: #063147;
}

.fill-car-form,
.fill-personal-form {
  grid-template-columns: 30% 30% 30%;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  display: grid;
  justify-content: center;
  margin-bottom: 80px;
}

.fill-car-form label,
.fill-personal-form label {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 18px;
  color: #454550;
}

.fill-car-form select,
.fill-personal-form select,
.modal:target .normal-form select,
.inquiry .normal-form select,
.login-form select {
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 15px 30px;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 18px;
  color: #C1C1C1;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../icons/down.png");
  background-repeat: no-repeat;
  background-position: calc(93% - 8px) center;
  margin-top: 15px;
}

.fill-car-form select:focus,
.fill-car-form input:focus,
.fill-personal-form select:focus,
.fill-personal-form input:focus,
.modal:target .normal-form input:focus,
.modal:target .normal-form select:focus,
.modal:target .big-form textarea:focus,
.inquiry .normal-form input:focus,
.inquiry .normal-form select:focus,
.inquiry .big-form textarea:focus,
.login-form .normal-form input:focus,
.login-form .normal-form select:focus,
.login-form .big-form textarea:focus,
.normal-form-field input:focus {
  outline: none;
}

.fill-car-form input,
.fill-personal-form input,
.modal:target .normal-form input,
.modal:target .big-form textarea,
.inquiry .normal-form input,
.inquiry .big-form textarea,
.login-form input,
.login-form textarea {
  width: 100%;
  height: 60px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  padding: 15px 30px;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 18px;
  color: #C1C1C1;
  margin-top: 15px;
  box-sizing: border-box;
}

.fill-car-form input::placeholder,
.fill-personal-form input::placeholder,
.modal:target .normal-form::placeholder,
.modal:target .big-form textarea::placeholder,
.inquiry .normal-form::placeholder,
.inquiry .big-form textarea::placeholder,
.normal-form-field input::placeholder {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 18px;
  color: #C1C1C1;
}

.fill-car .enquiry {
  width: 300px;
  margin: 0 auto;
}

.fill-car {
  display: none;
}

.car-image {
  display: none;
}

.fill-personal {
  display: block;
}

.car-image input[type='file'] {
  display: none;
}

.car-image .car-image-upload {
  display: flex;
  width: 315px;
  height: 80px;
  background-color: white;
  border: none;
  border-radius: 8px;
  background-image: url("../images/Rectangle22.png");
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 18px;
  color: #454550;
}

.car-image .container-imgs-thumbs {
  margin: 1.5rem 0;
  padding: 0.75rem;
  display: flex;
  justify-content: center;
}

.car-image .container-imgs-thumbs--hidden {
  display: none;
}

.car-image .img-preview-thumb {
  margin-right: 1rem;
  width: 150px;
  height: 150px;
  padding: 0.25rem;
}

.car-image .img-preview-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.car-image .img-preview-thumb .delete {
  height: 25px;
  width: 25px;
  background-color: white;
  border-radius: 100%;
  background-image: url("../icons/close.png");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  margin-top: 5px;
  margin-left: 120px;
}

.car-image label {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 18px;
  color: #454550;
  display: flex;
  justify-content: center;
  margin-left: 125px;
  margin-top: 10px;
}

.car-image .next-prev,
.fill-personal .next-prev {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 20px;
}

.next-prev .prev,
.next-prev .next {
  width: 320px;
  margin-top: 140px;
}


/*modal*/

.inquiry {
  margin-top: 10%;
}

.modal,
.login-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 99999;
  transition: .2s;
  transition-delay: .2s;
  display: none;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.modal .dialog {
  max-width: 100%;
  height: auto;
  margin: 100px 100px;
  position: relative;
  background-color: white;
  top: -9999px;
  padding: 60px 100px;
  border-radius: 16px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.modal-dialog-scrollable .modal-body::-webkit-scrollbar{
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.modal-dialog-scrollable .modal-body {
  -ms-overflow-style: none;
  scrollbar-width: none; 
}

.login-form {
  height: 100%;
  width: 100%;
}

.modal .close-modal {
  position: relative;
  top: -1000px;
}

.modal:target {
  display: block;
  pointer-events: auto;
  background: rgba(4, 10, 30, .8);
  transition: 2s;
}

.modal:target .dialog {
  top: -20px;
  transition: .2s;
  transition-delay: .2s;
}

.modal:target .close-modal {
  top: 50px;
  display: flex;
  justify-content: end;
  right: 100px;
  transition: .2s;
  transition-delay: .2s;
}

.modal:target .dialog label,
.login-form label,
.inquiry label {
  font-family: 'Baskerville';
  font-weight: 400;
  font-size: 48px;
  color: #454550;
  justify-content: center;
  display: flex;
}

.modal:target .dialog p,
.login-form p,
.inquiry p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #C1C1C1;
  justify-content: center;
  display: flex;
}

.modal:target .dialog .grid-form,
.login-form .grid-form{
  display: grid;
  grid-template-columns: 70% 30%;
  margin-top: 80px;
  margin-bottom: 50px;
}

.inquiry .grid-form {
  display: grid;
  grid-template-columns: 50% 50%;
  margin-top: 80px;
  margin-bottom: 50px;
}

.modal:target .normal-form,
.login-form .normal-form {
  display: grid;
  grid-template-columns: 50% 50%;
}

.modal:target .normal-form .normal-form-field,
.login-form .normal-form .normal-form-field,
.inquiry .normal-form .normal-form-field {
  margin-right: 80px;
}

.inquiry .normal-form .normal-form-field {
  margin-bottom: 30px;
}

.modal:target .normal-form label,
.modal:target .big-form label,
.inquiry .normal-form label,
.inquiry .big-form label,
.login-form .normal-form label,
.login-form .big-form label,
.normal-form-field label {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 18px;
  color: #454550;
  justify-content: left;
}

.modal:target .big-form textarea,
.inquiry .big-form textarea {
  max-width: 100% !important;
  height: auto !important;
  resize: none;
}

.modal .send,
.login-form .send,
.inquiry .send {
  width: 320px;
  margin: 0 auto;
}

.modal .dialog iframe {
  width: 100%;
  height: 100%;
}

.login-form .normal-form-field {
  width: 30%;
  margin: 0 auto;
}

.login-form .forgot-password {
  width: 30%;
  margin: 0 auto;
  display: flex;
  justify-content: end;
  margin-bottom: 50px;
}

.login-form .regis-text {
  width: 30%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.login-form .forgot-password a,
.login-form .regis-text a {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-decoration-line: underline;
  color: #454550;
}

.login-form h3 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
}

.login-form .social-media-login {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
}

.login-form .social-media-login .facebook,
.login-form .social-media-login .google {
  width: 320px;
  border: 1px solid #454550;
  border-radius: 8px;
  padding: 18px 50px;
  background-color: white;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #454550;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-form .social-media-login .google {
  margin-right: auto;
}

.login-form .social-media-login .facebook {
  margin-left: auto;
}

.login-form .social-media-login img {
  margin-right: 10px;
}

.login-form .forgot-field {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-row-gap: 30px;
}

.login-form .forgot-field .normal-form-field {
  width: 80%;
  margin-right: 10px;
  margin-bottom: 10px;
}

.fadeInUp{
  animation:fadeInUp 1s ease backwards;
  animation-delay: 2s;
}
@keyframes fadeInUp{
  0%{transform:translate(0px, 100px); opacity: 0;}
  100%{transform:translate(0px, -50%); opacity: 1;}
}


/*responsive style*/

@media (max-width: 449px) {
  .splide__slide{
    width: 90vw !important;
  }
}


@media (min-width: 320px) and (max-width: 374px) {
  .header-desktop, .header-desktop-home {
      display: none;
  }
  .header-mobile,
  .header-mobile-home {
      display: block;
      background-color: transparent;
      transition: all .2s;
      width: 100%;
      z-index: 8888;
  }
  .header-mobile.active {
      background-color: white;
  }
  .header-mobile-home.active {
      background-color: black;
  }
  .title-banner {
      top: 60%;
      padding: 50px 30px;
  }
  .title-banner h2 {
      font-size: 20px;
      line-height: 20px;
  }

  .title-banner h4 {
      font-size: 14px;
  }
  .box-banner img {
      height: auto;
      object-position: center;
  }
  .section-2 {
      padding: 100px 20px 20px 20px;
  }
  .section-2-home img {
      width: 100%;
  }
  .section-3-home {
      padding: 0px;
  }
  .image-testimonial {
      top: 12%;
      height: 200px;
      left: 0px;
      width: 100%;
  }
  .image-testimonial img {
      width: 100%;
      height: 300px;
  }
  .desc-testimonial {
    width: 100%;
    height: 56rem;
  }
  .slide-testi > p:nth-child(1){
    height: 12.8rem;
    overflow: scroll;
  }
  .slide-testi > p:nth-child(2){
    height: 4rem;
    overflow: scroll;
  }
  .desc-testimonial .title {
      padding: 30px 30px;
  }
  .desc-testimonial .title h4 {
      font-size: 12px;
      line-height: 18px;
  }
  .desc-testimonial .title h2 {
      font-size: 28px;
      line-height: 28px;
  }
  .desc-testimonial .desc {
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 350px;
      /* font-size: 14px; */
      /* line-height: 21px; */
  }
  .box-arrow {
      width: 80%;
  }
  .box-arrow span {
      font-size: 14px;
      line-height: 21px;
  }
  .title-follow-us span {
      font-size: 12px;
      line-height: 18px;
  }
  .title-follow-us h4 {
      font-size: 28px;
      line-height: 28px;
  }
  .box-social {
      display: block;
  }
  .box-social p {
      font-size: 14px;
      line-height: 21px;
      width: 100%;
  }
  .box-social-icon {
      column-gap: 25px;
      justify-content: center;
  }
  .icon-instagram img,
  .icon-youtube img {
      padding: 15px;
  }
  footer img {
      width: 100px;
  }
  .footer-info {
      margin: 60px 0 60px;
  }
  .footer-info p {
      font-size: 12px;
      line-height: 18px;
  }
  .footer-copyright {
      display: block;
      font-size: 10px;
      line-height: 15px;
      letter-spacing: 0.03em;
  }
  .icon-instagram img,
  .icon-youtube img {
      padding: 0px;
  }
  .header-mobile-option .icon-right,
  .header-mobile-option .icon-right-home {
      display: grid;
      grid-template-columns: auto auto auto;
      justify-content: flex-end;
      column-gap: 5px;
      margin-top: 3px;
  }
  .modal .dialog {
      top: -9999px;
  }
  .header-mobile-option .icon-wa {
      margin-left: 0px;
  }
  .login-form {
      padding: 60px 20px;
      width: auto;
  }
  .login-form label {
      font-size: 28px;
  }
  .login-form .normal-form-field {
      width: 100%;
  }

  .inquiry .grid-form {
    display: block;
  }

  .inquiry .send {
    width: 100%;
  }

  .inquiry .normal-form .normal-form-field {
    margin-right: 0px;
  }

  .login-form .normal-form-field label,
  .fill-car-form input::placeholder,
  .fill-personal-form input::placeholder,
  .modal:target .normal-form::placeholder,
  .modal:target .big-form textarea::placeholder,
  .inquiry .normal-form::placeholder,
  .inquiry .big-form::placeholder,
  .normal-form-field input::placeholder {
      font-size: 14px;
  }
  .fill-car-form input,
  .fill-personal-form input,
  .modal:target .normal-form input,
  .modal:target .big-form textarea,
  .inquiry .normal-form input,
  .inquiry .big-form textarea,
  .login-form input,
  .login-form textarea {
      height: auto;
      font-size: 14px;
      margin-bottom: 20px;
  }
  .login-form .forgot-password {
      width: auto;
      padding-top: 10px;
  }
  .modal .send,
  .login-form .send {
      width: 100%;
  }
  .section-2 .detail-cars .enquiry,
  .detail-cars-footer .enquiry,
  .fill-car .enquiry,
  .next-prev .next,
  .modal .send,
  .login-form .send {
      font-size: 14px;
  }
  .login-form .social-media-login {
      display: block;
  }
  .login-form .social-media-login .facebook,
  .login-form .social-media-login .google {
      width: 100%;
      font-size: 14px;
      margin-top: 10px;
  }
  .login-form .regis-text {
      width: 100%;
  }
  .mobile-close {
      display: block;
      position: absolute;
      top: 30px;
      right: 20px;
  }
  .login-form .forgot-field {
      display: block;
  }
  .login-form .forgot-field .normal-form-field {
      width: 100%;
  }
  .section-2 .title {
      font-size: 28px;
      line-height: initial;
  }
  .section-2 .path {
      font-size: 10px;
  }
  .section-2 .brand-new-cars,
  .section-2 .brand-new-cars .brand-items .items {
      display: block;
  }
  .brand-models {
      display: none;
  }
  .brand-models-mobile {
      display: block;
  }
  .brand-models-mobile .models-option {
      height: 20px;
      background-color: #0C4969;
      border-radius: 8px;
      display: flex;
      /* grid-template-columns: 50% 50%; */
      align-items: center;
      justify-content: space-between;
      padding: 20px 20px;
  }
  .brand-models-mobile .models-option label {
      font-family: 'Poppins';
      font-weight: 600;
      font-size: 14px;
      color: #FFFFFF;
  }
  .brand-models-mobile .models-option img {
      display: flex;
  }
  .section-2 .models-type {
      padding: 0px;
  }
  .brand-models-mobile .models-type {
      display: inline-block;
      width: auto;
      display: flex;
      overflow-x: auto;
  }
  .section-2 .models-type .type {
      display: flex;
      margin-right: 20px;
      text-align: center;
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: none;
      margin-top: 30px;
      margin-bottom: 10px;
  }
   ::-webkit-scrollbar {
      display: none;
  }
  .section-2 .models-type .type label {
      font-size: 14px;
      width: max-content;
  }
  .section-2 .detail-cars img {
      width: 90%;
      position: absolute;
      top: 250px;
  }
  .section-2 .detail-cars {
      display: block;
  }
  .section-2 .detail-cars .price-box {
      margin-top: 200px;
      padding: 10px 20px;
      display: block;
      width: auto;
  }
  .section-2 .detail-cars .price-box h4,
  .section-2 .detail-cars .price-box h3 {
      padding: 0px;
  }
  .section-2 .detail-cars .price-choice {
      font-size: 14px;
  }
  .section-2 .detail-cars .specification {
      display: block;
  }
  .section-2 .detail-cars .specification img {
      position: initial;
  }
  .section-2 .detail-cars .specification .item {
      margin-bottom: 20px;
  }
  .section-2 .detail-cars .specification .item span {
      font-size: 12px;
  }
  .section-2 .detail-cars .phone,
  .detail-cars-footer .phone,
  .consignment .phone,
  .next-prev .prev {
      padding: 0px;
  }
  .section-desc-spec {
      padding: 30px 30px;
  }
  .section-desc-spec .spec,
  .section-desc-spec .spec-1 {
      display: block;
  }
  .section-mid {
      grid-template-columns: 50% 50%;
      align-items: center;
      padding-left: 20px;
      padding-right: 20px;
      width: auto;
  }
  .detail-cars-footer {
      display: block;
      padding: 0px 30px;
  }
  .section-desc-spec h3 {
      font-size: 28px;
  }
  .section-desc-spec .spec li,
  .section-desc-spec p {
      font-size: 14px;
  }
  .section-mid .content,
  .section-mid .content-1 {
      padding: 0px;
  }
  .section-mid .content {
      grid-template-columns: auto auto auto auto;
  }
  .section-mid .content-1 {
      grid-template-columns: auto auto;
      grid-column-gap: 10px;
  }
  .slider {
      width: 100% !important;
  }

  .slider img {
    width: 70vw;
  }

  .section-2 .incoming-cars .brand-items .items {
      display: block;
  }
  .section-2 .incoming-cars .brand-items .items label {
      font-size: 14px;
  }
  .section-process .process,
  .section-request .process {
      padding: 30px 30px;
  }
  .dots-process {
      display: none;
  }
  .dots-process-mobile {
      display: flex;
      align-items: center;
  }
  .count {
      grid-column-gap: 0px;
  }
  .section-process .process h3,
  .section-request .process h3 {
      font-size: 28px;
  }
  .fill-car-form,
  .fill-personal-form,
  .car-image .next-prev,
  .fill-personal .next-prev {
      display: block;
  }
  .fill-car-form label,
  .fill-personal-form label {
      font-size: 14px;
      margin-bottom: 0px;
  }
  .next-prev .prev,
  .next-prev .next {
      margin-top: 10px;
      width: 100%;
  }
  .section-2 .detail-cars .phone,
  .detail-cars-footer .phone,
  .consignment .phone,
  .next-prev .prev {
      font-size: 14px;
  }
  .fill-car .enquiry {
      width: 100%;
  }
  .fill-car-form select,
  .fill-personal-form select,
  .modal:target .normal-form select,
  .inquiry select,
  .login-form select {
      height: auto;
      font-size: 14px;
      margin-bottom: 20px;
  }
  .section-2 .consignment {
      display: block;
  }
  .consignment .phone {
      width: 100%;
      margin-bottom: 50px;
  }
  .consignment p {
      font-size: 14px;
  }
  .car-image .car-image-upload {
      width: 100%;
      font-size: 14px;
  }
  .car-image label {
      font-size: 14px;
      justify-content: end;
      margin-left: 0px;
      margin-bottom: 50px;
  }
  .car-image .container-imgs-thumbs {
      grid-template-columns: auto auto;
      justify-content: center;
      width: 100%;
      display: grid;
  }
  .car-image .img-preview-thumb .delete {
      margin-left: 70px;
  }
  .car-image .img-preview-thumb {
      width: 100px;
      height: 100px;
  }
  .section-3 {
      padding: 0px 30px 0 0;
  }
  .section-3 .gallery-our-team {
      display: grid;
      grid-template-columns: 100%;
      margin-bottom: 100px;
  }
  .section-3 .box-desc {
      padding: 0px 20px;
      width: 100%;
  }
  .container-image {
      margin-top: 150px;
  }
  .container-image .box-image-profile {
      padding: 85% 30px 30px 30px;
      display: block;
  }
  .container-image .box-image-profile img:last-child {
    width: 81.4%;
    right: 30px;
    top: -145px;
    height: 25rem;
  }
  .container-image .box-image-profile img {
      margin-top: 20px;
  }
  .section-partners {
      padding: 30px 30px;
  }
  .title-partners {
      font-size: 28px;
      margin-top: 0px;
      margin-bottom: 30px;
  }
  .box-partners {
      grid-template-columns: auto auto;
  }
  .section-testi {
      margin: 0px;
  }
  .section-warranty-service .path {
      padding-left: 30px;
      padding-right: 30px;
  }
  .section-warranty-service .title {
      padding: 0px;
  }
  .section-warranty-service .warranty p {
      font-size: 14px;
      padding: 0px;
      margin-top: 50px;
      margin-bottom: 50px;
  }
  .section-warranty-service .warranty {
      display: block;
      padding: 0px 30px 30px 30px;
  }
  .section-warranty-service {
      background: -webkit-linear-gradient(top, white, white 90%, #063147 10%, #063147);
  }
  .section-warranty-service .warranty img {
      padding-bottom: 0px;
  }
  .after-service {
      grid-template-columns: auto auto;
      grid-column-gap: 10px;
      display: grid;
  }
  .after-service label {
      font-size: 14px !important;
  }
  .membership-banner {
      padding: 30px 30px;
      margin-top: 50px;
      height: 250px;
      width: auto;
  }
  .membership-banner>h1,
  .membership-banner>h2 {
      padding: 0px;
  }
  .membership-banner h1 {
      font-size: 28px;
      text-align: center;
  }
  .membership-banner h2 {
      font-size: 14px;
      text-align: center;
  }
  .section-membership .membership {
      display: block;
  }
  .section-membership .path {
      padding-left: 30px;
      padding-top: 30px;
  }
  .section-membership .title {
      padding-left: 30px;
  }
  .section-membership .membership p {
      padding: 30px 30px;
      font-size: 14px;
  }
  .section-membership .membership img {
      padding: 0px;
  }
  .section-membership-card .membership-card {
      padding: 70px 30px;
      display: block;
  }
  .section-membership-card .membership-card h3 {
      margin-top: 30px;
      margin-bottom: 30px;
  }
  .section-membership-card .membership-card .card {
      margin-top: 50px;
  }
  .section-our-partner {
      padding: 30px 30px;
  }
  .section-our-partner label {
      font-size: 28px;
  }
  .section-our-partner .our-partner-odd {
      display: block;
      margin-top: 50px;
  }
  .section-our-partner .our-partner-even {
      display: flex;
      flex-direction: column-reverse;
      margin-top: 50px;
  }
  .section-our-partner .our-partner-even p,
  .section-our-partner .our-partner-odd p {
      text-align: left;
      font-size: 14px;
  }
  .section-our-partner .our-partner-odd .partner-logo,
  .section-our-partner .our-partner-even .partner-logo {
      width: 100px;
      margin: 0px;
  }
  .section-our-partner .our-partner-odd button,
  .section-our-partner .our-partner-even button,
  .section-news .grid-news button {
      width: 100%;
      padding: 0px;
      font-size: 14px;
      height: 60px;
      margin: 0px;
  }
  .section-news {
      padding: 0px 30px 30px 30px;
      display: block;
  }
  .section-news .grid-news {
      display: block;
      margin-bottom: 50px;
  }
  .section-news .grid-news label {
      font-size: 12px;
  }
  .section-news .grid-news h3 {
      font-size: 18px;
  }
  .section-news .grid-news p {
      font-size: 14px;
  }
  .section-news .text-news {
      width: auto;
  }
  .section-news .grid-news img {
      width: 100%;
  }
  .news-detail-title {
      display: block;
  }
  .news-detail-title .publish-mobile label {
      font-family: 'Poppins';
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 1px;
      color: #D2AE96;
  }
  .news-detail-title .publish-mobile p {
      font-family: 'Poppins';
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 1px;
      color: #D2AE96;
  }
  .news-detail-title .publish {
      display: none;
  }
  .news-detail-title .publish-mobile {
      display: flex;
      justify-content: space-between;
      margin-top: 35px;
      align-items: center;
  }
  .section-news-detail {
      padding: 0px;
      display: block;
  }
  .section-news-detail .image-text {
      padding: 0px 20px;
      display: flex;
      justify-content: space-between;
      margin-bottom: 50px;
  }
  .section-news-detail .credit,
  .section-news-detail .author {
      font-size: 10px;
  }
  .section-news-detail p {
      padding: 0px 20px;
      font-size: 14px;
      margin-bottom: 50px;
  }
  .recomm {
      padding: 30px 30px;
  }
  .section-news-detail .recomm hr,
  .section-news-detail .recomm img {
      width: 100%;
  }
  .section-news-detail .recomm h3 {
      font-size: 14px;
  }
  .section-3 .gallery {
      display: block;
  }
  .section-3 .gallery .box-image img {
      height: auto;
  }
  .section-3 .gallery .box-image .title-image {
      font-size: 18px;
  }
}

@media (min-width: 375px) and (max-width: 410px) {
  .header-desktop, .header-desktop-home {
      display: none;
  }
  .header-mobile,
  .header-mobile-home {
      display: block;
      background-color: transparent;
      transition: all .2s;
      width: 100%;
      z-index: 8888;
  }
  .header-mobile.active {
      background-color: white;
  }
  .header-mobile-home.active {
      background-color: black;
  }
  .title-banner {
      top: 60%;
      padding: 50px 30px;
  }
  .title-banner h2 {
      font-size: 20px;
      line-height: 20px;
  }
  .title-banner h4 {
      font-size: 14px;
  }
  .box-banner img {
      height: auto;
      object-position: center;
  }
  .section-2 {
      padding: 100px 20px 20px 20px;
  }
  .section-2-home img {
      width: 100%;
  }
  .section-3-home {
      padding: 0px;
  }
  .image-testimonial {
      top: 12%;
      height: 200px;
      left: 0px;
      width: 100%;
  }
  .image-testimonial img {
      width: 100%;
      height: 300px;
  }
  .desc-testimonial {
    width: 100%;
    height: 56rem;
  }
  .slide-testi > p:nth-child(1){
    height: 12.8rem;
    overflow: scroll;
  }
  .slide-testi > p:nth-child(2){
    height: 4rem;
    overflow: scroll;
  }
  .desc-testimonial .title {
      padding: 30px 30px;
  }
  .desc-testimonial .title h4 {
      font-size: 12px;
      line-height: 18px;
  }
  .desc-testimonial .title h2 {
      font-size: 28px;
      line-height: 28px;
  }
  .desc-testimonial .desc {
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 350px;
      /* font-size: 14px; */
      /* line-height: 21px; */
  }
  .box-arrow {
      width: 80%;
  }
  .box-arrow span {
      font-size: 14px;
      line-height: 21px;
  }
  .title-follow-us span {
      font-size: 12px;
      line-height: 18px;
  }
  .title-follow-us h4 {
      font-size: 28px;
      line-height: 28px;
  }
  .box-social {
      display: block;
  }
  .box-social p {
      font-size: 14px;
      line-height: 21px;
      width: 100%;
  }
  .box-social-icon {
      column-gap: 25px;
      justify-content: center;
  }
  .icon-instagram img,
  .icon-youtube img {
      padding: 15px;
  }
  footer img {
      width: 100px;
  }
  .footer-info {
      margin: 60px 0 60px;
  }
  .footer-info p {
      font-size: 12px;
      line-height: 18px;
  }
  .footer-copyright {
      display: block;
      font-size: 10px;
      line-height: 15px;
      letter-spacing: 0.03em;
  }
  .icon-instagram img,
  .icon-youtube img {
      padding: 0px;
  }
  .header-mobile-option .icon-right,
  .header-mobile-option .icon-right-home {
      display: grid;
      grid-template-columns: auto auto auto;
      justify-content: flex-end;
      column-gap: 5px;
      margin-top: 3px;
  }
  .modal .dialog {
      top: -9999px;
  }
  .header-mobile-option .icon-wa {
      margin-left: 0px;
  }
  .login-form {
      padding: 60px 20px;
      width: auto;
  }
  .login-form label {
      font-size: 28px;
  }
  .login-form .normal-form-field {
      width: 100%;
  }

  .inquiry .grid-form {
    display: block;
  }

  .inquiry .send {
    width: 100%;
  }

  .inquiry .normal-form .normal-form-field {
    margin-right: 0px;
  }

  .login-form .normal-form-field label,
  .fill-car-form input::placeholder,
  .fill-personal-form input::placeholder,
  .modal:target .normal-form::placeholder,
  .modal:target .big-form textarea::placeholder,
  .inquiry .big-form::placeholder,
  .inquiry .normal-form::placeholder,
  .normal-form-field input::placeholder {
      font-size: 14px;
  }
  .fill-car-form input,
  .fill-personal-form input,
  .modal:target .normal-form input,
  .modal:target .big-form textarea,
  .inquiry .normal-form input,
  .inquiry .big-form textarea,
  .login-form input,
  .login-form textarea {
      height: auto;
      font-size: 14px;
      margin-bottom: 20px;
  }
  .login-form .forgot-password {
      width: auto;
      padding-top: 10px;
  }
  .modal .send,
  .login-form .send {
      width: 100%;
  }
  .section-2 .detail-cars .enquiry,
  .detail-cars-footer .enquiry,
  .fill-car .enquiry,
  .next-prev .next,
  .modal .send,
  .login-form .send {
      font-size: 14px;
  }
  .login-form .social-media-login {
      display: block;
  }
  .login-form .social-media-login .facebook,
  .login-form .social-media-login .google {
      width: 100%;
      font-size: 14px;
      margin-top: 10px;
  }
  .login-form .regis-text {
      width: 100%;
  }
  .mobile-close {
      display: block;
      position: absolute;
      top: 30px;
      right: 20px;
  }
  .login-form .forgot-field {
      display: block;
  }
  .login-form .forgot-field .normal-form-field {
      width: 100%;
  }
  .section-2 .title {
      font-size: 28px;
      line-height: initial;
  }
  .section-2 .path {
      font-size: 10px;
  }
  .section-2 .brand-new-cars,
  .section-2 .brand-new-cars .brand-items .items {
      display: block;
  }
  .brand-models {
      display: none;
  }
  .brand-models-mobile .models-option {
      height: 20px;
      background-color: #0C4969;
      border-radius: 8px;
      display: flex;
      /* grid-template-columns: 50% 50%; */
      align-items: center;
      justify-content: space-between;
      padding: 20px 20px;
  }
  .brand-models-mobile .models-option label {
      font-family: 'Poppins';
      font-weight: 600;
      font-size: 14px;
      color: #FFFFFF;
  }
  .brand-models-mobile .models-option img {
      display: flex;
  }
  .section-2 .models-type {
      padding: 0px;
  }
  .brand-models-mobile .models-type {
      display: inline-block;
      width: auto;
      display: flex;
      overflow-x: auto;
  }
  .section-2 .models-type .type {
      display: flex;
      margin-right: 20px;
      text-align: center;
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: none;
      margin-top: 30px;
      margin-bottom: 10px;
  }
   ::-webkit-scrollbar {
      display: none;
  }
  .section-2 .models-type .type label {
      font-size: 14px;
      width: max-content;
  }
  .section-2 .detail-cars img {
      width: 90%;
      position: absolute;
      top: 250px;
  }
  .section-2 .detail-cars {
      display: block;
  }
  .section-2 .detail-cars .price-box {
      margin-top: 250px;
      padding: 10px 20px;
      display: block;
      width: auto;
  }
  .section-2 .detail-cars .price-box h4,
  .section-2 .detail-cars .price-box h3 {
      padding: 0px;
  }
  .section-2 .detail-cars .price-choice {
      font-size: 14px;
  }
  .section-2 .detail-cars .specification {
      display: block;
  }
  .section-2 .detail-cars .specification img {
      position: initial;
  }
  .section-2 .detail-cars .specification .item {
      margin-bottom: 20px;
  }
  .section-2 .detail-cars .specification .item span {
      font-size: 12px;
  }
  .section-2 .detail-cars .phone,
  .detail-cars-footer .phone,
  .consignment .phone,
  .next-prev .prev {
      padding: 0px;
  }
  .section-desc-spec {
      padding: 30px 30px;
  }
  .section-desc-spec .spec,
  .section-desc-spec .spec-1 {
      display: block;
  }
  .section-mid {
      grid-template-columns: 50% 50%;
      align-items: center;
      padding-left: 20px;
      padding-right: 20px;
      width: auto;
  }
  .detail-cars-footer {
      display: block;
      padding: 0px 30px;
  }
  .section-desc-spec h3 {
      font-size: 28px;
  }
  .section-desc-spec .spec li,
  .section-desc-spec p {
      font-size: 14px;
  }
  .section-mid .content,
  .section-mid .content-1 {
      padding: 0px;
  }
  .section-mid .content {
      grid-template-columns: auto auto auto auto;
  }
  .section-mid .content-1 {
      grid-template-columns: auto auto;
      grid-column-gap: 10px;
  }
  .slider {
      width: 100% !important;
  }

  .slider img {
    width: 70vw;
  }

  .section-2 .incoming-cars .brand-items .items {
      display: block;
  }
  .section-2 .incoming-cars .brand-items .items label {
      font-size: 14px;
  }
  .section-process .process,
  .section-request .process {
      padding: 30px 30px;
  }
  .dots-process {
      display: none;
  }
  .dots-process-mobile {
      display: flex;
      align-items: center;
  }
  .count {
      grid-column-gap: 0px;
  }
  .section-process .process h3,
  .section-request .process h3 {
      font-size: 28px;
  }
  .fill-car-form,
  .fill-personal-form,
  .car-image .next-prev,
  .fill-personal .next-prev {
      display: block;
  }
  .fill-car-form label,
  .fill-personal-form label {
      font-size: 14px;
      margin-bottom: 0px;
  }
  .next-prev .prev,
  .next-prev .next {
      margin-top: 10px;
      width: 100%;
  }
  .section-2 .detail-cars .phone,
  .detail-cars-footer .phone,
  .consignment .phone,
  .next-prev .prev {
      font-size: 14px;
  }
  .fill-car .enquiry {
      width: 100%;
  }
  .fill-car-form select,
  .fill-personal-form select,
  .modal:target .normal-form select,
  .inquiry .normal-form select,
  .login-form select {
      height: auto;
      font-size: 14px;
      margin-bottom: 20px;
  }
  .section-2 .consignment {
      display: block;
  }
  .consignment .phone {
      width: 100%;
      margin-bottom: 50px;
  }
  .consignment p {
      font-size: 14px;
  }
  .car-image .car-image-upload {
      width: 100%;
      font-size: 14px;
  }
  .car-image label {
      font-size: 14px;
      justify-content: end;
      margin-left: 0px;
      margin-bottom: 50px;
  }
  .car-image .container-imgs-thumbs {
      grid-template-columns: auto auto;
      justify-content: center;
      width: 100%;
      display: grid;
  }
  .car-image .img-preview-thumb .delete {
      margin-left: 70px;
  }
  .car-image .img-preview-thumb {
      width: 100px;
      height: 100px;
  }
  .section-3 {
      padding: 0px 30px 0 0;
  }
  .section-3 .gallery-our-team {
      display: grid;
      grid-template-columns: 100%;
      margin-bottom: 100px;
  }
  .section-3 .box-desc {
      padding: 0px 20px;
      width: 100%;
  }
  .container-image {
      margin-top: 150px;
  }
  .container-image .box-image-profile {
      padding: 75% 30px 30px 30px;
      display: block;
  }
  .container-image .box-image-profile img:last-child {
    width: 85.4%;
    right: 30px;
    top: -160px;
    height: 25rem;
  }
  .container-image .box-image-profile img {
      margin-top: 20px;
  }
  .section-partners {
      padding: 30px 30px;
  }
  .title-partners {
      font-size: 28px;
      margin-top: 0px;
      margin-bottom: 30px;
  }
  .box-partners {
      grid-template-columns: auto auto;
  }
  .section-testi {
      margin: 0px;
  }
  .section-warranty-service .path {
      padding-left: 30px;
      padding-right: 30px;
  }
  .section-warranty-service .title {
      padding: 0px;
  }
  .section-warranty-service .warranty p {
      font-size: 14px;
      padding: 0px;
      margin-top: 50px;
      margin-bottom: 50px;
  }
  .section-warranty-service .warranty {
      display: block;
      padding: 0px 30px 30px 30px;
  }
  .section-warranty-service {
      background: -webkit-linear-gradient(top, white, white 90%, #063147 10%, #063147);
  }
  .section-warranty-service .warranty img {
      padding-bottom: 0px;
  }
  .after-service {
      grid-template-columns: auto auto;
      grid-column-gap: 10px;
      display: grid;
  }
  .after-service label {
      font-size: 14px !important;
  }
  .membership-banner {
      padding: 30px 30px;
      margin-top: 50px;
      height: 250px;
      width: auto;
  }
  .membership-banner>h1,
  .membership-banner>h2 {
      padding: 0px;
  }
  .membership-banner h1 {
      font-size: 28px;
      text-align: center;
  }
  .membership-banner h2 {
      font-size: 14px;
      text-align: center;
  }
  .section-membership .membership {
      display: block;
  }
  .section-membership .path {
      padding-left: 30px;
      padding-top: 30px;
  }
  .section-membership .title {
      padding-left: 30px;
  }
  .section-membership .membership p {
      padding: 30px 30px;
      font-size: 14px;
  }
  .section-membership .membership img {
      padding: 0px;
  }
  .section-membership-card .membership-card {
      padding: 70px 30px;
      display: block;
  }
  .section-membership-card .membership-card h3 {
      margin-top: 30px;
      margin-bottom: 30px;
  }
  .section-membership-card .membership-card .card {
      margin-top: 50px;
  }
  .section-our-partner {
      padding: 30px 30px;
  }
  .section-our-partner label {
      font-size: 28px;
  }
  .section-our-partner .our-partner-odd {
      display: block;
      margin-top: 50px;
  }
  .section-our-partner .our-partner-even {
      display: flex;
      flex-direction: column-reverse;
      margin-top: 50px;
  }
  .section-our-partner .our-partner-even p,
  .section-our-partner .our-partner-odd p {
      text-align: left;
      font-size: 14px;
  }
  .section-our-partner .our-partner-odd .partner-logo,
  .section-our-partner .our-partner-even .partner-logo {
      width: 100px;
      margin: 0px;
  }
  .section-our-partner .our-partner-odd button,
  .section-our-partner .our-partner-even button,
  .section-news .grid-news button {
      width: 100%;
      padding: 0px;
      font-size: 14px;
      height: 60px;
      margin: 0px;
  }
  .section-news {
      padding: 0px 30px 30px 30px;
      display: block;
  }
  .section-news .grid-news {
      display: block;
      margin-bottom: 50px;
  }
  .section-news .grid-news label {
      font-size: 12px;
  }
  .section-news .grid-news h3 {
      font-size: 18px;
  }
  .section-news .grid-news p {
      font-size: 14px;
  }
  .section-news .text-news {
      width: auto;
  }
  .section-news .grid-news img {
      width: 100%;
  }
  .news-detail-title {
      display: block;
  }
  .news-detail-title .publish-mobile label {
      font-family: 'Poppins';
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 1px;
      color: #D2AE96;
  }
  .news-detail-title .publish-mobile p {
      font-family: 'Poppins';
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 1px;
      color: #D2AE96;
  }
  .news-detail-title .publish {
      display: none;
  }
  .news-detail-title .publish-mobile {
      display: flex;
      justify-content: space-between;
      margin-top: 35px;
      align-items: center;
  }
  .section-news-detail {
      padding: 0px;
      display: block;
  }
  .section-news-detail .image-text {
      padding: 0px 20px;
      display: flex;
      justify-content: space-between;
      margin-bottom: 50px;
  }
  .section-news-detail .credit,
  .section-news-detail .author {
      font-size: 10px;
  }
  .section-news-detail p {
      padding: 0px 20px;
      font-size: 14px;
      margin-bottom: 50px;
  }
  .recomm {
      padding: 30px 30px;
  }
  .section-news-detail .recomm hr,
  .section-news-detail .recomm img {
      width: 100%;
  }
  .section-news-detail .recomm h3 {
      font-size: 14px;
  }
  .section-3 .gallery {
      display: block;
  }
  .section-3 .gallery .box-image img {
      height: auto;
  }
  .section-3 .gallery .box-image .title-image {
      font-size: 18px;
  }
}

@media (min-width: 411px) and (max-width: 449px) {
  .header-desktop, .header-desktop-home {
      display: none;
  }
  .header-mobile,
  .header-mobile-home {
      display: block;
      background-color: transparent;
      transition: all .2s;
      width: 100%;
      z-index: 8888;
  }
  .header-mobile.active {
      background-color: white;
  }
  .header-mobile-home.active {
      background-color: black;
  }
  .title-banner {
      top: 60%;
      padding: 50px 30px;
  }
  .title-banner h2 {
      font-size: 20px;
      line-height: 20px;
  }
  .title-banner h4 {
      font-size: 14px;
  }
  .box-banner img {
      height: auto;
      object-position: center;
  }
  .section-2 {
      padding: 100px 20px 20px 20px;
  }
  .section-2-home img {
      width: 100%;
  }
  .section-3-home {
      padding: 0px;
  }
  .image-testimonial {
      top: 12%;
      height: 200px;
      left: 0px;
      width: 100%;
  }
  .image-testimonial img {
      width: 100%;
      height: 300px;
  }
  .desc-testimonial {
    width: 100%;
    height: 56rem;
  }
  .slide-testi > p:nth-child(1){
    height: 12.8rem;
    overflow: scroll;
  }
  .slide-testi > p:nth-child(2){
    height: 4rem;
    overflow: scroll;
  }
  .desc-testimonial .title {
      padding: 30px 30px;
  }
  .desc-testimonial .title h4 {
      font-size: 12px;
      line-height: 18px;
  }
  .desc-testimonial .title h2 {
      font-size: 28px;
      line-height: 28px;
  }
  .desc-testimonial .desc {
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 350px;
      /* font-size: 14px; */
      /* line-height: 21px; */
  }
  .box-arrow {
      width: 80%;
  }
  .box-arrow span {
      font-size: 14px;
      line-height: 21px;
  }
  .title-follow-us span {
      font-size: 12px;
      line-height: 18px;
  }
  .title-follow-us h4 {
      font-size: 28px;
      line-height: 28px;
  }
  .box-social {
      display: block;
  }
  .box-social p {
      font-size: 14px;
      line-height: 21px;
      width: 100%;
  }
  .box-social-icon {
      column-gap: 25px;
      justify-content: center;
  }
  .icon-instagram img,
  .icon-youtube img {
      padding: 15px;
  }
  footer img {
      width: 100px;
  }
  .footer-info {
      margin: 60px 0 60px;
  }
  .footer-info p {
      font-size: 12px;
      line-height: 18px;
  }
  .footer-copyright {
      display: block;
      font-size: 10px;
      line-height: 15px;
      letter-spacing: 0.03em;
  }
  .icon-instagram img,
  .icon-youtube img {
      padding: 0px;
  }
  .header-mobile-option .icon-right,
  .header-mobile-option .icon-right-home {
      display: grid;
      grid-template-columns: auto auto auto;
      justify-content: flex-end;
      column-gap: 5px;
      margin-top: 3px;
  }
  .modal .dialog {
      top: -9999px;
  }
  .header-mobile-option .icon-wa {
      margin-left: 0px;
  }
  .login-form {
      padding: 60px 20px;
      width: auto;
  }
  .login-form label {
      font-size: 28px;
  }
  .login-form .normal-form-field {
      width: 100%;
  }

  .inquiry .grid-form {
    display: block;
  }

  .inquiry .send {
    width: 100%;
  }

  .inquiry .normal-form .normal-form-field {
    margin-right: 0px;
  }

  .login-form .normal-form-field label,
  .fill-car-form input::placeholder,
  .fill-personal-form input::placeholder,
  .modal:target .normal-form::placeholder,
  .modal:target .big-form textarea::placeholder,
  .inquiry .normal-form::placeholder,
  .inquiry .big-form textarea::placeholder,
  .normal-form-field input::placeholder {
      font-size: 14px;
  }
  .fill-car-form input,
  .fill-personal-form input,
  .modal:target .normal-form input,
  .modal:target .big-form textarea,
  .inquiry .normal-form input,
  .inquiry .normal-form textarea,
  .login-form input,
  .login-form textarea {
      height: auto;
      font-size: 14px;
      margin-bottom: 20px;
  }
  .login-form .forgot-password {
      width: auto;
      padding-top: 10px;
  }
  .modal .send,
  .login-form .send {
      width: 100%;
  }
  .section-2 .detail-cars .enquiry,
  .detail-cars-footer .enquiry,
  .fill-car .enquiry,
  .next-prev .next,
  .modal .send,
  .login-form .send {
      font-size: 14px;
  }
  .login-form .social-media-login {
      display: block;
  }
  .login-form .social-media-login .facebook,
  .login-form .social-media-login .google {
      width: 100%;
      font-size: 14px;
      margin-top: 10px;
  }
  .login-form .regis-text {
      width: 100%;
  }
  .mobile-close {
      display: block;
      position: absolute;
      top: 30px;
      right: 20px;
  }
  .login-form .forgot-field {
      display: block;
  }
  .login-form .forgot-field .normal-form-field {
      width: 100%;
  }
  .section-2 .title {
      font-size: 28px;
      line-height: initial;
  }
  .section-2 .path {
      font-size: 10px;
  }
  .section-2 .brand-new-cars,
  .section-2 .brand-new-cars .brand-items .items {
      display: block;
  }
  .brand-models {
      display: none;
  }
  .brand-models-mobile .models-option {
      height: 20px;
      background-color: #0C4969;
      border-radius: 8px;
      display: flex;
      /* grid-template-columns: 50% 50%; */
      align-items: center;
      justify-content: space-between;
      padding: 20px 20px;
  }
  .brand-models-mobile .models-option label {
      font-family: 'Poppins';
      font-weight: 600;
      font-size: 14px;
      color: #FFFFFF;
  }
  .brand-models-mobile .models-option img {
      display: flex;
  }
  .section-2 .models-type {
      padding: 0px;
  }
  .brand-models-mobile .models-type {
      display: inline-block;
      width: auto;
      display: flex;
      overflow-x: auto;
  }
  .section-2 .models-type .type {
      display: flex;
      margin-right: 20px;
      text-align: center;
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: none;
      margin-top: 30px;
      margin-bottom: 10px;
  }
   ::-webkit-scrollbar {
      display: none;
  }
  .section-2 .models-type .type label {
      font-size: 14px;
      width: max-content;
  }
  .section-2 .detail-cars img {
      width: 90%;
      position: absolute;
      top: 250px;
  }
  .section-2 .detail-cars {
      display: block;
  }
  .section-2 .detail-cars .price-box {
      margin-top: 320px;
      padding: 10px 20px;
      display: block;
      width: auto;
  }
  .section-2 .detail-cars .price-box h4,
  .section-2 .detail-cars .price-box h3 {
      padding: 0px;
  }
  .section-2 .detail-cars .price-choice {
      font-size: 14px;
  }
  .section-2 .detail-cars .specification {
      display: block;
  }
  .section-2 .detail-cars .specification img {
      position: initial;
  }
  .section-2 .detail-cars .specification .item {
      margin-bottom: 20px;
  }
  .section-2 .detail-cars .specification .item span {
      font-size: 12px;
  }
  .section-2 .detail-cars .phone,
  .detail-cars-footer .phone,
  .consignment .phone,
  .next-prev .prev {
      padding: 0px;
  }
  .section-desc-spec {
      padding: 30px 30px;
  }
  .section-desc-spec .spec,
  .section-desc-spec .spec-1 {
      display: block;
  }
  .section-mid {
      grid-template-columns: 50% 50%;
      align-items: center;
      padding-left: 20px;
      padding-right: 20px;
      width: auto;
  }
  .detail-cars-footer {
      display: block;
      padding: 0px 30px;
  }
  .section-desc-spec h3 {
      font-size: 28px;
  }
  .section-desc-spec .spec li,
  .section-desc-spec p {
      font-size: 14px;
  }
  .section-mid .content,
  .section-mid .content-1 {
      padding: 0px;
  }
  .section-mid .content {
      grid-template-columns: auto auto auto auto;
  }
  .section-mid .content-1 {
      grid-template-columns: auto auto;
      grid-column-gap: 10px;
  }
  .slider {
      width: 100% !important;
  }

  .slider img {
    width: 70vw;
  }

  .section-2 .incoming-cars .brand-items .items {
      display: block;
  }
  .section-2 .incoming-cars .brand-items .items label {
      font-size: 14px;
  }
  .section-process .process,
  .section-request .process {
      padding: 30px 30px;
  }
  .dots-process {
      display: none;
  }
  .dots-process-mobile {
      display: flex;
      align-items: center;
  }
  .count {
      grid-column-gap: 0px;
  }
  .section-process .process h3,
  .section-request .process h3 {
      font-size: 28px;
  }
  .fill-car-form,
  .fill-personal-form,
  .car-image .next-prev,
  .fill-personal .next-prev {
      display: block;
  }
  .fill-car-form label,
  .fill-personal-form label {
      font-size: 14px;
      margin-bottom: 0px;
  }
  .next-prev .prev,
  .next-prev .next {
      margin-top: 10px;
      width: 100%;
  }
  .section-2 .detail-cars .phone,
  .detail-cars-footer .phone,
  .consignment .phone,
  .next-prev .prev {
      font-size: 14px;
  }
  .fill-car .enquiry {
      width: 100%;
  }
  .fill-car-form select,
  .fill-personal-form select,
  .modal:target .normal-form select,
  .inquiry .normal-form select,
  .login-form select {
      height: auto;
      font-size: 14px;
      margin-bottom: 20px;
  }
  .section-2 .consignment {
      display: block;
  }
  .consignment .phone {
      width: 100%;
      margin-bottom: 50px;
  }
  .consignment p {
      font-size: 14px;
  }
  .car-image .car-image-upload {
      width: 100%;
      font-size: 14px;
  }
  .car-image label {
      font-size: 14px;
      justify-content: end;
      margin-left: 0px;
      margin-bottom: 50px;
  }
  .car-image .container-imgs-thumbs {
      grid-template-columns: auto auto;
      justify-content: center;
      width: 100%;
      display: grid;
  }
  .car-image .img-preview-thumb .delete {
      margin-left: 70px;
  }
  .car-image .img-preview-thumb {
      width: 100px;
      height: 100px;
  }
  .section-3 {
      padding: 0px 30px 0 0;
  }
  .section-3 .gallery-our-team {
      display: grid;
      grid-template-columns: 100%;
      margin-bottom: 100px;
  }
  .section-3 .box-desc {
      padding: 0px 20px;
      width: 100%;
  }
  .container-image {
      margin-top: 150px;
  }
  .container-image .box-image-profile {
      padding: 75% 30px 30px 30px;
      display: block;
  }
  .container-image .box-image-profile img:last-child {
      width: 86.4%;
      right: 30px;
      top: -170px;
      height: 25rem;
  }
  .container-image .box-image-profile img {
      margin-top: 20px;
  }
  .section-partners {
      padding: 30px 30px;
  }
  .title-partners {
      font-size: 28px;
      margin-top: 0px;
      margin-bottom: 30px;
  }
  .box-partners {
      grid-template-columns: auto auto;
  }
  .section-testi {
      margin: 0px;
  }
  .section-warranty-service .path {
      padding-left: 30px;
      padding-right: 30px;
  }
  .section-warranty-service .title {
      padding: 0px;
  }
  .section-warranty-service .warranty p {
      font-size: 14px;
      padding: 0px;
      margin-top: 50px;
      margin-bottom: 50px;
  }
  .section-warranty-service .warranty {
      display: block;
      padding: 0px 30px 30px 30px;
  }
  .section-warranty-service {
      background: -webkit-linear-gradient(top, white, white 90%, #063147 10%, #063147);
  }
  .section-warranty-service .warranty img {
      padding-bottom: 0px;
  }
  .after-service {
      grid-template-columns: auto auto;
      grid-column-gap: 10px;
      display: grid;
  }
  .after-service label {
      font-size: 14px !important;
  }
  .membership-banner {
      padding: 30px 30px;
      margin-top: 50px;
      height: 250px;
      width: auto;
  }
  .membership-banner>h1,
  .membership-banner>h2 {
      padding: 0px;
  }
  .membership-banner h1 {
      font-size: 28px;
      text-align: center;
  }
  .membership-banner h2 {
      font-size: 14px;
      text-align: center;
  }
  .section-membership .membership {
      display: block;
  }
  .section-membership .path {
      padding-left: 30px;
      padding-top: 30px;
  }
  .section-membership .title {
      padding-left: 30px;
  }
  .section-membership .membership p {
      padding: 30px 30px;
      font-size: 14px;
  }
  .section-membership .membership img {
      padding: 0px;
  }
  .section-membership-card .membership-card {
      padding: 70px 30px;
      display: block;
  }
  .section-membership-card .membership-card h3 {
      margin-top: 30px;
      margin-bottom: 30px;
  }
  .section-membership-card .membership-card .card {
      margin-top: 50px;
  }
  .section-our-partner {
      padding: 30px 30px;
  }
  .section-our-partner label {
      font-size: 28px;
  }
  .section-our-partner .our-partner-odd {
      display: block;
      margin-top: 50px;
  }
  .section-our-partner .our-partner-even {
      display: flex;
      flex-direction: column-reverse;
      margin-top: 50px;
  }
  .section-our-partner .our-partner-even p,
  .section-our-partner .our-partner-odd p {
      text-align: left;
      font-size: 14px;
  }
  .section-our-partner .our-partner-odd .partner-logo,
  .section-our-partner .our-partner-even .partner-logo {
      width: 100px;
      margin: 0px;
  }
  .section-our-partner .our-partner-odd button,
  .section-our-partner .our-partner-even button,
  .section-news .grid-news button {
      width: 100%;
      padding: 0px;
      font-size: 14px;
      height: 60px;
      margin: 0px;
  }
  .section-news {
      padding: 0px 30px 30px 30px;
      display: block;
  }
  .section-news .grid-news {
      display: block;
      margin-bottom: 50px;
  }
  .section-news .grid-news label {
      font-size: 12px;
  }
  .section-news .grid-news h3 {
      font-size: 18px;
  }
  .section-news .grid-news p {
      font-size: 14px;
  }
  .section-news .text-news {
      width: auto;
  }
  .section-news .grid-news img {
      width: 100%;
  }
  .news-detail-title {
      display: block;
  }
  .news-detail-title .publish-mobile label {
      font-family: 'Poppins';
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 1px;
      color: #D2AE96;
  }
  .news-detail-title .publish-mobile p {
      font-family: 'Poppins';
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 1px;
      color: #D2AE96;
  }
  .news-detail-title .publish {
      display: none;
  }
  .news-detail-title .publish-mobile {
      display: flex;
      justify-content: space-between;
      margin-top: 35px;
      align-items: center;
  }
  .section-news-detail {
      padding: 0px;
      display: block;
  }
  .section-news-detail .image-text {
      padding: 0px 20px;
      display: flex;
      justify-content: space-between;
      margin-bottom: 50px;
  }
  .section-news-detail .credit,
  .section-news-detail .author {
      font-size: 10px;
  }
  .section-news-detail p {
      padding: 0px 20px;
      font-size: 14px;
      margin-bottom: 50px;
  }
  .recomm {
      padding: 30px 30px;
  }
  .section-news-detail .recomm hr,
  .section-news-detail .recomm img {
      width: 100%;
  }
  .section-news-detail .recomm h3 {
      font-size: 14px;
  }
  .section-3 .gallery {
      display: block;
  }
  .section-3 .gallery .box-image img {
      height: auto;
  }
  .section-3 .gallery .box-image .title-image {
      font-size: 18px;
  }
}

@media (min-width: 450px) and (max-width: 767px) {}

@media (min-width: 768px) and (max-width: 1024px) {
  .section-3 {
    padding: 0;
  }

  .section-3 .box-desc {
    width: 100%;
    padding: 0;
    padding: 0 0 0 6.5rem;
    margin-top: 2rem;
  }

  .container-image .box-image-profile img:last-child {
      width: 31.5%;
      height: 48rem;
      bottom: 80px;
      right: 103px;
      position: absolute;
  }

  .menu-dekstop label {
      font-size: 12px;
  }

  .menu-dekstop a {
      text-align: center;
  }

  .menu-dropdown a {
      text-align: left;
  }

  .menu-dekstop img {
      width: 60%;
  }

  .title-banner h2 {
      font-size: 72px;
  }

  .title-banner h4 {
      font-size: 24px;
  }

  .desc-testimonial .title h2 {
      font-size: 48px;
  }

  .desc-testimonial .title {
      padding-left: 30px;
  }

  .desc-testimonial .desc {
      /* font-size: 16px; */
      padding: 20px 70px;
  }

  .image-testimonial {
      top: 15%;
  }

  .image-testimonial img {
      width: 100%;
      height: 350px;
  }

  .footer-copyright {
      grid-column-gap: 10px;
      padding: 0px 20px;
  }

  .section-3 .gallery-our-team img {
      width: 100%;
      height: auto;
  }

  .section-3 .gallery-our-team {
      grid-column-gap: 20px;
  }

  .section-partners {
      padding: 86px 50px;
  }

  .section-2 {
      padding: 87px 100px;
  }

  .section-2 .models-option-2 img {
      width: 70%;
  }

  .section-2 .models-option-1 label,
  .section-2 .models-type label,
  .section-2 .models-type .type label {
      font-size: 14px;
  }

  .section-2 .models-type {
      padding: 20px;
  }

  .section-2 .models-type .type {
      align-items: center;
      grid-column-gap: 10px;
  }

  .section-2 .models-type .type img {
      width: 100%;
  }

  .section-2 .brand-new-cars .brand-items .items {
      display: block;
  }

  .section-2 .brand-new-cars .brand-items .items img {
      width: 80%;
  }

  .section-2 .incoming-cars .brand-items .items {
      grid-template-columns: 50% 50%;
  }

  .section-process .process, 
  .section-request .process {
      padding: 50px 50px; 
  }

  .consignment .phone {
      padding: 0px;
      width: 100%;
  }

  .section-2 .detail-cars {
      grid-column-gap: 20px;
  }

  .section-2 .detail-cars .specification .item {
      grid-template-columns: 20% 80%;
      margin-bottom : 20px;
  }

  .section-2 .detail-cars .phone,
  .section-2 .detail-cars .enquiry {
      width: 100%;
      padding: 0px;
  }

  .section-2 .detail-cars .specification {
      display: block;
  }

  .section-2 .detail-cars .price-box {
      grid-template-columns: auto;
  }

  .section-mid .content {
      grid-template-columns: auto auto auto auto;
      grid-column-gap: 10px;
  }

  .section-mid .content-1,
  .detail-cars-footer {
      grid-template-columns: auto auto;
      grid-column-gap: 10px;
  }

  .section-desc-spec {
      padding: 100px 50px;
  }

  .section-desc-spec .spec-1,
  .section-desc-spec .spec {
      grid-column-gap: 20px;
  }

  .section-warranty-service .warranty {
      display: block;
  }

  .section-warranty-service .warranty p {
      padding-bottom: 50px;
  }

  .after-service {
      display: grid;
      grid-template-columns: auto auto;
      grid-column-gap: 80px;
  }

  .section-membership .membership p {
      padding-right: 0px;
  }

  .section-membership-card .membership-card {
      display: block;
  }

  .section-membership-card .membership-card .card {
    margin-top: 50px;
    height: 15vw;
  }

  .section-our-partner {
      padding: 87px 100px;
  }

  .section-our-partner .our-partner-odd {
      grid-template-columns: 50% 50%;
  }

  .section-our-partner .our-partner-even .partner-logo {
      width: 100%;
  }

  .section-our-partner .our-partner-odd button,
  .section-our-partner .our-partner-even button {
      padding: 17px 30px;
  }
  
  .section-news {
      padding: 0px 100px;
      display: block;
  }

  .section-news .grid-news {
      grid-column-gap: 50px;
      margin-bottom: 50px;
  }
  
  .section-news .grid-news button {
      padding: 17px 30px;
  }

  .section-3 .gallery {
      display: block;
  }

  .section-3 .gallery .box-image {
      margin-bottom: 50px;
  }

  .section-news-detail {
      padding: 0px 100px;
      grid-column-gap: 50px
  }
}

@media (min-width: 1366px) and (max-width: 1919px) {
  .desc-testimonial .title {
      padding-left: 0px;
  }
  .desc-testimonial .desc {
      padding: 30px 80px 60px;
  }
  .image-testimonial {
      left: 50%;
  }
  .image-testimonial img {
      width: 100%;
      height: 400px;
      object-fit: cover;
  }
  .container-image .box-image-profile img:last-child {
    right: 115px;
    height: 50rem;
  }
  .section-testi {
      margin-top: 117px;
      margin-left: 211px;
  }
  .section-2 .brand-new-cars .brand-items .items {
      grid-column-gap: 35px;
  }
  .section-2 .detail-cars .phone,
  .detail-cars-footer .phone,
  .consignment .phone,
  .next-prev .prev {
      padding: 0px;
  }
  .section-2 .detail-cars .enquiry,
  .detail-cars-footer .enquiry,
  .fill-car .enquiry,
  .next-prev .next,
  .modal .send,
  .login-form .send {
      padding: 0px;
  }
  .section-warranty-service .warranty img {
      height: 650px;
  }
  .section-news .grid-news button {
      padding: 10px 40px;
  }
  .section-news-detail {
      grid-column-gap: 130px;
  }
}

@media (min-width: 1025px){
  .section-membership-card .membership-card .card {
    width: 100%;
    height: 15vw;
    border-radius: 16px;
    background-color: #D9D9D9;
  }

  .container-image .box-image-profile img:last-child {
    height: 50rem;
  }

  .container-image .box-image-profile {
    height: 60vh;
  }
  .membership-box-image{
    width: 50vw;
  }
}

@media (min-width: 1920px){
  .image-testimonial img {
    width: 100%;
    height: 400px;
  }

  .container-image .box-image-profile img:last-child{
    height: 60rem;
  }
}

/* chris */
@import url('https://fonts.googleapis.com/css?family=Poppins');

html, button, input, select, textarea {
    color: #333;
}


body {
  /* margin: 2rem; */
  padding: 0;
  overflow-x: hidden;
  font-family: 'Poppins';
  /* background: #f7f7f7; */
}

button, input {
    line-height: normal;
    text-transform: none;
}

svg {
    vertical-align: middle;
}

.blue--btn {
    background: #0079d2;
    border: 1px solid #0079d2;
    color: #fff;
    border-radius: 4px;
    padding: 4px 12px;
    cursor: pointer;
}

.form__field {
    margin: 24px 0;
    position: relative;
}

.form__title {
    font-size: 1.125rem;
    font-weight: 700;
}

.form__load-img li {
    margin-bottom: 4px;
}

.form__load-img ul {
    list-style: none;
}

.load__img-wrap {
    background-color:white;
    margin-top: 8px;
    width: 100%;
    position: relative;
}

.load__img-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 28px;
    border: 1px dashed #c5c5c5;
    border-radius: 8px;
}

.content__wrapper {
    min-width: 310px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.upload__TipIcon {
    position: relative;
}

.upload__Tooltip {
    display: none;
    position: absolute;
    top: 27px;
    right: -152px;
    padding: 16px;
    color: #767676;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: left;
    white-space: normal;
    z-index: 999999;
    background: #fff;
    box-shadow: 0 4px 12px rgb(0 0 0 / 12%);
    border-radius: 8px;
    width: 275px;
}

.upload__TipIcon:hover .upload__Tooltip {
    display: block;
}

.margin--top-16 {
    margin-top: 16px;
}

.error__msg {
    visibility: visible;
    color: #ed0101 !important;
    font-size: 13px;
    font-weight: 550;
    margin: 15px 0;
    line-height: 15px;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.upload__thumbnails {
    margin: 24px 0 32px;
}

.imgs__wrapper, .item__imgs {
    display: flex;
}

.item__wrapper:nth-of-type(1) {
    margin-left: 0;
}

.item__wrapper {
    position: relative;
    margin-left: 1.5rem;
}

.remove__img {
    position: absolute;
    z-index: 999;
    left: 180px;
    top: -8px;
}

.remove__icon {
    background: #fff;
    box-shadow: 0 1px 5px rgb(0 0 0 / 30%);
    border-radius: 50% 50%;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border: none;
}

.content__wrapper.disable {
  color: #BABABA;
}

.content__wrapper.disable path {
  fill:  #BABABA;
}

.content__wrapper.disable button {
  background: #BABABA;
  border: 1px solid #BABABA;
  cursor: inherit;
}
