body {
  background-color: #ffffff;
  font-family: "Roboto", sans-serif !important;
}

.font {
  font-family: "Urbanist", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

p {
  font-family: "Urbanist", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.f32 {
  font-size: 32px;
}

.f18 {
  font-size: 18px;
}

#imageModal .modal-dialog {
  max-width: 95vw; /* najveća širina 95% ekrana */
  max-height: 95vh; /* najveća visina 95% ekrana */
}

#imageModal .modal-content {
  width: auto !important; /* automatska širina prema sadržaju */
  max-width: 100%; /* ali ne više od prozora */
}

#imageModal .modal-img {
  display: block;
  max-width: 100%;
  max-height: 90vh; /* sprječava da slika pređe ekran po visini */
  height: auto;
  margin: 0 auto;
}

#imageModal .modal-dialog {
  max-width: 80vw; /* ograniči da ne ide preširoko */
}

#imageModal .modal-content {
  width: auto !important;
  max-width: 100%;
}

#imageModal .modal-img {
  display: block;
  width: auto; /* neka uzme prirodnu širinu slike */
  max-width: 100%; /* ali ne više od modala */
  max-height: 90vh; /* da ne pređe visinu ekrana */
  margin: 0 auto;
}

@media (max-width: 505px) {
  .contactphone,
  .contactmail,
  .languages {
    margin-bottom: 1em;
    text-align: right;
  }

  .topbarinfo {
    height: 145px;
  }
}

/*

FLOAT button

*/

.floating-buttons {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 9999;
}

.floating-buttons a {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  text-decoration: none !important;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.floating-buttons a:hover {
  transform: scale(1.15) rotate(8deg);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

/* WhatsApp */
.whatsapp-float {
  background-color: #25d366;
}

/* Viber */
.viber-float {
  background-color: #665cac;
}

/*

IG i FB

*/

/* NOVI KONTEJNER IG/FB */
.floating-social-icons {
  position: fixed;
  bottom: 150px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}
/* ikone */
.floating-social-icons .social-float {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  text-decoration: none !important;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.floating-social-icons .social-float:hover {
  transform: scale(1.15) rotate(8deg);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

/* boje */
.facebook-float {
  background: #1877f2;
}
.instagram-float {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
}

/* OBLAČIĆ */
.social-bubble {
  position: absolute;
  right: 70px;
  background: #fff;
  color: #1f2937;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding: 10px 14px;
  width: 250px;
  max-width: 70vw;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.social-bubble::after {
  content: "";
  position: absolute;
  top: 18px;
  right: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.08));
}
.social-bubble p {
  margin: 0;
  font: 600 13px/1.35 system-ui, -apple-system, Segoe UI, Roboto, Arial;
}
.bubble-close {
  margin-left: auto;
  background: transparent;
  border: 0;
  font-size: 18px;
  line-height: 1;
  color: #6b7280;
  cursor: pointer;
}
.bubble-close:hover {
  color: #111;
}
.social-bubble.is-hidden {
  display: none;
}

/* pozicioniranje svakog oblačića */
#fbBubble {
  top: 0;
}
#igBubble {
  top: 85px;
} /* pomaknuto da ne preklapa FB */

/*

DODANO NOVO

*/

.kartica1-new {
  width: 1024px; /* Širina 3 kartice */
  height: 450px; /* Visina kao originalne kartice */
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
}

.kartica1-new img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.kartica1-new h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-top: 15px;
}

.kartica1-new {
  width: 77vw;
  height: 98vh;
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
}

.btn {
  display: inline-block;
  background-color: rgb(53, 144, 201) !important;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 20px;
}

.btn:hover {
  background-color: #142033;
}

.person-video-new {
  width: 76.5vw !important;
  height: 74vh;
  border-radius: 8px;
  object-fit: cover;
}

.kartice1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100vh;
  flex-wrap: wrap;
}

/*

Kartice

*/

.pagetitle {
  font-size: 2.5em;
  padding: 1.5em 0;
  font-weight: bold;
  text-align: center;
}

.realestateslisttitle {
  text-align: center;
  font-size: 1.2em;
}

.kartice {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 75vh;
  flex-wrap: wrap;
}

.kartica1 {
  width: 25vw;
  height: auto;
  background-color: #f7f7f7;
  border: none;
  border-radius: 10px;
  padding: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 15px;
  overflow: hidden !important;
  position: relative;
  transition: transform 0.3s ease;
}

.kartica1:hover .person-image {
  transform: scale(1.05); /* Povećava sliku za 10% prilikom hovera */
  filter: brightness(1.1);
}

.kartica2 {
  width: 75vw;
  height: auto;
  background-color: #f7f7f7;
  border: none;
  border-radius: 10px;
  padding: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 15px;
  overflow: hidden !important;
  position: relative;
  transition: transform 0.3s ease;
}

.media-container {
  display: flex; /* Koristimo flexbox za raspored */
  justify-content: space-between; /* Razmak između stavki */
  align-items: center; /* Poravnanje unutar vertikalne linije */
}

