@charset "UTF-8";
body {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  z-index: 9;
}
#header .burgur {
  display: none;
}
#header:hover a:hover {
  color: var(--noble-gold);
}
#header.active {
  background: #dad9d7 !important;
}
#header.active .local-logo img {
  filter: brightness(1);
}
#header.active div img {
  filter: brightness(1);
}
#header.active div nav a {
  color: var(--black);
}
#header header {
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header header div {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
#header header div:nth-child(1) {
  min-width: 50%;
  gap: 5em;
}
#header header div img {
  filter: brightness(5);
  width: 100px;
}
#header header div nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: -webkit-fill-available;
  gap: 2em;
  height: 100%;
}
#header header div nav a {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--white);
  position: relative;
  height: 100%;
  line-height: 75px;
  font-size: 15px;
  cursor: pointer;
}
#header header div nav a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  border-radius: 5px;
  width: 0%;
  background-color: var(--noble-gold);
  transition: 0.3s ease all;
}
#header header div nav a:hover::before {
  width: 100%;
}
#header header .local-logo img {
  width: 155px;
  transition: 0.1s ease all;
  filter: brightness(20);
}
#header section .service {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  background: rgba(164, 137, 108, 0.8);
  height: 50px;
  padding: 0 10em;
}
#header section .service a {
  text-decoration: none;
  color: var(--noble-gold2);
  text-transform: capitalize;
  font-size: 14px;
}
#header section .service a.active, #header section .service a:hover {
  color: var(--white);
}
#header section .models {
  height: calc(100vh - 75px);
  background-color: #857059;
  display: grid;
  grid-template-columns: 1fr 1fr 3fr;
  justify-items: center;
  position: relative;
}
#header section .models > div {
  width: 100%;
}
#header section .models .close {
  position: absolute;
  top: 35px;
  right: 30px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  gap: 10px;
  color: var(--tech-gray);
  font-size: 20px;
}
#header section .models .main {
  background: linear-gradient(0deg, #a59c93, #8f8880);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 5em 0 0 0;
}
#header section .models .main div {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2666666667);
  padding: 20px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: brightness(0) invert(1);
  cursor: pointer;
}
#header section .models .main div:hover img {
  opacity: 1;
}
#header section .models .main div img {
  opacity: 0.5;
  width: 50%;
}
#header section .models .main div:nth-child(1) {
  border: none;
}
#header section .models .main .active img {
  opacity: 1;
}
#header section .models .sub {
  background: #9e9891;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  padding: 5em 0 0 20px;
  gap: 25px;
  font-size: 18px;
}
#header section .models .sub .model-name {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.5;
  cursor: pointer;
}
#header section .models .sub .model-name:hover {
  opacity: 1;
}
#header section .models .preview {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
  background: linear-gradient(0deg, #d7d6d4, #b4b3af);
}
#header section .models .preview .car {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 50%;
}
#header section .models .preview .car .brand {
  width: 60%;
  margin: 0 0 -30px 0;
  opacity: 0.1;
  filter: brightness(0);
}
#header section .models .preview .car img:not(.brand) {
  width: 70%;
}
#header section .models .preview .details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
}
#header section .models .preview .details > div {
  display: flex;
  height: 100%;
  align-items: flex-start;
  justify-content: center;
  line-height: 1;
  gap: 1em;
}
#header section .models .preview .details > div .engin,
#header section .models .preview .details > div .hourse-power {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#header section .models .preview .details > div .engin span,
#header section .models .preview .details > div .hourse-power span {
  font-size: 10px;
  text-transform: uppercase;
  opacity: 0.8;
}
#header section .models .preview .details > div .engin div,
#header section .models .preview .details > div .hourse-power div {
  width: 115px;
  color: var(--tech-black);
  font-size: 3em;
  display: inline;
}
#header section .models .preview .details > div .square {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--white);
  font-size: 14px;
  letter-spacing: 0;
}

#footer {
  width: 100vw;
  background: var(--noble-gold2);
  background: rgb(244, 244, 244);
  display: flex;
  align-items: flex-start;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 3em 0 5em 0;
  position: relative;
}
#footer .socialmedia {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3em;
}
#footer .socialmedia img {
  width: 90%;
}
#footer .socialmedia nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
#footer .socialmedia nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: var(--white);
}
#footer > div:not(.socialmedia) {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#footer > div:not(.socialmedia) h4 {
  text-transform: uppercase;
}
#footer > div:not(.socialmedia) nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
#footer > div:not(.socialmedia) nav a {
  color: var(--tech-black);
  text-decoration: none;
}
#footer .head-office nav,
#footer .show-room nav {
  gap: 15px;
}
#footer .head-office nav a h5,
#footer .show-room nav a h5 {
  text-transform: capitalize;
}
#footer .copyright {
  position: absolute;
  bottom: 2em;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  font-size: 12px;
  text-align: center;
  color: var(--tech-gray);
}

