
body{
    --main-bg-color: #0E0F14;
    --secondary-bg-color: #252629;
    --font-color: #fff;
    --main-color: #DA4453;
    --secondary-color: #ED8787;
    background-color: var(--main-bg-color);
    color: var(--font-color);
    font-family: "Roboto", monospace;
}
.thq-button-outline{
    background-color: transparent;
}

.mainButton{
    background-color: var(--main-color);
    color: var(--font-color);
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 1px;
}
.mainHeader{
    display: flex;
    text-align: center;
    margin-top: 20px;
}
.mainHeader h1{
    color: var(--main-color);
    font-size: 2.5em;
    margin-bottom: 20px;
    margin-top: 2px;
}
.mainHeader h3{
    margin-bottom: 1px;
}

:root {
  --dl-size-size-large: 144px;
  --dl-size-size-small: 48px;
  --dl-size-size-medium: 96px;
  --dl-size-size-xlarge: 192px;
  --dl-size-size-xsmall: 16px;
  --dl-space-space-unit: 16px;
  --dl-size-size-xxlarge: 288px;
  --dl-size-size-maxwidth: 1400px;
  --dl-color-theme-accent1: #A290CE;
  --dl-color-theme-accent2: #6A549C;
  --dl-radius-radius-round: 50%;
  --dl-color-theme-primary1: #DA4453;
  --dl-color-theme-primary2: #d63546;
  --dl-space-space-halfunit: 8px;
  --dl-space-space-sixunits: 96px;
  --dl-space-space-twounits: 32px;
  --dl-radius-radius-radius2: 2px;
  --dl-radius-radius-radius4: 4px;
  --dl-radius-radius-radius8: 8px;
  --dl-space-space-fiveunits: 80px;
  --dl-space-space-fourunits: 64px;
  --dl-color-theme-secondary1: #E8ECE2;
  --dl-color-theme-secondary2: #ACB1A4;
  --dl-space-space-threeunits: 48px;
  --dl-color-theme-neutral-dark: #FFFFFF;
  --dl-radius-radius-cardradius: 0;
  --dl-color-theme-neutral-light: #000000;
  --dl-radius-radius-imageradius: 0;
  --dl-radius-radius-inputradius: 0;
  --dl-radius-radius-buttonradius: 20px;
  --dl-space-space-oneandhalfunits: 24px
}
.thq-button-filled {
  gap: var(--dl-space-space-halfunit);
  fill: var(--dl-color-theme-secondary1);
  color: var(--dl-color-theme-secondary1);
  cursor: pointer;
  display: flex;
  transition: .3s;
  align-items: center;
  font-weight: 700;
  padding-top: var(--dl-space-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  border-width: 1px;
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: var(--dl-radius-radius-buttonradius);
  padding-right: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-halfunit);
  justify-content: center;
  background-color: var(--dl-color-theme-primary1)
}
.input-search {
  padding-top: 20px;
  padding-bottom: 20px
}
.input-search::placeholder{
  color: #fff;
}
.input-search::-ms-input-placeholder {
  color: #fff
}
.search-button {
  padding-top: 9px;
  padding-bottom: 9px
}
.thq-button-outline {
  gap: var(--dl-space-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-neutral-dark);
  border: 2px solid;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  font-weight: 700;
  padding-top: var(--dl-space-space-halfunit);
  white-space: nowrap;
  border-color: var(--dl-color-theme-primary1);
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: var(--dl-radius-radius-buttonradius);
  padding-right: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-halfunit);
  justify-content: center
}
.thq-button-outline:hover {
  fill: var(--dl-color-theme-secondary2);
  color: var(--dl-color-theme-neutral-dark);
  border-color: var(--dl-color-theme-primary1);
  background-color: var(--dl-color-theme-primary1);
  opacity: 0.8;
}

.thq-button-ranks-outline{
  gap: var(--dl-space-space-halfunit);
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-neutral-dark);
  border: 2px solid;
  display: flex;
  align-items: center;
  font-weight: 700;
  padding-top: var(--dl-space-space-halfunit);
  white-space: nowrap;
  font-size: 12px;
  border-color: #da447b;
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: var(--dl-radius-radius-buttonradius);
  padding-right: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-halfunit);
  justify-content: center
}

