@font-face {
  font-family: "Proximanova Bold";
  src: url("assets/fonts/proximanova-bold.otf") format("opentype");
}

@font-face {
  font-family: "Proximanovacond Regular";
  src: url("assets/fonts/proximanovacond-regular.otf") format("opentype");
}

@font-face {
  font-family: "Proximanovacond Semibold";
  src: url("assets/fonts/proximanovacond-semibold.otf") format("opentype");
}

@font-face {
  font-family: "Proximanovacond Thin";
  src: url("assets/fonts/proximanovacond-thin.otf") format("opentype");
}

@font-face {
  font-family: "Proximanovaexcn Light";
  src: url("assets/fonts/proximanovaexcn-light.otf") format("opentype");
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
}

/* Navbar Section */
.navbar {
  font-family: "Protest Riot", sans-serif;
  background-color: #bc202d;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.navbar-brand img {
  width: auto;
  height: 70px;
}
.nav-item a {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.btn-gofood {
  background-color: #ffffff;
  color: #bc202d !important;
  border-radius: 10px;
  padding: 10px 20px;
  font-weight: 600;
  border: 1px solid #e2282b;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px;
  text-transform: uppercase !important;
}
.btn-gofood:hover {
  background-color: #dbdbdb;
  color: #e2282b;
  border: 1px solid #e2282b;
  transition: 0.3s;
}

/* Hero Section */
.hero-section {
  background-image: url("assets/tasty-fried-chicken-isolated-white-background\ 1.webp");
  background-position: center;
  background-size: cover;
  padding: 80px 10px;
}
.hero-social-icon {
  margin-bottom: 30px;
}
a.hero-social-link {
  margin-right: 10px;
}
.hero-title {
  text-transform: capitalize;
  color: #000;
  font-size: 85px;
  line-height: 90px;
  font-family: "Proximanova Bold";
  margin-bottom: 30px;
}
.hero-para {
  font-size: 18px;
  color: #000000;
  width: 40%;
  font-family: "Proximanovacond Regular";
  margin-bottom: 70px;
}
.hero-bottom-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: row;
  align-items: center;
}
.hero-go-food-btn {
  width: 10%;
}
.hero-border {
  width: 80%;
  height: 45px;
  border-top: 2px dashed #000;
  margin-top: 43px;
}
.hero-spoon-icon {
  width: 5%;
}
.hero-go-food-btn a {
  background-color: #bc202d;
  text-decoration: none;
  border: 1px solid #bc202d;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  text-transform: uppercase;
  font-size: 18px;
  text-wrap: nowrap;
}
.hero-go-food-btn a:hover {
  border: 1px solid #bc202d;
  color: #bc202d;
  background-color: transparent;
  transition: 0.3s;
}
.hero-spoon-icon img {
  margin-left: 5px;
}

