@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

* {
    box-sizing: border-box;
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: var(--text-color);

    --text-color: #222f3e;
}



html {
    overflow-x: hidden;
}


body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

h2 { 
    font-size: 1.7411em; 
}

h3 { 
    font-size: 1.5157em;
}

h4 { 
    font-size: 1.3195em; 
}

h5 { 
    font-size: 1.1487em; 
}

p { 
    font-size: 1em;
    margin: 0;
    padding: 0;
}

small { 
    font-size: .8706em; 
}

nav {
    display: flex;
    justify-content: center;
    padding: 16px 0px;
    background-color: #222f3e;
}

body {
    overflow-x: hidden;
}

.main-carousel {
    position: relative;
    overflow: hidden;
}

.main-carousel:focus {
    outline: none;
}

.main-cell img {
    width: 100%;
}

.main-cell:focus {
    outline: none;
}

.column {
    width: 100% !important;
}

.nav-container {
    display: flex;
    width: 100%;
    max-width: 1400px;
    align-items: center;
    justify-content: space-between;
    padding: 0px 8px;
}

.nav-button {
    background-color: #209b76;
    border: 0px;
    color: white;
    padding: 8px 16px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
}

.support {
    display: flex;
    align-items: center;
    gap: 8px;
}

.support-text {
    color: white;
}

.support-email {
    background-color: white;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 8px;
}

.centering {
    display: flex;
    justify-content: center;
}

.logo {
    height: 48px;
}

.container {
    max-width: 1150px;
    min-width: 100vw;
    padding: 16px;
    display: flex;
    justify-content: center;
}

.solutions {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1150px;
}

.solutions h3 {
    font-weight: 400;
    max-width: 600px;
    margin-top: 8px;
}

.solutions .items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    width: 100%;
    margin-top: 64px;
    margin-bottom: 32px;
    justify-items: center;
}

.solutions .title {
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: start;
    padding-bottom: 8px;
    border-bottom: 3px solid var(--text-color);
}

.solutions h4 {
    text-align: start;
    padding-top: 8px;
    font-weight: 400;
}

.solutions .title img {
    width: 100px;
    height: 100px;
}

.reviews {
    margin-top: 96px;
    text-align: center;
}

.star-rating {
    display: flex;
    justify-content: center;
    gap: 4px;
}
  
.star {
    width: 32px;
    height: 32px;
    fill: lightgrey;
  
    &.active {
      fill: #fed94b;
    }
}

.reviews .title {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 500;
}

.testimonials {
    column-count: 5;
    margin-top: 32px;
    column-gap: 16px;
    width: 100%;
}

.testimonials img {
    width: 100%;
    border-radius: 8px 8px 0px 0px;
}

.testimonial {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    break-inside: avoid;
    width: 200px;
    margin-bottom: 16px;
    border-radius: 8px;
    box-shadow: 4px 4px 12px 0px rgba(173,173,173,1);
}

.testimonial-container {
    padding: 8px;
    text-align: start;
    margin-top: 16px;
    display: flex;
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
}

.testimonial .stars {
    margin-bottom: 8px;
}

.testimonial .title {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
    font-size: 18px;
}

