
@import url(https://fonts.googleapis.com/css?family=Inter:regular,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Inter+Tight:regular,500,600,700,800,900);
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Arial", sans-serif;
  background-color: #fff;
  color: #151515;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 100%;
}

img {
  vertical-align: top;
}

ul,
ol,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

input,
button {
  border: none;
  font-family: inherit;
  font-size: inherit;
}

input:focus,
button:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

._container {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0px 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

.line {
  margin-bottom: 100px;
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
  height: 1px;
  background-color: #bcbcbc;
}
@media (max-width: 768px) {
  .line {
    margin-bottom: 40px;
  }
}

.split {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 1.2s ease-out;
  transition: all 1.2s ease-out;
}

.splitVisible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/*------------*/



.product-hero {
}
.product-hero__container {
    padding-top: 80px;
    padding-bottom: 20px;
}
._container {
}
.product-hero__body {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}
.product-hero__aside {
    width: 50%;
}
.product-hero__text-Block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
}
.product-age {
    background-color: #C5ECF480;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    border-radius:10px;
    letter-spacing: 0%;
    color: #010101;
    padding: 5px 15px;
}
.product__title {
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    max-width: 350px;
    font-size: 38px;
    line-height: 48px;
    letter-spacing: 0%;
}
.product__stars {
    display: flex;
    gap: 10px;
    align-items: center;
}
.cost{
    font-family: Arial;
    font-weight: 400;
    font-size: 24px;
    line-height: 21px;
    letter-spacing: 0%;
}
.product__button {
    font-family: Arial;
    font-weight: 500;
    font-style: Bold;
    font-size: 20px;
    line-height: 19.2px;
    color: #fff;
    letter-spacing: 0%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 125px;
    background-color: #00AB5F;
    border-radius: 6px;
    transition: all 0.5s ease 0s;
}
.product__button:hover{
    background-color: #0ae382;
}
.product__text {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    max-width: 380px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
}
.whyAwesome {
}
.whyAwesome__container {
    padding: 100px 15px !important;
}
._container {
}
.whyAwesome__titleMain{
    font-weight: 800;
    font-size: 40px;
    position: relative;
}
.whyAwesome__titleMain span{
    position: absolute;
    top: -25px;
    right: -35px;
}
.whyAwesome__aside{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 60px;
}
.whyAwesome__body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 60px;
}
.whyAwesome__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.whyAwesome__img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.whyAwesome__img video{
    border-radius: 100%;
    max-width: 250px;
}
.whyAwesome__img img{
    border-radius: 100%;
    max-width: 250px;
    max-height: 300px;
}
.whyAwesome__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.whyAwesome__title {
    font-weight: bold;
    color: #000;
    font-size: 24px;
}
.whyAwesome__subtitle {
    text-align: center;
    line-height: 16px;
    font-size: 16px;
    color: #000;
    max-width: 300px;
}

.aboutToy__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.aboutToy__title {
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    text-align: center;
    font-size: 38px;
    line-height: 48px;
    letter-spacing: 0%;
}
.aboutToy__aside {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}
.toyFeature__title{
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0%;
}
.aboutToy__imageBlock {
}
.aboutToy__textBlock {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 40px;
}
.aboutToy__features {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}
.toyFeature {
}
.toyFeature__item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.toyFeature__img {
}
.toyFeature__title {
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0%;
}
.aboutToy__complect {
}
.details-right {
}
.details-section {
}
.product-details {
    padding: 40px 0;
    border-top: 1px solid #eee;
}
.details-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
}
.details-text{
    font-size: 18px;
    list-style: disc;
}
.details-content {
    display: flex;
    gap: 40px;
}
.details-left {
    flex: 1;
}
.details-right {
    flex: 1;
}
.details-section {
    margin-bottom: 30px;
}
.details-section h3 {
    margin-bottom: 10px;
}
.reviews {
}
.reviews__container {
    padding: 100px 15px;
}
._container {
}
.reviews__body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.reviews__title {
    font-weight: bold;
    color: #000;
    font-size: 24px;
}
.reviews__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 1000px;
    gap: 20px;
}
.reviews__item {
}
.reviewsItem__text-aside{
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
}
.reviewsItem {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}
.reviewsItem__text-group {
    display: flex;
}
.reviewsItem__logo {
}
.reviewsItem__nameGroup {
}
.reviewsItem__name {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}
.reviewsItem__stars {
}
.reviewsItem__date {
    font-family: Arial;
    font-weight: 400;
    font-size: 12px;
    line-height: 16.5px;
    letter-spacing: 0%;
    color: #757575;
}
.reviewsItem__text {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
}
.line{
    border: 1px solid #EFEFEF;
    width: 100%;
    margin: 0;
    opacity: 0.5;
}