.thq-heading-1 {
  font-size: 48px;
  font-family: Roboto,sans-serif;
  font-weight: 700;
  line-height: 1.5;
  /* text-shadow: 2px 2px 0 #000 */
}
.thq-body-large {
  font-size: 22px;
  font-family: Roboto,sans-serif;
  /* line-height: 1.5; */
  /* text-shadow: 2px 2px 0 #000 */
}
.thq-body-small {
  font-size: 16px;
  font-family: Roboto,sans-serif;
  line-height: 1.5
}
.thq-section-padding {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-fiveunits);
  position: relative;
  align-items: center;
  flex-direction: column
}
.thq-section-max-width {
  width: 100%;
  max-width: var(--dl-size-size-maxwidth)
}
.thq-link {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background: linear-gradient(to right,var(--dl-color-theme-primary1) 50%,var(--dl-color-theme-neutral-dark) 50%);
  transition: background-position .3s ease;
  font-weight: 600;
  background-clip: text;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-text-fill-color: transparent
}
.thq-link:hover {
  background-position: 0 100%
}
.thq-button-animated {
  outline: 0;
  z-index: 1;
  overflow: hidden;
  position: relative;
  border-width: 2px
}
.thq-animated-card-bg-2:has([data-animated=true]:hover) {
  transform: translate3d(0,0,0) scale3d(1,1,1) rotateX(0) rotateY(0) rotateZ(3deg) skew(0deg,0deg)
}
.thq-animated-card-bg-1:has([data-animated=true]:hover) {
  transform: translate3d(0,0,0) scale3d(1,1,1) rotateX(0) rotateY(0) rotateZ(-6deg) skew(0deg,0deg)
}
.thq-button-animated:before {
  top: 0;
  left: -20%;
  color: var(--dl-color-theme-neutral-light);
  width: 200%;
  height: 101%;
  content: "";
  z-index: 1;
  position: absolute;
  transform: scaleX(0);
  transition: transform .5s;
  border-radius: var(--dl-radius-radius-buttonradius);
  background-color: var(--dl-color-theme-primary2);
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7)
}
.thq-button-animated:hover::before {
  color: var(--dl-color-theme-neutral-light);
  z-index: -1;
  transform: scaleX(1)
}

.faq-span:hover {
  color: #da4453
}

.read-faq {
  margin-top: 20px;
}

.faq-container {
  max-width: 600px;
  width: 100%;
  background-color: #000000ab;
  /* filter: blur(6px); */
  backdrop-filter: blur(3px);
  border: 1px #313131 solid;
  padding: 30px;
  border-radius: 8px;
  /* box-shadow: 2px 2px 25px #000; */
}

.about-container{
  background-color: #000000ab;
  /* filter: blur(6px); */
  /* backdrop-filter: blur(3px); */
  border: 1px #000 solid;
  padding: 13px;
  border-radius: 15px;
  /* box-shadow: 2px 2px 25px #000;  */
}

.login-container{
  background-color: #000000ab;
  /* filter: blur(6px); */
  backdrop-filter: blur(3px);
  border: 1px #000 solid;
  padding: 30px;
  border-radius: 5%;
  box-shadow: 2px 2px 25px #000;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  cursor: pointer;
  font-size: 20px;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-answer {
  display: none;
  padding-top: 10px;
  color: #fff;
  text-shadow: 2px 2px 0 #000
}

.faq-item.active .faq-answer {
  display: block;
}

.arrow {
  transition: transform 0.5s ease;
}

.faq-item.active .arrow {
  transform: rotate(60deg);
}

@media(max-width:767px) {
  .thq-section-padding {
    padding: var(--dl-space-space-threeunits)
  }
}
@media(max-width:479px) {
  .thq-section-padding {
    padding: var(--dl-space-space-oneandhalfunits)
  }
}

.navbar-wrapper {
  display: contents
}
.navbar-container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: rgba(0,0,0,0.4)
}
.navbar-navbar-interactive {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: 8px;
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: 8px;
  justify-content: space-between
}
.navbar-image1 {
  height: 6rem
}
.navbar-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between
}
.navbar-links1 {
  gap: var(--dl-space-space-twounits);
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: var(--dl-space-space-twounits);
  flex-direction: row;
  justify-content: flex-start
}
.navbar-buttons1 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  margin-left: var(--dl-space-space-twounits)
}
.navbar-action11 {
  display: flex;
  flex-direction: row
}
.navbar-action21 {
  display: flex;
  flex-direction: row
}
.navbar-burger-menu {
  display: none
}
.navbar-icon1 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall)
}
.navbar-mobile-menu {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-space-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  background-color: var(--dl-color-theme-neutral-light)
}
.navbar-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column
}
.navbar-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between
}
.navbar-logo {
  height: 3rem
}
.navbar-close-menu {
  display: flex;
  align-items: center;
  justify-content: center
}
.navbar-icon3 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall)
}
.navbar-links2 {
  gap: var(--dl-space-space-unit);
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-self: center;
  align-items: center;
}
.navbar-buttons2 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  margin-top: var(--dl-space-space-twounits);
  align-items: center;
  align-self: center;
  justify-content: center;
}
.bell-icon { /* Styl dla ikony dzwonka */
  /* ... inne style ... */
  animation: pulse 1.5s infinite; /* Dodajemy animację pulsowania */
}