.media-item {
  width: 32%; /* Svaka stavka će zauzeti 32% širine kartice, ostavljajući razmak */
  border-radius: 5px;
  object-fit: cover; /* Čini da sadržaj popuni element */
}

/* Ako je video veći, možemo dodatno prilagoditi */
.media-item video {
  width: 32%; /* Video zauzima isto prostora */
}

/* Video-container omogućuje da video bude prikazan u odgovarajućim proporcijama */
.video-container {
  width: 32%; /* Video zauzima isto prostora */
  overflow: hidden; /* Sakrij višak prostora oko videa */
}

.video-container video {
  width: 100%;
  height: auto; /* Zadržava proporcije videa bez viška prostora */
}

/* Responsivan dizajn, prilagodba na manjim ekranima */
@media screen and (max-width: 768px) {
  .media-container {
    flex-direction: column; /* Na manjim ekranima stavke se slažu u kolonu */
    align-items: center; /* Središnje poravnavanje */
  }

  .media-item {
    width: 80%; /* Na manjim ekranima slika/video zauzima više prostora */
    margin-bottom: 10px; /* Razmak između slika/videa */
  }
}

.kartica2:hover .person-image {
  transform: scale(1.05); /* Povećava sliku za 10% prilikom hovera */
  filter: brightness(1.1);
}

.person-image-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.person-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  transition: transform 0.3s;
  overflow: hidden !important;
}

.person-image:hover {
  transform: scale(1.1);
}

.person-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  transition: color 0.3s;
  color: #333;
  margin-top: 10px;
}

.person-name:hover {
  color: #007bff;
}

.hoverimg:hover {
  filter: brightness(1.1);
}

.social-media-icons {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.kon1 {
  position: relative;
  padding: 10px 20px;
  font-size: 16px;
  color: white;
  background-color: rgb(22, 44, 72) !important; /* Plava boja */
  border-style: solid !important;
  border-radius: 5px;
  text-decoration: none; /* Uklanja podcrtavanje */
  transition: background-color 0.3s; /* Efekt prelaza */
  z-index: 100;
  margin-bottom: 20px;
}

.btn:hover {
  background-color: #007bff !important; /* Tamnija plava boja pri hoveru */
  z-index: 100;
  color: white !important;
}

.person-description {
  width: 92%;
}

.des {
  width: 100%;
  text-align: center;
  padding: 0% 14%;
}

/*

GALERIJA SLIKA

*/

.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 400px; /* Postavite željenu visinu */
  object-fit: cover; /* Održava omjer slike */
  transition: transform 0.3s ease;
  margin-bottom: 2em;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.icon-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .icon-overlay {
  opacity: 1;
}

/* Modal styles */
.modal-img {
  width: 100%;
  height: auto;
}

/*

CONTENT

*/
.btn-primary {
  background-color: #555;
  color: #fff;
  padding: 10px 30px;
  border: none;
}

.btn-primary:active {
  background-color: #333;
  color: #fff;
  padding: 10px 30px;
  border: none;
}
.btn-primary:focus {
  background-color: #333;
  color: #fff;
  padding: 10px 30px;
  border: none;
}
.btn-primary:hover {
  background-color: #333;
  color: #fff;
  border: none;
}

.news-second .card {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  box-shadow: 5px 5px 7px 0px rgb(0 0 0 / 8%), 0 0 0px rgb(0 0 0 / 5%);
}

.news-second .card:hover {
  border: 1px solid rgba(0, 0, 0, 0.125);
  transform: scale(1.01);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.card {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08), 0 0 6px rgba(0, 0, 0, 0.05);
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12),
    0.3s box-shadow,
    0.3s -webkit-transform cubic-bezier(0.155, 1.105, 0.295, 1.12);
}

