@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');
@media screen and (max-width: 780px){
    .menu{
        display: none;
    }
    .prBlock{
      font-size: 10em !important;
    }
    .pr{
      align-items: center;
    }
    #setColl {
        display: none;
    }
    .menu-container {
        position: absolute;
        display: block;
      }
      .burger-icon {
        width: 35px;
        height: 25px;
        position: fixed;
        top: 25px;
        left: 25px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        z-index: 10;
      }
      .burger-line {
        width: 35px;
        height: 5px;
        background-color: #ffffff;
        border-radius: 5px;
        transition: all 0.3s ease;
        border: solid 1px;
      }
      .menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: right 0.3s ease-in-out;
        z-index: 5;
        backdrop-filter: blur(10px);
        background-size: cover;
        background-position: center;
      }
      .menu a {
        color: #ffffff;
        font-size: 15px;
        text-decoration: none;
        margin: 10px 0;
        letter-spacing: 2px;
        transition: color 0.3s, transform 0.3s;
        font-family: 'Dancing Script', cursive;
        
      }
      .menu a:hover {
        color: #1e90ff;
        transform: scale(1.1);
      }
      .burger-icon.open .burger-line:nth-child(1) {
        transform: translateY(10px) rotate(45deg);
      }
      .burger-icon.open .burger-line:nth-child(2) {
        opacity: 0;
      }
      .burger-icon.open .burger-line:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
      }
      .menu.open {
        right: 0;
      }
      .overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.875);
        display: none;
        z-index: 4;
        transition: opacity 0.3s ease;
      }
      .overlay.active {
        display: block;
      }
      #pillow{
        display: none;
      }
      .contentPillow{
        width: 100%;
        justify-content: center;
        font-size: 27px;
    }
    #atmosphere{
        border-top: solid 1px;
        border-bottom: solid 1px;
        border-right: none !important;
        padding: 5%;
        color: #F5E6CC;
        border-color: rgb(222, 218, 218);
        letter-spacing: 1px;
        line-height: 1.5;
        font-weight: 400;
    }
}
@media screen and (max-width: 820px) {
    #clc{
        width: 70%; 
        font-family: 'Merriweather', serif;
        font-size: 25px;
     }
     .formActionRegistration{
      display: none;
     }
     .formMobileRegistreation {
      display: flex;
     }
}
@media screen and (max-width: 480px) {
    .inclined2 {
        clip-path: polygon(
            0 0,    
            100% 70%, 
            100% 100%, 
            0 100%  
        );
        height: 15vh;
        transform: translateY(-110%);
        justify-content: baseline !important;
        padding-bottom: 2%;
        font-size: 3ex;
      }
    .inclined {
        clip-path: polygon(
          0 0, 
          100% 0, 
          100% 90%, 
          0 70% 
        );
        height: 60vh;
      }
    #atmosphere{
        border-right: none !important;
        padding: 3%;
        line-height: 1.3;
        font-weight: 300;
    }
    .w{
        position: absolute;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .lbl{
        width: 100%;
        height: 50vh;
        display: flex;
        justify-content: center;
        align-items: end;
    }
    #clc{
        width: 90%; 
        text-align: center;
     }
     .text2{
        height: 60vh;
        justify-content: center;
    }
    .stylish-button {
        padding: 15px 20px;
        border-radius: 20px;
    }
}
@media screen and (max-width: 360px) {
    #atmosphere{
        font-size: 30px;
        padding: 2%;
    }
    .stats-wrapper {
      width: 200px !important;
    }
    .pr{
      align-items: center;
    }
    .prBlock{
      font-size: 5em !important;
    }
    .quoteFun{
      min-height: 70vh;
    }
}
@media screen and (max-width: 240px) {
    #atmosphere{
        border-right: none !important;
        padding: 1% !important;
        line-height: 1.3;
        font-weight: 300;
        font-size: 20px;
    }
    #clc{
        width: 98%; 
        font-size: 20px;
     }
     .stylish-button {
        padding: 10px 15px;
        border-radius: 10px;
        font-size: 17px;
    }
}
@media screen and (max-width: 570px) {
    #typewriter{
        font-size: 23px !important;
    }
}
@media screen and (min-width: 1900px) and (max-height: 1050px) {
    #clc{
        font-size: 40px !important;
     }
     .stylish-button {
        padding: 20px 40px !important;
        border-radius: 30px;
        font-size: 30px !important;
    }
    .menu ol li{
        font-size: 30px !important;
    }
    .text2{
      height: 70vh;
  }
}
@media screen and (max-height: 760px) {
  .text2{
    height: 65vh;
  }
  .imageClass{
    height: 170vh;
  }
}
@media screen and (min-width: 2400px) and (max-height: 1300px) {
  #pillow{
    width: 20%;
    border-radius: 10px;
    border: solid 1px white;
  }
}
@media screen and (min-width: 2400px) and (max-height: 1140px) {
  #pillow{
    width: 17%;
    border-radius: 10px;
    border: solid 1px white;
  }
  .imageClass{
    height: 160vh;
  }
}
@media screen and (min-width: 790px) and (max-height: 760px) {
  #pillow{
    width: 19%;
  }
  .imageClass{
    height: 170vh;
  }
}
@media screen and (min-width: 790px) and (max-height: 620px) {
  #pillow{
    width: 17%;
  }
  .imageClass{
    height: 175vh;
  }
}
@media screen and (max-width: 400px) and (max-height: 600px){
  .contentPillow{
      width: 98%;
      height: 140vh;
  }
  #atmosphere{
    font-size: 20px !important;
  }
}
@media screen and (max-width: 460px) and (max-height: 590px) {
  .txt{
    height: 70vh;
    justify-content: center;
    align-items: end;
}
.lbl{
    width: 90%;
    height: 40vh;
    justify-content: center;
}
#clc{
   width: 90%; 
  font-size: 25px;
}
.text2{
    height: 90vh;
    display: flex;
    justify-content: center;
  }
  .stylish-button {
    padding: 15px 35px;
  }
  .contentPillow{
    width: 98%;
    height: 140vh;
  }
  #atmosphere{
    font-size: 25px !important;
  }
}
@media screen and (max-width: 1250px) {
    .imageClass{
        height: 150vh;
    }
}
@media screen and (max-width: 1010px){
    .imageClass{
        width: 95%;
        height: 140vh;
    }
    .card-gallery-container{
      display: none;
    }
    
    .stats-wrapper {
      width: 300px;
      margin-right: 0;
    }
    .pathViewFactorOnly{
      min-height: 50vh;
    }
}
@media screen and (max-width: 1200px) {
  .label {
    font-size: 18px;
  }
  .stats-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .numbers-container {
    display: none;
  }
  .chart-container{
    display: flex;
    justify-content: center;
    transform: translateY(-30%);
  }
}
@media screen and (max-width: 700px) {
  .unit {
    height: 50vh;
  }
  .inclined2 {
    transform: translateY(-70%);
    clip-path: none !important;
    height: 20vh;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    font-size: 4ex;
  }
  .quoteFun{
    min-height: 50vh;
  }
  .quoteFun span {
    width: 100%;
  }
  .inclined {
    clip-path: none;
    background: #1b1b1b;
    width: 100%;
    height: 70vh;
  }
  .wrdf{
    display: none;
  }
  .clotCont{
    /* position: absolute; */
    width: 100%;
    height: 50vh;
    background: #1b1b1b;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrdfopt{
  width: 100%;
  height: 15vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #E3CDA8;
  font-family: 'Pacifico', cursive;
  font-size: 30px;
  background-color: #1b1b1b;
}
.mirroropt{
  position: absolute;
  width: 90%;
  text-align: center;
}
.inclined2 {

  clip-path: polygon(
      0 0,    
      100% 80%, 
      100% 100%, 
      0 100%  
  );
}
}
@media screen and (max-width: 1140px) {
  .horizontal-section{
    display: none;
  }
}
@media screen and (max-width: 996px) {
  .vertical-content {
    min-height: 200vh;
  }
}
@media screen and (max-width: 895px ){
  .printreviews{
    display: none;
  }
  .printreviews1 {
    display: flex;
  }
  .reviews{
    justify-content: center !important;
    align-items: baseline;
  }
}


