/*
Theme Name: My Child Theme
Template: parent-theme-folder-name
*/

:root{
    --main: #4393EF;
    --light: #FEFEFF;
    --gray: #F2F2F6;
    --black: #070732;
    --black-80: #070732c5;
    --black-30: #07073244;
    --main-font: "Montserrat", sans-serif;
    --cursive-font: "Great Vibes", cursive;
}

::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: var(--gray); 
}

::-webkit-scrollbar-thumb {
  background: var(--main);
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
}
html{
    scroll-behavior: smooth;
    overflow-x: hidden;
}
a{
    text-decoration: none;
    color: var(--black);
}

body, .page{
    background: var(--light);
    color: var(--black);
    font-family: var(--main-font);
}

.page{
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 100px;
    width: 100vw;
}
.container{
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
}
.main{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 100px;
    min-height: 100vh;
    background: url(./img/ful.webp);
    background-size: cover;
    background-position: bottom;
    padding-bottom: 120px;
}
.dark-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #00000056;
}

.header{
    border-bottom: 1px solid var(--gray);
    padding: 40px 0;
    z-index: 3;
}

.header__container{
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}
.header__container>*{
    flex: 1;
}

.btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.header__container>.btn{
    justify-content: end;
    color: var(--light);
}

.hero__container{
    border: 1px solid var(--light);
    border-radius: 20px;
    padding: 200px 110px 80px 110px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    z-index: 4;
    position: relative;
}

.hero__container>*{
    z-index: 4;
}