.card:hover {
  transform: scale(1.01);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.width-2008 {
  max-width: 200.8px;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.padding-bottom-medium {
  padding-bottom: 2em;
}

.padding-top-medium {
  padding-top: 2em;
}

.padding-top-small {
  padding-top: 1em;
}

.padding-bottom-small {
  padding-bottom: 1em;
}

@media (max-width: 767px) {
  .newspaper {
    column-count: 1;
    column-gap: 40px;
  }
}

a:hover {
  color: #0056b3;
  text-decoration: none;
}

.bgwhite {
  background-color: #fff;
}

.img-resp {
  width: 100%;
}

.map {
  box-shadow: 0 0 5px 0px #767676;
  width: 100%;
  height: 450px;
}

.img-big {
  width: 100%;
  max-height: 370px; /* Postavite željenu maksimalnu visinu */
  object-fit: cover; /* Održava omjer slike i ispunjava prostor */
}
.img-small {
  width: 70%;
  padding: 20px 50px;
}

.text-wight {
  color: #fff;
}

.padding-caption {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.col-centered-margin {
  margin-left: 16.5%;
}

.bg-gray {
  background-color: #f4f4f4;
}

.steps {
  background-color: #f4f4f4;
  padding: 20px;
  transition: 0.5s;
}
.steps:hover {
  background-color: #dddddd;
  transition: 0.5s;
}

.img-opacity {
  opacity: 1;
  transition: 0.5s;
}
.steps:hover > .img-opacity {
  opacity: 0.1;
  transition: 0.5s;
}

.text-align-main {
  text-align: left;
}

@media (max-width: 575px) {
  .text-align-main {
    text-align: justify;
  }
}

.text-steps {
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: bold;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

.steps:hover > .text-steps {
  transition: 0.5s;
  opacity: 1;
}

.card-text {
  text-align: left;
  color: #000;
}

.card-text-date {
  text-align: left;
  color: #454545;
  font-weight: 500;
}

.card-title {
  text-align: left;
  color: #454545;
}

.line-contact {
  height: 1px;
  width: 60%;
  background-color: #d0d0d0;
}

.contact-text {
  font-weight: 300;
  font-size: 1em;
}

.hoverMove {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}

.hoverMove:hover {
  margin-left: 10px;
  transition: 0.5s;
}

.linkovi:hover {
  color: #fd7e14;
  transition: 0.5s;
  text-decoration: none;
}
.linkovi {
  font-size: 1em;
  color: #1d1a17;
  transition: 0.5s;
  background-color: #fff;
}

.linkovi-padding {
  padding: 10px 15px;
  background-color: #fff;
  margin-bottom: 10px;
  box-shadow: 3px 3px 6px 0px #e1e1e1;
}

.linkovi-padding:hover > .linkovi {
  color: #fd7e14;
  transition: 0.5s;
}

.linkovi-padding:hover > .hoverMove {
  margin-left: 10px;
  transition: 0.5s;
}

li {
  list-style-type: none;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  margin: 0;
}

/*

FLOATING BUTTON

*/

.floating-buttons {
  position: fixed; /* Fiksna pozicija */
  bottom: 20px; /* Udaljenost od donjeg dela ekrana */
  right: 20px; /* Udaljenost od desnog dela ekrana */
  display: flex; /* Koristi flexbox za horizontalno poravnavanje */
  flex-direction: column; /* Vertikalno poravnanje gumba */
  gap: 10px; /* Razmak između gumba */
  z-index: 1000; /* Osigurava da su gumbi iznad drugih elemenata */
}

.but {
  background-color: #484848a7; /* Pozadina gumba */
  color: white; /* Boja teksta */
  padding: 10px 15px; /* Unutrašnji razmak */
  border-radius: 5px; /* Zaobljeni uglovi */
  text-decoration: none; /* Uklanja podvlačenje */
  transition: background-color 0.3s; /* Efekat prelaza */
}

.but:hover {
  background-color: rgb(152, 94, 249); /* Tamnija boja pri prelaženju mišem */
  color: white;
}

.floating-buttons1 {
  position: absolute; /* Fiksna pozicija */
  top: 55%;
  right: 60%; /* Udaljenost od desnog dela ekrana */
  display: flex; /* Koristi flexbox za horizontalno poravnavanje */
  flex-direction: column; /* Vertikalno poravnanje gumba */
  gap: 10px; /* Razmak između gumba */
  z-index: 100; /* Osigurava da su gumbi iznad drugih elemenata */
}

.but1 {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 1.3em;
  text-transform: uppercase;
  font-family: calibri;
  border-radius: 30px;
  border: 2px solid rgb(200, 200, 200);
  padding: 1rem 5rem;
  /*
  box-shadow: .9px 1px 0 0 rgb(17,6,3), 1.5px 2px 0 0 rgb(17,6,3), 2.5px 3px 0 0 rgb(17,6,3), 3.5px 4px 0 0 rgb(17,6,3), 4.5px 5px 0 0 rgb(17,6,3), 5.5px 6px 0 0 rgb(17,6,3), 6.5px 7px 0 0 rgb(17,6,3), 7.5px 8px 0 0 rgb(17,6,3), 8.5px 9px 0 0 rgb(17,6,3), 9.5px 10px 0 0 rgb(17,6,3);
  */
  position: relative;
  inset: 0;
  cursor: pointer;
  transform: rotateX(0), rotateY(0) rotateZ(0);
  display: inline-block;
  outline: 2px dashed transparent;
  transition: all 600ms ease;
  background-color: rgb(152, 94, 249);
}

.but1:hover {
  inset: 6px 0 5.5px 0;
  transform: rotateX(5deg) rotateY(3deg) rotateZ(0.25deg);
  box-shadow: none;
  color: white;
  background-color: rgb(132, 64, 249);
}

.herocontainer {
  position: relative; /* Osigurava da su apsolutno pozicionirani elementi unutar ovog konteksta */
  overflow: hidden; /* Sprječava izlazak sadržaja iz kontejnera */
  height: 100vh;
}

.intotext {
  color: white;
  position: absolute; /* Fiksna pozicija */
  top: 40%; /* Udaljenost od donjeg dela ekrana */
  right: 35%;
  font-weight: 700;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.curke {
  width: 35% !important;
  z-index: 999;
  position: absolute;
  top: 185px;
  right: 150px;
  padding: 0;
}

.social-buttons {
  position: fixed; /* Fiksna pozicija */
  bottom: 80px; /* Udaljenost od donjeg dela ekrana (iznad gumba) */
  right: 20px; /* Udaljenost od desnog dela ekrana */
  display: flex; /* Koristi flexbox za horizontalno poravnavanje */
  flex-direction: column; /* Vertikalno poravnanje ikona */
  gap: 10px; /* Razmak između ikona */
  z-index: 1000; /* Osigurava da su ikone iznad drugih elemenata */
}

.social-icon {
  background-color: #484848a7; /* Pozadina ikona */
  color: white; /* Boja ikona */
  padding: 10px; /* Unutrašnji razmak */
  border-radius: 5px; /* Zaobljeni uglovi */
  text-decoration: none; /* Uklanja podvlačenje */
  transition: background-color 0.3s; /* Efekat prelaza */
  display: flex; /* Flexbox za centriranje ikona */
  justify-content: center; /* Horizontalno centriranje */
  align-items: center; /* Vertikalno centriranje */
  width: 40px; /* Širina ikona */
  height: 40px; /* Visina ikona */
}

.social-icon:hover {
  background-color: rgb(152, 94, 249); /* Tamnija boja pri prelaženju mišem */
}

/*

ANIMACIJE

*/

.animate-text {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s, transform 1s;
}

.animate-text.visible {
  opacity: 1;
  transform: translateY(0);
}

/*

HEADER

*/

.herocontainer {
  position: relative; /* Osigurava da su apsolutno pozicionirani elementi unutar ovog konteksta */
  overflow: hidden; /* Sprječava izlazak sadržaja iz kontejnera */
}
.intotext {
  color: white;
  position: absolute; /* Fiksna pozicija */
  top: 35%; /* Udaljenost od donjeg dela ekrana */
  right: 35%;
  font-weight: 700;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
video {
  width: 100vw !important;
}
.font1 {
  font-optical-sizing: auto !important;
  letter-spacing: 0.15px !important;
  vertical-align: baseline !important;
  line-height: 25.6px !important;
  font: "Unlock variant0" !important;
  font-family: "Unlock", serif !important;
  font-size: 26px !important;
  color: #ffffff !important;
  color: rgb(255, 255, 255) !important;
  background-color: #000000 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  text-decoration: none solid rgb(51, 51, 51) !important;
  text-align: none solid rgb(51, 51, 51) !important;
  text-indent: 0px !important;
}

.font4 {
  font-optical-sizing: auto !important;
  letter-spacing: 0.15px !important;
  vertical-align: baseline !important;
  line-height: 25.6px !important;
  font: "Unlock variant0" !important;
  font-family: "Unlock", serif !important;
  font-size: 36px !important;
  color: #ffffff !important;
  color: rgb(255, 255, 255) !important;
  background-color: #000000 !important;
  background-color: rgba(0, 0, 0, 0) !important;
  font-weight: 700 !important;
  font-style: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  text-decoration: none solid rgb(51, 51, 51) !important;
  text-align: none solid rgb(51, 51, 51) !important;
  text-indent: 0px !important;
}

/*

FLOATING BUTTON

*/

.floating-buttons {
  position: fixed; /* Fiksna pozicija */
  bottom: 20px; /* Udaljenost od donjeg dela ekrana */
  right: 20px; /* Udaljenost od desnog dela ekrana */
  display: flex; /* Koristi flexbox za horizontalno poravnavanje */
  flex-direction: column; /* Vertikalno poravnanje gumba */
  gap: 10px; /* Razmak između gumba */
  z-index: 1000; /* Osigurava da su gumbi iznad drugih elemenata */
}

.but {
  background-color: #484848a7; /* Pozadina gumba */
  color: white; /* Boja teksta */
  padding: 10px 15px; /* Unutrašnji razmak */
  border-radius: 5px; /* Zaobljeni uglovi */
  text-decoration: none; /* Uklanja podvlačenje */
  transition: background-color 0.3s; /* Efekat prelaza */
}

.but:hover {
  background-color: rgb(152, 94, 249); /* Tamnija boja pri prelaženju mišem */
  color: white;
}

.floating-buttons1 {
  position: absolute; /* Fiksna pozicija */
  top: 55%;
  right: 60%; /* Udaljenost od desnog dela ekrana */
  display: flex; /* Koristi flexbox za horizontalno poravnavanje */
  flex-direction: column; /* Vertikalno poravnanje gumba */
  gap: 10px; /* Razmak između gumba */
  z-index: 100; /* Osigurava da su gumbi iznad drugih elemenata */
}

.but1 {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 1.3em;
  text-transform: uppercase;
  font-family: calibri;
  border-radius: 30px;
  border: 2px solid rgb(200, 200, 200);
  padding: 1rem 5rem;
  /*
  box-shadow: .9px 1px 0 0 rgb(17,6,3), 1.5px 2px 0 0 rgb(17,6,3), 2.5px 3px 0 0 rgb(17,6,3), 3.5px 4px 0 0 rgb(17,6,3), 4.5px 5px 0 0 rgb(17,6,3), 5.5px 6px 0 0 rgb(17,6,3), 6.5px 7px 0 0 rgb(17,6,3), 7.5px 8px 0 0 rgb(17,6,3), 8.5px 9px 0 0 rgb(17,6,3), 9.5px 10px 0 0 rgb(17,6,3);
  */
  position: relative;
  inset: 0;
  cursor: pointer;
  transform: rotateX(0), rotateY(0) rotateZ(0);
  display: inline-block;
  outline: 2px dashed transparent;
  transition: all 600ms ease;
  background-color: rgb(152, 94, 249);
}

.but1:hover {
  inset: 6px 0 5.5px 0;
  transform: rotateX(5deg) rotateY(3deg) rotateZ(0.25deg);
  box-shadow: none;
  color: white;
  background-color: rgb(132, 64, 249);
}

.herocontainer {
  position: relative; /* Osigurava da su apsolutno pozicionirani elementi unutar ovog konteksta */
  overflow: hidden; /* Sprječava izlazak sadržaja iz kontejnera */
}

.intotext {
  color: white;
  position: absolute; /* Fiksna pozicija */
  top: 35%; /* Udaljenost od donjeg dela ekrana */
  right: 35%;
  font-weight: 700;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.curke {
  width: 35% !important;
  z-index: 999;
  position: absolute;
  top: 185px;
  right: 150px;
  padding: 0;
}

.social-buttons {
  position: fixed; /* Fiksna pozicija */
  bottom: 80px; /* Udaljenost od donjeg dela ekrana (iznad gumba) */
  right: 20px; /* Udaljenost od desnog dela ekrana */
  display: flex; /* Koristi flexbox za horizontalno poravnavanje */
  flex-direction: column; /* Vertikalno poravnanje ikona */
  gap: 10px; /* Razmak između ikona */
  z-index: 1000; /* Osigurava da su ikone iznad drugih elemenata */
}

.social-icon {
  background-color: #484848a7; /* Pozadina ikona */
  color: white; /* Boja ikona */
  padding: 10px; /* Unutrašnji razmak */
  border-radius: 5px; /* Zaobljeni uglovi */
  text-decoration: none; /* Uklanja podvlačenje */
  transition: background-color 0.3s; /* Efekat prelaza */
  display: flex; /* Flexbox za centriranje ikona */
  justify-content: center; /* Horizontalno centriranje */
  align-items: center; /* Vertikalno centriranje */
  width: 40px; /* Širina ikona */
  height: 40px; /* Visina ikona */
}

.social-icon:hover {
  background-color: rgb(152, 94, 249); /* Tamnija boja pri prelaženju mišem */
}

/*

NAVIGATION

*/

.nav-container {
  background-color: transparent !important;
  transition: 0.3s ease;
  z-index: 1000;
}

.nav-container.scrolled {
  background-color: rgba(0, 0, 0, 0.65) !important;
}

.companylogo {
  margin-top: 25px;
  width: 420px;
  transition: width 0.3s ease;
}

.realestateagency {
  display: block;
  font-size: 16px;
  margin-top: 5px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='black' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); /* Promijenite boju na crnu */
  width: 30px; /* Širina ikone */
  height: 30px; /* Visina ikone */
}

/* Opcionalno: promijenite boju ikone kada se pređe mišem */
.navbar-toggler:hover .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='red' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); /* Promijenite boju na crvenu kada se pređe mišem */
}

.navbar-nav {
  display: flex;
  justify-content: center;
}

.navbar-nav .nav-item {
  margin: 0 10px;
  color: white !important;
}

.navbar-light .navbar-nav .nav-link {
  color: white;
}

.sticky-top .navbar-nav .nav-link {
  color: white;
  height: 75px;
}

.sticky-top {
  top: 0;
  width: 100%;
  z-index: 1030;
}

.scrolled .companylogo {
  width: 170px;
  transition: width 0.3s ease;
}

.navbar a {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  color: white;
  text-decoration: none;
}

.navbar a:hover::after {
  width: 80%;
}

.navbar .dropdown a::after {
  content: none;
}

.dropdown-menu .dropdown-item {
  color: #ffffff;
  padding: 10px 20px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: #00000097;
  position: relative;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #000000 !important;
  color: white !important;
}

.dropdown-menu {
  background-color: #0000004a !important;
}

.dropdown-menu .dropdown-submenu {
  position: relative !important;
}

.dropdown-menu .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0px;
  border-radius: 0px;
  display: none !important;
}

.dropdown-menu .dropdown-submenu:hover .dropdown-menu {
  display: block !important;
}

.dropdown-menu .dropdown-item {
  white-space: nowrap !important;
}

.wt {
  position: absolute;
  width: 100px !important;
  top: 450px;
  left: 250px;
}

.logo {
  width: 200px !important;
  position: absolute;
  top: -20px;
  left: 250px;
  transition: width 0.3s ease; /* Glatna promena širine */
}

#nav {
  background: linear-gradient(
    to bottom,
    rgb(20, 20, 30) 0%,
    rgba(20, 20, 30, 0) 100%
  );
  position: fixed; /* Da ostane na vrhu ekrana */
  width: 100%; /* Da pokriva celu širinu */
  z-index: 1000; /* Da bude iznad drugih elemenata */
  height: 11vh;
  transition: width 0.3s, background-color 0.3s; /* Smooth transition */
}

.navbar-nav .nav-link {
  font-weight: 600; /* Podebljajte linkove */
  color: rgb(214, 214, 214); /* Boja teksta */
  transition: color 0.3s; /* Glatna promena boje */
}

.navbar-nav .nav-link:hover {
  color: white; /* Boja pri hoveru */
}

#nav.scrolled {
  height: 90px; /* Height when scrolled */
  background-color: rgba(0, 0, 0, 0.488); /* Solid background when scrolled */
}

#nav.scrolled #logo {
  width: 105px !important; /* Širina loga kada se skroluje */
}

