@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: inherit;
}

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

img {
  max-width: 100%;
  -webkit-user-drag: none;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-size: 52px;
  line-height: 126%;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1360px;
  }
}
button {
  background-color: transparent;
  cursor: pointer;
  transition: 0.2s ease;
  border: 0;
  outline: 0;
}

.primary-color {
  color: #63C6F0;
}

body {
  color: #181B32;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100dvh;
}

.wrapper {
  background: rgba(255, 255, 255, 0.6) url("/assets/img/79c378d94f2f23c8268bc6fbdb6d06d90d1dc6ff.jpeg") center/cover no-repeat;
  background-blend-mode: overlay;
  overflow-x: hidden;
  min-height: calc(100dvh - 37px);
}
@media (max-width: 991px) {
  .wrapper {
    min-height: calc(100dvh - 95px);
  }
}

.no-bg {
  background: none;
}

footer {
  background-color: #63C6F0;
  color: #fff;
  min-height: 37px;
  font-size: 14px;
}
footer a:hover {
  opacity: 0.5;
}

p {
  color: #666680;
  line-height: 190%;
}

.lang-btn {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-img {
  position: relative;
}
.main-img img {
  transition: 0.2s ease;
}

.langs {
  position: relative;
  z-index: 10;
}
.langs ul {
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  top: 45px;
  right: 0;
}
.langs ul li {
  height: 44px;
  width: 115px;
  cursor: pointer;
  transition: 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.langs ul li img {
  border: 1px solid #eedede;
}
.langs ul li:not(:last-child) {
  border-bottom: 1px solid #D9D9D9;
}
.langs ul li:hover {
  opacity: 0.8;
  color: #63C6F0;
}
.langs ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.pop-item {
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  padding: 10px 15px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: #fff;
  color: #181B32;
  position: absolute;
  text-align: left;
  transition: 0.2s ease;
}
.pop-item span {
  max-width: 164px;
}
.pop-item * {
  position: relative;
  z-index: 2;
}
.pop-item::before {
  content: "";
  width: 28px;
  height: 30px;
  position: absolute;
  z-index: 1;
  background-image: url(/assets/img/clipsd.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  bottom: -8px;
  right: 0px;
  transition: 0.2s ease;
}
.pop-item:nth-child(1) {
  top: 0;
  left: -18%;
}
.pop-item:nth-child(2) {
  top: -22px;
  right: -2%;
}
.pop-item:nth-child(2)::before {
  bottom: -8px;
  left: 0;
  transform: rotate(180deg);
}
.pop-item:nth-child(3) {
  bottom: 0;
  left: -18%;
}
.pop-item:nth-child(3)::before {
  top: -8px;
  right: 0;
}
.pop-item:nth-child(4) {
  bottom: -10px;
  right: -18%;
}
.pop-item:nth-child(4)::before {
  top: -8px;
  left: 0;
  transform: rotate(180deg);
}

article {
  font-size: 14px;
  color: #747474;
  line-height: 190%;
  max-width: 768px;
  margin: 0 auto;
}
article h1, article h2, article h3 {
  color: #000;
  font-weight: bold;
}
article h1 {
  font-size: 1.57rem;
}
article h2 {
  font-size: 1.13rem;
}
article h2:not(:first-child) {
  margin-top: 4em;
}
article h3 {
  font-size: 1rem;
  margin-top: 3em;
}
article a {
  color: #63C6F0;
}
article a:hover {
  text-decoration: underline;
}
.article-head {
  border-bottom: 1px solid #D9D9D9;
  padding: 30px 40px;
  position: sticky;
  top: 0;
  background-color: #fff;
}

.article-body {
  padding: 30px 40px;
}

.pop-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
.pop-modal .pop-container {
  position: fixed;
  top: 5vh;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 800px;
  height: 90dvh;
  max-height: 800px;
  border-radius: 30px;
  background-color: #fff;
  z-index: 100;
  border: 1px solid #D9D9D9;
  overflow: auto;
  box-shadow: 4px 4px 14px rgba(0, 0, 0, 0.1882352941);
}
.pop-modal .pop-container::-webkit-scrollbar {
  display: none;
}
.pop-modal article {
  max-width: 100%;
}

.close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer;
  transition: 0.2s ease;
}
.close-btn:hover {
  transform: rotate(45deg);
}

@media (max-width: 992px) {
  body {
    font-size: 1rem;
  }
  h1 {
    font-size: 40px;
  }
  .pop-modal .pop-container {
    max-width: 90%;
  }
}
@media (max-width: 768px) {
  .pop-item {
    font-size: 9px;
  }
  .pop-item img {
    max-width: 11px;
  }
  article h1 {
    font-size: 1.25rem;
  }
  .article-head,
  .article-body {
    padding: 30px;
  }
}
@media (max-width: 600px) {
  .pop-item:nth-child(1) {
    left: -1rem;
  }
  .pop-item:nth-child(2) {
    right: -1rem;
  }
  .pop-item:nth-child(3) {
    left: -1rem;
  }
  .pop-item:nth-child(4) {
    right: 1rem;
  }
}/*# sourceMappingURL=style.css.map */