.use-cases {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.use-cases h3 {
    font-weight: 400;
    max-width: 900px;
    margin-top: 8px;
}

.order {
    display: flex;
    gap: 32px;
    margin-top: 32px;
    max-width: 1150px;
}

.desktop-bar {
    min-width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #222f3e;
    position: fixed;
    bottom: 0;
    left: 0;
    opacity: 1;
    transition: all 0.2s ease-out;
    visibility: visible; 
}

.desktop-bar-container {
    max-width: 1150px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.desktop-bar-button {
    font-size: 20px !important;
}

.desktop-bar img {
    width: 64px;
    border-radius: 12px;
}

.column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 700px;
}

.product-img {
    width: 100%;
}

.warranty-image {
    width: 80px;
}

.warranty-card {
    display: flex;
    gap: 12px;
    align-items: center;
    background-color: #fff5e3;
    border: 2px solid #f09831;
    border-radius: 16px;
    padding: 8px;
    margin-top: 16px;
}

.warranty-card-mobile {
    display: none;
}

.warranty-title {
    font-weight: bold;
    margin-bottom: 4px;
    font-size: 20px;
}

.warranty-text {
    font-size: 18px;
}

.product-description {
    font-size: 22px;
    text-wrap: wrap;
    width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
}

.order-reviews {
    display: flex;
    gap: 4px;
    align-items: center;
}

.order-review-count {
    font-weight: 500;
}

.stars {
    display: flex;
    gap: 0px;
}

.product-title {
    font-size: 36px;
    font-weight: 700;
}

.product-title-middle{
    font-size: 36px;
    font-weight: 700;
}

.h4-solution{
    font-size: 1.3195em;
    }

.product-description {
    font-size: 22px;
}

.timer-icon {
    height: 20px;
}

.timer-header {
    font-size: 20px; 
    text-align: center;
    align-items: center;
    font-weight: 500;
    gap: 8px;
}

.times { 
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.time {
    font-size: 48px;
    background-color: black;
    color: white;
    padding: 2px 4px;
    border-radius: 8px;
}

.timer-divider {
    font-weight: 700;
}

.timer {
    margin-top: 10px;
}

.daily-offer {
    font-size: 20px;
}

strong {
    font-weight: 700;
}

.offer-options-container {
    margin-top: 10px;
}

.offer-options {
    display: flex;
    gap: 16px;
    margin-top: 8px;
}

.offer-option {
    flex: 1;
    padding: 8px;
    border: 2px solid black;
    border-radius: 8px;
    display: flex;
    gap: 8px;
    flex-direction: column;
    align-items: center;
    background-color: white;
    cursor: pointer;
}

.offer-option-active {
    background-color: #f7c756 !important;
    border: 2px solid #a37711 !important;
}

.offer-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.offer-option-title {
    font-weight: 700;
    font-size: 16px;
}

.offer-option-amount {
    font-weight: 700;
    font-size: 20px;
}

.offer-option-price-old, .offer-option-price-new {
    font-weight: 900;
    font-size: 24px;
}

.offer-option-price {
    display: inline;
    gap: 16px;
}

.offer-option-price-old {
    color: #ff0000;
    position: relative;
}

.offer-option-price-old:before {
    position: absolute;
    content: '';
    left: 0;
    top: 45%;
    right: 0;
    border-top: 2px solid;
    border-color: inherit;
    transform: skewY(-10deg);
}

.offer-button {
    color: white;
    width: 100%;
    padding: 24px;
    background-color: #209b76;
    border: none;
    border-radius: 8px;
    font-size: 30px;
    font-weight: 700;
    cursor: pointer;
}

.offer-points {
    display: flex;
    margin-top: 16px;
}

.offer-point {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.offer-point-icon {
    padding: 8px;
    border-radius: 64px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgb(220, 220, 220);
}

.offer-point-text {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.header {
    padding: 12px;
    background-color: #14151A;
    width: 100%;
}

.header-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-weight: 600;
    color: white;
    width: 100%;
}

.characteristics {
    margin-top: 32px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 1150px;
}

h1 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px;
    max-width: 1400px;
}

p {
    text-align: center;
    margin-bottom: 12px;
    max-width: 1400px;
    font-size: 24px;
}

.characteristics-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    height: 100%;
}

.characteristics-item {
    display: flex;
    gap: 12px;
    align-items: center;
}

.characteristics-icon {
    padding: 18px;
    background-color: #222d3e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 128px;
    border: 4px solid #ff9f0f;
}

.characteristics-title {
    font-size: 24px;
    font-weight: 700;
}

.characteristics-description{
    font-size: 20px; 
}

.characteristics-icon img {
    width: 48px
}

.columns {
    display: flex;
    gap: 32px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}

.item-title {
    font-weight: 700;
    font-size: 24px;
}

footer {
    background-color: #222f3e;
}

.footer-text {
    color: white;
    text-align: center;
    padding: 24px 8px;
    max-width: 1150px;
}

.contact {
    padding: 64px 8px;
    max-width: 1150px;
}

.highlight { 
    font-weight: 700;
}

.faq {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
    max-width: 1150px;
}

.question-container {
    display: grid;
    justify-content: space-between;
    gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    width: 100%;
    max-width: 1400px;
    background-color: #dde1e9;
    padding: 32px 24px;
    border-radius: 8px;
    margin-top: 24px;
}

.question-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
}

.question-answer {
    font-size: 20px;
}

.question-dot {
    height: 16px;
    width: 16px;
    min-height: 16px;
    min-width: 16px;
    background-color: #ffffff;
    border-radius: 16px;
    margin-top: 6px;
}

.question {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.offer-title-mobile {
    display: none;
    margin-top: 16spx;
}

.divider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 48px 8px;
    background-color: #222f3e;
    color: white;
    font-size: 24px;
    font-weight: 700;
    margin: 48px 0px;
}

.divider-button {
    background-color: #d10039;
    box-shadow: 0 1px #fd2d66 inset, 1px 1px 0 #940028, 2px 2px 0 #940028, 4px 4px 8px rgba(0, 0, 0, 0.55);
    border-radius: 50px;
    font-size: 24px;
    font-weight: 700;
    padding: 16px 32px;
    border: none;
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.example-container {
    display: flex;
    gap: 48px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px;
    padding: 24px 8px;
    margin-bottom: 16px;
}

.example {
    max-width: 120px;
}

.example img {
    margin-bottom: 8px;
    border-radius: 32px;
    border: 4px solid #222f3e;
    width: 100%;
}

.material-container {
    display: flex;
    gap: 32px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px;
    padding: 24px 8px;
    margin-bottom: 32px;
}

.material {
    max-width: 120px;
}

.material img {
    margin-bottom: 8px;
    border-radius: 256px;
    border: 4px solid #222f3e;
    width: 100%;
}

.reviews {
    max-width: 1150px;
    width: 100%;
    margin: 0px 8px !important;
}

.review {
    box-shadow: 0 2px 4px #0000001a;
    border-radius: 12px;
}

.review-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
    max-width: 1150px;
}

