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

body {
  font-family: "Manrope", sans-serif;
}

.basic-color1 {
  background-color: #ffffff;
  fill: #ffffff;
}
.basic-color2 {
  background-color: #b6b6b6;
  fill: #b6b6b6;
}
.clicked-color {
  background-color: #00adc3;
  fill: #00adc3;
}
body.welcome-page {
  margin: 0;
  background: #ffffff !important;
  font-family: "Manrope", sans-serif;
  background-image: url("images/welcome/bg.jpg");
}
body * {
  outline: none;
}
.welcome-page .container {
  width: 100vw;
  height: 70vh;
  display: flex;
  flex-direction: column;
}
.welcome-page .logo,
.welcome-page .welcome,
.welcome-page .lang {
  margin: auto;
  width: auto;
}
.welcome-page a {
  text-decoration: none;
}
.welcome-page .logo img {
  height: auto;
  margin-top: 10px;
  max-width: 66vw;
  max-height: 45vh;
  width: 300px;
}
.welcome-page .welcome {
  margin-bottom: 25px;
  margin-top: 10px;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #000000;
}
.welcome-page .w-gr {
  margin-bottom: 10px !important;
}
.welcome-page .lang {
  margin-top: 5px;
  margin-bottom: 25px;
  display: flex;
}
.space {
  width: 60px;
  height: 1px;
}
body * {
  outline: none !important;
}

.wine .navbar,
.drinks .navbar,
.snacks .navbar,
.coffee .navbar {
  top: 0;
  width: 5rem;
  height: 100vh;
  position: fixed;
  background: #000000;
  overflow: hidden;
}
.wine .navbar-nav,
.drinks .navbar-nav,
.snacks .navbar-nav,
.coffee .navbar-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.logo {
  margin-bottom: 1rem;
  width: 100%;
}
.wine .nav-link,
.drinks .nav-link,
.snacks .nav-link,
.coffee .nav-link {
  display: flex;
  align-items: center;
  height: 5rem;
  color: var(--text-primary);
  text-decoration: none;
}
.content-wrap.full {
  padding: 0;
}
.full #content {
  margin: 0;
}
.full .container {
  width: 100%;
  padding: 0;
}
.content-view {
  background-color: #45474d;
  min-height: 100vh;
  display: flex;
  justify-content: center;
}
.footer-container {
  background: #030303;
}
.footer-wrapper {
  display: flex;
  height: 4rem;
}
.footer-wrapper a {
  margin: auto;
}
.my-social {
  display: flex;
  align-items: center;
}
.my-social svg {
  width: 2rem;
  min-width: 2rem;
  margin: 0;
}
:root {
  font-size: 14px;
  font-family: "Manrope", sans-serif;
}
main {
  padding-left: 5rem;
}
.nav-link svg {
  width: 2.5rem;
  min-width: 2.5rem;
  margin: 0 1.5rem;
}
.footer-wrapper a:nth-child(1) {
  margin-right: 10px;
}
.footer-wrapper a:nth-child(2) {
  margin-left: 10px;
}

.phoneBtn {
  width: 50px;
  height: 50px;
  bottom: 15px;
  right: 15px;
  position: fixed;
  padding: 10px;
  border-radius: 30px;
  border: none;
  background-color: #6c757d;
}

.phoneCont {
  display: none;
  width: 250px;
  /* height: 300px; */
  bottom: 50px;
  right: 50px;
  position: fixed;
  border-radius: 25px;
  background-color: white;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  overflow: hidden;
}
.phoneCont h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  margin-block: 0;
  text-align: right;
  line-height: 1.5;
}
.phoneCont h6 {
  margin: 0;
  font-size: 15px;
  font-weight: lighter;
  margin-block: 0;
  text-align: right;
  line-height: 1.2;
}

.modalTop {
  width: 100%;
  background-color: gray;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 8px;
}

.modalTopText {
  color: white;
}

.modalCont {
  padding: 10px 10px;
}

.callbtn {
  display: flex;
  align-items: center;
  border: none;
  background-color: transparent;
  width: 100%;
  justify-content: space-between;
}

.solid {
  border-bottom: 1px solid #bbb;
  margin: 5px 0;
}

svg {
  width: 30px;
  height: 30px;
}
.phoneBlk {
  fill: black;
  width: 20px;
  height: 20px;
}
.phoneRed {
  fill: red;
  width: 20px;
  height: 20px;
}
.phoneWhite {
  fill: white;
  width: 20px;
  height: 20px;
}

img {
  vertical-align: middle;
  object-fit: contain;
  height: auto;
}
