@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;800&display=swap");
* {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

.container {
  width: 100%;
}
.container .logo {
  display: flex;
  justify-content: space-between;
  padding: 40px;
}
.container .logo i {
  font-weight: 700;
  color: #000;
  font-size: 1.5rem;
}
.container .logo a {
  text-decoration: none;
  color: #000;
}

.items {
  margin-top: 30px;
}
.items .swiper-slide {
  display: flex;
}
.items .item {
  margin-left: 100px;
  width: 25%;
  zoom: 115%;
  padding: 35px;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
  isolation: isolate;
  border-radius: 5%;
}
.items .item a {
  text-decoration: none;
  color: #fff;
}
.items .item .active {
  color: rgb(224, 91, 13);
}
.items .item::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5%;
}

.gtys {
  padding: 15px;
  transition: 0.5s;
}
.gtys img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  float: right;
}
.gtys .urnl {
  padding: 15px;
}
.gtys .urnl p {
  text-align: left;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.631372549);
}
.gtys .urnl .urn {
  font-weight: 900;
  color: rgb(0, 0, 0);
}
.gtys .urnl .urn, .gtys .urnl .prc {
  line-height: 2.5;
}
.gtys .urnl .prc {
  color: rgba(0, 0, 0, 0.8);
}
.gtys .gtysheader {
  text-align: center;
}

/* .popup.active {
    position: relative;
    top: 45%;
    visibility: visible;
    opacity: 1;
    transition: .5s;
} */
/* .belrt {
    display: flex;
    justify-content: center;
}
.belrt h2 {
    margin: 5px;
    color: #6F4E37;
}
.belrt h4 {
    margin: 0;
}
.blgsrp {
    text-align: center;
} *//*# sourceMappingURL=index.css.map */