.review-image {
    width: 100%;
    border-radius: 12px 12px 0px 0px;
}

.review-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    gap: 4px;
}

.review-user {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    font-size: 20px;
}

.review-text {
    text-align: start;
    margin-top: 12px;
}

.review-content img {
    height: 16px;
}

.gallery-container {
    background-color: #222f3e;
    padding: 16px 0px 0px 0px;
    margin-top: 24px;
}

.gallery {
    position: relative;
}

.gallery-item {
    width: 25%;
    margin-right: 1%;
}

.gallery-item img {
    width: 100%;
    height: auto;
}

.previous {
    right: 76px;
}

.next {
    right: 0px;
}

.mobile-button {
    display: none;
    text-decoration: none;
}

.flickity-prev-next-button {
    position: absolute !important;
    bottom: 5px !important;
    top: auto !important;
    left: auto !important;
    transform: translate(0);
    width: 74px;
    height: 74px;
    border: none;
    background: rgba(109, 120, 144, 0.25);
    cursor: pointer;
    border-radius: 0px;
    fill: white;
}

.nav-text {
    color: white;
    font-weight: 500;
}

.hide {
    visibility: hidden !important;
    transition: all 0.2s ease-out !important;
    opacity: 0 !important;  
}

@media only screen and (max-width: 991px) {
    .gallery-item {
        width: 43%;
    }
}

@media only screen and (max-width: 600px) {
    .product-description {
    font-size: 22px;
    }

    .offer-option-amount{
        font-size: 30px;
    }

    .order-review-count {
    font-weight: 500;
    font-size: 20px;
    }

    .timer-header {
    font-size: 24px; 
    text-align: center;
    align-items: center;
    font-weight: 500;
    gap: 8px;
    }

    .daily-offer {
    font-size: 24px;
    padding-top: 15px;
    text-align: center;
    }

    .offer-point-text {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    }

    .product-title-middle{
    font-size: 32px;
    font-weight: 700;
    }

    .characteristics-title {
    font-size: 24px;
    font-weight: 700;
    }
    .characteristics-description{
    font-size: 20px; 
    }

    .divider {
    font-size: 30px; 
    }

    .h4-solution{
    font-size: 22px; 
    }

    .review-text {
    font-size: 22px;
    }
    .material-text{
    font-size: 30px;
    }

    .question-title {
    font-size: 26px; 
    }

    .question-answer {
    font-size: 22px;
    }

    .gallery-item {
        width: 80%;
    }

    .mobile-button {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100vw;
        background-color: #d10039;
        color: white;
        font-size: 24px;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 16px 0px;
        opacity: 1;
        transition: all 0.2s ease-out;
        visibility: visible; 
    }

    .desktop-bar {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .gallery-item {
        width: 100%;
        margin-right: 0px;
    }

    .offer-option-price {
    display: flex;
    gap: 16px;
    }
    

    .offer-option-price-old:before {
        position: absolute;
        content: '';
        left: 0;
        top: 45%;
        right: 0;
        border-top: 2px solid;
        border-color: inherit;
        transform: skewY(-10deg);
    }
}

@media only screen and (max-width: 1450px) {
    .order {
        flex-direction: column;
        align-items: center;
        padding: 0px 8px;
    }

    .warranty-card {
        display: none;
    }

    .warranty-card-mobile {
        display: flex;
    }

    .support {
        display: none;
    }

    .nav-button {
        display: none;
    }

    .nav-text {
        display: none;
    }

    .nav-container {
        justify-content: center;
    }
}

@media only screen and (max-width: 700px) {
    .question-container {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    .offer-option-price {
    display: flex;
    gap: 16px;
    }
    .offer-option-price-old:before {
        position: absolute;
        content: '';
        left: 0;
        top: 45%;
        right: 0;
        border-top: 2px solid;
        border-color: inherit;
        transform: skewY(-10deg);
    }
}

@media only screen and (max-width: 1000px) {
    .columns {
        flex-direction: column;
    }

    h1 {
        max-width: 700px;
    }
    
    p {
        max-width: 700px;
    }

    .divider {
        flex-direction: column;
        text-align: center;
    }
}

@media only screen and (max-width: 650px) {
    .offer-options {
        flex-direction: column;
    }

    .offer-title {
        display: none;
    }

    .offer-title-mobile {
        display: block !important;
    }

    .offer-points {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .offer-option-price-old:before {
        position: absolute;
        content: '';
        left: 0;
        top: 45%;
        right: 0;
        border-top: 2px solid;
        border-color: inherit;
        transform: skewY(-10deg);
    }
    .offer-option-price {
    display: flex;
    gap: 16px;
    }
}