/*

TOP BAR

*/

.y-top {
  position: fixed;
  top: 0;
  width: 100%;
}

.top-bar.hidden {
  display: none;
}

.top-bar.hidden + .navbar {
  margin-top: 0;
}

.left-icons {
  display: flex;
}

.social-icon {
  margin-right: 15px; /* razmak između ikona */
  color: #ffffff; /* boja ikona */
  text-decoration: none; /* ukloni podcrtavanje */
}

.social-icon:hover {
  color: #ffffff; /* boja pri hoveru */
}

.right-links {
  display: flex;
  align-items: center;
}

.right-links a {
  margin-left: 15px; /* razmak između linkova */
  color: #333; /* boja linkova */
  text-decoration: none; /* ukloni podcrtavanje */
}

.right-links a:hover {
  color: #ffffff; /* boja pri hoveru */
}

.separator {
  margin: 0 10px; /* razmak oko separatora */
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px; /* prilagodite prema potrebi */
  background-color: rgba(
    87,
    88,
    101,
    0.65
  ); /* ili bilo koja boja pozadine koju želite */
  position: sticky; /* Postavlja top-bar u sticky poziciju */
  top: 0; /* Početna pozicija top-bar-a */
  width: 100%; /* Širina top-bar-a */
  z-index: 1000;
}

