* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html body{
    width: 100%;
    overflow-x: hidden;
}

html {
    font-size: 15px; 
}

body {
    font-family: 'Jomolhari', serif;
    padding-top: 5rem; 
    background-color: #002E4D;
}

body, ul, li, a {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

.navbar {
    background-color: #222;
    color: white;
    text-align: center;
    padding: 1rem 0; 
    top: 0;
    left: 0;
    width: 100vw;
    opacity: 1;
}

.small-text {
    margin-top: -0.5rem;
}

.small-1 {
    color: #fff;
    text-decoration: none;
}

.navbar .brand {
    margin-bottom: 0.5rem; 
}

.navbar .nav-links {
    display: flex;
    justify-content: center;
    gap: 1rem; 
    font-size: 1.3rem;
}

.navbar .nav-links a {
    color: #fff;
}

.navbar .nav-links a:hover {
    color: #ccc;
}

.toggle-button{
    color: #fff;
    display:inline-block;
}



.container {
    display: flex;
    flex-direction: column;
    min-height: 40vh;
}

.bg-index {
    background: url('/Img/bg-index.png') no-repeat center center/cover;
    height: 50vh; 
    display: flex;
}

.bg-text {
    font-size: 1.8rem;
    color: #E0E0E0;
    font-family: 'Cinzel', serif;
    opacity: 1;
    margin-top: 6rem; 
    margin-left: 2rem;  
}

.intro {
    margin-top: 50px;
    font-family: "Cinzel", serif;
    font-size: 2rem;  
    margin-left: 1rem; 
    color: #fff;
}

.box-container {
    display: flex;
    flex-direction: column; 
    position: relative;
}

.box-1, .box-2 {
    font-size: 1.8rem;
    width: 100%;  
    height: 200px; 
}
.box-1{
    height: 350px;
}

.box-1 p {
    margin-left: 1rem;  
    margin-top: 1rem;  
}

.read-more {
    margin-top: 260px;
    width: 150px;  
    height: 50px;  
}

.read-more a {
    font-size: 1rem;  
    line-height: 50px;  
}

.big-box {
    height: 300px;  
}


.explanation-container {
    display: flex;
    flex-direction: column; 
    margin-top: 2rem;  
    justify-content: center;
    align-items: center;
    margin: 0 0;
    text-align: center;
    width: 100%;
}   

.explanation{
    color: #FF7F50;
    font-weight: bold;
    font-size: 50px;
}

.premium-ingredients, .expert-craftmanship, .customize_service {
text-align: center;
font-size: 1.5rem;
margin: 20px ;
width: 80%;
}

.premium-ingredients p, .expert-craftmanship p, .customize_service p {
    text-align: center;
    width: 100%;  
    margin-left: 0; 
    font-size: 40px;  
    margin-bottom: 100px;
}

.banner-container {
    flex-direction: flex; 
}

.banner-1, .banner-2 {
    width: 100%;  
    height: 200px;  
    margin-top: 1rem;  
}

.big-banner {
    height: 300px;  
}

/* Our history */
.bg-history {
    background: url('/Img/bg-history.jpg')no-repeat center/cover fixed;
    height: 50vh; 
}

.headerforhistory{
    line-height: 3rem;
}

.bg-text-1 {
    font-size: 3rem; 
    margin-left: 2rem;
}

.intro-history {
    font-size: 4rem; 
    margin-top: 2rem;
    
}

.history-content {
    width: 90%;
    font-size: 2rem; 
}

.history-content h2{
    color: #FF7F50;
}

.banner-3, .banner-4 {
    width: 100%; 
    height: 150px;
    margin-top: 1rem; 
}

.big-banner-1 {
    height: 200px; 
}

/* Footer */
footer {
    padding: 1rem;
}

.footer-bottom {
    flex-direction: column; /* Stack footer sections verticall */
    text-align: center;
}

.footer-left, .footer-center, .footer-right {
    text-align: center;
    margin-bottom: 1rem; 
}

/*  */



.first-alphabet{
    font-weight: bold;
    font-size: 2em;
}
/* Basic potions */


.bg-basic {
    background: url('/Img/Red_potion.webp') center center/cover fixed;
    height: 50vh; 
}

.fundamental {
    display: flex;
    align-items: center;
    justify-self: center;
    font-size: 3rem; 
    width: 90%; 
}

.fundamental-container .fundamentalp {
    text-align: center;
    font-size: 2rem;
}

.basic-product {
    color: #2FC49C;
    margin-top: 300px;
    font-size: 2rem;  
    margin-left: 6.5rem; 
}


/* Tablet-specific styles for potions-container */
.potions-container,
.potions-container-1 {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between; /* Space items evenly */
    gap: 1rem;  
    max-width: 90%;  
    margin-left: auto;
    margin-right: auto;
}

.potions-container > div,
.potions-container-1 > div {
    flex: 1; /* Two items per row with gap */
    box-sizing: border-box;  
    margin-bottom: 1rem;  
}

/* Adjust the price tag and description for tablet */
.price_tag {
    width: 100%; 
    text-align: center;  
    margin-top: 300px;  
    margin-left: 0;
    margin-right: 0;
}

.potion-description {
    text-align: center; 
    margin-top: -300px;  
}

/* Ensure images or backgrounds fit well */
.red_potion,
.green_potion,
.blue_potion,
.violet_potion,
.yellow_potion,
.pink_potion,
.nature,
.moon_potion,
.ocean_potion,
.meteor_potion,
.dark_potion,
.legendary_potion {
    background-size: cover; 
    height: 300px; 
}

/* Special potions */
.bg-special {
    background: url('/Img/Time\ distortion\ potion.webp') center center/cover fixed;
    height: 50vh;  
}

.box-container-1 {
    flex-direction: column;  
}

.box-special{
    font-size: 2rem;
    width: 100%;  
    height: 400px; 
    align-items: center;
    justify-content: center;
}

.immortal, .dragon, .legendary, .lightofheaven, .timedistortion{
    height: 800px;
    width: 100%;
} 

.special-potion-description{
    height: 800px;
    width: 100vw;
}
.special-potion-description p{
    font-size: 30px;
}

.special-price {
    margin-left: -100px;
    margin-top: 650px;
    width: 200px;
    height: 50px;
}

.bg-customize {
    height: 50vh;
}

.box-customize-1 {
    width: 100%;
    height: auto;
}

.bg-contact {
    background: url('/Img/bg-contact.jpg') center center/cover fixed;
    height: 50vh;
}

.fundamental-1 {
    font-size: 4rem;
    width: 90%;
}

.fundamentalp-1 {
    width: 90%;
    font-size: 2rem;
}

.contact-form {
    font-size: 2rem;
}

.contact-form input, .contact-form textarea {
    width: 90%;
}

.contact-form #submit {
    width: 150px;
    height: 40px;
}
