@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: "Poppins", sans-serif;
}

/* First Stap Is Navigation Bar */

img {
  width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

.container {
  min-width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.border {
  border-top: 2px solid rgb(212, 205, 205);
}

.menu-links {
  display: flex;
  align-items: center;
}

.menu-links {
  display: flex;
  font-size: 12px;
  font-weight: 700;
}

.menu-links .logo {
  width: 100px;
}

.menu-links img {
  width: 90px;
  border-radius: 50%;
}

span {
  font-size: 17px;
}

.links {
  padding: 10px;
  letter-spacing: 1.5px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.store-location {
  font-size: small;
  font-weight: 700;
  padding: 10px 20px;
}

.entry {
  display: flex;
}

.account-btn {
  font-size: small;
  font-weight: 600;
  padding: 0px 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.sign-in a {
  border: 2px solid;
  border-radius: 50px;
  padding: 5px 15px;
  color: black;
}
.log-in a {
  border: 2px solid black;
  background-color: black;
  color: white;
  border-radius: 50px;
  padding: 5px 15px;
}

.row {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  background-color: #d4e8e3;
}

.row h1 {
  font-size: 50px;
  letter-spacing: 5px;
}
.vote-row h2 {
  margin-bottom: 20px;
}

.row p {
  font-size: 22px;
  margin-top: 20px;
}
.vote-container p {
  font-size: 18px;
}

.row p a {
  text-decoration: underline;
  color: #01754b;
}

.row p a:hover {
  text-decoration: none;
}

.content-head {
  padding: 50px;
  width: 45%;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-flow: column;
}

.content-image {
  width: 50%;
  display: flex;
  align-items: center;
}

.red-content {
  background-color: #d40033;
  color: white;
}

.order-btn {
  margin: 25px auto;
  background-color: none;
  min-width: 35px;
  min-height: 35px;
  width: 120px;
  font-weight: 700;
  border: 2px solid white;
  border-radius: 50px;
  background-color: transparent;
  color: white;
  font-size: 16px;
  transition: 0.5s;
}
.order-btn:hover {
  background-color: #db1e4b;
}
.adbox-btn:hover {
  background-color: #c0d7d1;
}

.vote-btn {
  width: 150px;
}

.adbox-container {
  background-color: #fff;
  color: black;
  text-align: center;
}

.adbox {
  background-color: #d5e8e2;
  margin-right: 30px;
  width: 50%;
  padding: 0;
}
.adbox p {
  font-size: 18px;
  padding: 30px;
  margin: 0;
}

.adbox-btn {
  border-color: #000;
  color: #000;
  transition: 0.5s;
}

.banking-adbox {
  margin: 0;
}

.site-para {
  margin: 60px auto;
  width: 45%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.site-para a {
  color: #000;
  text-decoration: underline;
}

.site-para a:hover {
  text-decoration: none;
}
footer {
  border-top: 2px solid rgb(212, 205, 205);
}
.site-footer {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
}

.site-details {
  width: 200px;
}

.site-details h3 {
  margin-bottom: 35px;
}

.site-details li {
  margin-bottom: 30px;
}
/* .toggle-ul {
   display: none; 
} */

.site-details a {
  color: rgba(0, 0, 0, 0.58);
}
.site-details a:hover {
  color: #000;
}

.social-links {
  display: flex;
  border-top: 2px solid rgb(212, 205, 205);
}

.footer-head:hover {
  cursor: default;
}

.links-icons {
  color: #000;
  padding: 5px;
  margin: 3px;
  margin-top: 20px;
}

.links-icons span {
  font-size: 35px;
  border-radius: 50px;
}

.privacy {
  background-color: #fff;
  display: flex;
  font-size: 17px;
}

.policy {
  padding-right: 1rem;
}
.policy a:hover {
  text-decoration: underline;
}

.btn {
  padding: 0px 20px;
  border-left: 2px solid;
}

.footer-para {
  /* padding: 20px 0px; */
  margin-top: 15px;
  margin-bottom: 30px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.58);
}
.footer-para p {
  font-size: 14px;
}

@media only screen and (max-width: 1430px) {
  footer {
    padding: 0px 30px;
  }
}
@media only screen and (max-width: 1000px) {
  .toggle-ul {
    display: none;
  }
  .site-footer {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .row {
    display: block;
  }
  .content-head {
    margin: 0;
    padding: 0;
  }
}
