* {
  box-sizing: border-box;
}
.opis{
  padding-top:15px;
  text-align: center;
}
.fix{
  position: fixed !important;
}

.containerf {
  position: relative !important;
}

.carousel{
  max-width: 400px !important;
  position: fixed !important;
}

.flickity-enabled {
  position: absolute !important;
}

.swiper-slide img {
  aspect-ratio: 1 / 1;
}


body {
  font-family: Comfortaa;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
.container {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99999 !important;
}
.back1 {
  background-image: url("./img/back1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  /* position: relative; */
  background-position: center;
  width: 100vw;
  height: 100vh;
}
.back2 {
  width: 100%;
  background-image: url("./img/back2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  /* position: relative; */
  background-position: center, center;
  max-width: 750px;
  z-index: -1;
}
.logoImage {
  margin-top: 82px;
}
.flagGroup {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 34px;
  margin-bottom: 37px;
}
.btn {
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  max-width: 119px;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  background: #fff;
  color: #6c6d70;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.3px;
}
.map{
  width: 100%;
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.tooltip {
  position: relative;
  border-radius: 25px;
  padding: 26px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0px 4px 2px rgba(0, 0, 0, 0.25));
}
.tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 80%;
  margin-left: -40%;
  border-width: 10px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.9) transparent transparent transparent;
}
.tooltip h4 {
  color: #bc574a;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}


.tooltip p {
  color: #c7c8ca;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.detail {
  position: absolute;
  width: 90%;
  max-width: 375px;
  height: auto;
  background-image: url('./img/modal.png');
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  z-index: 999999999999999;
  /* display: flex; */
  flex-direction: column;
  padding: 46px 24px 80px 24px;
  z-index: 9;
  display: none;
}
.detail_back{
  width: 100%;
  height: 100%;
  filter: blur(1px);
  opacity: 0.3;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
  cursor: pointer;
}
.closeDetail {
  background-image: url("./img/allow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  text-align: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translate(-50%,0);
  cursor: pointer;
}
.rotate{
  top: 50px;
  left: 30px;
  transform: rotate(90deg);
  display: none;
  cursor: pointer;
  z-index: 99;
}
.closeDetail.rotate{
  box-shadow: 4px -1px 3px 1px rgba(0, 0, 0, 0.25);
}
.detailContent h3 {
  color: #bc574a;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}
.detailContent h6 {
  padding-top: 10px;
  color: #c7c8ca;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}
.detailContent p {
  padding-top: 12px;
  color: #6c6d70;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.fixButton {
  border-radius: 12px;
  background: #f37053;
  width: 149px;
  height: 40px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  border: none;
  outline: none;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translate(-50%,0);
  cursor: pointer;
}
.d-none {
  display: none !important;
}
.boxcontainer {
    overflow: auto;
    padding-bottom: 30px;
    max-height: 320px;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 88%, rgba(0,0,0,0));
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: left bottom, left top;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.boxcontainer::-webkit-scrollbar {
    display: none;
}