.cookies-window {
  position: fixed;
  bottom: 2em;
  left: 2em;
  width: calc(100% - 4em);
  background: rgba(164, 137, 108, 0.9019607843);
  display: grid;
  grid-template-columns: 3fr 1fr;
  align-items: end;
  justify-items: start;
  padding: 3em;
  color: var(--tech-black);
  z-index: 5;
}
.cookies-window .close {
  position: absolute;
  top: 1em;
  left: 1em;
  color: var(--tech-black);
}
.cookies-window .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1em;
}
.cookies-window .content strong {
  font-size: 20px;
  text-transform: capitalize;
}
.cookies-window .content p {
  letter-spacing: 1px;
}
.cookies-window .content span {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: underline;
  gap: 10px;
  text-transform: capitalize;
}
.cookies-window .content span .size-6 {
  width: 20px;
}
.cookies-window .actions {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  gap: 2em;
}
.cookies-window .actions button {
  border: 1px solid #917353;
  border-radius: 10px;
  color: var(--gray-black);
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookies-window .actions button:hover {
  background: #917353;
}

#home {
  width: 100vw;
  min-height: 100vh;
}
#home > div {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden !important;
}
#home .banner {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden; /* THIS is the key */
}
#home .banner .controller {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}
#home .banner .controller button {
  width: 55px;
  height: 55px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1490196078);
  display: flex;
  justify-content: center;
  align-items: center;
}
#home .banner .controller button:hover {
  background: rgba(255, 255, 255, 0.6);
}
#home .banner .container {
  width: 100vw;
  height: 100vh;
  background-color: bisque;
  display: flex;
  width: 400vw; /* number of cards × 100vw */
  height: 100vh;
  transition: transform 0.6s ease;
}
#home .banner .container .card {
  width: inherit;
  height: inherit;
  position: relative;
  min-width: 100vw;
  height: 100vh;
  position: relative;
}
#home .banner .container .card div img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#home .banner .container .card footer {
  position: absolute;
  bottom: 5em;
  left: 5em;
}
#home .banner .container .card footer img {
  width: 20vw;
}
#home .banner .container .card footer p {
  color: var(--white);
  text-transform: uppercase;
  margin: 5px 10px 15px 10px;
  font-weight: 500;
}
#home .banner .container .card footer button {
  background: var(--noble-gold);
  opacity: 0.8;
  width: 100%;
}
#home .banner .container .card footer button:hover {
  opacity: 1;
}
#home .car-model {
  padding: 5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #9b9a98, #ddd6d0);
  gap: 3em;
}
#home .car-model header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2em;
}
#home .car-model header .main,
#home .car-model header .sub {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2em;
}
#home .car-model header .main img,
#home .car-model header .sub img {
  filter: brightness(0);
  opacity: 0.5;
  width: 225px;
  cursor: pointer;
}
#home .car-model header .main img.active,
#home .car-model header .sub img.active {
  opacity: 1;
}
#home .car-model header .main span,
#home .car-model header .sub span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  opacity: 0.5;
  cursor: pointer;
}
#home .car-model header .main span:hover,
#home .car-model header .sub span:hover {
  opacity: 1;
}
#home .car-model .container {
  position: relative;
  height: 60vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home .car-model .container > img {
  width: 70%;
}
#home .car-model .container .controller {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#home .car-model .container .controller button {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1490196078);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#home .car-model .container .controller button:hover {
  background: rgba(255, 255, 255, 0.6);
}
#home .car-model .btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#home .car-model .btns .square {
  width: 250px;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--noble-gold2);
}
#home .promotion img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#home .promotion .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--white);
  text-align: center;
}
#home .promotion .content div {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
}
#home .promotion .content p {
  font-size: 23px;
  line-height: 1.2;
  width: 150%;
  margin: 10px 0 20px 0;
  letter-spacing: 0;
}
#home .model-photos {
  width: 100vw;
  height: 100vh;
}
#home .model-photos > div {
  display: grid;
  grid-template-areas: "a a a b b" "a a a b b" "a a a b b" "c d d e e" "c d d e e";
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(5, 1fr);
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
#home .model-photos > div .a {
  grid-area: a;
}
#home .model-photos > div .b {
  grid-area: b;
}
#home .model-photos > div .c {
  grid-area: c;
}
#home .model-photos > div .d {
  grid-area: d;
}
#home .model-photos > div .e {
  grid-area: e;
  background: #d4b598;
  color: #fff;
  padding: 5em;
  position: relative;
}
#home .model-photos > div .e .content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}
#home .model-photos > div .e .content img {
  width: 50%;
}
#home .model-photos > div .e .content span {
  text-transform: uppercase;
  font-weight: 700;
}
#home .model-photos > div .e .content p {
  opacity: 0.5;
  letter-spacing: 4px;
  line-height: 1.3;
  font-size: 14px;
}
#home .model-photos > div .e .slider {
  position: absolute;
  bottom: 3em;
  right: 5em;
  position: absolute;
  bottom: 1.5em;
  right: 2em;
  font-size: 35px;
}
#home .model-photos > div > div {
  width: 100%;
  height: 100%;
}
#home .model-photos > div > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#home .latest-news {
  padding: 3em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#home .latest-news header {
  position: relative;
  margin-bottom: 3em;
  width: 100%;
}
#home .latest-news header h1 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;
}
#home .latest-news header button {
  position: absolute;
  right: 0;
  bottom: 0;
}
#home .latest-news .container {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
#home .latest-news .container .card {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
#home .latest-news .container .card::before {
  content: "NEW";
  position: absolute;
  top: 10px;
  left: -7px;
  padding: 0px 5px;
  font-size: 12px;
  color: var(--white);
  background: var(--noble-gold);
  opacity: 0;
  transition: all 0.3s ease;
}
#home .latest-news .container .card::after {
  content: "";
  position: absolute;
  top: 27px;
  left: -6px;
  width: 7px;
  height: 10px;
  background: linear-gradient(45deg, transparent 50%, #857059 50%);
  opacity: 0;
  transition: all 0.3s ease;
}
#home .latest-news .container .card:hover::after, #home .latest-news .container .card:hover::before {
  opacity: 1;
}
#home .latest-news .container .card:hover .cover {
  opacity: 1;
}
#home .latest-news .container .card:hover div {
  color: var(--white);
}
#home .latest-news .container .card:hover div .txt {
  color: var(--white);
}
#home .latest-news .container .card:hover div .txt::before {
  background: var(--white);
}
#home .latest-news .container .card .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, var(--noble-gold) 40%, transparent);
  opacity: 0;
}
#home .latest-news .container .card > div:nth-child(2) {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
#home .latest-news .container .card > div:nth-child(2) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home .latest-news .container .card > div:nth-child(3) {
  width: 100%;
  height: 160px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding: 20px;
  z-index: 1;
}
#home .latest-news .container .card > div:nth-child(3) .date {
  font-size: 12px;
  opacity: 0.8;
  letter-spacing: 1px;
}
#home .latest-news .container .card > div:nth-child(3) .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
  max-height: 2.4em;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 25px 0;
}
#home .latest-news .container .card > div:nth-child(3) button {
  position: relative;
  color: var(--noble-gold);
  text-transform: uppercase;
  font-size: 14px;
}
#home .latest-news .container .card > div:nth-child(3) button::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 100%;
  background: var(--noble-gold);
  transition: all 0.3s ease;
}
#home .latest-news .controller {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  gap: 15px;
}
#home .latest-news .controller span {
  width: 30px;
  height: 5px;
  border-radius: 50px;
  background: var(--noble-gold);
  cursor: pointer;
  opacity: 0.5;
}
#home .latest-news .controller span.active {
  opacity: 1;
}
#home .contact-us img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home .contact-us .content {
  position: absolute;
  top: 10em;
  left: 5em;
  color: var(--white);
}
#home .contact-us .content div p {
  display: inline-block;
  font-weight: 900;
  font-size: 38px;
}
#home .contact-us .content div span {
  font-size: 35px;
  font-weight: 400;
}
#home .contact-us .content > p {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 25px 0px;
}
#home .contact-us .content button {
  width: 250px;
}

