.blured-slide {
  /*background: #1414a0;*/
  /*background: radial-gradient(circle, #0032ff 0, #1414a0 100%)*/


}

.blured-slide .container {
  min-height: 100%
}

.blured-slide .columns {
  flex: auto
}

@media screen and (max-width: 1023px) {
  .blured-slide .columns {
    display: flex;
    flex-direction: column
  }
}

.blured-slide .columns .column {
  width: 100%
}

.blured-slide__image-area {
  position: relative
}

.blured-slide__image-area img {
  height: 100%;
  left: 0;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%
}

@media screen and (max-width: 1023px) {
  .blured-slide__image-area img {
    object-fit: contain;
    object-position: bottom center
  }

  .blured-slide__image-area {
    flex: 0 0 65vh
  }
}

/*.blured-slide__image-area:after {*/
/*  background-image: url(/themes/custom/eurobasket2025/assets/images/slide-rainbow.svg);*/
/*  background-position: 0 100%;*/
/*  background-repeat: no-repeat;*/
/*  background-size: contain;*/
/*  bottom: 0;*/
/*  content: "";*/
/*  height: 100%;*/
/*  left: 0;*/
/*  position: absolute;*/
/*  width: 50%*/
/*}*/

.blured-slide__text-area {
  align-items: center;
  display: flex;
  font-weight: 600;
  justify-content: center;
  overflow: visible;
  position: relative;
  text-align: left;
  z-index: 1
}

@media screen and (max-width: 1023px) {
  .blured-slide__text-area {
    align-items: flex-start;
    flex: 0 0 35vh;
    justify-content: center
  }
}

.blured-slide__text-area .text-container {
  font-size: 16px;
  max-width: 80%;
  z-index: 1
}

@media print, screen and (min-width: 769px) {
  .blured-slide__text-area .text-container {
    font-size: 18px
  }
}

@media screen and (min-width: 1024px) {
  .blured-slide__text-area .text-container {
    max-width: 60%
  }
}

.blured-slide__text-area .text-container .title {
  color: #fff
}

.blured-slide__text-area .text-container .title.line-title {
  display: inline-block;
  font-size: clamp(20px, 8vw, 70px);
  line-height: 1;
  position: relative
}

.blured-slide__text-area .text-container .title.line-title:after {
  background-color: #0EF4FA;
  content: "";
  display: block;
  height: 5px;
  margin-bottom: 1rem;
  margin-top: 1rem;
  width: 130px
}

.blured-slide__text-area .text-container a {
  color: #fff;
  display: inline-block;
  margin-top: 30px;
  text-decoration: underline;
  transition: color .3s ease-in-out
}

@media screen and (max-width: 1023px) {
  .blured-slide__text-area .text-container a {
    background-color: #fff;
    border-radius: 12px;
    color: #1414a0;
    font-size: 10px;
    padding: 3px 22px
  }
}

.blured-slide__text-area .text-container a:hover {
  text-decoration: none
}

@media screen and (min-width: 1024px) {
  .blured-slide__text-area .text-container a:hover {
    color: #dbdbdb
  }
}

.blured-slide__text-area .text-container p {
  line-height: 1.2
}

@media screen and (max-width: 1023px) {
  .blured-slide__text-area .text-container p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    font-weight: 400
  }

  .blured-slide__text-area:before {
    background-image: url(/themes/custom/eurobasket2025/assets/images/slide-curves.svg);
    background-position: top;
    background-size: 100%;
    content: "";
    display: block;
    height: 20vw;
    left: 0;
    position: absolute;
    top: calc(-20vw + 1px);
    width: 100%;
    z-index: 1
  }
}

@media screen and (min-width: 1024px) {
  .blured-slide.right-text-slide .blured-slide__image-area img {
    object-position: bottom left
  }
}

.blured-slide.right-text-slide .blured-slide__text-area {
  background-color: #313237
}

@media screen and (min-width: 1024px) {
  .blured-slide.right-text-slide .blured-slide__text-area {
    background-color: transparent;
    background-image: url(/themes/custom/eurobasket2025/assets/images/text-right-bg.png);
    background-position: 0;
    background-size: cover
  }

  .blured-slide.left-text-slide .blured-slide__image-area img {
    object-position: bottom right
  }
}

