.about {
  background-color: var(--yellow);
}

.select-btn,
li {
  display: inline-block !important;
}

.outer {
  width: 5200px;
  position: relative;
  display: inline-block;
}

.inner {
  font-size: 64px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 1%;
  margin-top: 1928px;
  width: 100%;
  text-align: end;
  letter-spacing: 65px;
}

.rotate {
  -moz-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.chamthan {
  opacity: 1 !important;
}

.thankyou {
  font-weight: 700;
  font-size: 32px;
  color: var(--black);
}

.backtohome {
  font-size: 32px;
  font-weight: 700;
  color: var(--black);
  position: absolute;
  top: 8%;
  left: 16%;
  text-transform: uppercase;
  cursor: pointer;
  z-index: 99999;
  letter-spacing: 5px;
}

.about .about-content {
  display: flex;
  width: 100%;
  height: auto;
  position: relative;
}

.about .about-content .img-left,
.about .about-content .img-right {
  width: 8%;
  position: absolute;
  height: 3810px;
}

.about .about-content .img-left {
  left: 0;
}

.about .about-content .img-right {
  right: 0;
}

.about .about-content .about-content-left {
  width: 36%;
  margin-left: 133px;
  margin-top: 283px;
}

.about .about-content .about-content-left img {
  max-width: 476px;
  object-fit: cover;
  opacity: 0;
}

.about .about-content .about-content-left ul {
  padding-top: 650px;
  padding-left: 48px;
  padding-right: 48px;
}

.about .about-content .about-content-left ul li {
  margin-bottom: 142px;
  text-align: left;
}

.about .about-content .about-content-left ul li span {
  font-weight: 700;
  font-size: 32px;
  text-align: left;
  line-height: 50px;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-align: left;
}

.about .about-content .about-content-left ul li p {
  font-weight: 400;
  font-size: 24px;
  text-align: justify;
  padding-top: 29px;
  line-height: 35px;
}

.about .about-content .about-content-center {
  width: 5%;
  height: 3914px;
  margin: 0 auto;
  padding-top: 68px;
}

.animation {
  animation: spin 10s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.about .about-content .about-content-center img {
  max-height: 100%;
}

.about .about-content .about-content-right {
  width: 36%;
  padding-top: 205px;
  margin-right: 133px;
}

.about .about-content .about-content-right .about-content-right-imgs {
  display: flex;
  padding-left: 48px;
  height: 56px;
  position: relative;
}

.about .about-content .about-content-right .about-content-right-imgs .a-img-1 {
  max-width: 319px;
}

.about .about-content .about-content-right .about-content-right-imgs .a-img-2 {
  max-width: 214px;
  position: absolute;
  max-height: 30px;
  right: 6%;
  top: 20%;
}

.about .about-content .about-content-right > p {
  padding-top: 30px;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  padding-left: 48px; 
}

.about .about-content .about-content-right ul {
  padding-top: 302px;
  padding-left: 48px;
  padding-right: 48px;
}

.about .about-content .about-content-right ul li {
  margin-bottom: 275px;
  text-align: left;
}

.about .about-content .about-content-right ul li span {
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.about .about-content .about-content-right ul li p {
  font-weight: 400;
  font-size: 24px;
  text-align: left;
  line-height: 35px;
  padding-top: 30px;
}

.about .about-footer {
  width: 100%;
  display: table;
}

.about .about-footer .img-l {
  max-height: 203px;
  width: calc(100% - 61%);
}

.about .about-footer .img-r {
  max-height: 258px;
  width: calc(100% - 39%);
}

/* run */
.hotline-phone-ring-wrap {
  position: absolute;
  bottom: 0%;
  left: 18%;
  z-index: 9;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility 0.5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
  width: 600px;
  height: 600px;
  top: -179px;
  left: -201px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #000;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 2.5s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-1 {
  width: 900px;
  height: 900px;
  top: -338px;
  left: -347px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #000;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 2.5s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-2 {
  width: 1200px;
  height: 1200px;
  top: -476px;
  left: -495px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #000;
  -webkit-animation: phonering-alo-circle-anim 3.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 2.5s infinite ease-in-out;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}

.about-car {
  position: absolute;
  height: auto;
  width: 40%;
  bottom: -56%;
  left: 9%;
  z-index: 999;
}

.about-car > img {
  width: 78%;
}

@media (max-width: 480px) {
  .about-mb {
    width: 100%;
    height: auto;
    background-color: var(--yellow);
  }

  .car-mb {
    position: relative;
    padding: 20% 0;
    width: 300px;
    height: 500px;
  }

  .about-car-mb {
    position: absolute;
    z-index: 999999;
  }

  .hotline-phone-ring-mb {
    position: absolute;
    left: 30%;
    top: 45%;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility 0.5s;
    display: block;
  }

  .about-mb .about-mb-1 {
    width: 100%;
    display: flex;
    padding-top: 32px;
    background-color: var(--yellow);
  }

  .about-mb .about-mb-1 .about-mb-1-l img,
  .about-mb .about-mb-1 .about-mb-1-r img {
    width: 27px;
  }

  .about-mb .about-mb-1 .about-mb-1-c {
    width: 100%;
    padding: 0 27px;
    text-align: center;
  }

  .about-mb .about-mb-1 .about-mb-1-c > a {
    width: 100%;
  }

  .about-mb .about-mb-1 .about-mb-1-c-p {
    padding-top: 58px;
    font-size: 14px;
    font-weight: lighter;
    line-height: 20px;
    color: var(--black);
  }

  .about-mb .about-mb-1 .about-mb-1-c-ul {
    width: 100%;
    text-align: center;
    margin-top: 20%;
  }

  .about-mb .about-mb-1 .about-mb-1-c-li {
    padding-bottom: 80px;
  }

  .about-mb .about-mb-1 .about-mb-1-c-li > span {
    color: var(--black);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
  }

  .about-mb .about-mb-1 .about-mb-1-c-li > p {
    color: var(--black);
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    padding-top: 54px;
  }

  .about-mb .about-mb-1 .about-mb-1-l {
    left: 0;
  }

  .about-mb .about-mb-1 .about-mb-1-r {
    right: 0;
  }

  .img-footer {
    display: block;
    width: 100%;
    height: auto;
  }

  .img-footer > img {
    margin-top: 28px;
  }

  .about-mb .about-car {
    max-height: 420px !important;
    max-width: 224px !important;
    bottom: 13% !important;
    left: 30% !important;
  }

  .hotline-phone-ring-circle {
    width: 300px !important;
    height: 300px !important;
    top: -116% !important;
    left: -84% !important;
    border: 3px solid #000000 !important;
    animation: phonering-alo-circle-anim 3s infinite ease-in-out !important;
  }

  .hotline-phone-ring-circle-1 {
    width: 400px !important;
    height: 400px !important;
    top: -160% !important;
    left: -129% !important;
    border: 2px solid rgba(0, 0, 0, 0.8) !important;
    animation: phonering-alo-circle-anim 3s infinite ease-in-out !important;
  }

  .hotline-phone-ring-circle-2 {
    width: 500px !important;
    height: 500px !important;
    top: -204% !important;
    left: -173% !important;
    border: 1px solid rgba(0, 0, 0, 0.6) !important;
    animation: phonering-alo-circle-anim 3s infinite ease-in-out !important;
  }

  .animation {
    animation: spin 10s linear infinite;
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
}

@media (min-width: 768px) and (max-width: 1025px) {
  .about .about-content .about-content-left img {
    max-width: 100% !important;
  }

  .about .about-content .about-content-right ul {
    padding-top: 30px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .about .about-content .about-content-left ul li {
    margin-bottom: 0 !important;
  }

  .about .about-content .about-content-left ul li span,
  .about .about-content .about-content-right ul li span {
    font-size: 20px !important;
    line-height: 35px !important;
    letter-spacing: 3px !important;
  }

  .about .about-content .about-content-right ul li {
    margin-bottom: 60px !important;
  }

  .about .about-content .about-content-right ul li:last-child {
    margin-top: 65px !important;
  }

  .about-car-mb {
    max-width: 33% !important;
    bottom: 40% !important;
    left: 10% !important;
  }

  .about .about-content .about-content-left ul li {
    padding-bottom: 50px;
  }

  .about .about-content .about-content-left ul li h1,
  .about .about-content .about-content-right ul li h1 {
    font-size: 26px !important;
    line-height: 35px !important;
    letter-spacing: 1px !important;
    text-align: left;
  }

  .about .about-content .about-content-left ul li p,
  .about .about-content .about-content-right ul li p,
  .about .about-content .about-content-right > p {
    font-size: 16px !important;
    line-height: 30px !important;
  }

  .about .about-content .img-left,
  .about .about-content .img-right {
    height: auto;
  }

  .about .about-content .about-content-left ul {
    padding-left: 0 !important;
  }

  .about .about-content {
    height: auto !important;
  }
}