#service,
#contact,
#showroom {
  min-height: 100vh;
}
#service > div header,
#contact > div header,
#showroom > div header {
  height: 50vh;
}
#service > div header img,
#contact > div header img,
#showroom > div header img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service > div > .container,
#contact > div > .container,
#showroom > div > .container {
  position: relative;
  padding: 5em;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  gap: 4em;
  color: var(--tech-black);
}
#service > div > .container > h1,
#contact > div > .container > h1,
#showroom > div > .container > h1 {
  text-transform: uppercase;
}
#service > div > .container > .block,
#contact > div > .container > .block,
#showroom > div > .container > .block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2em;
  width: -moz-fit-content;
  width: fit-content;
}
#service > div > .container > .block .form,
#contact > div > .container > .block .form,
#showroom > div > .container > .block .form {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  margin: 10px;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 3em;
}
#service > div > .container > .block .form > div,
#contact > div > .container > .block .form > div,
#showroom > div > .container > .block .form > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#service > div > .container > .block .form > div input,
#service > div > .container > .block .form > div textarea,
#contact > div > .container > .block .form > div input,
#contact > div > .container > .block .form > div textarea,
#showroom > div > .container > .block .form > div input,
#showroom > div > .container > .block .form > div textarea {
  all: unset;
  width: 250px;
  height: 30px;
  border: 2px solid var(--noble-gold2);
  border-radius: 4px;
  padding: 5px 10px;
}
#service > div > .container > .block .form > div textarea,
#contact > div > .container > .block .form > div textarea,
#showroom > div > .container > .block .form > div textarea {
  width: calc(100% - 25px);
  max-width: 570px;
  height: 150px;
}
#service > div > .container > .block .form > div .title,
#contact > div > .container > .block .form > div .title,
#showroom > div > .container > .block .form > div .title {
  font-size: 14px;
  opacity: 0.8;
  text-transform: capitalize;
}
#service > div > .container > .block .form > div .errorTxt,
#contact > div > .container > .block .form > div .errorTxt,
#showroom > div > .container > .block .form > div .errorTxt {
  color: red;
  font-size: 15px;
}
#service > div > .container > .block .form > div .selected,
#contact > div > .container > .block .form > div .selected,
#showroom > div > .container > .block .form > div .selected {
  all: unset;
  width: 250px;
  height: 30px;
  padding: 5px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  background: var(--white);
  border: 2px solid var(--noble-gold2);
}
#service > div > .container > .block .form > div .selected .size-6,
#contact > div > .container > .block .form > div .selected .size-6,
#showroom > div > .container > .block .form > div .selected .size-6 {
  width: 20px;
}
#service > div > .container > .block .form > div .menu,
#contact > div > .container > .block .form > div .menu,
#showroom > div > .container > .block .form > div .menu {
  position: absolute;
  top: 55px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  background: var(--white);
  border: 2px solid var(--noble-gold2);
  border-radius: 4px;
  border-top-color: rgba(0, 0, 0, 0);
  z-index: 1;
}
#service > div > .container > .block .form > div .menu span,
#contact > div > .container > .block .form > div .menu span,
#showroom > div > .container > .block .form > div .menu span {
  padding: 15px;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
