@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: "MADE Waffle Soft";
  src: url("../fonts/new/MADEWaffleSoft.eot");
  src: local("MADE Waffle Soft"), local("MADEWaffleSoft"), url("../fonts/new/MADEWaffleSoft.eot?#iefix") format("embedded-opentype"), url("../fonts/new/MADEWaffleSoft.woff2") format("woff2"), url("../fonts/new/MADEWaffleSoft.woff") format("woff"), url("../fonts/new/MADEWaffleSoft.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
.page-blog {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}
.page-blog-ar {
  direction: rtl;
  text-align: end;
}
.page-blog .wrapper-all {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 9999;
}
.page-blog .main {
  height: 100%;
  flex: 1 1 auto;
}
.page-blog .map-container iframe,
.page-blog .map-container .iframe {
  width: 100%;
}
.page-blog .btn-check:focus + .btn-primary,
.page-blog .btn-primary:focus {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.page-blog ul,
.page-blog li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-blog a,
.page-blog button {
  transition: all 0.5s ease 0s;
}
.page-blog a:hover,
.page-blog button:hover {
  transition: all 0.5s ease 0s;
}
.page-blog body {
  background-color: #440893;
  color: #fff;
}
.page-blog .container {
  max-width: 1260px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: auto;
  margin-right: auto;
}
.page-blog .container-content {
  position: relative;
  max-width: 1080px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: auto;
  margin-right: auto;
}
.page-blog .pr-12 {
  padding-right: 12px;
}
.page-blog .pl-12 {
  padding-left: 12px;
}
.page-blog .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #BD09D1;
  background: #BD09D1;
  border-radius: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.25;
  color: #ffffff;
  padding: 10px calc(60px + -30 * (100vw - 320px) / 1600);
}
@media screen and (min-width: 1920px) {
  .page-blog .btn-primary {
    padding: 10px 30px;
  }
}
.page-blog .btn-primary:hover, .page-blog .btn-primary:active, .page-blog .btn-primary:focus {
  color: #fbea10;
  border: 1px solid #BD09D1;
  background: #BD09D1;
}
.page-blog .btn-primary_glow {
  box-shadow: 0px 4px 50px 0px #EC4FFE;
  transition: all 0.5s ease 0s;
}
.page-blog .btn-primary_glow:hover {
  transition: all 0.5s ease 0s;
  box-shadow: none !important;
}
.page-blog .btn-yellow {
  color: #760EFE;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: #FAE803;
  min-width: 262px;
  padding: 8px 32px 6px;
  transition: all 0.5s ease 0s;
}
.page-blog .btn-yellow:hover, .page-blog .btn-yellow:active, .page-blog .btn-yellow:focus {
  color: #760EFE;
  transition: all 0.5s ease 0s;
  box-shadow: 0 0 12px #FAE803;
}
.page-blog .btn-text {
  color: #D8D8D8;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: transparent;
  min-width: 262px;
  padding: 8px 32px 6px;
  transition: all 0.5s ease 0s;
}
.page-blog .btn-text:hover, .page-blog .btn-text:active, .page-blog .btn-text:focus {
  color: #760EFE;
  background-color: #D8D8D8;
  transition: all 0.5s ease 0s;
}
.page-blog .link-white {
  color: #FFFFFF;
}
.page-blog .link-white:hover {
  color: #fbea10;
}
.page-blog .first-screen {
  padding-top: calc(80px + 76 * (100vw - 320px) / 1600);
  padding-bottom: calc(30px + 30 * (100vw - 320px) / 1600);
}
@media screen and (min-width: 1920px) {
  .page-blog .first-screen {
    padding-top: 156px;
    padding-bottom: 60px;
  }
}
.page-blog .first-screen__purple-blob {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(700px + 700 * (100vw - 768px) / 1152);
}
@media screen and (min-width: 768px) {
  .page-blog .first-screen__purple-blob {
    display: block;
  }
}
@media screen and (min-width: 1920px) {
  .page-blog .first-screen__purple-blob {
    width: 1400px;
  }
}
.page-blog .first-screen__blue-blob {
  position: absolute;
  right: 0;
  margin: auto;
  max-width: calc(1000px + 400 * (100vw - 320px) / 1600);
  top: calc(-200px + 200 * (100vw - 320px) / 1600);
  left: calc(-320px + 320 * (100vw - 320px) / 1600);
}
@media screen and (min-width: 1920px) {
  .page-blog .first-screen__blue-blob {
    top: 0;
    left: 0;
    max-width: 1400px;
  }
}
.page-blog .first-screen__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../img/first-screen-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.page-blog .first-screen__content_primary-image {
  display: block;
  width: 100%;
}
.page-blog .title-primary {
  position: relative;
  z-index: 2;
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-family: "MADE Waffle Soft";
  font-style: normal;
  font-weight: 800;
  line-height: 1.5;
  font-size: calc(25px + 15 * (100vw - 320px) / 1600);
}
@media screen and (min-width: 1920px) {
  .page-blog .title-primary {
    font-size: 40px;
  }
}
.page-blog .title-primary-underline {
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  .page-blog .slider-primary-yellow__slide {
    padding: 0 50px;
  }
}
.page-blog .slider-primary-yellow .slick-prev,
.page-blog .slider-primary-yellow .slick-next {
  z-index: 10;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.page-blog .slider-primary-yellow .slick-prev {
  left: -30px;
}
[dir=rtl] .page-blog .slider-primary-yellow .slick-prev {
  left: auto;
  right: -30px;
}
.page-blog .slider-primary-yellow .slick-prev:before {
  content: url("../img/icons/left-circle.svg");
}
[dir=rtl] .page-blog .slider-primary-yellow .slick-prev:before {
  content: url("../img/icons/left-circle.svg");
}
.page-blog .slider-primary-yellow .slick-next {
  right: -25px;
}
[dir=rtl] .page-blog .slider-primary-yellow .slick-next {
  left: -25px;
  right: auto;
}
.page-blog .slider-primary-yellow .slick-next:before {
  content: url("../img/icons/right-circle.svg");
}
[dir=rtl] .page-blog .slider-primary-yellow .slick-next:before {
  content: url("../img/icons/right-circle.svg");
}
.page-blog .slider-primary-yellow .slick-dots {
  bottom: -35px;
}
.page-blog .slider-primary-yellow .slick-dots li {
  height: 9px;
  width: 9px;
  margin: 0 5px;
}
.page-blog .slider-primary-yellow .slick-dots li button {
  background: #D9D9D9;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  padding: 5px;
}
.page-blog .slider-primary-yellow .slick-dots li button:before {
  content: none;
  width: 9px;
  height: 9px;
  line-height: 9px;
}
.page-blog .slider-primary-yellow .slick-dots li.slick-active button {
  background: #BD09D1;
}
.page-blog .illusion-slider__actions {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-blog .illusion-slider__actions {
    display: flex;
    gap: 24px;
  }
}
.page-blog .illusion-slider__btn {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #FFF;
}
.page-blog .illusion-slider__btn:hover {
  background: #BD09D1;
}
.page-blog .illusion-slider .slick-list {
  padding: 0 20% 0 0;
}
.page-blog .illusion-slider__slide {
  padding-right: calc(10px + 20 * (100vw - 320px) / 1600);
}
@media screen and (min-width: 1920px) {
  .page-blog .illusion-slider__slide {
    padding-right: 30px;
  }
}
.page-blog .illusion-slider__card {
  border-radius: 36px;
  border: 1px solid rgba(220, 204, 255, 0.5);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 40px 40px 0px rgba(0, 0, 0, 0.1);
  padding-top: calc(22px + 8 * (100vw - 320px) / 1600);
  padding-bottom: calc(22px + 8 * (100vw - 320px) / 1600);
  padding-left: calc(15px + 15 * (100vw - 320px) / 1600);
  padding-right: calc(15px + 15 * (100vw - 320px) / 1600);
}
@media screen and (min-width: 1920px) {
  .page-blog .illusion-slider__card {
    padding: 30px;
  }
}
.page-blog .illusion-slider__card_title {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: calc(16px + 8 * (100vw - 320px) / 1600);
  margin-bottom: calc(15px + 6 * (100vw - 320px) / 1600);
}
@media screen and (min-width: 1920px) {
  .page-blog .illusion-slider__card_title {
    font-size: 24px;
    margin-bottom: 21px;
  }
}
.page-blog .illusion-slider__card_image {
  width: calc(100% + 20px);
}
@media screen and (min-width: 768px) {
  .page-blog .illusion-slider__card_image {
    width: calc(100% + 30px);
  }
}
@media screen and (min-width: 1200px) {
  .page-blog .illusion-slider__card_image {
    width: calc(100% + 40px);
  }
}
.page-blog .illusion-slider__card_image img {
  display: block;
  width: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  height: 380px;
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  .page-blog .illusion-slider__card_image img {
    height: calc(240px + 140 * (100vw - 480px) / 512);
  }
}
@media screen and (min-width: 992px) {
  .page-blog .illusion-slider__card_image img {
    height: 500px;
  }
}
@media screen and (min-width: 1200px) {
  .page-blog .illusion-slider__card_image img {
    height: 350px;
  }
}
@media screen and (min-width: 1400px) {
  .page-blog .illusion-slider__card_image img {
    height: 400px;
  }
}
@media screen and (min-width: 1700px) {
  .page-blog .illusion-slider__card_image img {
    height: 570px;
  }
}
.page-blog .illusion-slider .slick-dots {
  bottom: -35px;
}
.page-blog .illusion-slider .slick-dots li {
  height: 9px;
  width: 9px;
  margin: 0 5px;
}
.page-blog .illusion-slider .slick-dots li button {
  background: #D9D9D9;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  padding: 5px;
}
.page-blog .illusion-slider .slick-dots li button:before {
  content: none;
  width: 9px;
  height: 9px;
  line-height: 9px;
}
.page-blog .illusion-slider .slick-dots li.slick-active button {
  background: #BD09D1;
}
.page-blog .map-full .title-primary {
  margin-bottom: calc(70px + 30 * (100vw - 320px) / 1600);
}
@media screen and (min-width: 1920px) {
  .page-blog .map-full .title-primary {
    margin-bottom: 100px;
  }
}
.page-blog .map-full .map-container img {
  display: block;
  width: 100%;
  height: 617px;
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-blog .blog-detail-slider {
  position: relative;
  padding-top: calc(40px + 42 * (100vw - 320px) / 1600);
  margin-bottom: calc(50px + 52 * (100vw - 320px) / 1600);
}
.page-blog .blog-detail-slider .container {
  max-width: 1500px;
}
@media screen and (min-width: 1024px) {
  .page-blog .blog-detail-slider .container {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1920px) {
  .page-blog .blog-detail-slider {
    padding-top: 122px;
    margin-bottom: 102px;
  }
}
.page-blog .blog-detail-slider__glow-blue {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc(450px + 550 * (100vw - 320px) / 1600);
}
@media screen and (min-width: 1920px) {
  .page-blog .blog-detail-slider__glow-blue {
    width: 1000px;
  }
}
.page-blog .blog-detail-slider__glow-purple {
  position: absolute;
  bottom: -100%;
  right: 0;
  z-index: -1;
  width: calc(450px + 550 * (100vw - 320px) / 1600);
}
@media screen and (min-width: 1920px) {
  .page-blog .blog-detail-slider__glow-purple {
    width: 1000px;
  }
}
.page-blog .blog-detail-slider__image {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: calc(12px + 24 * (100vw - 320px) / 1600);
  height: calc(250px + (692 - 250) * ((100vw - 320px) / (1920 - 320)));;
}
@media screen and (min-width: 1920px) {
  .page-blog .blog-detail-slider__image {
    border-radius: 36px;
    height: 692px;
  }
}
.page-blog .blog-detail-content {
  margin-bottom: calc(60px + 60 * (100vw - 320px) / 1600);
}
@media screen and (min-width: 1920px) {
  .page-blog .blog-detail-content {
    margin-bottom: 120px;
  }
}
.page-blog .blog-detail-content .container {
  max-width: 1150px;
}
.page-blog .blog-detail-content__title {
  margin-bottom: calc(24px + 37 * (100vw - 320px) / 1600);
}
@media screen and (min-width: 1920px) {
  .page-blog .blog-detail-content__title {
    margin-bottom: 61px;
  }
}
.page-blog .blog-detail-content__desc {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: 1.56;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
@media screen and (min-width: 1920px) {
  .page-blog .blog-detail-content__desc {
    font-size: 16px;
  }
}
.page-blog .section-blog {
  position: relative;
  z-index: 2;
  margin-bottom: calc(60px + 100 * (100vw - 320px) / 1600);
}
@media screen and (min-width: 1920px) {
  .page-blog .section-blog {
    margin-bottom: 160px;
  }
}
.page-blog .section-blog .title-primary {
  margin-bottom: calc(50px + 63 * (100vw - 320px) / 1600);
}
@media screen and (min-width: 1920px) {
  .page-blog .section-blog .title-primary {
    margin-bottom: 113px;
  }
}
.page-blog .section-blog .title-primary-underline {
  max-width: calc(80px + 40 * (100vw - 320px) / 1600);
}
@media screen and (min-width: 1920px) {
  .page-blog .section-blog .title-primary-underline {
    max-width: 120px;
  }
}
.page-blog .section-blog__glow-bottom-right {
  position: absolute;
  right: 0;
  z-index: -1;
  width: calc(450px + 550 * (100vw - 320px) / 1600);
  bottom: calc(-200px + -300 * (100vw - 320px) / 1600);
}
@media screen and (min-width: 1920px) {
  .page-blog .section-blog__glow-bottom-right {
    width: 1000px;
    bottom: -500px;
  }
}
.page-blog .section-blog__cards {
  display: flex;
  flex-direction: column;
  gap: calc(28px + 28 * (100vw - 320px) / 1600);
}
@media screen and (min-width: 1920px) {
  .page-blog .section-blog__cards {
    gap: 56px;
  }
}
.page-blog .section-blog__card .text-card__title {
  align-items: flex-start;
  margin-bottom: calc(20px + 24 * (100vw - 320px) / 1600);
}
@media screen and (min-width: 1920px) {
  .page-blog .section-blog__card .text-card__title {
    margin-bottom: 44px;
  }
}
.page-blog .section-blog__card .text-card__desc {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
@media screen and (min-width: 1920px) {
  .page-blog .section-blog__card .text-card__desc {
    font-size: 16px;
  }
}
.page-blog .section-blog__card_image img {
  border-radius: 46px;
  display: block;
  object-fit: cover;
  object-position: center center;
  height: calc(270px + (390 - 270) * ((100vw - 320px) / (1920 - 320))) !important;
  width: 100% !important;
  max-width: 100% !important;
}

@media screen and (min-width: 1920px) {
  .page-blog .section-blog__card_image img {
    height: 390px;
  }
}
/*# sourceMappingURL=blog-page.css.map */
