* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}

.main-content {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
}

body {
    font-family: Arial, sans-serif;
    background-color: #fafbf3;
    width: 100%;
    overflow-x: hidden;
}

header {
    width: 100%;
    background-color: #70A384;
    padding: 40px 20px 40px; 
    position: relative;
    text-align: center;
}


.site-title {
    font-family: "Just Me Again Down Here", cursive;
    font-size: 100px;
    color: #FEB92B;
    margin: 0;
}

.site-sub-title {
    font-family: "Just Me Again Down Here", cursive;
    font-size: 30px;
    color: #FEB92B;
    margin: 0;
}


.nav-float {
    position: absolute;
    top: 20px;
    right: 40px;
    font-family: "Just Me Again Down Here", cursive;
    font-size: 30px;
    font-weight: bold;
    color: #FEB92B;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-float:hover {
    color: #fafbf3;
}

h1{
    .just-me-again-down-here-regular {
        font-family: "Just Me Again Down Here", cursive;
        font-weight: 400;
        font-style: normal;
      }
      font-family: "Just Me Again Down Here", cursive;
      
}
.gallery {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 75px;
    padding: 10px;
    flex-wrap: wrap;
}

.preview-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #A3A7FE;
    padding: 5px;
    border: 22px;
    border-radius: 15px;
    text-align: center;
    width: 100%;
    max-width: 340px;
    transition: transform 0.2s;
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    
}

.preview-card:hover {
    transform: scale(1.03);
}

.preview-card img {
    width: 265px;
    height: 350px;
    border: #A3A7FE;
    border-radius: 15px;
    display: block;
    margin: 0 auto 10px auto;
    margin-top: 14px;
    text-decoration: none;
}

.preview-card h3 {
    
    font-size: 30px;
    font-family: "Just Me Again Down Here", cursive;
    text-decoration: none;
    color: #fafbf3;
}


.preview-card p {
    width: 250px;
    margin-bottom: 20px;
    text-decoration: none;
}

.content-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

.intro .welcome {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
    font-size: 18px;
  }


.intro {
    width: 1250px;
}

.carousel {
    position: relative;
    width: 450px;
    height: 600px;
    overflow: hidden;
    border-radius: 15px;
   
    flex-shrink: 0;
  }
  
  .carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    display: none; /
    
  }
  
  .carousel-image.active {
    display: block; 
  }
  
  .carousel button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    font-size: 2rem;
    cursor: pointer;
    padding: 5px 12px;
    color: #7B9E89;
    font-weight: bold;
    border-radius: 50%;
  }
  
  .carousel .prev {
    left: 10px;
  }
  
  .carousel .next {
    right: 10px;
  }
  
  .carousel button:hover {
    background-color: #f7c948;
    color: white;
  }

  .carousel-dots {
    text-align: center;
    margin-top: 10px;
  }
  
  .carousel-dots .dot {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .carousel-dots .dot.active {
    background-color: #f7c948;
  }

.intro {
    
    
    max-width: 1000px;
    margin: 0 auto 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    background-color: #70A384;
    color: #fafbf3;
    text-align: center;
    border-radius: 15px;
    max-width: 100%;
    margin: 10px auto 10px;
}

.intro p {
    line-height: 1.5;
}

.review-criteria{
    padding: 20px;
}
.review-des-card {
    
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
    background-color: #A3A7FE;
    border-radius: 20px;
    padding: 20px;
    margin: 30px auto;
    gap: 30px;
    flex-wrap: wrap;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.review-des-card img {
    width: 450px;
    height: 600px;
    border: 15px solid #f7c948; 
    border-radius: 50px;
    flex-shrink: 0;
}


.right-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fafbf3;
} 

video {
    width: 450px;
    height: 600px;
    border: 15px solid #f7c948; 
    border-radius: 50px;
    flex-shrink: 0;
    
}





.content-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 15px;
}

.right-box h2 {
    font-size: 55px;
    text-align: center;
    color: #5e7e65;
}



.review-des-card p {
    color: #fafbf3;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: left;
}

.pros-cons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 40px;
}


.pros-cons strong {
    display: block;
    margin-bottom: 8px;
    font-size: 17px;
    color: #ffffff;
    font-family: "Just Me Again Down Here", cursive;
}

.pros-cons li {
    font-size: 18px;
    margin-bottom: 4px;
    color: #fafbf3;
}

.pros, .cons {
    width: 48%
}

.pros h3, .cons h3 {
    color: #FDAAB1;
    font-size: px;
    margin-top: 8%;
    font-family: "Just Me Again Down Here", cursive;
    .just-me-again-down-here-regular {
        f.just-me-again-down-here-regular {
  font-family: "Just Me Again Down Here", cursive;
  font-weight: 400;
  font-style: normal;
  font-family: "Just Me Again Down Here", cursive;
}

        font-weight: 400;
        font-style: normal;
      }
    
      
}



.pros ul, .cons ul {
    list-style-type: disc;
    padding-left: 20px;
    color: 70A384;

}

.pros li, .cons li{
    font-size: 15px;
    margin-bottom: 4px;
    text-align: left;
}
ul {
    font-size: large;
    padding-left: 35px;
    color: #7B9E89;
    margin: 5px;
}


li {
    margin: 1px 0;
    font-size: 15px;
    color: #fafbf3;
    text-align: left;
}

.text-content p {
    margin-bottom: 2px;
  }
  
  .text-content ul {
    margin-top: 2px;
  }

h2 {
    text-align: center;
    font-size: 35px;
    .just-me-again-down-here-regular {
        font-family: "Just Me Again Down Here", cursive;
        font-weight: 400;
        font-style: normal;
      }
    font-family: "Just Me Again Down Here", cursive;
      
}

p {
    color: #fafbf3;
    font-size: 18px;
}

h3 {
    color: #5e7e65;
    font-size: 25px;
    .just-me-again-down-here-regular {
        font-family: "Just Me Again Down Here", cursive;
        font-weight: 400;
        font-style: normal;
      }
      font-family: "Just Me Again Down Here", cursive;
}


.list-criteria{
    color: #5e7e65;
    text-align: left;
    margin: 10px;
}

footer {
    font-size: 18px;
    color: #fafbf3;
    border-radius: 15px;
    padding: 3px;
    width: 100%;
    text-align: center;
}



.back-to-top-btn {
    display: inline-block;
    padding: 10px 20px;
    border: 3px solid #f7c948; /* yellow border */
    border-radius: 10px;
    background-color: transparent;
    color: #5e7e65;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
    margin-top: 30px;
    margin-bottom: 45px;
    
}

.text-content {
    font-size: 20px;
    line-height: 1.6;
  }

.back-to-top-btn:hover {
    background-color: #f7c948;
    color: white;
}
.review-criteria {
    color: #F3969E;
    font-size: 25px;

}

  .review-criteria-title {
    color: #F3969E;
    font-size: 55px;
    margin-bottom: 10px;
}
  
footer p {
    background: none;
    font-size: medium;
    color: #7B9E89;
}

 

 