.hero-text{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hero-top{
    display: flex;
    align-items: center;
    gap: 50px;
}

.cursive{
    font-family: var(--cursive-font);
    font-size: 40px;
}

.hero-top>.cursive{
    color: var(--light);
}

.h3{
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
}

.hero-top>.h3, .hero-btm>.h3{
    color: var(--gray);
}

.display{
    font-weight: 600;
    font-size: 64px;
    text-transform: uppercase;
}

.h1{
    font-weight: 400;
    font-size: 48px;
    line-height: 70px;
    text-transform: uppercase;
}

.hero-center>.display{
    color: var(--light);
}

.colored{
    color: var(--main);
}

.hero-btn{
    display: flex;
    align-items: center;
    justify-content: end;
    position: absolute;
    bottom: -27px;
    right: 110px;
}

.padding-btn{
    padding: 15px 30px;
    border-radius: 40px;
}

.light-btn{
    background: var(--light);
}

.light-btn:hover{
    background: var(--main);
}

.about__container{
    display: flex;
    width: 100%;
    align-items: stretch;
}
.about__container>*{
    /* flex: 1; */
}
.h2{
    font-size: 32px;
    line-height: 49px;
    font-weight: 400;
}
.text-srd{
    background: var(--gray);
    padding: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    z-index: 2;
}
.about-text{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-contain{
    display: flex;
    align-items: end;
    position: relative;
    width: 50%;
}
.list-absolute{
    position: absolute;
    bottom: -50px;
    left: 80%;
    width: 80%;
}

.list-left{
  left: auto;
  right: 80%;
  transform: rotateY(180deg);
}
.map{
    position: relative;
    width: 50%;
}

.map-absolute{
    position: absolute;
    width: 100%;
    left: 200px;
    bottom: -100px;
    z-index: 0;
}

.map-img{
    position: relative;
    z-index: 2;
    width: 100%;
}

.swiper {
    width: 100%;
    height: 100%;
  }

  .about-sw{
    overflow: visible !important;
  }

  .about-sw .swiper-wrapper{
    display: flex;
    align-items: stretch;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    
    object-fit: cover;
  }
  
  .about-sw .swiper-slide{
    display: flex;
    flex-direction: column;
    gap: 32px;
    height: auto;
  }
  .about-sw .slide-img{
    flex-shrink: 0;
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
  }

  .slide-img-1{
    background-image: url(./img/1539304962236886915.jpg);
  }
  .slide-img-2{
    background-image: url(./img/freepik__enhance__72922.jpeg);
  }
  .slide-img-3{
    background-image: url(./img/freepik__enhance__72923.jpeg);
  }
  .slide-img-4{
    background-image: url(./img/freepik__enhance__26015.jpeg);
    background-position: top !important;
  }
  .slide-img-5{
    background-image: url(./img/IMG_9293.JPG);
  }

  .about-sw .slide-text{
    padding: 30px;
    border: 1px solid var(--black);
    height: 100%;
  }
  .paragraph{
    font-size: 18px;
    line-height: 32px;
  }
  .about-slider__container{
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .speaker{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
    position: relative;
  }

  .speaker__photo{
    width: 470px;
    height: 470px;
    border-radius: 100%;
    background: #000;
    position: relative;
    z-index: 2;
    background-size: cover;
    background-position: center;
  }

  .speaker-1{
    background-image: url(./img/Gianni-Pes.webp);
  }
  .speaker__text{
    width: 50%;
    z-index: 2;
  }

  .speaker__name{
    position: absolute;
    bottom: -80px;
    right: -100px;
    text-align: center;
    background: var(--gray);
    border: 1px solid var(--black);
    padding: 60px 40px;
    transform: rotateZ(15deg);
  }

  .speakers__container{
    display: flex;
    flex-direction: column;
    gap: 120px;
  }

  .reverse{
    flex-direction: row-reverse;
  }

  .name-left{
    right: 400px;
    bottom: 50px;
    transform: rotateZ(-15deg);
  }

  .program__container{
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .program-sw .swiper-slide{
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .pr-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 70px;
    background: var(--main);
    color: var(--light);
  }

  .pr-body{
    border: 1px solid var(--black);
    padding: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
  }

  .pr-body__text{
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .pr-body__img{
    height: 600px;
    width: 50%;
    background-size: cover;
    background-position: center;
  }

  .program .swiper-pagination{
    position: static !important;
    font-size: 32px;
    line-height: 49px;
    width: 80% !important;
    display: flex;
    height: 50px;
    justify-content: space-between;
    margin-bottom: 30px;
  }

  .line-wrap{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
  }

  .line{
    height: 1px;
    background: var(--black);
    width: 100%;
  }

  .swiper-pagination-bullet, .swiper-pagination-bullet-active{
    display: none;
    background: transparent !important;
    border-radius: 0px !important;
    position: relative;
  }
  .light-bg{
    background: var(--light);
    padding: 0 20px;
  }

  .swiper-pagination-bullet{
    color: var(--black) !important;
    opacity: 100% !important;
    z-index: 2;
  }

  .swiper-pagination-bullet-active{
    color: var(--main) !important;
    text-decoration: underline;
  }

  .pag{
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .line-wrap{
    position: absolute;
    height: 100%;
    width: 100%;
    top: -15px;
    left: 20px;
    display: flex;
    align-items: center;
  }

  .line{
    width: 80%;
    height: 1px;
    background: var(--black);
  }

  .price__container{
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .price-all{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
  }

  .price-left{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .price-center{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
  }

  .price-line{
    height: 1px;
    width: 100%;
    background: var(--black);
  }

  .price-ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .price-ul>li{
    border-bottom: 1px solid var(--black-30);
    list-style: none;
    padding: 10px 0;
  }

  .price-in-out{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 32px;
  }

  .price-in-out>*{
    flex: 1;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 32px;
    justify-content: space-between;
    z-index: 2;
  }

  .gray-btn{
    background: var(--gray);
  }

  .gray-btn:hover{
    background: var(--main);
  }
  
  .price-out__btm{
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .accordion {
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 2;
  }
  
  .accordion__item {
    cursor: pointer;
  }
  
  .accordion__btn {
    padding: 20px 0;
    border-bottom: 1px solid var(--black);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
  }
  .accordion__btn>*>*{
    font-weight: 400 !important;
  }
  
  .accordion__content {
    overflow: hidden;
    border-top: none;
    max-height: 0;
    transition: all 0.5s;
  }
  
  .active .accordion__content {
    max-height: 1000px;
    transition: all 2s;
  }
  
  .active .plus{
    transform: rotateZ(45deg);
    transition: all .5s;
  }

  .faq__container{
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .faq__container>*{
    z-index: 2;
  }

  .footer__container{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer__container>*{
    flex: 1;
    padding-bottom: 100px;
  }

  .socials{
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 32px;
    z-index: 2;
  }

  .list-btm{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .social:hover, .padding-btn:hover, .swiper-button-next:hover, .swiper-button-prev:hover{
    transform: scale(1.1);
  }

  .list-sp{
    position: absolute;
    width: 60%;
    z-index: 0;
  }

  .list-1{
    bottom: 0%;
    right: 0;
  }
  .list-2{
    bottom: -60%;
    left: 0; 
    transform: rotateY(180deg);
  }

  .swiper-button-next, .swiper-button-prev{
    width: 70px !important;
    height: 70px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: var(--gray);
    border-radius: 100%;
  }
  .swiper-button-next{
    right: -2% !important;
  }
  .swiper-button-prev{
    left: -2% !important;
  }

  .swiper-button-next::after, .swiper-button-prev::after{
    font-size: 24px !important;
    line-height: 49px !important;
    color: var(--black) !important;
  }

  .pr-next, .pr-prev{
    background: transparent !important;
  }
  .pr-next{
    right: 0% !important;
  }
  .pr-prev{
    left: 0% !important;
  }

  .series{
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .series__photos{
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    justify-content: space-between;
  }

  .series__photo{
    width: 100%;
    height: 300px;
    background: #000;
    background-size: cover;
    background-position: center;
  }

  .series__text{
    display: flex;
    gap: 10px;
  }

  .sph-1{
    background-image: url(./img/4245.webp);
  }

  .sph-2{
    background-image: url(./img/45456.webp);
  }

  .sph-3{
    background-image: url(./img/654.webp);
  }

  .sph-4{
    background-image: url(./img/7577.webp);
  }

  @media (max-width: 820px)  {
    .main{
      min-height: 1060px;
  }
    .display{
      font-size: 36px;
    }
    .hero__container{
      padding: 200px 30px 60px 30px;
    }
    .hero-btn{
      right: 30px;
      bottom: -18px;
    }
    .main{
      padding-bottom: 80px;
    }
    .h3{
      font-size: 16px;
    }
    .cursive{
      font-size: 32px;
    }
    .btn{
      font-size: 14px;
      padding: 10px 20px;
    }
    .btn img{
      width: 14px;
    }
    .header{
      padding: 20px 0;
    }
    .h2{
      font-size: 20px;
      line-height: 38px;
    }
    .text-srd{
      padding: 30px;
    }
    .about-sw .slide-text{
      height: 100%;
    }
    .swiper-button-next, .swiper-button-prev{
      width: 50px !important;
      height: 50px !important;
    }
    .speaker{
      flex-direction: column;
    }
    .speaker__text{
      width: 100%;
    }
    .list-sp{
      width: 100%;
    }
    .series__photos{
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
    .series__text{
      gap: 10px;
    }
    .paragraph{
      font-size: 15px;
      line-height: 28px;
    }
    .program-sw .swiper-slide{
      gap: 20px;
    }
    .pr-body{
      flex-direction: column-reverse;
      gap: 30px;
    }
    .pr-body>*{
      width: 100%;
    }
    .h1{
      font-size: 28px;
      line-height: 40px;
    }
    .price-in-out{
      flex-direction: column;
      gap: 30px;
    }
    .price-out__btm>.btn{
      width: 100%;
    }
    .accordion__btn{
      padding: 10px 0;
    }
    .page{
      gap: 60px;
    }
    .program .swiper-pagination{
      font-size: 20px;
      line-height: 38px;
    }
    .price-all{
      gap: 30px;
    }
  }

  @media (max-width: 470px)  {
    .main{
      min-height: 660px;
  }
    .about-sw .slide-text{
      height: 70%;
    }
    .series__photo{
      height: 150px;
    }
    .program .swiper-pagination{
      font-size: 14px;
      line-height: 28px;
      align-items: center;
      height: auto;
    }
    .light-bg{
      padding: 0;
    }
    .line-wrap{
      display: none;
    }
    .pag{
      align-items: center;  
    }
    .pag .cursive{
      padding-bottom: 5px;
    }
    .pr-head{
      padding: 20px;
    }
    .pr-body{
      padding: 20px;
    }
    .pr-body__img{
      height: 300px;
    }
    .speaker__photo{
      width: 300px;
      height: 300px;
    }
    .speaker__name{
      padding: 30px 10px;
      bottom: -50px;
      right: -10px;
    }
    .about__container{
      flex-direction: column;
    }
    .about-text{
      margin-left: 0;
      /* margin-bottom: 200px; */
    }
    .list-absolute{
      bottom: 200px;
      left: 20px;
      z-index: 5;
    }
    .text-srd{
      z-index: 7;
    }
    .map{
      width: 100%;
      margin-bottom: -400px;
    }
    .map-absolute{
      left: 50px;
      bottom: -20px;
    }
    .display{
      font-size: 28px;
    }
    .hero__container{
      padding: 200px 20px 40px 20px;
    }
    .header__container .btn{
      padding: 0;
      font-size: 12px;
    }
    .speakers__container{
      gap: 30px;
    }
    .pr-next, .pr-prev{
      /* top: 35% !important;
      width: 20px !important;
      height: 20px !important; */
      display: none !important;
    }
    .program-sw{
      overflow: visible !important;
    }
    .pr-body{
      border: 0px !important;
    }
  }

  .pr-img-1{
    background-image: url(./img/freepik__enhance__26018.jpeg);
  }

  .pr-img-2{
    background-image: url(./img/freepik__enhance__26019.jpeg);
  }

  .pr-img-3{
    background-image: url(./img/freepik__enhance__72925.jpeg);
  }

  .pr-img-4{
    background-image: url(./img/freepik__enhance__26020.jpeg);
  }

  .pr-img-5{
    background-image: url(./img/freepik__enhance__26021.jpeg);
  }

  .modal-wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;  
    height: 100%;
    background: var(--black-80);
    z-index: 777;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 100%;
  }

  .modal{
    background: var(--light);
    padding: 60px;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .modal .h2{
    text-align: center;
  }

  .form{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .input-wrapper{
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  input{
    padding: 10px 20px;
    outline: none;
    font-size: 18px;
    border: 1px solid var(--black-80);
  }
  input:focus{
    border: 1px solid var(--main);
  }
  label{
    font-size: 14px;
  }

  .radio{
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .radio-wrapper{
    display: flex;
    align-items: center;
    gap: 10px;
  }

  button{
    outline: none;
    border: none;
  }
  .btns{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }

  .close{
    background: transparent;
    border: 1px solid var(--gray);
  }

  .hidden{
    opacity: 0%;
    display: none;
  }

  @media (max-width: 820px) {
    .modal{
      width: 90%;
      padding: 30px 20px;
      gap: 20px;
    }
    
  input{
    padding: 10px;
    font-size: 16px;
  }
  .btns{
    gap: 20px;
  }
  .btns>.btn{
    color: var(--black);
  }
  }

  .header .btn:hover{
    gap: 20px;
  }

  .loaderWrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--gray);
    z-index: 1000;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeLoader 0.3s 1s ease forwards;
  }
  
  .loader {
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 999;
  }
  .loader .bar {
    width: 10px;
    height: 5px;
    background: var(--main);
    margin: 2px;
    animation: bar 1s infinite linear;
  }
  .loader .bar:nth-child(1) {
    animation-delay: 0s;
  }
  .loader .bar:nth-child(2) {
    animation-delay: 0.25s;
  }
  .loader .bar:nth-child(3) {
    animation-delay: 0.5s;
  }
  
  @keyframes bar {
    0% {
      transform: scaleY(1) scaleX(0.5);
    }
    50% {
      transform: scaleY(10) scaleX(1);
    }
    100% {
      transform: scaleY(1) scaleX(0.5);
    }
  }
  
  @keyframes fadeLoader {
    to {
      opacity: 0;
    }
  }

  .hotels{
    z-index: 2;
  }
  .hotels__container{
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .hotel-sw{
    height: 600px;
    overflow: visible !important;
  }
  .hotel-sw .swiper-slide{
    background-size: cover;
    background-position: center;
  }

  .gallery-1{
    background-image: url(./img/gavoi_by_massimo_frasson_flickr.com_rsz.jpg);
  }
  .gallery-2{
    background-image: url(./img/86_11zon.webp);
  }
  .gallery-3{
    background-image: url(./img/Costa-della-Sardegna-Cagliari_11zon.webp);
  }
  .gallery-4{
    background-image: url(./img/freepik__enhance__72924.jpeg);
  }
  .gallery-5{
    background-image: url(./img/CannonauVigneto.jpg);
  }

  .series__logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 10px 20px;
    border: 1px solid var(--gray);
    border-radius: 100px
  }

  .netflix>img{
    width: 30%;
    height: auto;
  }

  .series__logo>a{
    text-align: center;
  }

  .row-text{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .sub__container{
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .sub__container-item{
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .about__more-container{
    display: flex;
    align-items: stretch;
    width: 100%;
    gap: 32px;
  }

  .about__more-container>*{
    width: 100%;
  }

  .about__more-images{
    display: flex;
    gap: 32px;
  }

  .about__more-img{
    width: 100%;
    height: 300px;
    background: var(--gray);
  }

  .program-sw .swiper-wrapper{
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .row__container{
    display: flex;
    align-items: stretch;
    gap: 32px;
  }

  .row__container>*{
    width: 100%;
  }

  .col__container{
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    border: 1px solid var(--black);
  }

  .faq .btn{
    margin: 30px auto;
    width: fit-content;
  }

  .about__more-img{
    background-size: cover;
    background-position: center;
  }

  .ami-1{
    background-image: url(./img/IMG_9276.JPG);
  }

  .ami-2{
    background-image: url(./img/IMG_9277.JPG);
  }

  .ami-3{
    background-image: url(./img/IMG_2425.PNG);
  }

  .ami-4{
    background-image: url(./img/IMG_2423.PNG);
  }

  .grid__images{
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-image{
    height: 600px;
    background-size: cover;
    background-position: center;
  }

  .img-lg{
    grid-column: 1 / 3;
  }

  @media (max-width: 1020px) {
    .row__container{
      flex-direction: column;
    }
  }

  @media (max-width: 820px) {
    .grid__images{
      gap: 10px;
    }
    .grid-image{
      height: 300px;
    }
    .faq .btn{
      width: 100%;
    }
    .about__more-container{
      flex-direction: column;
    }

    .about__more-img{
      height: 200px;
    }
    
    .netflix>img{
      width: 70%;
      height: auto;
    }
    .series__logo>a{
      font-size: 12px;
      line-height: 18px;
    } 
    .series{
      gap: 20px;
    }
    .row-text{
      flex-direction: column;
      align-items: start;
    }
    .text-contain{
      width: 100%;
    }
    .list-absolute{
      display: none;
    }
    .sub__container-item{
      gap: 10px;
    }
    .about__more-images{
      gap: 10px;
    }
  }

  .series__text>.outlined{
    width: fit-content;
    padding: 5px 10px;
    font-size: 14px;
    border: 1px solid var(--gray);
    border-radius: 100px;
  }
 
  @media (max-width: 520px) {
    .grid-image{
      height: 200px;
    }}

.main-form{
  min-height: auto;
  height: 100vh;
}

.about__more-text{
  padding: 30px;
  border: 1px solid var(--black);
  display: flex;
  justify-content: center;
  align-items: center;
}