@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.2/font/bootstrap-icons.min.css");


:root {
    --bs-body-font-family: 'Inter', sans-serif;
}

body {
    background-color: #F2F1EB;
    color: #ffffff;
    /* background-image: url(img/1.jpg);
    background-repeat: no-repeat;
    background-size: cover; */
}

.navbar {
    background-color: transparent;
    z-index: 9;
}

.navbar .navbar-brand {
    color: #ffffff;
}

.navbar .nav-link {
    color: #ffffff;
}

.nav-link.dropdown-toggle.show{
    color: #ffffff;
    text-decoration: underline;
}

.header {
    padding: 10px;
    color: rgb(255, 255, 255);
    height: 80vh;
    vertical-align: center;
    /* text-shadow: 2px 1px 21px rgba(0, 0, 0, 0.75); */
}

.hompage {
    padding: 100px 0;
    margin: auto;
    width: 50%;
    text-align: justify;
    vertical-align: middle;
    /* text-shadow: 2px 1px 21px rgba(0, 0, 0, 0.75); */

}

.bottle {
    padding-top: 100px;
    align-items: center;
    padding-bottom: 100px;
}

.bottle .row {
    padding: 10px;
}

.bottle .row h1 {
    font-weight: bolder;
    text-align: center;
    text-shadow: 2px 1px 21px rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
    padding: 30px 5%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    border-radius: 10px;
    color: black;
}

.bottle .row .bottle1 {
    padding: 10px;
    /* background-color: #ffffff; */
}

.card {
    border: 0px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    margin-top: 10px;
    margin-bottom: 10px;
    transition: box-shadow .5s;
    border-radius: 15px;
    background-color: #ffffff;
    color: rgb(0, 0, 0);
}

.card:hover{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
  }

.img {
    width: 100%;
    height: 200px;
    aspect-ratio: 1 / 1;
    background-size: cover;
    border-radius: 13px 13px 0 0;
}

.img2 {
    width: 100%; 
    height: 200px;
    aspect-ratio: 1 / 1;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 13px 13px 0 0;
}

.carousel {
    width: 100%;
    height: calc(100vh - 100px);
    overflow-y: hidden;
    padding-left: 50px;
    padding-right: 50px;
}


.bottles {
    padding: 100px;
    align-items: center;
}

.bottles .row h1 {
    font-weight: bolder;
    text-align: center;
    text-shadow: 2px 1px 21px rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
    padding: 30px 5%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    border-radius: 10px;
    color: black;
}


#footer {
    font-size: 14px;
    background: #1f1f1f;
  }
  
  #footer .footer-newsletter {
    padding: 50px 0;
    background: #e6e6e6;
    text-align: center;
    font-size: 15px;
    color: #444444;
  }
  
  #footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: #88AB8E;
  }
  
  #footer .footer-newsletter form {
    margin-top: 30px;
    background: #fff;
    padding: 6px 10px;
    position: relative;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
  }
  
  #footer .footer-newsletter form input[type=email] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
  }
  
  #footer .footer-newsletter form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #88AB8E;
    color: #ffffff;
    transition: 0.3s;
    border-radius: 50px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  
  #footer .footer-newsletter form input[type=submit]:hover {
    background: #ffffff;
  }
  
  #footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
  }
  
  #footer .footer-top .footer-contact {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-contact h3 {
    font-size: 28px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: #88AB8E;
  }
  
  #footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Jost", sans-serif;
    color: #5e5e5e;
  }
  
  #footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #88AB8E;
    position: relative;
    padding-bottom: 12px;
  }
  
  #footer .footer-top .footer-links {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  #footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #47b2e4;
    font-size: 18px;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
  }
  
  #footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
  }
  
  #footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
  }
  
  #footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #AFC8AD;
  }
  
  #footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #88AB8E;
    color: #fff;
    line-height: 1;
    padding: 6px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
  }
  
  #footer .footer-top .social-links a:hover {
    background: #AFC8AD;
    color: #fff;
    text-decoration: none;
  }
  
  #footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
  }
  
  #footer .copyright {
    float: left;
  }
  
  #footer .credits {
    float: right;
    font-size: 13px;
  }
  
  #footer .credits a {
    transition: 0.3s;
  }
  
  @media (max-width: 768px) {
    #footer .footer-bottom {
      padding-top: 20px;
      padding-bottom: 20px;
    }
  
    #footer .copyright,
    #footer .credits {
      text-align: center;
      float: none;
    }
  
    #footer .credits {
      padding-top: 4px;
    }
  }