.main-info{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    padding: 30px 0 20px;
}

.main-logo-text{
    font-size: 31px;
}

.main-text-h1{
    font-size: 60px;
}

.first-image{
    height: 980px;
    width: 550px;
}

.second-image{
    height: 790px;
    width: 530px;
}

.third-image{
    height: 820px;
    width: 350px;
}

.fourth-image{
    height: 700px;
    width: 700px;
    margin: 30px 0 0;
}

.fiveth-image{
    height: 460px;
    width: 700px;
    margin: 30px 0 0;
}

.sixth-image{
    height: 490px;
    width: 700px;
    margin: 10px 0 0;
}

.seventh-image{
    height: 175px;
    width: 360px;
    margin: 10px 0 0;
}

.eight-image{
    height: 250px;
    width: 360px;
    margin: 10px 0 0;
}

.nineth-image{
    height: 150px;
    width: 360px;
    margin: 10px 0 0;
}

.ten-image{
    height: 220px;
    width: 370px;
}

.eleven-image{
    height: 260px;
    width: 370px;
}

.twelve-image{
    height: 130px;
    width: 370px;
}

.thirty-image{
    height: 365px;
    width: 760px;
}

.fourteen-image{
    height: 660px;
    width: 555px;
}

.fivetheen-image{
    height: 660px;
    width: 555px;
}

.sixtheen-image{
    height: 760px;
    width: 555px;
}

.seventeen-image{
    height: 540px;
    width: 555px;
}

.eighteen-image{
    height: 500px;
    width: 505px;
}

.ninetheen-image{
    height: 290px;
    width: 505px;
}

.twenty-image{
    height: 420px;
    width: 505px;
}

.twenty-one-image{
    height: 530px;
    width: 505px;
}

.twenty-two-image{
    height: 220px;
    width: 505px;
}

.twenty-three-image{
    height: 175px;
    width: 505px;
}

.twenty-four-image{
    height: 405px;
    width: 375px;
}

.twenty-five-image{
    height: 680px;
    width: 375px;
}

.twenty-six-image{
    height: 240px;
    width: 375px;
}

.main-info-button{
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 70%;
    color: white;
    background-color: #E16203;
    border: 1px solid #E16203;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
}

.buy-btn {
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
}

.main-info-button img{
    margin-right: 10px;
    transition: filter 0.3s ease;
}

.main-info-button:hover {
    background-color: white;
    color: black;
    border-color: black;
    cursor: pointer;
}

.main-info-button:hover img {
    filter: brightness(0);
}

.main-info-stars{
    font-weight: bold;
    color: #C18C5D;
}

.money-back{
    margin-bottom: 50px;
    font-size: 14px;
}

.result-sta{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    font-size: 18px;
}

.main-info-stars-text{
    margin-left: 10px;
}

.text-h1{
    font-size: 45px;
}

.result-img{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    font-size: 18px;
    margin-bottom: 40px;
}

.text-h1-third{
    font-size: 45px;
    font-weight: bold;
    width: 50%;
    overflow-wrap: break-word;
}

.main-info-stars-fourth{
    font-weight: bold;
    color: #C18C5D;
    font-size: 32px;
}

.text-h1-fourth{
    font-size: 45px;
    margin-top: 40px;
}

.text-h1-fiveth{
    font-size: 30px;
    margin-top: 40px;
    width: 60%;
    text-align: center;
    overflow-wrap: break-word;
}

.text-h1-sixth{
    font-size: 30px;
    margin: 40px 0 40px;
}

.text-h1-seventh{
    font-size: 30px;
    width: 70%;
    overflow-wrap: break-word;
    margin: 40px 0 0;
}

.text-h1-eight{
    font-size: 25px;
    width: 70%;
    overflow-wrap: break-word;
    text-align: center;
    margin: 40px 0 0;
}

.text-h1-nineth{
    font-size: 45px;
    width: 70%;
    overflow-wrap: break-word;
    text-align: center;
}

.customers{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    overflow-wrap: break-word;
    margin-bottom: 40px;
    gap: 25px;
    max-width: 1200px;
}

.customers-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 28px;
}

.customers-card span{
    font-size: 20px;
}

.customers-reviews{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 60%;
    overflow-wrap: break-word;
    margin-bottom: 40px;
    gap: 25px;
}

.customer-review{
    display: flex;
    flex-direction: column;
}

.video-section{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    gap: 45px;
}

.video-card {
    width: 340px;
    height: 600px;
    object-fit: cover;
    display: block;
    padding: 30px;
}

.span-review{
    display: flex;
    text-align: center;
    width: 70%;
    font-size: 25px;
    font-style: italic;
    margin-bottom: 20px;
}