/*

HOME PAGE

*/
.companyintro {
  background-color: #fff;
  border-bottom: #eee solid 4px;
  padding-top: 2em;
}
.welcome {
  padding-top: 2em;
  font-size: 1.1rem;
}
.portfolio-item a,
.portfolio-item a:hover,
.orangeTxt {
  color: #555;
}

h2.large-title {
  padding: 1em 0;
  text-align: center;
  font-weight: 400;
}

h2.title-text {
  padding-bottom: 0.2em;
  font-weight: 300;
  text-align: center;
}

h2.title-text-left {
  padding-bottom: 0.2em;
  font-weight: 300;
  text-align: left;
}

h2.title-text-main {
  padding-bottom: 0.2em;
  font-weight: 300;
  text-align: center;
}

h2.title-object {
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: 300;
}

h4.title-text {
  padding-bottom: 0.2em;
  font-weight: 400;
}

h4.contact-titles {
  font-weight: 300;
  font-variant: small-caps;
  font-size: 1.2em;
}

.btn-secondary {
  background-color: #2751a5;
}

/*

footer

*/

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.faq-question-text {
  width: 80%;
  font-weight: bold;
}

.faq-question-icon {
  width: 20%;
  text-align: right;
  position: relative;
  top: 0;
}

.faq-answer {
  margin-top: 10px;
  padding-left: 0;
  padding-right: 20px;
}