.blured-slide.left-text-slide .blured-slide__image-area:after {
  left: unset;
  right: 0;
  transform: scaleX(-1) translate(0)
}

@media screen and (min-width: 1024px) {
  .blured-slide.left-text-slide .blured-slide__image-area {
    order: 1
  }
}

.blured-slide.left-text-slide .blured-slide__text-area {
  background-color: #313237
}

@media screen and (min-width: 1024px) {
  .blured-slide.left-text-slide .blured-slide__text-area {
    background-color: transparent;
    background-image: url(/themes/custom/eurobasket2025/assets/images/text-left-bg.png);
    background-position: 100%;
    background-size: cover
  }
}

.blured-slide.left-text-slide .blured-slide__text-area:before {
  transform: scaleX(-1) translate(0)
}

.home {
  height: 100vh;
  background-color: #000000;
}

.home .slide {
  align-items: center;
  box-sizing: border-box;
  background-image: url(/themes/custom/eurobasket2025/assets/images/eurobasket_bg_pattern.png);
  background-color: #000000;
  color: #fff;
  display: flex;
  font-size: 18px;
  height: 100% !important;
  justify-content: center;
  overflow: hidden;
  text-align: center
}

@media screen and (min-width: 769px) {
  .home .slide {
    font-size: 24px
  }
}

.home .slide.first-slide {
  justify-content: center
}

@media screen and (max-width: 1023px) {
  .home .slide.first-slide {
    flex-direction: column
  }
}

.home .slide.first-slide .text-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem
}

@media screen and (min-width: 1024px) {
  .home .slide.first-slide .text-area {
    flex: 0 1 50%
  }
}

.home .slide.first-slide .text-area .mundial-logo {
  margin-bottom: 1.5rem;
  margin-top: auto
}

@media screen and (max-width: 1023px) {
  .home .slide.first-slide .text-area .mundial-logo {
    margin-bottom: .5rem;
    max-width: 320px
  }
}

.home .slide.first-slide .text-area .title {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  margin-top: auto
}

@media print, screen and (min-width: 769px) {
  .home .slide.first-slide .text-area .title {
    font-size: 100px
  }
}

.home .slide.first-slide .text-area .gazetta-area {
  font-size: 10px;
  margin-bottom: .5rem
}

@media screen and (min-width: 1024px) {
  .home .slide.first-slide .text-area .gazetta-area {
    font-size: 1rem;
    margin-bottom: 1.5rem
  }
}

.home .slide.first-slide .text-area .gazetta-area .gazetta-logo {
  max-width: 130px
}

@media screen and (min-width: 1024px) {
  .home .slide.first-slide .text-area .gazetta-area .gazetta-logo {
    max-width: 250px
  }
}

.home .slide.first-slide .text-area .text {
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 0 10px #0a0a0a
}

@media screen and (max-width: 1023px) {
  .home .slide.first-slide .text-area .text {
    font-size: 12px
  }
}

.home .slide.first-slide .text-area .text p {
  margin-bottom: 0
}

.home .slide.first-slide .text-area .sponsored-area {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: auto
}

.home .slide.first-slide .text-area .sponsored-area .sponsoredtitle {
  color: #fff;
  font-size: 1rem;
  font-weight: 600
}

.home .slide.first-slide .text-area .sponsored-area .scroll-arrow {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0 auto;
  position: relative
}

@media screen and (min-width: 1024px) {
  .home .slide.first-slide .text-area .sponsored-area .scroll-arrow {
    margin: 20px auto 0
  }
}

.home .slide.first-slide .text-area .sponsored-area a img {
  display: block;
  max-width: 170px
}

.home .slide.first-slide .img-area {
  display: flex;
  flex: 1 1 50%;
  overflow: hidden
}

@media screen and (min-width: 1024px) {
  .home .slide.first-slide .img-area {
    flex: 0 1 50%;
    margin-right: 0
  }
}

.home .slide.first-slide .img-area .first-slide__image {
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  width: 100%
}

@media screen and (min-width: 1024px) {
  .home .slide.first-slide .img-area .first-slide__image {
    object-fit: contain;
    object-position: bottom right
  }
}
