body {
  font-family: Arial, Helvetica, sans-serif;
  height: 100vh;
  margin: 0;
  padding: 0;
  background-image: url('./BG.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.marker {
  width: 60px;
}

.store-info-window {
  max-width: 360px;
  min-width: 250px;
  position: relative;
  background-color: white !important;
  background: white !important;

  border-radius: 10px;
  box-shadow: rgb(0 0 0 / 30%) 0px 1px 4px -1px;
  overflow-y: auto;
  z-index: 100000;
}

/* .store-close {
  position: absolute;
  top: 2px;
  right: 4px;
  opacity: 0.4;
  background: #fff;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  text-align: center;
  cursor: pointer;
  z-index: 100000;
  transition: opacity 0.3s;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 30%);
} */

/* .store-close svg {
  fill: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} */
.store-header-image {
  position: relative;
  height: 168px;
  overflow: hidden;
  margin-bottom: 0;
  background: #fff;
}
.store-title-wrapper {
  background: #fff;
  padding: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 30px;
}
.store-title {
  color: #211551;
  font-size: 15px;
  line-height: 1.3;
  position: relative;
  padding-right: 28px;
  font-weight: bold;
}
.store-header-image img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  max-width: none;
}
.store-trial {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  width: 100%;
  bottom: 20px;
  text-align: center;
  background: white !important;
}

.store-trial-button {
  border: 2px solid #d6001c;
  color: #d6001c;
  overflow: hidden !important;
  background: white !important;
  /* background: transparent !important; */
  position: relative;
  z-index: 10;
  letter-spacing: 1.5px;
  transition: none;
  font-weight: 900;
  font-size: 14px;
  font-family: 'Gotham', Helvetica, Arial, sans-serif;
  display: inline-block;
  text-align: center;
  padding: 10px 30px 14px;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 2px;
  user-select: none;
  outline: none;
  margin-top: 20px;
}
.btn {
  bottom: 30px;
  left: 15px;
  padding: 16px 30px 14px !important;
}
.store-trial-button::before {
  content: '';
  width: 0%;
  height: 100%;
  display: block;
  background: #d6001c;
  position: absolute;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 1;
  top: 0;
  z-index: -12;
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 2px 0px 14px rgb(0 0 0 / 60%);
}
.store-trial-button::after {
  z-index: -15;
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  box-shadow: 2px 0px 14px rgb(0 0 0 / 60%);
}

.store-trial-button-left {
  margin-right: 10px;
}
.store-trial-button-right {
  margin-right: 5px;
}
.store-trial-button a {
  color: #d6001c;
  letter-spacing: 0px;
  text-decoration: none;
  font-family: 'Gotham', Helvetica, Arial, sans-serif !important;
}
.store-trial-button:hover {
  background-color: #d6001c;
  color: #fff;
  cursor: pointer;
}
.store-trial-button:hover::before {
  opacity: 1;
  width: 116%;
  color: #ffffff !important;
}
.store-trial-button:hover::after {
  opacity: 1;
  width: 120%;
  color: #ffffff !important;
}
.store-trial-button:hover a {
  color: #ffffff !important;
}
.store-content {
  padding: 0 16px 0 16px;

  background: #fff;
  color: #222;
  font-size: 13px;
}
.store-info-item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 8px;
}
.store-info-item-icon-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 0 0 12px;
  flex: 0 0 12px;
  margin-right: 12px;
}
.store-info-item-icon {
  fill: rgb(66, 133, 244);
}
.store-info-desc {
  color: #222;
  font-size: 13px;
  border-top: 1px solid #e6e6e6;
  margin-top: 12px;
  padding-top: 12px;
}
.main {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  /* padding: 0px;
  margin: 20px; */
  flex-wrap: wrap;
  /* width: 100%; */
  /* margin-top: 70px !important; */
  /* height: 100vh; */
}

.title {
  position: absolute;
  top: 5px;
  left: 600px;
  text-align: center;
  z-index: 10000;
}
/* .marker1 {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 250px;
  right: 290px;
  z-index: 1000000;
}
.marker2 {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 150px;
  right: 250px;
  z-index: 1000000;
}
.marker3 {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 20px;
  left: 500px;
  z-index: 1000000;
} */
.label {
  color: #000;
  font-weight: 600;
  padding: 5px;
  background-color: white;
  width: auto;
  border-radius: 5px;
}