.faq hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-color: #ccc;
}

.faq-naslov {
  padding-bottom: 50px;
}

.link-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.link-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}

.link {
  margin: 0 20px;
  font-weight: bold;
}

.link-text {
  width: 100%;
}

.link-icon {
  width: 20%;
  text-align: right;
  position: relative;
  top: 0;
}

.link-icon button {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

.link-icon button i {
  font-size: 18px;
  color: #337ab7;
}

.link-answer {
  margin-top: 10px;
  padding-left: 20px;
  width: 100%;
}

.sub-link {
  display: block;
  padding: 8px;
}

.sub-link:last-child {
  border-bottom: none;
}

.prijava {
  background-color: rgb(20, 22, 28);
  padding: 20px 220px;
  color: #fff;
  padding-top: 80px;
}

.hrlinija {
  color: #787878;
  width: 100%;
  text-align: center;
}

.input-group {
  display: flex;
  justify-content: flex-end;
}

.input-group input {
  width: 70%;
  padding: 10px;
  border: none;
  border-radius: 0px;
}

.input-group button {
  width: 30%;
  padding: 10px;
  border: none;
  border-radius: 0px;
  background-color: rgb(196, 170, 130);
  color: #fff;
  cursor: pointer;
}

.input-group button:hover {
  background-color: rgb(168, 124, 59);
}

.linkovi-opet {
  background-color: rgb(20, 22, 28);
  padding: 20px 220px;
  color: #fff;
}

.col-md-4 {
  margin-bottom: 20px;
}

.linkovi-opet h3 {
  margin-top: 0;
  font-size: 18px;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  margin-bottom: 10px;
}

a {
  color: #aeaeae;
  text-decoration: none;
  font-size: 16px;
}

a:hover {
  text-decoration: underline;
  color: #aeaeae;
  font-size: 16px;
}

.vidi-vise {
  color: white;
  text-decoration: underline;
}

.dno {
  background-color: rgba(0, 0, 0, 1);
  padding: 40px 220px;
}

.dno .logo {
  width: 70%;
  height: auto;
  margin-bottom: 20px;
}

.dno .col-md-3 {
  margin-bottom: 20px;
}

.dno h3 {
  margin-top: 0;
  font-size: 18px;
  color: white;
}

.dno ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dno li {
  margin-bottom: 10px;
}

.dno a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
}

