html,
body,
button,
input,
textarea {
  font-family: "Helvetica";
  letter-spacing: 2px;
}

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

.font-14 {
  font-size: 14px;
}

.font-12 {
  font-size: 12px;
}

p {
  margin: 0;
}

.font-yellow {
  color: #cca55e;
}

.bg-gray {
  background-color: #f2f0eb;
}

header .form-control {
  width: 300px;
}
header .form-control:focus {
  border-color: #1e3932;
}
header .nav-link {
  color: #212529;
  font-size: 18px;
}
header .nav-item.active .nav-link {
  font-weight: 600;
  display: inline-block;
  border-bottom: 2px solid #00754a;
}

.carousel-img-1 {
  background-image: url(../img/Rectangle_696_2ad719a501.png);
  background-size: cover;
}

.carousel-img-2 {
  background-image: url(../img/Group_1056_1_613d2cbaa1.png);
  background-size: cover;
}

.carousel-img-3 {
  background-image: url(../img/Rectangle_639_f5999462d2.png);
  background-size: cover;
}

.carousel-item img {
  width: 100%;
}

.carousel-control-prev-icon {
  background-image: url(../img/swiperbtnleft.22de7f3e8db5d523.svg);
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 1;
  transform: scale(1.9);
  width: auto;
}

.carousel-control-next-icon {
  background-image: url(../img/swiperbtnright.cbc1d309941ecd98.svg);
}

.carousel-control-next {
  right: 0;
}

.img-box {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
}

.img-box:hover {
  border: 2px solid #1e3932;
}

.img-box img {
  width: 100%;
}

.recommed-img-box {
  width: 100px;
  border-radius: 15px;
  height: 100px;
  overflow: hidden;
  
}

.addbtn {
  background-color: #00754a;
  border: none;
}

.addbtn:hover {
  background-color: #1e3932;
}

.bg-web {
  background-color: #edebe9;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
  
}

.swiper-button-prev,
.swiper-button-next {
  background-image: url(../img/swiperbtnleft.22de7f3e8db5d523.svg); 
  width: 80px;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  transform: translatey(-20%);
}

.swiper-button-next {
   background-image: url(../img/swiperbtnright.cbc1d309941ecd98.svg); 
}

.order-card {
  background-color: #f9f9f9;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.0705882353), 0 2px 2px rgba(0, 0, 0, 0.0588235294), 0 1px 3px rgba(0, 0, 0, 0.1019607843);
}

.order-card:hover {
  box-shadow: rgba(0, 0, 0, 0.3490196078) 0 5px 15px;
}

.order-tab .nav-link {
  position: relative;
}
.order-tab .nav-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: transparent;
  bottom: -10px;
  left: 0;
}
.order-tab .nav-link:hover::after {
  background-color: #00754a;
}
.order-tab .nav-link.active {
  font-weight: 600;
  color: #00754a !important;
}
.order-tab .nav-link.active::after {
  background-color: #00754a;
}

aside {
  width: 400px;
  height: 100vh;
}

.map {
  width: calc(100% - 400px);
}

.img-card {
  background-image: url(../img/starbucks_pike_2_06fb76fe20.png);
  height: 430px;
  width: 100%;
  border-radius: 5px;
}
.img-card .overlay {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.73));
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transition: all 0.5s;
}
.img-card .overlay .card-top p {
  padding: 0px 6px;
  font-size: 15px;
}
.img-card .overlay .card-title {
  margin-left: 40px;
  padding: 16px;
  padding-top: 150px;
}
.img-card .overlay .card-title h2 {
  font-size: 45px;
}
.img-card .overlay .card-title p {
  font-size: 20px;
}
.img-card .overlay .card-title button {
  margin-top: 50px;
}



.img-card:hover .overlay {
  background-color: rgba(0, 0, 0, 0.2);
}/*# sourceMappingURL=style.css.map */