/* Google font link*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700;800&family=Playfair+Display:wght@400;500;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Playfair Display' Arial, Helvetica, sans-serif;
}
.container {
    width: 100;
    margin: 0 auto;
    justify-content: center;
    margin: 3px;
    background-color: #302a28;
    background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url(images/pattern2.jpg);
    background-repeat: repeat-y;
    background-position: center;
    background-size: cover;

}


a{
    text-decoration:none;
}

ul{
    list-style: none;
}


/* Navbar  Anything Is Good...*/
.navbar {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px;
    color: white;
}

.nav-links {
    display: flex;
    align-items: center;
    color: white;
    
    
}
.nav-links li {
    margin: 0 30px;
    color:white;
}

a {
    color: white;
    font-weight: bold;
} 

.logo{
    width: 10em;
}


header{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(images/about-cover.jpg);
    background-position:center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}




/* Small shop big service */
.header-content{
    margin-bottom: 150px;
    color: white;
    text-align: center;
}


.header-content h1{
    font-size: 7vmin;
    margin-top: 40%;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

/* style Read More link */
.button{
    padding: 8px 15px;
    background: none;
    color: white;
    opacity: 50%;
    font-size: 15px;
    font-weight: lighter;
    transition: 0.5s;

}
.button:hover{
    opacity: 100%;
}


/* underline style */
.line{
    width: 110px;
    height: 2px;
    background: white;
    margin: 10px auto;
    border-radius: 10px;
    opacity: 60%;
}





/* About Us */
.about {
    width: 100%;
    height: 60vh;
    margin-top: 50px;
    background-color: #302a2805;
    background-position: center;
    background-size: cover;
    justify-content: space-evenly;
    display: flex;
    align-items: center;
}

.about-us {
    width: 50%;
    padding: 30px;
    color:#472210;
    display: flex;
    

}
.about-us h2{
    font-size: 30px;
    margin: 20px 0px;

}
.about-us p {
    color: #472210;
}
.about-us .button {
    margin-top: 20px;
    padding-left: 40px;
    
}

.content-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: justify;
    
}
.about .button {
    color: #472210;
    padding: 0;
}



.content-2 {
    width: 50%;
    height: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 50px;

}
.content-2 img{
    border-radius: 10px;
    box-shadow: 0px 0px 6px #000;
}
span{
    color: #b86464;;
    font-weight: bold;
}
p::first-letter{
    font-size: x-large;
}






/* about video sheet style */

.clearfixx {
    overflow: auto;
    padding: 30px 0px 0px 0px;
    margin: 5px 0px;
    
}
.youtube{
    float: right;
    padding: 10px;
    
}
.clearfixx p {
    background-color: #472210;
    font-size: 30px;
    padding: 15px;
    color: white;
    margin-bottom: 50px;

}

img.left {
    float: left;
    margin: 0px 15px 15px 0px;
}
img.right {
    float:right;
    margin: 0px 0px 10px 15px;
    width: 200px;
    height: auto;
}
.clear {
    clear: both;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}





/* Health */

main {
    padding: 0 15px;
    margin: 5px;
   
}

/* add border to all images*/
main img {
    border: 2px solid  #472210;
    padding: 1px;
    margin: 3px 0px;
    box-shadow: 2px 2px 10px hsla(0, 0%, 0%, 0.51);
}
h2, h3 {
    color: #472210;
    padding: 20px 0;
}
img.right {
    float:right;
    margin: 0px 0px 10px 15px;
}
p {
    text-align: justify;
}
a:link, a:visited {
    color:white;
}

a:hover, a:focus {
    color: #472210;
}

/* add top border to h3 ,h4 */
h3, h4 {
    border-top: 3px solid  #472210;
    padding: 20px 0;
    margin: 50px 0px 0px 0px;
    
}
img.left {
    float: left;
    margin: 0px 15px 15px 0px;
}

.clear {
    clear: both;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
  }
  ::marker {
      color:  #472210;
  }

.chili {
    width: 200px;
    height: auto;
}


.health {
    margin: 40px;
    padding:40px
}

.properties {
    margin: 40px;
    padding: 40px;
}

.facts{
    margin: 40px;
    padding: 40px;
}







/* .health {
    width: 100%;
    height: 60vh;
    background-image: linear-gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(images/pattern1.jpg);
    background-position: center;
    background-size: cover;
    justify-content: space-evenly;
    display: flex;
    align-items: center;
}

.text {
    width: 50%;
    padding: 30px;
    color: white;
    display: flex;
    

}
.text h2{
    font-size: 5vmin;
    margin: 50px 40px;
}
.text p {
    color:rgb(255, 238, 205);
}
.text .button {
    margin-top: 20px;
    padding-left: 40px;
    
}

.text-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: justify;
    
}



.text-2 {
    width: 50%;
    height: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 50px;

}
.text-2 img{
    border-radius: 20px;
}
span{
    color: #ffffff;
    font-weight: bold;
}
p::first-letter{
    font-size: x-large;
} */






/* fotter style */
footer{
    width: 100%;
    height: 250px;
    padding: 20px 0;
    background-image: url(images/footer-img.jpg);
    background-position: bottom;
    background-size: cover;
    background-color: rgb(235, 235, 235);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  

}
.footer-logo{
    width: 20%;
    
}
footer p{
    color: #ffffff;
}