.ordering {
}
.ordering__container {
}
._container {
}
.ordering__body {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.ordering__item {
    width: 260px;
    height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.green {
    background-color: #0CA78E;
}
.ordering__img {
}
.ordering__title {
    text-align: center;
    font-family: Arial;
    font-weight: 700;
    font-style: Bold;
    font-size: 18.91px;
    color: #fff;
    line-height: 24px;
    letter-spacing: 0%;
}
.ordering__subtitle {
    text-align: center;
    font-family: Arial;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    line-height: 16.8px;
    letter-spacing: 0%;
}
.red {
    background-color: #E3624A;
}
.yellow {
    background-color: #E6D12E;
}
.blue {
    background-color: #C5ECF4;
}
.accordion {
    padding: 0px 15px;
    font-family: 'Arial', sans-serif;
    max-width: 800px;
    margin: 20px auto;
}

.accordion-item {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 8px;
}

.accordion-header {
    padding: 16px 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
    color: #333;
    transition: color 0.2s;
}

.accordion-header:hover {
    color: #00B261;
}

.accordion-header::after {
    content: '+';
    font-size: 20px;
    transition: transform 0.3s;
    color: #666;
}

.accordion-item.active .accordion-header::after {
    content: '-';
}

.accordion-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease;
}

.accordion-item.active .accordion-content {
    padding: 0 0 16px 0;
    max-height: 500px;
}

.accordion-content p {
    margin: 0;
    line-height: 1.6;
    color: #555;
}
/*-------------------------*/
/* Responsive slider container */
.slider-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

/* Main slider area */
.main-slider {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    aspect-ratio: 16/9; /* Maintain aspect ratio */
}

/* Responsive slides */
.slide {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.5s ease;
}

.slide.active {
    display: block;
    opacity: 1;
}

.slide.fading {
    opacity: 0;
}

/* Media content styling */
.slide img, 
.slide video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure media covers the area */
    display: block;
}

/* Navigation arrows - responsive sizing */
.slider-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 15px;
    z-index: 10;
}

.prev-slide, 
.next-slide {
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.prev-slide:hover, 
.next-slide:hover {
    background: rgba(0,0,0,0.8);
    transform: scale(1.1);
}

/* Thumbnails container - responsive layout */
.thumbnails {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-width: none; /* Hide scrollbar for Firefox */
}

.thumbnails::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome/Safari */
}

/* Individual thumbnails */
.thumbnail {
    width: 80px;
    min-width: 80px;
    height: 60px;
    cursor: pointer;
    opacity: 0.6;
    transition: all 0.3s ease;
    border-radius: 4px;
    overflow: hidden;
    flex-shrink: 0;
}

.thumbnail.active, 
.thumbnail:hover {
    opacity: 1;
    transform: scale(1.05);
}

.thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Accordion styles */
.accordion-item {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    max-width: 1200px;
    margin: 10px auto;
}

.accordion-header {
    padding: 15px 20px;
    background: #f5f5f5;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s ease;
}

.accordion-header:hover {
    background: #e9e9e9;
}

.accordion-header::after {
    content: '+';
    font-size: 20px;
}

.accordion-item.active .accordion-header::after {
    content: '-';
}

.accordion-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    background: white;
}