@keyframes pulse {
  0% {
    transform: scale(1); /* Skala początkowa */
    opacity: 1; /* Widoczność początkowa */
    color: #ffffff;
  }
  50% {
    transform: scale(1.2); /* Skala w trakcie pulsowania */
    opacity: 0.7; /* Zmiana widoczności w trakcie pulsowania */
    color: #DA4453;
  }
  100% {
    transform: scale(1); /* Powrót do skali początkowej */
    opacity: 1; /* Powrót do widoczności początkowej */
    color: #fff; 
  }
}

.notification{
  padding: 10px;
  cursor: pointer;
}

.notificationContainer{

  overflow: overlay;
  top: 130px;
  right: 40px;
  width: 35%;
  height: 55vh;
  padding: var(--dl-space-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  background-color: #020202e8;
  border-radius: 30px
}
.notification h3{
  color: #da7878;
}
.notification h6{
  color: #8c8c8c;
}

/* .notificationContainer{
  display: unset;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: var(--dl-space-space-twounits);
  z-index: 100;
  position: absolute;
  flex-direction: column;
  background-color: var(--dl-color-theme-neutral-light)
} */
@media(max-width:767px) {
  
  .navbar-navbar-interactive {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits)
  }
  .navbar-desktop-menu {
    display: none
  }
  .navbar-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center
  }
}
@media(max-width:479px) {
  .navbar-navbar-interactive {
    padding: var(--dl-space-space-unit)
  }
  .navbar-mobile-menu {
    padding: var(--dl-space-space-unit)
  }
  .notificationContainer{
    width: 100vw;
    height: 100vh;
    padding: 40px;
    border-radius: 0px;
    right: 0;
    top: 0;
  }
}
.hero-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 10vw;
}
.hero-header78 {
  gap: var(--dl-space-space-threeunits);
  height: auto;
  margin: 5px;
  height: 100%;
  /* display: flex; */
  overflow: hidden;
  position: relative;
  align-items: center;
  /* flex-shrink: 0; */
  flex-direction: column
}
.hero-column {
  gap: var(--dl-space-space-oneandhalfunits);
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  padding-top: 50px;
}
.main-page-info{
  flex-direction: row;
}
.hero-content1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  /* align-self: stretch; */
  align-items: center;
  flex-direction: column
}
.hero-text1 {
  text-align: center
}
.hero-text2 {
  text-align: center
}
.hero-actions {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: center;
  /* padding-top: var(--dl-space-space-unit) */
}
.hero-content-block{
  display: flex;
  flex-direction: row;
}

@keyframes slideIn {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .slideIn-Animation {
    animation: slideIn 1s 1;
  }
}
.commentsSection{
  display: grid;
  justify-content: center;
  gap: 10px;
  /* grid-template-columns: repeat(2, 1fr); */
  text-align: center; /* Centrowanie tekstu */
  width: 100%;
  padding: 50px;
  background-color: #05050578;
  border: 1px solid #0000008f;
  backdrop-filter: blur(3px);
}
.commentsSection .commentInfo{
  display: flex;
  align-items: center;
    gap: 40px;
}

.car-comment-info{
  display: flex;
  background-color: #00000061;
    border-radius: 8px;
      align-items: center;
      cursor: pointer;
}