.dno a:hover {
  color: #aeaeae;
  font-size: 16px;
  text-decoration: underline;
  background-color: none !important;
}

.dno .social-media {
  display: flex;
  justify-content: start;
  align-items: center;
}

.dno .social-media a {
  margin-right: 10px;
  font-size: 24px;
  color: #aeaeae;
}

.dno .social-media a:hover {
  color: #ffffff;
}

.dno p {
  margin: 0;
  padding: 1px;
  color: #ffffff;
}

.dropdown-item:hover {
  background-color: transparent !important;
}
footer {
  background-color: #000;
  margin: 0 0 0 0;
  color: #fff;
  padding: 4em 0 3em;
}

.footerlogo {
  width: 100%;
}
footer h5,
footer h6 {
  color: #fff;
  font-size: 0.8em;
}
footer h2 {
  color: #eda96c;
  margin: 1em 0 0.5em;
  font-weight: lighter;
}
.copyright {
  background-color: #000;
  color: #fff;
  font-size: 0.8em;
  text-align: center;
  padding: 1em 0 0;
}
.prolinkwebdevelopment {
  font-size: 0.9em;
}
.prolinkwebdevelopment a {
  color: #fff;
}

.copyright .row {
  margin: 0;
}
.footerLink {
  color: #fff;
}
.footerLink:hover {
  color: #fff;
  text-decoration: underline;
}
.logodno {
  width: 260px;
}

/*

about

*/

.kon {
  position: relative;
  padding: 10px 20px;
  font-size: 16px;
  color: white;
  background-color: rgb(22, 44, 72); /* Plava boja */
  border: none;
  border-radius: 5px;
  text-decoration: none; /* Uklanja podcrtavanje */
  transition: background-color 0.3s; /* Efekt prelaza */
  top: 15%;
  left: 40%;
  z-index: 1000;
}

.kon:hover {
  background-color: #007bff; /* Tamnija plava boja pri hoveru */
  z-index: 1000;
}

@media (max-width: 505px) {
  #mailTo {
    position: relative;
    top: 0px;
    white-space: nowrap;
  }

  #phoneTo {
    position: relative;
    top: 10px;
    white-space: nowrap;
  }

  .topbarinfo {
    height: 145px;
  }
}

@media (max-width: 391px) {
  #mailTo {
    font-size: 16px;
    position: relative;
    top: 0px;
    white-space: nowrap;
  }

  #phoneTo {
    position: relative;
    top: 10px;
    white-space: nowrap;
  }
}