.accordion-item.active .accordion-content {
    padding: 15px 20px;
    max-height: 1000px;
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    .ordering__body{
        flex-wrap: wrap;
    }
    .whyAwesome__aside{
        flex-wrap: wrap;
    }
    .product-hero__aside{
        width: 100%;
    }
    .product-hero__body{
        flex-direction: column;
    }
    .main-slider {
        aspect-ratio: 4/3; /* More square aspect ratio for mobile */
    }
    
    .prev-slide, 
    .next-slide {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }
    
    .thumbnail {
        width: 60px;
        min-width: 60px;
        height: 45px;
    }
    
    .accordion-header {
        padding: 12px 15px;
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .main-slider {
        aspect-ratio: 1/1; /* Square for very small devices */
    }
    
    .thumbnails {
        justify-content: flex-start; /* Allow horizontal scrolling */
    }
    
    .prev-slide, 
    .next-slide {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
}
/*-------------------------*/
/* Accordion styles */
.accordion-item {
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.accordion-header {
    padding: 15px;
    background: #f5f5f5;
    cursor: pointer;
    font-weight: bold;
}

.accordion-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.accordion-item.active .accordion-content {
    padding: 15px;
    max-height: 1000px;
}
@media(max-width:600px){
    .ordering__item{
        width: 100%;
    }
}
.form {
}
.form-section {
    background-color: #f8f9fa;
    padding: 80px 0;
    width: 100%;
}

.form-container {
    max-width: 1400px;  /* Increased from 1200px */
    margin: 0 auto;
    padding: 0 40px;  /* Increased side padding */
}

.form-body {
    background: white;
    border-radius: 16px;  /* Larger radius */
    padding: 60px;  /* More internal padding */
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);  /* More pronounced shadow */
    width: 100%;
    margin: 0 auto;
}

.form-title {
    font-size: 36px;  /* Larger title */
    color: #2c3e50;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Form Elements */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 25px;  /* Increased gap between fields */
    max-width: 1000px;  /* Wider form */
    margin: 0 auto;
}

.form-input {
    padding: 18px 25px;  /* Larger input fields */
    border: 2px solid #e0e0e0;  /* Thicker border */
    border-radius: 10px;
    font-size: 18px;  /* Larger font */
    transition: all 0.3s ease;
    width: 100%;
}

.form-input:focus {
    border-color: #00B261;
    outline: none;
    box-shadow: 0 0 0 4px rgba(255, 107, 107, 0.2);  /* More visible focus */
}

.form-input::placeholder {
    color: #95a5a6;
    font-size: 16px;
}

.form-textarea {
    padding: 18px 25px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 18px;
    min-height: 200px;  /* Taller textarea */
    resize: vertical;
    width: 100%;
    transition: all 0.3s ease;
}

.form-textarea:focus {
    border-color: #00B261;
    outline: none;
    box-shadow: 0 0 0 4px rgba(255, 107, 107, 0.2);
}

.form-submit {
    background-color: #00B261;
    color: white;
    border: none;
    padding: 20px 40px;  /* Larger button */
    font-size: 20px;  /* Larger button text */
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;  /* More letter spacing */
    width: 100%;
    margin-top: 20px;  /* More space above button */
}

.form-submit:hover {
    background-color: #00B261;
    transform: translateY(-3px);  /* More pronounced hover effect */
    box-shadow: 0 6px 20px #00B261;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .form-container {
        padding: 0 30px;
    }
    
    .form-body {
        padding: 50px;
    }
}

@media (max-width: 768px) {
    .form-section {
        padding: 60px 0;
    }
    
    .form-container {
        padding: 0 20px;
    }
    
    .form-body {
        padding: 40px 30px;
    }
    
    .form-title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    
    .form-input, .form-textarea {
        padding: 16px 20px;
        font-size: 16px;
    }
    
    .form-submit {
        padding: 18px 30px;
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .form-body {
        padding: 30px 20px;
        border-radius: 12px;
    }
    
    .form-title {
        font-size: 26px;
    }
    
    .form-input, .form-textarea {
        padding: 14px 18px;
    }
}

/* Form Validation */
input:invalid, textarea:invalid {
    border-color: #00B261;
}

input:valid, textarea:valid {
    border-color: #2ecc71;
}
.footer {
    background-color: #f8f9fa;
    color: white;
    padding: 40px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.footer-content {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.footer-logo {
    font-size: 24px;
    font-weight: 700;
    color: white;
    margin-bottom: 10px;
}

.footer-about {
    color: #010101;
    line-height: 1.6;
    font-size: 14px;
    max-width: 400px;
}

.footer-social {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.footer-social a {
    color: #010101;
    font-size: 18px;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    color: #00B261;
    transform: translateY(-2px);
}

.footer-bottom {
    margin-top: 30px;
    color: #bdc3c7;
    font-size: 13px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    max-width: 600px;
}

@media (max-width: 600px) {
    .footer {
        padding: 30px 0;
    }
    
    .footer-about {
        font-size: 13px;
    }
    
    .footer-social {
        gap: 15px;
    }
}
.header {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.header__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.header__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    position: relative;
}

.header__logo img {
    height: 40px;
    width: auto;
}

/* Навігація для десктопу */
.header-nav {
    display: flex;
    gap: 30px;
}

.header-nav a {
    color: #333333;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: color 0.3s ease;
}

.header-nav a:hover {
    color: #00B261;
}

/* Бургер-меню */
.burger-menu {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
    cursor: pointer;
    z-index: 1001;
}

.burger-line {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #333333;
    transition: all 0.3s ease;
}

/* Мобільна навігація */
.mobile-nav {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.3s ease;
    z-index: 999;
    display: none;
}

.mobile-nav.active {
    transform: translateX(0);
}

.mobile-nav a {
    display: block;
    padding: 15px 0;
    color: #333333;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid #eeeeee;
}

.mobile-nav a:last-child {
    border-bottom: none;
}

/* Анімація бургера при активному стані */
.burger-menu.active .burger-line:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.burger-menu.active .burger-line:nth-child(2) {
    opacity: 0;
}

.burger-menu.active .burger-line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

/* Адаптивні стилі */
@media (max-width: 768px) {
    .header-nav {
        display: none;
    }
    
    .burger-menu {
        display: flex;
    }
    
    .mobile-nav {
        display: block;
    }
}
/* Add padding to body to account for fixed header */

/* Responsive Styles */
@media (max-width: 768px) {
  .burger-menu {
        display: flex;
    }
    
    .header-nav {
        display: none;
    }    
    .burger-menu.active .burger-line:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
    }
    
    .burger-menu.active .burger-line:nth-child(2) {
        opacity: 0;
    }
    
    .burger-menu.active .burger-line:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
    }
    .aboutToy__title,
    .details-title,
    .product__title,
    .whyAwesome__titleMain{
        font-size: 30px;
        line-height: 28px;
    }
    .aboutToy__aside{
        flex-direction: column;
    }
    
}
@media(max-width: 450px){
    .details-List{
        padding-left:50px;
    }
    .aboutToy__imageBlock img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .aboutToy__aside{
        gap: 20px;
    }
    .product__text{
        font-size: 14px;
    }
    .product__button{
        width: 100%;
        padding: 15px 50px;
    }
}