.benefitsSection {
  background-image: url('/images/Designer (3).webp');
  border-top: 2px #3b3b3b solid;
  min-height: 1000px; /* Zamiast stałej wysokości, użyj min-height */

  display: flex; /* Dodajemy flexbox do sekcji benefitsSection */
  justify-content: center; /* Wyśrodkowanie w poziomie */
  align-items: center; /* Wyśrodkowanie w pionie */
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.carifyBenefits {
  display: flex; /* Zmieniamy na flexbox, aby łatwiej kontrolować ułożenie */
  flex-direction: column; /* Ustawiamy elementy w kolumnie */
  gap: 20px;
  text-align: center;
  padding: 20px;
  text-shadow: 2px 2px 1px #000;
  width: 80%; /* Dodajemy szerokość, aby ograniczyć rozciąganie elementów */
  max-width: 960px; /* Opcjonalnie: maksymalna szerokość dla lepszej responsywności */
}

.benefit {
  padding: 10px;
  display: flex;
  flex-direction: row;
  gap: 170px;
  align-items: center; /* Wyśrodkowanie w poziomie wewnątrz benefit */
  justify-content: center; /* Wyśrodkowanie w pionie wewnątrz benefit */
}

.benefit img {
  margin: 20px 0; /* Uproszczone marginesy - góra i dół po 20px, lewo i prawo 0 */
  max-width: 100%; /* Zapobiega wychodzeniu obrazu poza kontener */
  height: auto; /* Zachowuje proporcje obrazu */
}

.carifyBenefits p {
  font-size: 25px;
  margin-bottom: 10px;
}
@media(max-width:479px) {
  .all-cars-list{
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .benefit{
    flex-direction: column !important;
    gap:20px;
  }
  .benefit .btn-title{
    font-size: 15px;
  }
  .main-page-info{
    flex-direction: column !important;
  }
  .main-page-info button{
    margin-bottom: 10px;
  }
  .car-comment-info{
    flex-direction: column;
  }
  .card-container{
    margin-left: 0px !important;
  }
  .hero-content1{
    display: flex;
  }
  .hero-actions {
    width: 100%;
    flex-direction: column
  }
  .hero-button1 {
    width: 100%
  }
  .hero-button2 {
    width: 80%
  }
}
.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  /* background-image: url('/images/Designer (3).webp'); */
  background-color: #0E0F14;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

@supports (-webkit-touch-callout: inherit) {
  .home-container, .benefitsSection {
  background-attachment: scroll !important;
  }
}

.card-container {
  display: flex;
  margin-left: 30px;
  gap: 20px;
  text-align: -webkit-center;
  align-items: center;
}

.card {
  display: flex;
      background: #00000045;
      border-radius: 8px;
      padding: 20px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      width: 100%;
      flex-direction: column;
      align-items: center;
}

.card:hover{
  cursor: pointer;
  background: #000000a0;
}
.card h2 {
  font-size: 20px;
  color: var(--dl-color-theme-neutral-dark);
  margin-bottom: 10px;
}

.card p {
  font-size: 14px;
  margin: 5px 0;
}

.btn-back {
  display: inline-block;
  margin: 20px auto;
  padding: 10px 20px;
  background: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
}

.btn-back:hover {
  background: #0056b3;
}

.profileContent{
  gap: var(--dl-space-space-oneandhalfunits);
    float: left;
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-right: 40px;
    padding-left: 30px;
    border-right: 1px #ffffff24 solid;
    justify-content: center;
    
}
.carContent{
  gap: var(--dl-space-space-oneandhalfunits);
    float: left;
    align-items: center;
    display: flex;
    flex-direction: row;
    position: relative;
    padding-right: 40px;
    padding-left: 30px;
    border-right: 1px #ffffff24 solid;
    justify-content: center;
    
}
.carInfo{
  justify-items: center;
}
.rate span{
  font-size: 35px;
  font-weight: 900;
}
.carVoteSection{
  text-align: center;
}

.voteOptions{
  display: flex;
  gap: 10px;
  margin-top: 6px;
}
.voteOption h4{
  color: #ffa4a4;
}
.voteOption .fa-solid{
  color: #a9a9a9;
}
.voteOption{
  text-shadow: 2px 2px #000;
  margin: 8px;
  transition: all .2s ease-in-out;
}
.voteOption:hover{
  cursor: pointer;
  scale: 2;
  transform: scale(0.6);
}
.leadersSection{
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 2 kolumny */
  gap: 16px; /* odstęp między kolumnami i rzędami */
  justify-content: center; text-transform: capitalize;
  justify-items: center;
  margin-bottom: 10px;
}
.leaders{
  display: flex;
    gap: 4px;
    flex-direction: column;
}
.leaders h3{
  color: #ffa9a9;
}

/* .cars-images-container{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); 
  grid-auto-rows: minmax(100px, auto); 
  grid-gap: 8px; 
  grid-auto-flow: dense; 
  background-color: #00000063;
    backdrop-filter: blur(5px);
    border: 1px #000 solid;
    padding: 20px;
    box-shadow: 2px 2px 25px #000;
    width: 100vw;
}

.cars-images-container > img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  border: 1px solid #ffffff38;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
} */

.cars-images-container > img.duze {
  grid-column: span 2;
  grid-row: span 2;
}

.cars-images-container > img.szerokie {
  grid-column: span 2;
}

.cars-images-container > img.wysokie {
  grid-row: span 2;
}
/* Kontener na wszystkie obrazki */
.cars-images-container {
  column-count: 4;
  column-gap: 12px;
  row-gap: 12px;
  padding: 16px;
}

/* Każdy "kafelek" z obrazkiem */
.image-wrapper {
  border: 1px solid #ffffff4d;
  display: inline-block;
  width: 100%;
  margin-bottom: 16px;
  break-inside: avoid;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

/* Pojedynczy obrazek */
.image-container {
  position: relative;
  width: 100%;
  transition: 0.3s ease;
}

.carImage {
  width: 100%;
  height: auto;
  display: block;
  transition: filter 0.5s ease;
  border-radius: 12px;
}



.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none; /* domyślnie nie klikalne */
}




.image-container .carImage {
  transition: filter 0.5s ease;
}



/* Serduszko i przycisk */
.heart-btn,
.action-btn {
  background-color: white;
  border: none;
  border-radius: 9999px;
  padding: 10px 20px;

  font-size: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease;
  pointer-events: auto;
  cursor: pointer;
}

.heart-btn:hover,
.action-btn:hover {
  background-color: #f3f3f3;
}



/* Responsywność */
@media (min-width: 901px) {
  .cars-images-container {
    column-count: 3;
    
  }
  .image-container:hover .overlay {
    opacity: 1;
  }
  /* Overlay pojawia się po najechaniu */
.image-container:hover .carImage {
  filter: brightness(0.4);
}
}

@media (max-width: 900px) {
  .cars-images-container {
    column-count: 2;
  }
  .image-container.show .overlay {
    opacity: 1;
    pointer-events: auto; /* gdy aktywne – klikalne */
  }
  .image-container.show .carImage {
    filter: brightness(0.4);
  }
}

@media (max-width: 600px) {
  .cars-images-container {
    column-count: 1;
  }
  .image-container.show .overlay {
    opacity: 1;
    pointer-events: auto; /* gdy aktywne – klikalne */
  }
  .image-container.show .carImage {
    filter: brightness(0.4);
  }
  
}




@media(max-width: 980px) {
  .card-container {
    flex-wrap: wrap;
  }
  .all-cars-list{
    grid-template-columns: repeat(3, 1fr);
  }
  #mainArrow{
    display: none;
  }
  .profileContent{
    position: static !important;
    left: auto !important;
    border-right: none;
  }
  .hero-content-block{
    display: flex;
    flex-direction: column;
  }
  .commentsSection{
    gap: 15px;
    grid-template-columns: 1fr; /* Jedna kolumna na mniejszych ekranach */
  }
/*   .benefitsSection{
    margin-top: 100px;
  } */
  .carifyBenefits {
    grid-template-columns: 1fr; /* Jedna kolumna na mniejszych ekranach */
  }
/*   .benefit:nth-child(2) {
    transform: none !important 
  } */
}

.login-input{
  background-color: #313131;
  color: #fff;
  display: flex;
  font-size: 50%;
  width: 250px;
  border-radius: 5px;
  text-align: center;
  margin: 0px 10px 0 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px dotted #d6355b;
}
.login-input::placeholder{
  color: #fff;
  text-align: center;
  border: none;
}
.login-input::-ms-input-placeholder {
  color: #fff
}
.login-input:focus{
  outline: none;
}

.register-text:hover{
  color: #d6355b;
}


/* --------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------- */
/* TABLICA REJESTRACYJNA */
@font-face {
  font-family: 'Impatc';
  src: url('/fonts/impact.ttf') format('truetype');
}

.plate-container {
  position: relative;
  display: inline-block;
  
}

.plate-image {
  width: 300px !important; /* Dopasuj do rozmiaru swojej grafiki */
  border-radius: 0% !important;
}

.plate-input {
  position: absolute !important;
  top: 50% !important;
  left: 60% !important;
  transform: translate(-50%, -50%) !important;
  width: 70% !important;
  height: 40px !important;
  font-size: 45px !important;
/*     text-align: center; */
  border: none !important;
  background-color: transparent !important;
  outline: none !important;
  color: black !important;
  font-family: "Roboto Condensed", serif;
  font-weight: 400;
}


.tiktok-part span{
  font-size: 16px;
}

.profile-cars-content{
  background-color: #00000063;
  backdrop-filter: blur(5px);
  border: 1px #000 solid;
  padding: 20px;
  box-shadow: 2px 2px 25px #000;
  display: flex; /* Kluczowe: Używamy flexboxa */
  flex-direction: column; /* Elementy w kolumnie */
  align-items: center; /* Centrowanie w poziomie */
  text-align: center; /* Tekst wewnątrz wyśrodkowany */
}
.profile-content{
  background-color: #00000063;
  backdrop-filter: blur(5px);
  border: 1px #000 solid;
  padding: 20px;
  box-shadow: 2px 2px 25px #000;
  display: flex; /* Kluczowe: Używamy flexboxa */
  flex-direction: row; /* Elementy w kolumnie */
  align-items: center; /* Centrowanie w poziomie */
  text-align: center; /* Tekst wewnątrz wyśrodkowany */
}

.rate-like:hover{
  cursor: pointer;
}
.rate-dislike:hover{
  cursor: pointer;
}

.commentImages{
  margin-top: 15px;
  display: flex;
    gap: 10px;
    max-width: 100%;
    flex-wrap: wrap;
}

.commentImages img{
  width: 20vw !important;
  object-fit: cover;
  border-radius: 8px;
}

.comments{
  border-top: 1px #ffffff38 solid;
  width: 90%;
  justify-items: left;
  font-family: "Raleway", serif;
}
.comments h2{
  margin-top: 5px;
}
.commentUserAndTime{
  display: flex;
  justify-content: space-between;
    gap: 30px;
    font-family: 'Roboto', serif;
}
.comment{
  margin-top: 5px;
  text-align-last: left;
    padding: 10px;
    border-radius: 5px;
    line-break: anywhere;
    max-width: 100%;
    width: 100%;
    transition: transform 0.3s ease-in-out,  background-color 0.3s ease-in-out;; /* Płynne przejście */
}
.all-cars-list{
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* 3 kolumny */  
  text-align: center; /* Centrowanie tekstu */
}
.zoomed {
  transform: scale(1.1); /* Powiększenie o 10% */
  background-color: #0000009d;
}
.comment iframe{
  width: 75% !important;
}
.comment h5{
  font-size: 15px;
  color: #ffb2b2;
  cursor: pointer;
}
.comment h7{
  font-size: 12px;
}
.comment h6{
  margin-left: 5px;
  font-size: 20px;
  text-align: justify;
}
.gallery {
  display: flex; /* Zmieniamy na flexbox */
  flex-wrap: wrap; /* Pozwalamy elementom przechodzić do następnego wiersza */
  justify-content: center; /* Centrowanie w poziomie */
  gap: 5px;
  width: 100%; /* Szerokość 100% */
}

.gallery img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Cień wokół obrazków */
  transition: transform 0.3s ease-in-out;
}