#service > div > .container > .block .form > div .menu span:hover,
#contact > div > .container > .block .form > div .menu span:hover,
#showroom > div > .container > .block .form > div .menu span:hover {
  -webkit-backdrop-filter: brightness(0.9);
          backdrop-filter: brightness(0.9);
}
#service > div > .container > .block section,
#contact > div > .container > .block section,
#showroom > div > .container > .block section {
  width: calc(100vw - 10em);
  margin: 2em 0;
}
#service > div > .container > .block section iframe,
#contact > div > .container > .block section iframe,
#showroom > div > .container > .block section iframe {
  width: 100%;
}
#service > div > .container > .block section h4,
#contact > div > .container > .block section h4,
#showroom > div > .container > .block section h4 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-transform: capitalize;
  margin: 0 0 1em 0;
  font-size: 24px;
  gap: 10px;
}
#service > div > .container > .block section p,
#contact > div > .container > .block section p,
#showroom > div > .container > .block section p {
  width: 100%;
}
#service > div > .container > .block section p a,
#contact > div > .container > .block section p a,
#showroom > div > .container > .block section p a {
  color: var(--noble-gold);
  text-decoration: none;
  display: inline-block;
}
#service > div > .container > .block section img,
#contact > div > .container > .block section img,
#showroom > div > .container > .block section img {
  width: 70%;
  margin: 0px 15%;
}
#service > div > .container .cta,
#contact > div > .container .cta,
#showroom > div > .container .cta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5em;
}
#service > div > .container .cta button.square,
#contact > div > .container .cta button.square,
#showroom > div > .container .cta button.square {
  width: 250px;
}
#service > div > .container .cta .txt-line,
#contact > div > .container .cta .txt-line,
#showroom > div > .container .cta .txt-line {
  cursor: pointer;
}
#service .maintenance > .container > .block,
#contact .maintenance > .container > .block,
#showroom .maintenance > .container > .block {
  width: 100%;
}
#service .maintenance > .container > .block .form,
#contact .maintenance > .container > .block .form,
#showroom .maintenance > .container > .block .form {
  width: -moz-fit-content;
  width: fit-content;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

