body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
}

.container {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.dark-theme {
    background-color: #333;
    color: #fff;
    padding: 15px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.logo img {
    width: 100px;
    height: auto;
    border: 1px solid gold;
    border-radius: 30%;
}

.logo img:hover {
    border-radius: 10px pink;
    border: 1px solid pink;
}

nav ul {
    list-style: none;
    float: right;
}

nav ul li {
    display: inline-block;
    margin-left: 20px;
}

nav a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}

nav a:hover {
    color: #ffd700;
    /* Change the color on hover as per your preference */
}

.cta-button {
    float: right;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ffd700;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
}

.button:hover {
    background-color: #ffcc00;
    /* Change the color on hover as per your preference */
}

.hero {
    background: url('image/hero-1.jpg') center/cover no-repeat;
    color: rgb(248, 244, 247);
    text-align: left;
    padding: 100px 0px;
    /* Adjust the padding based on your design */
}
.hero:hover {
    color: #12ff0a;

}
.hero-content {
    max-width: 600px;
    margin: 0 auto;
    height: auto;
}

.hero h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.hero p {
    font-size: 18px;
    margin-bottom: 30px;
}

/* Button styles */
.button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #ffd700;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
}

#Specials h2 {
    color: #6d6981;
    text-align: center;
    text-decoration: underline;
}

#Specials {
    height: auto;
    width: auto;
    background-color: rgb(188, 255, 182);
    border-radius: 10px;

}

#Specials p {
    color: rgb(84, 61, 73);
    text-align: center;
    font-weight: 700;
    font-family: sans-serif,Poppins;
}

.offer-offer {
    background-color: rgba(242, 201, 120, 0.542);
    border-radius: 10px;

}

#Specials h2:hover {
    color: rgb(222, 241, 4);
}

.button {
    color: white;
}

.button:hover {
    background-color: #48ff00;
    /* Change the color on hover as per your preference */
}

.special-offer {
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin: 20px auto;
    width: 80%;
}

.box {
    background-color: rgba(199, 191, 105, 0.304);
    border-radius: 10px;
    padding-top: 3px;
    height: auto;
    width: auto;
}

#About-Us h2 {
    text-decoration: underline;
    text-align: center;
    color: #6d6981;
}
#About-Us h2:hover{
    color: yellow;
}

.ule {
    list-style: none;
    font-family: serif, Poppins;
    font-weight: 700;
    color: #70594b;
}

.bhim {
    color: #6d6981;
    font-family: sans-serif, Poopins;
    font-weight: 800;
}

.offer-title {
    color: #6d6981;
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: underline;
}

.offer-title:hover {
    color: #ffcc00;
    text-decoration: underline;
}

#offer-description {
    text-align: center;
    font-family: sans-serif, Poopins;
    font-size: 17px;
    font-weight: 600;
    color: rgb(111, 101, 101);
}

.offer-offer img {
    height: 10%;
    width: 22%;
    padding: 10px;
    padding-left: 2%;
}

.Specials {
    display: flex;
    padding: 10px;
    width: 10%;
    height: auto;

}

.Specials img {
    height: 20%;
    width: 10%;
}

.haa {
    text-align: center;
    color: rgb(54, 54, 3);
    text-decoration: underline;
}

.haa:hover {
    color: #6d6981;
}

.Contact {
    background-color: #df5d8a3b;
    border-radius: 10px;
    height: auto;
    width: auto;
}

form {
    text-align: center;
    font-weight: 800;
    font-family: sans-serif, Poppins;
    font-size: 15px;
}
.newButton{
    padding: 10px 10px ;
    color: #fbfbf9;
    background-color: #ffcc00;
    border-radius: 20px;
    font-weight: 700;
   border: none;
}
.newButton:hover{
    background-color: #48ff00;}