.gallery img:hover {
  transform: scale(1.05);
}


.supportSection{
  display: flex;
    height: 250px;
    justify-content: center;
    align-items: center;
    gap: 50px;
    text-align: -webkit-center;
}


@media (max-width: 480px) {
  .supportSection{
    display: block !important;
    align-content: center;
    
  }
  .leadersSection{
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .support-description{
    margin-bottom: 30px;
  }
}

.gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: #131314;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #e3e3e3;
  cursor: pointer;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
  transition: background-color .218s, border-color .218s, box-shadow .218s;
  vertical-align: middle;
  white-space: nowrap;
  width: 90%;
  max-width: 400px;
  min-width: min-content;
  border-color: #8e918f;
}

.gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity .218s;
  transition: opacity .218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.gsi-material-button:disabled {
  cursor: default;
  background-color: #13131461;
  border-color: #8e918f1f;
}

.gsi-material-button:disabled .gsi-material-button-state {
  background-color: #e3e3e31f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state, 
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: white;
  opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: white;
  opacity: 8%;
}






  .checkbox-wrapper-4 * {
    
    box-sizing: border-box;
  }

  .checkbox-wrapper-4{
    text-align: left;
    margin-top: -10px;

  }
  .checkbox-wrapper-4 .cbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: arrow;
    padding: 6px 8px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s ease;
    display: inline-block;
  }
  .checkbox-wrapper-4 .cbx:not(:last-child) {
    margin-right: 6px;
  }
  .checkbox-wrapper-4 .cbx span {
    font-size: 13px;
    float: left;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-4 .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    transform: scale(1);
    border: 1px solid #cccfdb;
    transition: all 0.2s ease;
  }
  .checkbox-wrapper-4 .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-4 .cbx span:last-child {
    padding-left: 8px;
    line-height: 18px;
  }
  .checkbox-wrapper-4 .cbx:hover span:first-child {
    cursor: pointer;
    border-color: rgb(255, 84, 84);
  }
  .checkbox-wrapper-4 .inp-cbx {
    position: absolute;
    visibility: hidden;
  }
  .checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child {
    background: rgb(255, 84, 84);
    border-color: rgb(255, 84, 84);
    animation: wave-4 0.4s ease;
  }
  .checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
  }
  .checkbox-wrapper-4 .inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
  }
  @media screen and (max-width: 640px) {
    .all-cars-list{
      grid-template-columns: repeat(2, 1fr);
    }
    .commentImages img{
      width: 50vw !important;
    }
    
    .commentImages{
      justify-content: center;
    }
    .profile-content{
      flex-direction: column;
    }
    .checkbox-wrapper-4 .cbx {
      width: 100%;
      display: inline-block;
    }
    .cookie-banner{
      width: auto !important;
    }
    .cookie-banner button {
      display: block;
  }
  .carContent{
    flex-direction: column;
  }
}
  @-moz-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  @-webkit-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  @-o-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  @keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }

  


  body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
    font-family: "Roboto", serif;
  }
  
  .footer {
    width: 100%;
    position: unset;
    bottom: 0;
    border-top: 2px #3b3b3b solid;
    /* background-color: #111; */
    color: #ffffff;
    padding: 20px 0;
    text-align: center;
    margin-top: auto; /* Zapewnia, że stopka będzie na dole */
    
  }
  
  .footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .footer-left,
  .footer-center,
  .footer-right {
    flex: 1;
    padding: 10px;
  }
  
  .footer-left h4,
  .footer-right h4 {
    margin-bottom: 10px;
  }
  
  .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .footer-links li {
    margin: 5px 0;
  }
  
  .footer-links a {
    text-decoration: none;
    color: #d6355b;
  }
  
  .footer-links a:hover {
    text-decoration: underline;
  }

  .cookie-banner {
    display: none;
    border-radius: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 50%;
    margin: 10px;
    background-color: #000000d1;
    color: white;
    padding: 20px;
    z-index: 1000;
    gap: 10px
  }
  
  .cookie-banner button {
/*     border-radius: 5px;
    background-color: #d63546; */
    display: inline;
/*     color: white;
    padding: 5px 15px;
    cursor: pointer; */
    margin-top: 10px;
  }
  
  .cookie-banner button:hover {
    background-color: #d6355b;
  }
  
  
  .social-icons a {
    margin-right: 10px;
    text-decoration: none;
    color: #d6355b;
    font-weight: bold;
  }
  
  .social-icons a:hover {
    color: #d6355b;
  }
  
  
