.hero{
    border: none !important;
}



.video{
    height:1400px;
   
}



.rv-mobile-wrapper {
  display: none;
}

.loveletters{
    height: 300px !important;
    background-color: #656D4A !important;
    display: flex; 
    justify-content: center;
  
    border-radius: 0px !important;
}

#loveletter{
    color: white;
    height: 380px;
    font-family: "Playfair Display", serif!important;
    font-style: italic;
    padding: 100px;
    line-height: 2em;
}

#loveletter h3{
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
     font-style: normal;
      font-size: 35px;
}

.video {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 3rem;
  padding-bottom: 5rem;
  aspect-ratio: auto;
  overflow: visible;
}

.protfolio {
  position: absolute;
  object-fit: cover;
  box-shadow:
    0 12px 28px rgba(0,0,0,0.15),
    0 4px 10px rgba(0,0,0,0.10);
  transform-origin: center;
}


.video3 {
  width: 33%;
  height: 60%;
  left: 34%;
  top: 16%;
  z-index: 5;
}


.video1 {
  width: 24%;
  height: 40%;
  left: -4%;
  top: 10%;
  z-index: 3;
}


.video2 {
  width: 24%;
  height: 40%;
  right: -2%;
  top: 11%;
  z-index: 3;
}


.video4 {
  width: 24%;
  height: 40%;
  left: 4%;
  bottom: 4%;
  z-index: 2;
}


.video5 {
  width: 24%;
  height: 40%;
  right: 4%;
  bottom: 4%;
  z-index: 2;
}

#head1{
  left: 20%;
  top: 0%;
 height: 6rem;
 width: 30rem;
 
}

#head1 img{
  height: 9rem;
  width: auto;
}

@media (max-width: 1024px) {

  .video {
    max-width: 90vw;
    aspect-ratio: auto;
    padding-bottom: 3rem;
    overflow: visible;
  }

  #head1 { 
    font-size: 1.5rem; 
    top: 6%;
    left: 28%;
    padding-bottom: 1rem; 
  }

  #head1 img{
    height: 90px;
    width: auto;
  }

  .protfolio {
    border-radius: 10px;
    box-shadow:
      0 8px 25px rgba(0,0,0,0.10),
      0 2px 6px rgba(0,0,0,0.07);
  }

  .video3 {
    width: 30%;
    height: 45%;
    left: 34%;
    top: 18%;
    z-index: 4;
  }

  .video1 {
    width: 15%;
    height: 30%;
    left: 3%;
    top: 10%;
    z-index: 2;
  }


  .video2 {
    width: 15%;
    height: 30%;
    right: 6%;
    top: 10%;
    z-index: 2;
  }

  .video4 {
    width: 22%;
    height: 35%;
    left: 10%;
    bottom: 8%;
    z-index: 3;
  }


  .video5 {
    width: 24%;
    height: 36%;
    right: 8%;
    bottom: 8%;
}
}



@media (max-width: 768px) and (orientation: portrait) {

  .reviews-section{
    background-color: #dde5d2;
  }

  video {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    aspect-ratio: 9 / 13;
    overflow: hidden;
    height: 160vw; 
  }

  #head1 {
    top: -2%;
    left: 12%;
    font-size: 20px;
    margin: 0 0 18px 0;
    z-index: 10;
  }

  #head1 img{
    height: 60px;
    width: auto;
  }

  #head1 span {
    margin-left: 100px !important;
  }

  .protfolio {
    position: absolute !important;
    object-fit: cover;
    width: 45%;
    height: 50%;
    
  }


  .video2 {
    left: -20% !important;
    top: 8%;
    width: 55%;
    height: 30%;
    z-index: 2;
    border-radius: 0px;
    
  }

  /* Big center one */
  .video3 {
    left: 28%;
    top: 32%;
    width: 60%;
    height: 30%;
    z-index: 3;
    border-radius: 0px;
    
  }

  /* Bottom left */
  .video4 {
    left: 12%;
    bottom: 10%;
    width: 56%;
    height: 32%;
    z-index: 4;
    border-radius: 0px;
    
  }

  /* Optional: hide edges if too much overlap */
  .video1, 
  .video5 {
    display: none !important;   /* keep it clean */
  }
}