@media (min-width: 1400px) {
  /* .marker1 {
    bottom: 130px;
    right: 320px;
  }
  .marker2 {
    bottom: 70px;
    right: 280px;
  }
  .marker3 {
    bottom: -20px;
    left: 480px;
  } */
  .main {
    margin-top: 10px;
  }
}

@media (min-width: 1600px) {
  /* .marker1 {
    bottom: 180px;
    right: 380px;
  }
  .marker2 {
    bottom: 100px;
    right: 300px;
  }
  .marker3 {
    bottom: -10px;
    left: 610px;
  } */
  .main {
    margin-top: 100px;
  }
}

@media (min-width: 1700px) {
  /* .marker1 {
    bottom: 180px;
    right: 430px;
  }
  .marker2 {
    bottom: 110px;
    right: 370px;
  }
  .marker3 {
    bottom: -30px;
    left: 620px;
  } */
  .main {
    margin-top: 100px;
  }
}

@media (min-width: 1900px) {
  /* .marker1 {
    bottom: 210px;
    right: 480px;
  }
  .marker2 {
    bottom: 130px;
    right: 390px;
  }
  .marker3 {
    bottom: -20px;
    left: 680px;
  } */
  .main {
    margin-top: 100px;
  }
}

/* @media (max-width: 1199px) {
  .marker1 {
    bottom: 220px;
    right: 60px;
  }
  .marker2 {
    bottom: 150px;
    right: 10px;
  }
  .marker3 {
    bottom: -40px;
    left: 270px;
  }
  .main {
    margin-top: 100px;
  }
} */

@media (min-width: 1200px) and (max-width: 1399px) {
}

@media (min-width: 1080px) and (max-width: 1198px) {
  .main {
    margin-top: 50px;
    justify-content: center;
  }
  .store-info-window {
    margin-top: 10px;
    max-width: 330px;
    margin-right: 20px;
  }
  /* .marker1 {
    bottom: 150px;
    right: 150px;
  }
  .marker2 {
    bottom: 80px;
    right: 100px;
  }
  .marker3 {
    bottom: -50px;
    left: 340px;
  } */
}

@media (min-width: 992px) and (max-width: 1079px) {
  .main {
    margin-top: 50px;
    justify-content: center;
  }
  .store-info-window {
    max-width: 310px;
    margin-right: 20px;
  }
  /* .marker1 {
    bottom: 150px;
    right: 100px;
  }
  .marker2 {
    bottom: 80px;
    right: 40px;
  }
  .marker3 {
    bottom: -50px;
    left: 280px;
  } */
}

@media (max-width: 991px) {
  .main {
    margin-top: 0px;
    justify-content: flex-start;
    height: 100%;
  }
  .store-info-window {
    max-width: 310px;
    margin-right: 10px;
  }
  /* .marker1 {
    bottom: 150px;
    right: 100px;
  }
  .marker2 {
    bottom: 80px;
    right: 40px;
  }
  .marker3 {
    bottom: -50px;
    left: 220px;
  } */
}

@media (min-width: 768px) and (max-width: 990px) {
  .main {
    margin-top: 0px;
    justify-content: flex-start;
    height: 100%;
  }
  .store-info-window {
    /* margin-top: 10px; */
    max-width: 330px;
  }
  .store-title-wrapper {
    width: 95%;
  }
  /* .marker1 {
    bottom: 150px;
    right: 20px;
  }
  .marker2 {
    bottom: 80px;
    right: 10px;
  }
  .marker3 {
    bottom: -50px;
    left: 220px;
  } */
}

@media (max-width: 639px) {
  body {
    background-repeat: repeat;
  }
  .main {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 20px;
    flex-wrap: wrap;
    width: 100%;
    height: 100vh;
  }
  .store-info-window {
    margin-bottom: 50px;
  }
  /* .marker1,
  .marker2,
  .marker3 {
    display: none;
  } */
}