/* ------------------------------------------------------------------------------------------------------------- */

.fb-login-button {
  display: flex;
  align-items: center;
/*   justify-content: center; */
  width: 90%;
  height: 40px;
  letter-spacing: 0.25px;
  max-width: 400px;
  min-width: min-content;
  padding: 10px;
  margin-bottom: 7px;
  border: 1px solid #1877f2;
  border-radius: 5px;
  color: #1877f2;
  font-family: Arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border-radius: 20px;
}

.fb-login-button:hover {
  background-color: #1717174d;
}

.fb-login-button img {
  width: 20px;
  height: 20px;
  margin-right: 16px;
}

/* Styl dla tła scrollbara */
::-webkit-scrollbar-track {
  background: #2a2a2a4d !important; /* Kolor tła */
}

/* Styl dla uchwytu (thumb) */
::-webkit-scrollbar-thumb {
  background: #ffffff !important; /* Kolor uchwytu */
  border-radius: 6px; /* Zaokrąglone rogi */
}

/* Styl dla Firefoxa */
html {
  scrollbar-color: #ffffff #2a2a2a4d !important; /* Kolor uchwytu i tła */
  scrollbar-width: thin; /* Cienki scrollbar */
}

/* From Uiverse.io by Li-Deheng */ 
.btn-conteiner {
  display: flex;
  height: 40px;
  justify-content: center;
  --color-text: #ffffff;
  --color-background: #c9354b;
  --color-outline: #c9354b80;
  --color-shadow: #00000080;
}