.reviews-section{
    background-color: #dde5d2;
    padding: 1rem 0;
}
 .rv {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr 1fr auto; 
    align-items: center;
    gap: 1.5rem;
    max-width: 1100px;
    margin: 2rem auto;
    padding: 1rem 0;
    position: relative;
    
  }

  .rv-heading {
    position: absolute;
    top: 10px;
    right: 30px;              
    text-align: end;          
    font-size: 5rem;
    font-family: "Dancing Script", cursive;
    color: rgba(0, 0, 0, 0.05); 
    letter-spacing: 1px;
    margin: 0;
    z-index: 0;
    pointer-events: none;
    user-select: none;
  }

  .rv-quote {
    margin: 0;
    font-size: 1.1rem;
    position: relative;
    color: #333;
  }

  .rv-nav {
    position: relative; 
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.08);
    font-size: 1.5rem;
    cursor: pointer;
    
  }
  .rv-nav:hover { background: rgba(0, 0, 0, 0.15); }
  
 
  .rv-video-panel {
    border-radius: 16px;
    overflow: hidden;
    background: #000;
    aspect-ratio: 9 / 12;
    max-width: 420px;
    height: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  }
  .rv-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  

  .rv-content {
    background: #fff;
    border-radius: 16px;
    font-family: Arial !important;
    padding: 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .rv-inner {
    font-family: Arial !important;
    text-align: center;
    max-width: 500px;
  }
  

  .rv-dots {
    display: flex;
    justify-content: center;
    gap: 0.4rem;
    margin-top: 1rem;
  }
  .rv-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #cfd4d9;
    border: none;
    cursor: pointer;
  }
  .rv-dot[aria-selected="true"] { background: #111; }
  
  @media (max-width: 768px) {

    /* hide desktop layout */
    .rv-video-panel,
    .rv-content,
    .rv-prev,
    .rv-next {
        display: none !important;
    }

    .rv-heading {
      font-size: 4rem;
      text-align: center;
    }

    /* wrapper */
    .rv-mobile-wrapper {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        padding: 2rem 0;
        width: 100%;
        gap: 1.4rem;
        margin-left: 40px;
    }

    /* review card */
    .rv-mobile-card {
        position: relative;
        width: 88%;
        background: #ffffff;
        padding: 2.2rem 1.6rem ;
        border-radius: 8px;
        box-shadow: 0 8px 20px rgba(0,0,0,0.10);
        text-align: center;                 /* center content */
        overflow: visible;
    }

    /* TAPE: Top-left + Bottom-right */
    .rv-tape {
        position: absolute;
        width: 70px;
        height: 26px;
        background: rgba(245, 234, 200, 0.85);
        border-radius: 4px;
        z-index: 10;
    }

    .rv-tape-top-left {
        top: -12px;
        left: -10px;
        transform: rotate(-6deg);
    }

    .rv-tape-bottom-right {
        bottom: -12px;
        right: -10px;
        transform: rotate(8deg);
    }

    /* CONTENT */
    .rv-mobile-name {
        font-size: 1.3rem;
        margin-bottom: 1rem;
        font-weight: 600;
        color: #333;
    }

    .rv-mobile-text {
        font-size: 1rem;
        line-height: 1.65;
        color: #444;
    }

    /* dots */
    .rv-mobile-dots {
        display: flex;
        gap: 7px;
        justify-content: center;
        margin-top: 0.3rem;
    }

    .rv-mobile-dots span {
        width: 8px;
        height: 8px;
        background: #ccc;
        border-radius: 50%;
    }

    .rv-mobile-dots .active {
        background: #333;
    }

    /* next button */
    .rv-mobile-next {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border: none;
        background: rgba(0,0,0,0.08);
        font-size: 1.6rem;
        color: #333;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


