* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html body{
    width: 100%;
    overflow-x: hidden;
    font-size: 14px;
}

html {
    /* Smaller base font size for mobile */
    font-size: 14px;
}
     

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: 100%;
    opacity: 1;
}

.small-text {
    margin-top: -0.5rem; 
    font-family: 'Cinzel';
}

.small-1 {
    color: #fff;
    text-decoration: none;
}

.navbar .brand {
    font-size: 17.5px; 
    margin-bottom: 0.5rem; 
    font-family: 'Cinzel';
}
.navbar .navbar-links .nav-links {
    font-size: 12.25px; 
}


.navbar .nav-links {
    display: flex;
    justify-content: center;
    gap: 0.5rem; 
    font-size: 12.25px;
}

.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: 60vh;
}

.bg-index {
    background: url('/Img/bg-index.png') no-repeat center center/cover;
    height: 20rem;
    display: flex;
}

.bg-text {
    font-size: 1.5rem;
    color: #E0E0E0;
    font-family: 'Cinzel', serif;
    opacity: 1;
    margin-top: 6rem; 
    margin-left: 2rem;
}

.intro {
    font-family: "Cinzel", serif;
    font-size: 2rem; 
    margin-left: 1rem; 
    color: #fff;
    margin-top: -5rem; 
    margin-bottom: -5rem;  
    height: auto;  
}

.box-container {
    display: flex;
    flex-direction: column;  
    position: relative;
}

.box-1, .box-2 {
    font-size: 14px;
    width: 100%; 
    height: auto; 
}

.box-1 p {
    margin-left: 1rem;
    margin-top: 1rem; 
}

.read-more {
    position: relative; 
    left: auto;
    top: auto;
    margin: 1rem auto;
    width: 150px;
    height: 50px;
}

.read-more a {
    font-size: 1rem;  
    line-height: 50px;  
}

.big-box {
    height: 300px;  
}
.explanation{
    margin: 0;
}
.explanation-container {
    width: 100%;
    display: flex;  
    flex-direction: column; /* Stack items vertically on mobile */
    margin-top: 2rem; 
    justify-content: center;
    align-items: center;
    margin: 0 0;
    font-size: 14px;
}

.explanation{
    font-size: 35px;
    color: #FF7F50;
}


.premium-ingredients p, .expert-craftmanship p, .customize_service p {
    width: 100%;  
    font-size: 20px;  
    margin-bottom: 50px;
}

.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') center center/cover fixed;
    height: 30rem;  
}

.headerforhistory{
    line-height: 3rem;
}

.bg-text-1 {
    font-size: 2rem;  
    margin-left: 2rem;  
}

.intro-history {
    font-size: 2rem;  
    margin-top: 2rem;  
    
}

.history-content {
    width: 90%;  
    font-size: 1rem; 
}

.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 vertically on mobile */
    text-align: center;
}

.footer-left, .footer-center, .footer-right {
    text-align: center;
    margin-bottom: 1rem; /* Adjusted margin for mobile */
}

/*  */

.first-alphabet{
    font-weight: bold;
    font-size: 2em;
}
/* Basic potions */
.bg-basic {
    background: url('/Img/Red_potion.webp') center center/cover fixed;
    height: 30rem; /* Smaller height for mobile */
}

.basic-product p{
    margin-right: 30px;
    padding: 0;
}


.fundamental {
    font-size: 1.5rem; 
    margin-left: 1rem; 
    width: 90%; 
}

.fundamentalp p{
    width: 90%; 
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;  
}

.basic-product {
    color: #2FC49C;
    font-size: 2rem;  
    margin-left: 6.5rem;  

}

.potions-container, .potions-container-1 {
    flex-direction: column; /* Stack potions vertically on mobile */
    gap: 200px;  
    margin-left: 4rem; 
}

.price_tag {
    width: 100%; 
    margin-left: 0; 
    margin-top: 300px;
}

.potion-description {
    margin-top: -300px;  
}

/* Special potions */
.bg-special {
    background: url('/Img/Time\ distortion\ potion.webp') center center/cover fixed;
    height: 30rem;  
}

.box-container-1 {
    flex-direction: column;  
}

.box-special{
    font-size: 12px;
    width: 100%; /* Full width on mobile */
    height: 200px; /* Adjusted height for mobile */
    align-items: center;
    justify-content: center;
}

.intro-1{
    margin-bottom: -200px;
    font-size: 2rem;
}

.immortal, .dragon, .legendary, .lightofheaven, .timedistortion{
    height: 300px;
    width: auto;
} 

.box-special{
    font-size: 1.2rem;
    height: auto;
}

.special-potion-description{
    height: 300px;
    width: 100vw;
}

.special-potion-description p{
    font-size: 10px;
}

.special-price {
    margin-left: -100px;  
    margin-top: 350px;  
    width: 200px;  
    height: 50px;  
}

/* Customize Service */
.bg-customize {
    height: 30rem;  
}

.box-customize-1 {
    width: 100%; 
    height: auto;
}

/* Contact */
.bg-contact {
    background: url('/Img/bg-contact.jpg') center center/cover fixed;
    height: 30rem; 
}

.fundamental-1 {
    font-size: 1.5rem; 
    width: 90%; 
}

.fundamentalp-1 {
    width: 90%; 
    font-size: 1rem; 
}

.contact-form {
    font-size: 2rem;
}


.contact-form input, .contact-form textarea {
    width: 90%; 
}

.contact-form #submit {
    width: 150px; 
    height: 40px;
}