/* Table Of Contents 

*/

/*  Hero section  */
.hero-section{
   height: 100vh;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
}

.hero-bg{
    background: url('../images/tea-bg.webp') 50% 50% no-repeat;
    background-size: contain;
    background-position: top right;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}

.hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    height: 100%;
    align-items: center;
    place-content: center;
    z-index: 2;
    padding: 0 200px;
}

.hero-left {
/* margin-left: 100px; */
}

.hero-title h1{
color: #5d4233;
font-size: 70px;
font-family: 'TS-kaewPet-NP';
font-weight: 500;
margin:0;
}

.hero-text{
color: #5d4233;
font-size: 20px;
font-family: 'Roboto';
font-weight: 500;
margin: 20px 0;
}

.hero-right {
    position: relative;
    display: grid;
    align-items: center;
    place-content: center;
    
}

.hero-img {
position: relative;
width: 500px;
}

.hero-img img{
    width: 100%;
    }

@media screen and (max-width: 1500px) {
.hero-section{
    height: 100%;
    padding: 120px 0 100px;
}

.hero-inner {
    padding:0 100px;
}
}

@media screen and (max-width: 1300px) {
.hero-img {
width: 300px;
}

.hero-inner {
    padding:0 50px;
}
}

@media screen and (max-width: 1150px) {
    .hero-title h1 {
        font-size: 50px;
    }

    .hero-text {
    font-size: 18px;
    }

    .hero-left {
/* margin-left: 30px; */
}

}

@media screen and (max-width: 900px) {
    .hero-title h1 {
        font-size: 40px;
    }

    .hero-inner {
    padding:0 50px;
}
}

@media screen and (max-width: 767px) {
.hero-bg{
    background: url('../images/tea-m-hero-bg.webp') 50% 50% no-repeat;
    background-size: 100% 75%;
    background-position: bottom;
}

.hero-inner {
    grid-template-columns: 1fr;
    gap: 30px;
}

.hero-left {
    margin-left: 0px;
    text-align: center;
}
}


/*  Order section  */
.order-section{
    position: relative;
    overflow: hidden;
}

