*{
   
    margin: 0;
    padding: 0;
}

.main{
 background-color: rgb(0, 0, 0);
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 60px;
    background-color: black;
}

/* Logo */
.nav-img img {
    width: 165px;
    height: auto;
    position: relative;
    left: 120px;
}

/* Center part (links + buttons) */
.nav-center {
    display: flex;
    align-items: center;
    gap: 40px;
}

/* Navigation links */
.nav-links {
    display: flex;
    gap: 30px;
}

.nav-links a {
    text-align: center;
    color: white;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 16px;
    letter-spacing: 0.25px;
}

/* Buttons */
.nav-buttons {
    display: flex;
    gap: 10px;
}

.nav-buttons a {
    color: white;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 14px;
    letter-spacing: 0.25px;
    padding: 10px 20px;
    border: 1px solid white;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.nav-buttons .Get a {
    color: white;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 14px;
    letter-spacing: 0.25px;
    padding: 10px 20px;
    border: 1px solid white;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.nav-buttons .order {
    background-color: #ED1C24;
    border-color: #f61920;
    margin-right: 90px;
}

.nav-buttons .order i {
    background-color: white;
    color: #ED1C24;
    padding: 5px;
    border-radius: 50%;
    margin-left: 5px;
}

.contant{
    font-family: sans-serif;
  text-align: center;
   font-size: 10px;
   letter-spacing: 5px;
   line-height: 1.6;
}

.contant .h1{
    font-size: 30px;
}

.staatliches-regular {
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.brands{
    display: flex;
    gap: 35px;
    justify-content: center;
}

.brands-2{
text-align: center;
margin-left: 170px;
}

.brands-2 a{
    font-family: sans-serif;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid white;
    color: white;
    border-radius: 50px;
    padding: 20px 50px;
    margin-right: 140px;
}

.card-container {
    margin-top: 30px;
    display: flex;
    justify-content: space-evenly;
}

.btn {
  display: inline-block;
  padding: 12px 30px;
  color: white;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid white;
  border-radius: 999px;
}

.location{
    text-align: center;
}

.nav-buttons .Get i {
    background-color: white;
    color: #ED1C24;
    padding: 5px;
    border-radius: 50%;
    margin-left: 5px;
}

.nav-button {
    display: flex;
    gap: 10px;
}

.nav-button a {
    color: white;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 14px;
    letter-spacing: 0.25px;
    padding: 10px 20px;
    border: 1px solid white;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.nav-button .Get-1 i {
    background-color: white;
    color: #28A745;
    padding: 5px;
    border-radius: 50%;
    margin-left: 5px;
}

.nav-button .Get-1{
    background-color: #28A745; 
    border: 0; 
    padding: 5px 40px;
}

.nav-button .Get-1:hover{
    background-color: black;
    border: 1px solid #28A745;

}

.Express{
    background-color: white;
    width: 380px;
    height: 180px;
    padding: 25px 24px 25px 24px;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
}

.Express p{
    font-size: 21px;
}

 body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #000;
  color: #fff;
}

.footer {
  background-color: #111;
  padding: 40px 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

.footer-section {
  flex: 1 1 250px;
}

.footer-section h3 {
  font-size: 1.1rem;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 15px;
  line-height: 1.9;
}

.footer-section p {
  font-size: 16px;
  line-height: 1.6;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  line-height: 1.6;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #ccc;
  text-decoration: none;
  font-size: 15px;
}

.logo {
  width: 160px;
  margin-bottom: 20px;
}

.policy-links a {
  color: #aaa;
  margin-right: 15px;
  text-decoration: none;
  font-size: 15px;
}

.policy-links a:hover {
  text-decoration: underline;
}

.social-icons a {
  margin-right: 10px;
  font-size: 18px;
  color: white;
  background-color: rgb(255, 36, 36);
  padding: 10px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}

.app-badges img {
  width: 130px;
  margin: 10px 0;
  display: block;
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 60px;
    background-color: black;
}

/* Logo */
.nav-img img {
    width: 85px;
    height: auto;
    position: relative;
    left: 120px;
}

/* Center part (links + buttons) */
.nav-center {
    display: flex;
    align-items: center;
    gap: 40px;
}

/* Navigation links */
.nav-links {
    display: none;
   
}

.nav-links a {
   display: none;
}

/* Buttons */
.nav-buttons {
    display: flex;
    gap: 10px;
}

.nav-buttons a {
    color: white;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 10px;
    letter-spacing: 0.25px;
    padding: 10px 20px;
    border: 1px solid white;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.nav-buttons .no{
  display: none;
}

.nav-buttons .order {
    background-color: #ED1C24;
    border-color: #ED1C24;
    margin-right: 1px;
}

.nav-buttons .order i {
    background-color: white;
    color: #ED1C24;
    padding: 2px;
    border-radius: 50%;
}

.contant{
    font-family: sans-serif;
  text-align: center;
   font-size: 10px;
   letter-spacing: 5px;
   line-height: 1.6;
}

.contant .h1{
    font-size: 20px;
}

.contant .p1 p{
  font-size: 5px;
}

.staatliches-regular {
  font-family: "Staatliches", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.scroll{
  overflow-x: auto; 
    -webkit-overflow-scrolling: touch;
    margin-bottom: 10px;
}

.brands{
    display: flex;
    gap: 35px;
    justify-content: center;
}

.brands-2{
text-align: center;
margin-left: 170px;
}

.brands-2 a{
    font-family: sans-serif;
    font-size: 15px;
    text-decoration: none;
    border: 1px solid white;
    color: white;
    border-radius: 50px;
    padding: 20px 50px;
    margin-right: 140px;
}

.card-container {
    margin-top: 30px;
    gap: 200px;
    display: flex;
    justify-content: space-between;
}

.btn {
  display: inline-block;
  padding: 12px 30px;
  color: white;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid white;
  border-radius: 999px;
}

.location{
    text-align: center;
}


.nav-buttons .Get i {
    background-color: white;
    color: #ED1C24;
    padding: 5px;
    border-radius: 50%;
    margin-left: 5px;
}

.nav-button {
    display: flex;
    gap: 10px;
}

.nav-button a {
    color: white;
    text-decoration: none;
    font-family: sans-serif;
    font-size: 14px;
    letter-spacing: 0.25px;
    padding: 10px 20px;
    border: 1px solid white;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.nav-button .Get-1 i {
    background-color: white;
    color: #28A745;
    padding: 5px;
    border-radius: 50%;
    margin-left: 5px;
}

.nav-button .Get-1{
    background-color: #28A745; 
    border: 0; 
    padding: 5px 40px;
}

.nav-button .Get-1:hover{
    background-color: black;
    border: 1px solid #28A745;

}

.Express{
    background-color: white;
    width: 380px;
    height: 180px;
    padding: 25px 24px 25px 24px;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
}

.Express p{
    font-size: 21px;
}

.contant-3{
  display: block;
}

.contant-3 .block{
  display: block;
}

.contant-3 .Village img{
  width: 400px;
  margin-left: 30px;
}

.contant-3 .Villages p{
  font-size: 15px ;
}

 body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #000;
  color: #fff;
}

.footer {
  background-color: #111;
  padding: 40px 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  gap: 40px;
}

.footer-section {
  flex: 1 1 250px;
}

.footer-section h3 {
  font-size: 1.1rem;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 15px;
  line-height: 1.9;
}

.footer-section p {
  font-size: 16px;
  line-height: 1.6;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  line-height: 1.6;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a {
  color: #ccc;
  text-decoration: none;
  font-size: 15px;
}

.logo {
  width: 160px;
  margin-bottom: 20px;
}

.policy-links a {
  color: #aaa;
  margin-right: 15px;
  text-decoration: none;
  font-size: 15px;
}

.policy-links a:hover {
  text-decoration: underline;
}

.social-icons a {
  margin-right: 10px;
  font-size: 18px;
  color: white;
  background-color: rgb(255, 36, 36);
  padding: 10px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
}

.app-badges img {
  width: 130px;
  margin: 10px 0;
  display: block;
  cursor: pointer;
}
}