/* Our Special Foods Section */
.our-special-foods-section {
  background-color: #bc202d;
  padding: 80px 10px;
}
.our-special-foods-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.our-special-foods-header-title {
  font-family: "Proximanova Bold";
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
}
img.left-arrow-icon {
  height: 30px;
  width: 35px;
}
img.right-arrow-icon {
  height: 30px;
  width: 35px;
}
#food-left-arrow {
  background-color: #fff;
  border-radius: 50%;
}
#food-right-arrow {
  background-color: #fff;
  border-radius: 50%;
}
.our-special-foods-header button.slick-disabled {
  background-color: rgba(212, 211, 211, 0.568) !important;
}
.food-item-col {
  display: flex !important;
  justify-content: center !important;
  margin-right: 10px;
}
.food-item {
  width: 300px;
}
.food-item img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 3px solid #fff;
  position: relative;
}
.food-item-price-section {
  position: relative;
  text-align: center;
  margin-top: -80px;
  margin-bottom: 7px;
}
.food-item-price {
  display: inline;
  background-color: #bc202d;
  color: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.food-item-name {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 40px;
  font-size: 20px;
  line-height: 22px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

/* Chill Out Section */
.chill-out-section {
  background-image: url("assets/chill-out-bg.webp");
  background-position: center;
  background-size: cover;
}
.cocs,
.codimc {
  padding-right: 0;
  padding-left: 0;
}
.chill-out-drink-image img {
  width: 100%;
  height: 700px;
}
.chill-out-blank {
  height: 200px;
}
.chill-out-content-section {
  background: url("assets/chill-out-drinks.webp") 95% bottom no-repeat, #bc202d;
  height: 500px;
  padding: 80px 20px 20px 14%;
}
.chill-out-title {
  color: #fff;
  font-size: 70px;
  line-height: 70px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.chill-out-para {
  color: #fff;
  width: 70%;
  margin-bottom: 50px;
}
.chill-out-button-section a {
  text-decoration: none;
  background-color: #fff;
  color: red;
  text-transform: uppercase;
  font-size: 20px;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 25px;
}

/* Drink Section */
.drink-section {
  background-image: url("assets/chill-out-bg.webp");
  background-position: center;
  background-size: cover;
  padding: 80px 10px;
}
.drink-item-price {
  display: inline;
  background-color: #ffffff;
  color: #000000;
  border-radius: 10px;
  padding: 10px 15px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.drink-item-name {
  text-align: center;
  background-color: #bc202d;
  color: #fff;
  border-radius: 10px;
  padding: 20px 40px;
  font-size: 20px;
  line-height: 22px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.drink-buttons-section {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
#drink-left-arrow {
  background-color: #000000;
  border-radius: 50%;
}
#drink-right-arrow {
  background-color: #000000;
  border-radius: 50%;
}
.drink-buttons-section button.slick-disabled {
  background-color: rgba(212, 211, 211, 0.568) !important;
}
#drink-left-arrow img.left-arrow-icon {
  height: 30px;
  width: 20px;
}
#drink-right-arrow img.right-arrow-icon {
  height: 30px;
  width: 20px;
}

/* About Us Section */
.about-us-section {
  background-color: #bc202d;
  padding: 80px 10px;
}
.about-us-inner-section {
  width: 70%;
}
.about-us-input-field {
  height: 60px;
  margin-bottom: 15px;
  background-color: #ffffff6b;
  border: none;
}
.about-us-input-field::placeholder {
  color: #fff;
}
.about-us-submit-btn {
  width: 100%;
  background-color: #fff;
  color: #bc202d;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-align: center;
  height: 60px;
  font-size: 20px;
}
.about-us-submit-btn:hover {
  background-color: #d6d5d5;
  color: #bc202d;
}
.about-us-title {
  font-family: "Inter", sans-serif;
  font-size: 60px;
  font-weight: bold;
  line-height: 60px;
  color: #fff;
  margin-bottom: 20px;
}
.about-us-para {
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.about-us-icons img {
  height: 75px;
  width: auto;
  margin-right: 10px;
}

/* Location Address Time Section */
.location-address-section {
  background-color: #fff;
  padding: 80px 10px;
}
.location-address-inner-section {
  width: 70%;
}
.time-day-section {
  background-color: #bc202d;
  height: 100px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
}
.time-day-section img {
  height: 70px;
  margin-right: 20px;
}
.time-day-section .time {
  font-size: 18px;
  color: #fff;
}
.location-address-content {
  background-color: #bc202d;
  height: 100px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
}
.location-address-content img {
  height: 70px;
  margin-right: 20px;
}
.location-address-content .address {
  font-size: 15px;
  color: #fff;
}
.location-map-section {
  margin-top: 30px;
}
.location-map-section iframe {
  height: 300px;
  width: 100%;
  border-radius: 15px;
}

/* SEO Section */
.seo-section {
  padding: 80px 10px;
  background-color: #bc202d;
}
.seo-section-title {
  color: #ffffff;
  font-size: 56px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
}
.seo-section-body p {
  text-align: justify;
  font-size: 17px;
  color: #ffffff;
}
.seo-link {
  color: rgb(255, 255, 255);
}

/* Footer Section */
.footer-section {
  background-color: #ffffff;
  padding: 80px 10px;
}
img.footer-logo-img {
  height: 150px;
  width: auto;
  display: block;
  margin: auto;
}
.footer-para {
  color: #000000;
  text-align: justify;
  padding: 0px 10px;
  font-size: 17px;
}
.footer-socials-icon a {
  display: block;
  margin-top: 10px;
}
.copyright-section {
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background-color: #bc202d;
}
a img{
  transition: all .5s ease-in-out;
  
}

a:not(.navbar-brand) img:hover {
  transform:rotate(360deg)
}