@font-face {
    src: url(../font/FontsFree-Net-SFProDisplay-Regular.ttf);
    font-family: SF Pro Display;
  }
  * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  
  body, html {
    overflow-x: hidden;
  }
  
  .common-nav {
    position: relative;
    height: 120px;
  }
  .common-nav-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
  }
  .common-nav-wrapper-logo img {
    height: 65px;
    width: 205px;
  }
  .common-nav-wrapper-items > ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 0px;
  }
  .common-nav-wrapper-items > ul > li {
    list-style-type: none;
    color: #FFF;
    font-family: SF Pro Display;
    font-size: 18px;
    font-weight: 400;
  }
  .common-nav-wrapper-items > ul > li > a {
    position: relative;
    color: #FFF;
    font-family: SF Pro Display;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    list-style-type: none;
    text-decoration: none;
    padding: 10px 17px;
    border-radius: 30px;
    cursor: pointer;
    transition-duration: 333ms;
    position: relative;
  }
  .common-nav-wrapper-items > ul > li > a:hover {
    background-color: #FFF;
    color: #000;
  }
  .common-nav-wrapper-items > ul > li > a:hover span {
    display: inline-block;
    transform: rotate(45deg);
    transform-origin: center;
  }
  .common-nav-wrapper-items > ul > li > a:hover span {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    /* Firefox */
    -moz-transform: rotate(-90deg);
    /* IE */
    -ms-transform: rotate(-90deg);
    /* Opera */
    -o-transform: rotate(-90deg);
  }
  .common-nav-wrapper-items-mega {
    position: absolute;
    top: 150%;
    left: 0;
    background-color: #FFFFFF;
    padding: 12px;
    margin: 0;
    width: 256px;
    display: none;
  }
  .common-nav-wrapper-items-mega.active {
    display: block;
  }
  .common-nav-wrapper-items-mega li {
    list-style-type: none;
    border-top: 1px solid #141414;
  }
  .common-nav-wrapper-items-mega li:first-child {
    border-top: none;
  }
  .common-nav-wrapper-items-mega li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: SF Pro Display;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    color: #000000;
    padding: 14px 0;
    transition-duration: 333ms;
  }
  .common-nav-wrapper-items-mega li:hover {
    background-color: #141414;
  }
  .common-nav-wrapper-items-mega li:hover a {
    padding: 14px;
    color: #FFFFFF;
  }
  .common-nav-wrapper-items-mega li:hover a img {
    opacity: 0;
  }
  .common-nav-wrapper-togoller {
    display: none;
  }
  .common-nav-wrapper-togoller-bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #FFFFFF;
  }
  
  .hero {
    position: relative;
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.937254902) 50%, #000000 100%), url(../img/hero-bg.png);
    background-size: cover;
    background-position: center center;
    margin-top: -130px;
    z-index: -1;
    overflow: hidden;
  }
  .hero::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -1;
  }
  .hero .hero-bg-video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    object-fit: cover;
  }
  .hero-text {
    padding: 326px 0 355px 0;
  }
  .hero-text h1 {
    color: #FFF;
    font-family: SF Pro Display;
    font-size: 96px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 580px;
  }
  
  .details {
    margin: -215px 0 100px 0;
  }
  .details .nav-link.active {
    background-color: transparent;
  }
  .details .nav-link.active h2 {
    color: #D1A14D;
    font-size: 44px;
    font-weight: 600;
    font-family: SF Pro Display;
  }
  .details .nav-link.active p {
    font-family: SF Pro Display;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
  }
  .details-btn {
    text-align: left;
  }
  .details-btn small {
    color: #FFF;
    font-family: SF Pro Display;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: 150%;
  }
  .details-btn h2 {
    color: #FFFFFF;
    font-family: SF Pro Display;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
  }
  .details-btn p {
    color: #FFFFFF;
    font-family: SF Pro Display;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
  }
  .details-content {
    display: flex;
  }
  .details-content-what {
    position: relative;
    width: 100%;
    background-color: #F8F8F8;
    padding: 34px;
    min-height: 626px;
  }
  .details-content-what h3 {
    color: #000;
    font-family: SF Pro Display;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
  }
  .details-content-what p {
    color: #000;
    font-family: SF Pro Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    max-width: 292px;
    margin-bottom: 0;
  }
  .details-content-what ul {
    padding: 0;
    margin: 0;
    margin-top: 30px;
  }
  .details-content-what ul li {
    color: #000;
    font-family: SF Pro Display;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 232.5%;
    list-style-type: none;
    margin: 10px 0;
  }
  .details-content-what ul li img {
    height: 22px;
    width: 22px;
    margin-right: 14px;
  }
  .details-content-what-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 34px;
  }
  .details-content-what-btn a {
    color: #000;
    border: 1px solid #000;
    font-family: SF Pro Display;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    padding: 15px;
    width: 100%;
    display: block;
    text-align: center;
    border-radius: 40px;
    transition: 400ms;
  }
  .details-content-what-btn a:hover {
    background-color: #D1A14D;
    border: 1px solid #D1A14D;
    color: #FFFFFF;
  }
  .details-content-why {
    position: relative;
    width: 100%;
    background-color: #000;
    min-height: 626px;
    padding: 34px 0;
    border-top: 5px solid #D0A760;
  }
  .details-content-why h3 {
    color: #F9F9F9;
    font-family: SF Pro Display;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    padding: 0 34px;
  }
  .details-content-why P {
    color: #FFFFFF;
    font-family: SF Pro Display;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    opacity: 40%;
    padding: 0 34px;
  }
  .details-content-why ul {
    padding: 0;
    margin: 0;
  }
  .details-content-why ul li {
    list-style-type: none;
    border-top: 1px solid #141414;
  }
  .details-content-why ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: SF Pro Display;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    color: #FFFFFF;
    padding: 24px 34px;
  }
  .details-content-why ul li:hover {
    background-color: #141414;
  }
  
  .porsche {
    background-color: #F8F8F8;
    padding: 100px 0;
  }
  .porsche-wrapper h2 {
    font-family: SF Pro Display;
    font-size: 64px;
    font-weight: 500;
    color: #000000;
    max-width: 1000px;
  }
  .porsche-wrapper h2 span {
    color: #D1A14D;
  }
  .porsche-wrapper p {
    font-family: SF Pro Display;
    font-size: 16px;
    font-weight: 400;
    color: #303030;
    max-width: 789px;
    margin-top: 30px;
  }
  .porsche-wrapper-items {
    display: flex;
    gap: 130px;
    margin-top: 50px;
  }
  .porsche-wrapper-items-item {
    width: 100%;
  }
  .porsche-wrapper-items-item h4 {
    font-family: SF Pro Display;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }
  .porsche-wrapper-items-item ul {
    padding-left: 20px;
  }
  .porsche-wrapper-items-item ul li {
    font-family: SF Pro Display;
    font-size: 16px;
    font-weight: 400;
    color: #303030;
    padding: 3px 0;
  }
  
  .cover {
    margin-top: 100px;
  }
  .cover-full {
    width: 100%;
    height: 717px;
    position: relative;
    width: 100%;
  }
  .cover-full img {
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    object-fit: cover;
  }
  .cover-full::after {
    position: absolute;
    content: "";
    top: 15px;
    left: 15px;
    background-color: #F8F8F8;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    z-index: -1;
    border: 1px solid #E3E3E3;
  }
  
  .blog {
    padding: 100px 0;
  }
  .blog-title {
    text-align: center;
  }
  .blog-title h2 {
    font-family: SF Pro Display;
    font-size: 64px;
    font-weight: 500;
    color: #000000;
  }
  .blog-title p {
    font-family: SF Pro Display;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    max-width: 410px;
    margin: 0 auto;
    margin-top: 30px;
  }
  .blog-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    margin-top: 70px;
  }
  .blog-items-item img {
    height: 512px;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .blog-items-item h3 {
    font-family: SF Pro Display;
    font-size: 38px;
    font-weight: 500;
    color: #000000;
    margin-top: 32px;
  }
  .blog-items-item p {
    font-family: SF Pro Display;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin-top: 16px;
  }
  
  .auto {
    padding: 100px 0;
    background-color: #F6F6F6;
  }
  .auto .wrapper {
    display: flex;
    gap: 10px;
  }
  .auto .wrapper-images {
    width: 120px;
  }
  .auto .wrapper-image .swiper-slide {
    height: 600px !important;
    opacity: 0.4 !important;
  }
  .auto .wrapper-image .swiper-slide img {
    height: 600px !important;
  }
  .auto .wrapper .mySwiper2 {
    width: 100%;
  }
  .auto .wrapper .mySwiper {
    height: 100%;
  }
  .auto .wrapper .mySwiper .swiper-slide {
    opacity: 0.4;
  }
  .auto .wrapper .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }
  .auto .wrapper .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .auto .wrapper .wrapper-images {
    flex-direction: column;
    gap: 10px;
  }
  .auto .wrapper .c-hight {
    height: 600px;
  }
  .auto .wrapper .swiper-button-next {
    background-color: hsla(0, 0%, 100%, 0.25);
    left: unset;
    right: 0;
  }
  .auto .wrapper .swiper-button-next::after {
    font-size: 15px;
  }
  .auto .wrapper .swiper-button-prev {
    background-color: hsla(0, 0%, 100%, 0.25);
    left: 0;
    right: unset;
  }
  .auto .wrapper .swiper-button-prev::after {
    font-size: 15px;
  }
  .auto-content h2 {
    font-family: SF Pro Display;
    font-size: 64px;
    font-weight: 500;
    color: #000000;
  }
  .auto-content ul {
    margin-top: 50px;
  }
  .auto-content ul li {
    font-family: SF Pro Display;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 5px;
  }
  .auto-content h3 {
    font-family: SF Pro Display;
    font-size: 44px;
    font-weight: 500;
    color: #000000;
    margin-top: 30px;
  }
  .auto-content a {
    font-family: SF Pro Display;
    font-size: 20px;
    font-weight: 600;
    color: #F7F7F7;
    background-color: #D1A14D;
    text-decoration: none;
    padding: 20px;
    display: block;
    border-radius: 36px;
    text-align: center;
    margin-top: 50px;
  }
  
  .popup {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    height: 100vh;
    width: 100vw;
    overflow: hidden;
  }
  
  .popup-content {
    margin: 55px auto 0 auto;
    padding: 20px;
    max-width: 700px;
  }
  
  .popup-content img {
    width: 100%;
    height: auto;
  }
  
  .close {
    position: absolute;
    top: 10px;
    right: 25px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  .swiper-slide .popup-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: transparent;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    font-size: 24px;
  }
  
  .video {
    padding: 100px 0;
  }
  .video-title {
    text-align: center;
  }
  .video-title h2 {
    font-family: SF Pro Display;
    font-size: 64px;
    font-weight: 500;
    color: #000000;
  }
  .video-title h2 span {
    color: #D1A14D;
  }
  .video-title p {
    font-family: SF Pro Display;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    max-width: 559px;
    margin: 32px auto 0 auto;
  }
  .video-wrapper {
    margin-top: 60px;
  }
  .video-wrapper video {
    width: 100%;
  }
  
  .entertainment {
    padding: 100px 0;
  }
  .entertainment h2 {
    font-family: SF Pro Display;
    font-size: 64px;
    font-weight: 500;
    color: #000000;
    max-width: 470px;
  }
  .entertainment h2 span {
    color: #D0A760;
  }
  .entertainment ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-left: 50px;
    gap: 15px;
    max-width: 470px;
    margin-top: 40px;
  }
  .entertainment ul li {
    position: relative;
    font-family: SF Pro Display;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    list-style-type: none;
  }
  .entertainment ul li::after {
    position: absolute;
    content: "";
    background-image: url("../img/list-icon.svg");
    height: 22px;
    width: 22px;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
  }
  .entertainment p {
    font-family: SF Pro Display;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
  }
  .entertainment a {
    font-family: SF Pro Display;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #000000;
    border: 1px solid #000000;
    padding: 9px 27px;
    border-radius: 36px;
    text-decoration: none;
    transition-duration: 333ms;
    display: inline-block;
    margin-top: 12px;
  }
  .entertainment a:hover {
    background-color: #FFFFFF;
    color: #000000;
  }
  
  .touch {
    padding: 80px 0;
    background-color: #F8F8F8;
  }
  .touch-title h2 {
    color: #000;
    text-align: center;
    font-family: SF Pro Display;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .touch-title p {
    color: #667085;
    text-align: center;
    font-family: SF Pro Display;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.2px;
  }
  .touch-form-duble {
    display: flex;
    width: 100%;
    gap: 16px;
  }
  .touch-form-duble .touch-form-item {
    width: 100%;
  }
  .touch-form-item {
    display: flex;
    flex-direction: column;
  }
  .touch-form-item label {
    color: #E42519;
    font-family: SF Pro Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 142.857%;
    margin-bottom: 8px;
  }
  .touch-form-item input {
    color: #667085;
    font-family: SF Pro Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    background-color: #FFF;
    border: none;
    outline: none;
    padding: 10px 15px;
    margin-bottom: 24px;
    border-radius: 8px;
  }
  .touch-form-item input.touch-form-item-car {
    padding-left: 55px;
    width: 164px;
    padding: 12px;
    background-color: #D0A760;
    color: #FFFFFF;
    border: 2px solid #D0A760;
    transition-duration: 333ms;
    font-weight: 500;
  }
  .touch-form-item input.touch-form-item-car:hover {
    color: #D0A760;
    background-color: #FFFFFF;
  }
  .touch-form-item input.touch-form-item-number {
    padding-left: 65px;
  }
  .touch-form-item textarea {
    border: none;
    margin-bottom: 24px;
    outline: none;
    padding: 10px 15px;
    border-radius: 8px;
  }
  .touch-form-item button {
    background-color: #7E7E7E;
    border: 2px solid #7E7E7E;
    border-radius: 8px;
    padding: 12px;
    transition-duration: 400ms;
    width: 164px;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-family: SF Pro Display;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 25px;
  }
  .touch-form-item button:hover {
    background-color: #FFFFFF;
    color: #7E7E7E;
  }


  .ff-default .ff_btn_style {
    padding-left: 55px !important;
    width: 164px !important;
    padding: 12px !important;
    background-color: #D0A760 !important;
    color: #FFFFFF !important;
    border: 2px solid #D0A760 !important;
    transition-duration: 333ms !important;
    font-weight: 500 !important;
  }
  .ff-default .ff_btn_style:hover {
    color: #D0A760 !important;
    background-color: #FFFFFF !important;
  }