.btn-content {
  display: flex;
  align-items: center;
  padding: 5px 30px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 30px;
  color: var(--color-text);
  background: var(--color-background);
  transition: 1s;
  border-radius: 100px;
  box-shadow: 0 0 0.2em 0 var(--color-background);
}

.btn-content:hover, .btn-content:focus {
  transition: 0.5s;
  -webkit-animation: btn-content 1s;
  animation: btn-content 1s;
  outline: 0.1em solid transparent;
  outline-offset: 0.2em;
  box-shadow: 0 0 0.4em 0 var(--color-background);
}

.btn-content .icon-arrow {
  transition: 0.5s;
  margin-right: 0px;
  transform: scale(0.6);
}

.btn-content:hover .icon-arrow {
  transition: 0.5s;
  margin-right: 25px;
}

.icon-arrow {
  width: 20px;
  margin-left: 15px;
  position: relative;
  top: 6%;
}
  
/* SVG */
#arrow-icon-one {
  transition: 0.4s;
  transform: translateX(-60%);
}

#arrow-icon-two {
  transition: 0.5s;
  transform: translateX(-30%);
}

.btn-content:hover #arrow-icon-three {
  animation: color_anim 1s infinite 0.2s;
}

.btn-content:hover #arrow-icon-one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

.btn-content:hover #arrow-icon-two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */
@keyframes color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: var(--color-background);
  }

  100% {
    fill: white;
  }
}

/* Button animations */
@-webkit-keyframes btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}

@keyframes btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}

/* From Uiverse.io by Yaya12085 */ 
.form-container {
  width: 380px;
  border-radius: 0.75rem;
  background-color: rgba(17, 24, 39, 1);
  padding: 2rem;
  color: rgba(243, 244, 246, 1);
}