@media (max-width: 575px) {
  .col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xs-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xs-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xs-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xs-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xs-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xs-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xs-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xs-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xs-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xs-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

.img-responsive {
  width: 100%;
}

.dropdown-item:active {
  background-color: #3b3388 !important;
}

.no-padding-home {
  padding-left: 0;
  padding-right: 0;
}

.hometext {
  padding: 2em;
  font-size: 1.2em;
}

.img-responsive-text {
  width: 100%;
}
.btn {
  color: #ffffff !important;
  background-color: rgb(53, 144, 201) !important;
}

/*

MOBILE / RESONSIVE RULES

*/

@media (max-width: 768px) {
  /* Prilagodite širinu prema potrebama */
  .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.8) !important;
    position: absolute;
    top: 112%;
    right: 8%;
  }

  .navbar-toggler {
    position: absolute;
    top: 40%;
    width: 17%;
    right: 7%;
  }

  .navbar-brand {
    margin-left: -50%;
  }

  .herocontainer {
    height: 68vh !important;
  }

  video {
    width: 239vw !important;
    overflow-x: hidden;
  }

  .herocontainer img {
    width: 224vw !important;
    transform: translate(-27%, 0%);
  }

  .intotext {
    color: white;
    position: absolute;
    top: 48%;
    right: 4%;
    font-weight: 700;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    width: 89%;
  }

  .font1 {
    font-size: 20px !important;
  }

  .font4 {
    font-size: 30px !important;
  }

  .but1 {
    font-size: 1em;
    border-radius: 25px;
    padding: 1rem 1rem;
    width: 101%;
  }

  .floating-buttons1 {
    right: 17%;
    top: 70%;
  }

  .logo-slider-text {
    padding: 2em 2em;
  }

  .box-container {
    flex-direction: column;
  }

  .box-item {
    width: 100% !important;
    margin: 10px 0;
  }

  .flip-box-front,
  .flip-box-back {
    min-height: 910px;
  }

  .contact-container {
    width: 100%;
  }

  th,
  td {
    font-size: 12px; /* Smanjuje veličinu fonta na manjim ekranima */
    padding: 3px 5px;
  }

  table {
    width: 100%; /* Postavlja širinu tablice na 100% */
    border-collapse: collapse; /* Uklanja razmake između ćelija */
  }

  .logo {
    width: 200px !important;
    position: absolute;
    top: -20px;
    left: 220px;
    transition: width 0.3s ease;
  }
  .btn {
    color: #ffffff !important;
  }
  .dno {
    background-color: black;
    padding: 40px 220px;
    text-align: center;
  }
  .dno .social-media {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .kartice {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    flex-wrap: nowrap;
  }
  .kartica1 {
    width: 95vw;
    height: auto;
    background-color: #f7f7f7;
    border: none;
    border-radius: 10px;
    padding: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 15px;
    overflow: hidden !important;
    position: relative;
    transition: transform 0.3s ease;
  }

  .kartica2 {
    width: 95vw;
    height: auto;
    background-color: #f7f7f7;
    border: none;
    border-radius: 10px;
    padding: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 15px;
    overflow: hidden !important;
    position: relative;
    transition: transform 0.3s ease;
  }

  /*
    NOVO DODANO
  */
  .kartice1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 90vh;
    flex-wrap: wrap;
  }

  .kartica1-new {
    width: 91vw;
    height: 75vh;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
  }

  .person-video-new {
    width: 88.5vw !important;
    height: 24vh;
    border-radius: 8px;
    object-fit: cover;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* Prilagodite širinu prema potrebama */
  .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.8) !important;
    position: absolute;
    top: 112%;
    right: 8%;
  }
  .kartice {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    flex-wrap: nowrap;
  }
  .kartica1 {
    width: 95vw;
    height: auto;
    background-color: #f7f7f7;
    border: none;
    border-radius: 10px;
    padding: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 15px;
    overflow: hidden !important;
    position: relative;
    transition: transform 0.3s ease;
  }

  .kartica2 {
    width: 95vw;
    height: auto;
    background-color: #f7f7f7;
    border: none;
    border-radius: 10px;
    padding: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 15px;
    overflow: hidden !important;
    position: relative;
    transition: transform 0.3s ease;
  }

  .dno {
    background-color: black;
    padding: 40px 220px;
    text-align: center;
  }
  .dno .social-media {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .logo {
    width: 200px !important;
    position: absolute;
    top: -20px;
    left: 220px;
    transition: width 0.3s ease;
  }

  .navbar-toggler {
    position: absolute;
    top: 40%;
    width: 17%;
    right: 7%;
  }

  .navbar-brand {
    margin-left: 0%;
  }

  .herocontainer {
    height: 68vh !important;
  }

  video {
    width: 239vw !important;
    overflow-x: hidden;
  }

  .herocontainer img {
    width: 100vw !important; /* Prilagodite širinu slike */
    transform: translate(0, 0); /* Uklonite transformaciju */
  }

  .intotext {
    color: white;
    position: absolute;
    top: 48%;
    right: 4%;
    font-weight: 700;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    width: 89%;
  }

  .btn {
    color: #ffffff !important;
  }

  .font1 {
    font-size: 18px !important; /* Smanjite veličinu fonta */
  }

  .font4 {
    font-size: 28px !important; /* Smanjite veličinu fonta */
  }

  .but1 {
    font-size: 1em;
    border-radius: 25px;
    padding: 1rem 1rem;
    width: 100%; /* Prilagodite širinu gumba */
  }

  .floating-buttons1 {
    right: 10%; /* Prilagodite poziciju */
    top: 70%;
  }

  .logo-slider-text {
    padding: 1em 1em; /* Smanjite padding */
  }

  .box-container {
    flex-direction: column; /* Održavajte kolonu */
  }

  .box-item {
    width: 100% !important; /* Održavajte punu širinu */
    margin: 10px 0;
  }

  .flip-box-front,
  .flip-box-back {
    min-height: 600px; /* Smanjite minimalnu visinu */
  }

  .contact-container {
    width: 100%;
  }

  th,
  td {
    font-size: 14px; /* Smanjuje veličinu fonta na tabletima */
    padding: 5px 10px; /* Povećajte padding za bolju čitljivost */
  }

  table {
    width: 100%; /* Postavlja širinu tablice na 100% */
    border-collapse: collapse; /* Uklanja razmake između ćelija */
  }

  /*
    NOVO DODANO
  */
  .kartice1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 90vh;
    flex-wrap: wrap;
  }

  .kartica1-new {
    width: 91vw;
    height: 75vh;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
  }

  .person-video-new {
    width: 88.5vw !important;
    height: 24vh;
    border-radius: 8px;
    object-fit: cover;
  }
}