#showroom .block section.container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  justify-items: start;
  align-items: start;
}
#showroom .block section.container div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#showroom .block section.container div h4 {
  font-size: 25px;
  text-transform: uppercase;
}
#showroom .block section.container div a {
  text-decoration: none;
  color: var(--noble-gold);
}
#showroom .block section.container div a.square {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 15px;
  color: var(--noble-gold2);
}
#showroom .block section.container div a.square .size-6 {
  fill: var(--noble-gold2);
  width: 25px;
}
#showroom .block section.container div img {
  width: 100%;
  border-radius: 10px;
}

#contact > div .container .block .form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#contact > div .container .block .form div {
  width: 100%;
}
#contact > div .container .block .form div textarea {
  width: 200%;
}
#contact > div .container .block:nth-of-type(1) {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#contact > div .container .block:nth-of-type(1) section {
  width: -moz-fit-content;
  width: fit-content;
}
#contact > div .container .block:nth-of-type(1) section p {
  padding: 0 2.5em;
}
#contact > div .container .block:nth-of-type(1) section.social-media nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3em;
}
#contact > div .container .block:nth-of-type(1) section.social-media nav a {
  width: 50px;
  height: 50px;
  background: var(--noble-gold2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
#contact > div .container .block:nth-of-type(1) section.social-media nav a .size-6 {
  fill: var(--tech-black);
}

#about header {
  width: 100%;
  height: 50vh;
}
#about header img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .container {
  height: 100vh;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  padding: 5em;
  text-align: center;
}
#about .container img {
  max-width: 40em;
  width: 125%;
  margin: -7em 0 -13em 0;
  opacity: 0.5;
  z-index: -1;
}
#about .container div {
  font-size: 30px;
  margin-top: -10px;
}
#about .container strong {
  font-size: 20px;
  width: 70%;
}

#news {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 5em;
  margin-top: 75px;
}
#news .news-menu {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  gap: 5em;
}
#news .news-menu header {
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid var(--noble-gold);
  padding: 2em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#news .news-menu header h1 {
  text-transform: uppercase;
}
#news .news-menu header div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-transform: uppercase;
}
#news .news-menu header div span {
  cursor: pointer;
}
#news .news-menu .container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
#news .news-menu .container .card {
  width: calc(33.3333333333% - 13.5px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
#news .news-menu .container .card:hover .img img {
  transform: scale(1.1);
}
#news .news-menu .container .card .img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  z-index: -1;
}
#news .news-menu .container .card .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#news .news-menu .container .card .content {
  padding: 1em;
  width: 100%;
}
#news .news-menu .container .card .content .date {
  font-size: 12px;
  opacity: 0.8;
  letter-spacing: 1px;
}
#news .news-menu .container .card .content .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.2;
  max-height: 2.4em;
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 25px 0;
}
#news .news-menu .container .card .content button {
  position: relative;
  color: var(--noble-gold);
  text-transform: uppercase;
  font-size: 14px;
}
#news .news-menu .container .card .content button::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 100%;
  background: var(--noble-gold);
  transition: all 0.3s ease;
}
#news .news-menu .container .card.empty .img,
#news .news-menu .container .card.empty .content .date,
#news .news-menu .container .card.empty .content .title,
#news .news-menu .container .card.empty .content .txt {
  background: #eee;
  animation: skeleton 1s infinite ease;
}
#news .news-menu .container .card.empty .content .date,
#news .news-menu .container .card.empty .content .title {
  height: 20px;
}
#news .news-menu .container .card.empty .content .date {
  width: 100px;
}
#news .news-menu .container .card.empty .content .title {
  width: 100%;
}
#news .news-menu .container .card.empty .content .txt {
  width: 60px;
  height: 30px;
}
#news .news-menu .container .card.empty .content .txt::before {
  display: none;
}
#news .news-menu .navigation-bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#news .news-menu .navigation-bar .square {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#news .news-menu .navigation-bar .square .size-6 {
  width: 20px;
}
#news .news-menu .navigation-bar button.square.active {
  background: var(--noble-gold2);
  color: var(--gray-black);
}
#news .single-post {
  width: calc(70vw - 10em);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
  color: var(--tech-black);
}
#news .single-post header h2 {
  font-size: 1.8em;
  line-height: 1.3;
}
#news .single-post header .date {
  margin: 15px 0px;
}
#news .single-post .container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  gap: 5em;
}
#news .single-post .container .block strong {
  font-size: 20px;
}
#news .single-post .container .block p {
  margin: 15px 0;
  letter-spacing: 1px;
  text-indent: 2em;
}
#news .single-post .container .block img {
  margin: 20px 0;
  width: 100%;
}/*# sourceMappingURL=style.css.map */