@font-face {
  font-family: DB-Helvethaica-X;
  src: url(../fonts/DB-Helvethaica-X-v3.2.ttf) format("truetype"); }

* {
  font-family: 'DB-Helvethaica-X'; }

.color-gold {
  color: #C6AD54; }

button {
  transition-duration: 300ms; }
  button:focus {
    outline-style: none; }
  button:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.navbar {
  background-color: #02173C !important; }
  .navbar .socials {
    width: 150px;
    display: flex;
    justify-content: end;
    padding-top: 10px;
    padding-bottom: 10px; }
    .navbar .socials .social {
      cursor: pointer;
      display: flex;
      flex-direction: column;
      justify-content: center; }

.social-section {
  background-color: #02173C; }
  .social-section .social-bar .socials {
    min-width: 150px;
    display: flex;
    justify-content: end;
    padding-top: 10px;
    padding-bottom: 10px; }
    .social-section .social-bar .socials .social {
      cursor: pointer;
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-right: 18px; }

.header-section {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0), #02173C 70%) no-repeat;
  background-position: center;
  display: none;
  position: sticky;
  top: 0px;
  z-index: 3; }
  .header-section .content {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between; }
    .header-section .content .logo img {
      width: 150px;
      height: 100px; }
    .header-section .content .menus {
      min-width: 500px;
      display: flex;
      justify-content: end;
      color: white; }
      .header-section .content .menus .menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-right: 35px;
        font-size: 24px; }
        .header-section .content .menus .menu .menu-button {
          height: 26px;
          cursor: pointer;
          user-select: none;
          transition-duration: 100ms;
          background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #ff1010 50%, rgba(255, 255, 255, 0));
          background-position-y: bottom;
          background-size: 100% 0px;
          background-repeat: repeat-x;
          padding-bottom: 30px; }
          .header-section .content .menus .menu .menu-button:hover, .header-section .content .menus .menu .menu-button.active {
            background-size: 100% 2px; }

.home-section {
  background-color: #000A13;
  min-height: 10vh;
  margin-top: -100px; }
  @media screen and (max-width: 767px) {
    .home-section {
      margin-top: -5px; } }
  .home-section .content-box {
    height: 100%;
    display: grid;
    width: 100%;
    justify-content: center;
    align-content: center;
    position: relative; }
    .home-section .content-box .banner-line {
      position: absolute;
      left: 15%;
      bottom: 29%;
      width: 17%; }
      @media screen and (max-width: 425px) {
        .home-section .content-box .banner-line {
          width: 24%; } }

.about-section {
  min-height: 600px;
  background-color: #000A13;
  padding-top: 100px;
  padding-bottom: 100px; }
  .about-section .content-box {
    padding-top: 5%; }
    .about-section .content-box .title-1 {
      color: #EB0029;
      font-size: 130px;
      margin-bottom: -110px; }
    .about-section .content-box .title-2 {
      color: white;
      font-size: 125px;
      margin-bottom: -40px; }
    .about-section .content-box .underline {
      height: 4px;
      width: 250px;
      background-color: #EB0029;
      margin-left: -90px;
      margin-bottom: 10px;
      border-radius: 4px; }
    .about-section .content-box .description {
      color: white; }
      .about-section .content-box .description .description-title {
        font-size: 35px; }
      .about-section .content-box .description .description-detail {
        font-size: 24px; }
  .about-section .slogan {
    color: white;
    font-size: 76px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .about-section .slogan {
        font-size: 26px; } }
    .about-section .slogan .red {
      color: #EB0029; }

.product-section {
  min-height: 300px;
  background-color: #000A13;
  min-height: 50vh;
  position: relative; }
  .product-section .content {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px; }
    .product-section .content .logo-group {
      margin-top: 170px;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        .product-section .content .logo-group {
          margin-top: 20px; } }
      .product-section .content .logo-group .logo {
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
          .product-section .content .logo-group .logo {
            font-size: 10px; } }
        @media screen and (max-width: 425px) {
          .product-section .content .logo-group .logo {
            padding: 5px;
            margin-bottom: 5px; } }

.car-experiences-section {
  background-color: #000A13;
  min-height: 50vh; }
  .car-experiences-section .slider-group {
    margin-top: 100px; }

.review-section {
  background-color: #000A13;
  min-height: 50vh; }

.contact-section {
  background-color: #000A13;
  min-height: 50vh; }
  .contact-section .map {
    display: grid;
    margin-top: 50px;
    min-height: 35vw;
    background-image: url("../images/components/map.png");
    background-size: cover; }
    .contact-section .map .address-group {
      height: 100%;
      position: relative; }
      @media screen and (max-width: 425px) {
        .contact-section .map .address-group {
          margin-left: -13px;
          margin-right: 10px; } }
      .contact-section .map .address-group .address-group-inner {
        position: absolute;
        width: 100%;
        bottom: 0px; }
        .contact-section .map .address-group .address-group-inner .address-box {
          background-color: rgba(0, 58, 159, 0.93);
          padding: 18px;
          font-size: 20px;
          color: white;
          width: 95%;
          max-height: 62px;
          overflow: hidden;
          position: absolute;
          bottom: 0px;
          transition-duration: 500ms;
          transition-property: max-height;
          transition-timing-function: linear; }
          .contact-section .map .address-group .address-group-inner .address-box:hover {
            max-height: 1000px; }
          .contact-section .map .address-group .address-group-inner .address-box a {
            color: white;
            font-size: 28px; }
            @media screen and (max-width: 425px) {
              .contact-section .map .address-group .address-group-inner .address-box a {
                font-size: 20px; } }
          @media screen and (max-width: 425px) {
            .contact-section .map .address-group .address-group-inner .address-box {
              padding: 8px; } }
          .contact-section .map .address-group .address-group-inner .address-box .address-title {
            color: white;
            font-size: 28px; }
            @media screen and (max-width: 425px) {
              .contact-section .map .address-group .address-group-inner .address-box .address-title {
                font-size: 20px; } }

.footer-section {
  background: linear-gradient(-180deg, #000A13, #02173C 70%) no-repeat;
  color: white;
  font-size: 13px;
  padding-top: 40px;
  padding-bottom: 40px; }
  .footer-section a {
    color: white; }
  .footer-section .icon {
    width: 25px;
    height: 25px; }

.coppy-right-section {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: white;
  font-size: 11px;
  background-color: #02173C; }

.video-slider-1 {
  display: flex;
  padding-bottom: 50px;
  padding-top: 30px; }
  .video-slider-1 .left-control,
  .video-slider-1 .right-control {
    width: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .video-slider-1 .owl-carousel {
    width: 90%; }

.contact-bar {
  padding-top: 120px;
  padding-bottom: 120px; }
  .contact-bar .contact {
    height: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center; }

.main-title {
  font-size: 125px;
  color: white;
  text-align: center;
  transform: scaleY(0.9);
  margin-bottom: -90px; }
  @media screen and (max-width: 768px) {
    .main-title {
      margin-bottom: -70px;
      font-size: 105px; } }
  @media screen and (max-width: 425px) {
    .main-title {
      margin-bottom: -33px;
      font-size: 80px; } }

.main-sub-title {
  font-size: 95px;
  color: #003A9F;
  text-align: center;
  transform: scaleY(0.9);
  margin-bottom: -20px; }
  @media screen and (max-width: 768px) {
    .main-sub-title {
      font-size: 67px; } }
  @media screen and (max-width: 425px) {
    .main-sub-title {
      font-size: 43px;
      margin-bottom: -13px; } }

.main-title-underline {
  display: flex;
  justify-content: center; }
  .main-title-underline .underline {
    width: 100px;
    height: 6px;
    background: #EB0029;
    border-radius: 9px; }

.owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 5px;
  background: #d6d6d640; }

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #EB0029; }

.slider-group.majes {
  background-image: url("../images/slide-bg/majes.png");
  background-position: left;
  background-size: 60%;
  background-repeat: no-repeat; }

.slider-group.alphard {
  background-image: url("../images/slide-bg/alphard.png");
  background-position: right;
  background-size: 60%;
  background-repeat: no-repeat; }

.slider-group.benz {
  background-image: url("../images/slide-bg/benz.png");
  background-position: left;
  background-size: 60%;
  background-repeat: no-repeat; }

.slider-group.bmw {
  background-image: url("../images/slide-bg/bmw.png");
  background-position: right;
  background-size: 60%;
  background-repeat: no-repeat; }

.slider-group.porche {
  background-image: url("../images/slide-bg/poeche.png");
  background-position: left bottom;
  background-size: 60%;
  background-repeat: no-repeat; }

.slider-group .brand-logo {
  text-align: center; }
  .slider-group .brand-logo img {
    max-width: 50%;
    height: auto; }

.slider-group .brand-name {
  font-size: 65px;
  text-align: center;
  color: white;
  margin-bottom: 40px; }
  @media screen and (max-width: 425px) {
    .slider-group .brand-name {
      font-size: 50px; } }

.slider-group .slid-header {
  text-align: center; }

.slider-group .verticle-line {
  width: 6px;
  height: 250px;
  background-color: #EB0029;
  margin-top: 110px;
  border-radius: 7px; }
  @media screen and (max-width: 425px) {
    .slider-group .verticle-line {
      height: 0px;
      width: 0px;
      margin-top: 0px;
      margin-bottom: 15px; } }

.slider-group .youtube {
  padding: 0 15%; }
  @media screen and (max-width: 425px) {
    .slider-group .youtube {
      padding: 0 0%; } }
  .slider-group .youtube .video {
    border: 5px solid black;
    border-radius: 5px; }
    .slider-group .youtube .video .video-inside {
      position: relative;
      padding-bottom: 55%; }
      .slider-group .youtube .video .video-inside iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px; }

.video-box {
  width: 100%;
  position: relative;
  padding-top: 60%; }
  .video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