.order-bg{
    background: url('../images/tea-order-bg.webp') 50% 50% no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.order-inner {
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
    height: 100%;
    align-items: center;
    place-content: center;
    padding: 100px;
}

.order-left {
}

.order-title {
color: #3d6412;
font-size: 70px;
font-family: 'TS-kaewPet-NP';
font-weight: 500;
margin:0;
}

.order-text{
color: #3d6412;
font-size: 20px;
font-weight: 500;
margin: 40px 0;
}

.order-right {
position: relative;
}

.order-box {
    background: #fff;
    border: 3px solid #3d6412;
    border-radius: 20px;
    padding: 20px;
}

.order-r-title {
    color: #3d6412;
    font-size: 50px;
    font-family: 'TS-kaewPet-NP';
    font-weight: 500;
    text-align: center;
}

ul.order-list {
    margin: 5px 0;
}

li.order-list-item {
    padding: 5px 0;
    font-size: 16px;
}

.order-btn{
    text-align: center;
}


@media (max-width: 1300px) {
    .order-title{
        font-size: 60px;
    }

    .order-inner {
        padding:100px 50px;
    }
    
}

@media (max-width: 1150px) {
    .order-inner {
        padding:50px 30px;
    }

    .order-r-title {
        font-size: 40px;
        line-height: 30px;
    }


.order-title {
font-size: 50px;
}

}

@media (max-width: 1000px) {
    .order-title{
font-size: 40px;
}

.order-inner{
    grid-template-columns: 1fr 1fr;
}

}

@media (max-width: 767px) {
    .order-section {
    position: relative;
}

    .order-inner{
        grid-template-columns: 1fr;
    }

    .order-left {
    text-align: center;
}

.order-box {
    padding: 20px 10px;
}

}


/* Story section */
.story-section{
    position: relative;
    overflow: hidden;
}

.story-inner {
position: relative;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 30px;
height: 100%;
align-items: center;
place-content: center;
padding:100px;
}

.story-left {
/* margin-left: 100px; */
}

.story-title {
color: #3d6412;
font-size: 60px;
font-family: 'TS-kaewPet-NP';
font-weight: 500;
margin:0;
}

.story-text{
color: #3d6412;
font-size: 20px;
font-weight: 500;
margin: 40px 0;
}

.story-right {
position: relative;
width: 100%;
overflow: hidden;
padding: 10px;
}

.story-img {
position: relative;
width: 600px;
margin: 0 auto;
border: 5px solid #3d6412;

}

.story-img img {
display: block;
width: 100%;
height: 100%;
}


@media (max-width: 1500px) {
    .story-img {
width: 500px;
    }

}

@media (max-width: 1300px) {
    .story-title{
font-size: 50px;
}

.story-inner {
    padding:50px;
    }

.story-left {
/* margin-left:50px; */
}
}

@media (max-width: 1150px) {
    .story-left {
/* margin-left:30px; */
}

.story-inner {
    padding:30px;
    }

.story-img {
position: relative;
width: 400px;
}

.story-title {
font-size: 50px;
}

.story-text{
font-size: 18px;
margin: 20px 0;
}
}

@media (max-width: 900px) {
    .story-title{
font-size: 40px;
}

.story-text{
font-size: 16px;
margin: 30px 0;
}

.story-img {
width: 330px;
}
}

@media (max-width: 767px) {
    .story-section {
height: 100%;
position: relative;
}

.story-bg{
    display:block;
    background: url('../images/tea-m-story.webp') 50% 50% no-repeat;
    background-size: 100% 75%;
    background-position: bottom left;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;

    }

    .story-inner{
        grid-template-columns: 1fr;
    }

    .story-right {
        display: none;
    }

    .story-left {
    padding-bottom: 50px;
    text-align: center;
}
}



/* Compound section  */
.compounds-section{
    position: relative;
    overflow: hidden;
}

.compounds-bg{
    background: url('../images/Compounds-tea-bg.webp') 50% 50% no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

.compounds-container{
    padding:100px 0;
}

.compounds-title{
    color: #fff;
    font-size: 60px;
    font-family: 'TS-kaewPet-NP';
    font-weight: 500;
    text-align: center;
}


.compounds-inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding: 20px 0;
    align-items: center;
}

.compounds-l{
    margin-left: 100px;
}

.compounds-box{
    display: grid;
        grid-template-columns: 100px 1fr;
        gap: 20px;
        align-items: center;
        margin-bottom: 30px;
}

.compounds-icon{

}

.compounds-icon img{
    width: 100px;
}

.compounds-desc{
    font-size: 18px;
    color:#fff;
    text-align: left;
}

.compounds-name{
    text-decoration: underline;
}

.compounds-r{
    background: #3b6010;
    padding: 30px;
    border: 3px solid #5a9713;
}

.benefits-inner {
    padding: 30px;
}

.benefits-box {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}

.benefits-icon{

}

.benefits-icon img{
    width:50px;
}

.benefits-textarea{
    color:#fff;
}

.benefits-title {
    font-size: 20px;
}

.compounds-r-title {
    color: #fff;
    font-size: 40px;
    font-family: 'TS-kaewPet-NP';
    font-weight: 500;
}

@media (max-width: 1300px) {
    .compounds-container{
        padding:50px 0;
    }

    .compounds-l{
        margin-left: 50px;
    }
}

@media (max-width: 1150px) {
    .compounds-l{
        margin-left: 30px;
    }

    .benefits-inner {
        padding: 30px 0;
    }

    .compounds-inner {
        gap: 30px;
    }
}

@media (max-width: 767px) {
    .compounds-inner {
        grid-template-columns: 1fr;
    }

    .compounds-l{
        margin-left: 0px;
        padding:0 30px;
    }
}

@media (max-width: 550px) {
    .compounds-desc {
        font-size: 14px;
        text-align: center;
    }

    .compounds-icon img {
        width: 80px;
    }

    .compounds-title {
        font-size: 40px;
    }

    .benefits-desc {
        font-size: 15px;
    }

    .compounds-icon {
        text-align: center;
    }

    .compounds-box {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}


/* Usage section  */
.usage-section{
    position: relative;
    overflow: hidden;
}

/* .usage-bg{
    background: url('../images/cinnamon-usage-bg.webp') 50% 50% no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
} */

.usage-container{
    padding:100px 0;
}

.usage-title{
    color: #3d6412;
    font-size: 60px;
    font-family: 'TS-kaewPet-NP';
    font-weight: 500;
    text-align: center;
}

.usage-text{
    color: #3d6412;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}


.usage-inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding: 50px 100px;
    align-items: center;
}

.usage-box{
    display: grid;
        grid-template-columns: 100px 1fr;
        gap: 20px;
        align-items: center;
        margin-bottom: 30px;
}

.usage-box {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}

.usage-r-box{
    display: grid;
    grid-template-columns: 1fr 150px ;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}

.usage-icon{

}

.usage-icon img{
    width:150px;
    border: 2px solid #3d6412;
}

.usage-desc a{
    color: #3d6412;
}

.usage-textarea{
    color:#3d6412;
}

.usage-textarea-r{
    text-align: right;
    color: #3d6412;
}

.usage-subtitle {
    font-size: 20px;
}

.usage-btn {
    text-align: center;
}

@media (max-width: 1300px) {
    .usage-container{
        padding:50px 30px;
    }

    .usage-inner{
        padding: 50px;
    }

}

@media (max-width: 1150px) {
    .usage-inner{
        gap: 30px;
        padding: 30px 0;
    }
}

@media (max-width: 900px) {
    .usage-inner {
        gap: 0px;
}

.usage-box {
    grid-template-columns: 100px 1fr;
}

.usage-r-box {
    grid-template-columns: 1fr 100px ;
}

.usage-icon img {
    width: 100px;
}

.usage-subtitle {
    font-size: 18px;
}

.usage-desc {
    font-size: 14px;
}
}

@media (max-width: 767px) {
    .usage-inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 550px) {
    .usage-desc {
        font-size: 14px;
    }

    .usage-icon img {
        width: 100px;
    }

    .usage-title {
        font-size: 40px;
    }

    .usage-desc {
        font-size: 15px;
    }

    .usage-icon {
        text-align: center;
        order: 1;
    }

    .usage-textarea {
        order: 2;
        text-align: center;
    }

    .usage-textarea-r {
        order: 2;
        text-align: center;
    }


    .usage-box {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .usage-r-box {
        grid-template-columns: 1fr;
        gap: 10px;
    }

}

.review-section{
    background: url('../images/category-bg.webp') 50% 50% no-repeat;
        background-size: cover;
        background-position: center;
        position: relative;
        overflow: hidden;
        height: 100%;
        padding: 50px;
}

.review-text1{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.text2{
    font-weight: bold;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .review-section{
            padding: 30px;
    }
}