.inside-page-top {
  margin-top: 7.6rem;
}

.inside-headers {
  background-color: #f7f7f7;
}

.breadcrumb-item a {
  color: #666666;
}

.breadcrumb-item.active a {
  color: #ed1944;
}

.inside-headers .container::after {
  mix-blend-mode: color-dodge;
  content: "BERTTONIX";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: max-content;
  font-size: 80px;
  font-family: bakh-extra;
  right: 0;
  rotate: 21deg;
}

.inside-headers2 .container::after {
  mix-blend-mode: color-dodge;
  content: "BERTTONIX";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: max-content;
  font-size: 80px;
  font-family: bakh-extra;
  right: 0;
  rotate: 21deg;
  left: 0;
  text-align: center;
}

.inside-headers nav {
  position: relative;
  z-index: 1044;
}



.map .photos img {
  aspect-ratio: 21 / 23;
}
.map svg path {
  stroke: rgb(229, 229, 229); /* Border color */
  stroke-width: 1px; /* Border width */
}

.map svg .active-active {
  fill: rgba(255, 0, 0, 0.711) !important;
}
.map svg .active {
  fill: rgb(0, 0, 0);
}
.map svg {
  width: 100%;
  height: 100%;
}
.map svg path {
  fill: rgb(213, 213, 213);
}
.map svg .active {
  fill: #f6f1eb;
}

.map svg .active:hover {
   fill: rgb(0, 0, 0);
}
.map svg .deactive {
  fill: #fefefe;
}
.map svg .soon {
  fill: rgba(250, 56, 56, 0.3);
}
.map svg .sea {
  fill: rgb(208, 244, 252);
}
.active {
  color: rgba(250, 56, 56, 0.8);
}
.deactive {
  color: rgb(213, 213, 213);
}
.soon {
  color: rgba(250, 56, 56, 0.3);
}

.map svg a:hover path {
  fill: white !important;
}
.map .text {
  color: #878787;
  line-height: 32px;
}
.map .details {
  background-color: #ebd4dc;
  border-radius: 20px;
}
.map .carousel-indicators {
  top: 0;
  margin-top: 1rem;
  border-radius: 20px;
}
.map .carousel-indicators [data-bs-target] {
  width: 50px;
  height: 4px;
}

.provinceBar ul li:hover {
  background-color: white;
  border: 1px solid #d0d0d0;
  transition: 0.5s;
}
.provinceBar ul li {
  border: 1px solid transparent;
  border-radius: 30px;
  font-size: 14px;
}
.provinceBar ul .active {
  background-color: rgba(250, 56, 56, 0.8);
}
.provinceBar ul .deactive {
  background-color: rgb(213, 213, 213);
}
.map g {
  display: none;
}

.map rect {
  fill: #000000;
  fill-opacity: 1;
}

.map use {
  clip-path: circle(70%);
}

.map text {
  fill: white !important;
}



.right-after::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 25%;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  border-radius: 0.375rem;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.93) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.ee {
  background-color: #eeeeee;
}

.color-87 {
  color: #878686;
}

.see-the-map {
  background-color: #eeeeeec4;
  backdrop-filter: blur(5px);
}

.z-1000 {
  z-index: 1000;
}

.see-the-map-2 {
  background-color: #141517;
}

.branch-tagname {
  width: 30px;
  height: 30px;
  background-color: #000000;
  display: flex;
  padding-top: 5px;
}

.add-to-card-branche-list {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.5) !important;
}

.add-to-card-branche-list.active {
  background-color: #ed1944;
  color: rgb(255, 255, 255) !important;
}

.relative-bafter::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(0deg,rgba(255, 255, 255, 0.93) 0%, rgba(0, 212, 116, 0) 100%);
  z-index: 2;
}