.title {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.form {
  margin-top: 1.5rem;
}

.input-group {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.input-group label {
  display: block;
  color: rgba(156, 163, 175, 1);
  margin-bottom: 4px;
}

.input-group input {
  width: 100%;
  border-radius: 0.375rem;
  border: 1px solid rgba(55, 65, 81, 1);
  outline: 0;
  background-color: rgba(17, 24, 39, 1);
  padding: 0.75rem 1rem;
  color: rgba(243, 244, 246, 1);
}

.input-group input:focus {
  border-color: rgba(167, 139, 250);
}

.forgot {
  display: flex;
  justify-content: flex-end;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgba(156, 163, 175,1);
  margin: 8px 0 14px 0;
}

.forgot a,.signup a {
  color: rgba(243, 244, 246, 1);
  text-decoration: none;
  font-size: 14px;
}

.forgot a:hover, .signup a:hover {
  text-decoration: underline rgba(167, 139, 250, 1);
}

.sign {
  cursor: pointer;
  display: block;
  width: 100%;
  background-color: #da4453;
  padding: 0.75rem;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 0.375rem;
  font-weight: 600;
}

.social-message {
  display: flex;
  align-items: center;
  padding-top: 1rem;
}

.line {
  height: 1px;
  flex: 1 1 0%;
  background-color: rgba(55, 65, 81, 1);
}

.social-message .message {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgba(156, 163, 175, 1);
}

.social-icons {
  display: flex;
  justify-content: center;
}

.social-icons .icon {
  border-radius: 0.125rem;
  padding: 0.75rem;
  border: none;
  background-color: transparent;
  margin-left: 8px;
  cursor: pointer;
}

.social-icons .icon svg {
  height: 1.25rem;
  width: 1.25rem;
  fill: #fff;
}

.signup {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  color: rgba(156, 163, 175, 1);
}

.terms{
  color: #DA4453
}

/* From Uiverse.io by SelfMadeSystem */ 
/* Hide the default checkbox */
.container input {
  display: none;
}

.container {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* Create a custom checkbox */
.checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 1.3em;
  width: 1.3em;
  background-color: #2196F300;
  border-radius: 0.25em;
  transition: all 0.25s;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  transform: rotate(0deg);
  border: 0.1em solid black;
  left: 0;
  top: 0;
  width: 1.05em;
  height: 1.05em;
  border-radius: 0.25em;
  transition: all 0.25s, border-width 0.1s;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  left: 0.45em;
  top: 0.25em;
  width: 0.25em;
  height: 0.5em;
  border-color: #fff0 white white #fff0;
  border-width: 0 0.15em 0.15em 0;
  border-radius: 0em;
  transform: rotate(45deg);
}

.messageBox {
  margin-top: 10px;
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2d2d2d;
  padding: 0 15px;
  border-radius: 10px;
  border: 1px solid rgb(63, 63, 63);
}
.messageBox:focus-within {
  border: 1px solid rgb(255, 165, 165);
}
.fileUploadWrapper {
  width: fit-content;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
}

.hideFile {
  display: none;
}
.fileUploadWrapper label {
  cursor: pointer;
  width: fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fileUploadWrapper label svg {
  height: 18px;
}
.fileUploadWrapper label svg path {
  transition: all 0.3s;
}
.fileUploadWrapper label svg circle {
  transition: all 0.3s;
}
.fileUploadWrapper label:hover svg path {
  stroke: #fff;
}
.fileUploadWrapper label:hover svg circle {
  stroke: #fff;
  fill: #3c3c3c;
}
.fileUploadWrapper label:hover .tooltip {
  display: block;
  opacity: 1;
}
.tooltip {
  position: absolute;
  top: -40px;
  display: none;
  opacity: 0;
  color: white;
  font-size: 10px;
  text-wrap: nowrap;
  background-color: #000;
  padding: 6px 10px;
  border: 1px solid #3c3c3c;
  border-radius: 5px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.596);
  transition: all 0.3s;
}
#messageInput {
  align-content: center;
  resize: vertical;  /* Pozwala zmieniać tylko wysokość */
    width: 100%;       /* Ustaw szerokość na stałą */
  height: 45px;
  background-color: transparent;
  outline: none;
  border: none;
  padding-left: 10px;
  color: white;
}
#messageInput:focus ~ #sendButton svg path,
#messageInput:valid ~ #sendButton svg path {
  fill: #3c3c3c;
  stroke: white;
}

#sendButton {
  width: fit-content;
  height: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
#sendButton svg {
  height: 18px;
  transition: all 0.3s;
}
#sendButton svg path {
  transition: all 0.3s;
}
#sendButton:hover svg path {
  fill: #ff7979;
  stroke: #ffbebe;
}

/* From Uiverse.io by aadium */ 
.loader {
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 250px;
  height: 150px;
  position: relative;
  animation: rotation 0.75s linear infinite;
  border-radius: 100em;
}

.path {
  stroke-dasharray: 100;
  stroke-dashoffset: 20;
  stroke-linecap: round;
}

@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}

.phone-frame {
  min-width: 200px; /* Dostosuj szerokość do potrzeb */
  height: 450px; /* Dostosuj wysokość do potrzeb */
  background-color: #434343; /* Kolor obudowy telefonu */
  border-radius: 25px; /* Zaokrąglenie rogów */
  padding: 5px; /* Odstęp między obudową a ekranem */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); /* Cień obudowy */
  position: relative; /* Potrzebne do pozycjonowania "wyspy" */
}

.phone-frame img {
  width: 100%;
  height: 90%;
  object-fit: cover; /* Dopasowanie obrazu do ekranu */
  border-radius: 10px; /* Zaokrąglenie rogów ekranu */
}

/* "Wyspa" (notch) */
.phone-frame::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 10px;
  background-color: #0000004f;
  border-radius: 5px;
}