@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@900&display=swap');* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: all .2s linear;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
}

@keyframes slideInLeft {
  from {
    transform: translateY(0);
    opacity: 0;
  }

  to {
    transform: translateY(200px);
    opacity: 1;
  }
}

.coloredText{
  color: #00582D !important;
}

.bigText{
  font-size: 4em !important;
  font-weight: 900 !important;
  font-family: 'Poppins', sans-serif;;
}



body {
  animation: 1s ease-out 0s 1 slideInLeft;
}

.cardImage {
  width: 20% !important;
}

.card-text {
  font-family: 'Abel', sans-serif;
  font-weight: lighter !important;
}

.card-footer {
  background: none !important;
  border: none !important;
}

.customer {
  color: #00582D;
}

.wineCard {
  background-color: #00582D !important;
  color: white !important;
}

.colorText {
  color: darkblue;
}

.btn {
  background-color: #00582D !important;
  border: #00582D !important;
  font-family: 'Abel', sans-serif;
  ;
}

.bg1 {
  background-color: #EBF0F9;
}

.bg2 {
  background-color: #ECF8F0;
}

.section {
  padding: 4rem 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Abel', sans-serif;
}

p,
a {
  font-family: 'Abel', sans-serif;
  ;
}

form input {
  font-family: 'Abel', sans-serif;
  ;
}

input::placeholder {
  font-size: 12px;
}

select {
  font-size: 12px !important;
  font-family: 'Abel', sans-serif !important;
  height: 47px !important;
}

.imageBg {
  background-color: white !important;
}





.mainNav {
  font-family: 'Abel', sans-serif;
  ;
  font-size: 12px;

}

.active {
  background-color: white !important;
  color: #00582D !important;
}

.active .mainNavLink {
  color: #00582D !important;
}

.mainNav button {
  font-family: 'Abel', sans-serif;
  ;
  font-size: 12px;
}

.mainNavLink {
  color: white;
  font-size: 16px;
}

ul {
  list-style-type: none;
}

.hero {
  height: 100vh;
  color: white;
}

.picText h4 {
  font-size: 30px;
  font-weight: 600;
}

.picText p {
  font-size: 14px;
  line-height: 2.0;
}

.smallText {
  font-size: 13px;
}

.counter {
  font-family: 'Abel', sans-serif;
  ;
}

.counter p {
  font-weight: 800;
}

.card {
  font-family: 'Abel', sans-serif;
  ;
}

.card-body p {
  font-size: 14px;
}

.newsCaption {
  line-height: 1;
}






.footer {
  background-color: #1A1110;
  font-size: 12px;
}

.footer p,
.footer a,
.footer h3 {
  font-family: 'Abel', sans-serif;
  ;
  color: white;
}




.copyright {
  background-color: #1A1110;
  font-family: 'Abel', sans-serif;
  ;
  color: white;
  opacity: 0.9;
}



.carousel-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
}

.sliderImg {
  height: 100vh !important;
  object-fit: cover !important;
}

.carousel-caption {
  font-family: 'Abel', sans-serif;
  ;
  top: 55%;
  transform: translateY(-50%);

}

.carousel-item {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.contact .contact-info-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: .5rem;
  margin-bottom: 3rem;
}

.contact .contact-info-container .box {
  border: 0.1rem solid #00582D;
  padding: 1rem 2rem;
  border: 0.1rem solid #00582D;
  text-align: center;
}

.contact .contact-info-container .box:hover i {
  background: #00582D;
  color: #fff;
}

.contact .contact-info-container .box i {
  height: 4rem;
  width: 4rem;
  line-height: 4rem;
  border: 0.1rem solid #00582D;
  color: #00582D;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.contact .contact-info-container .box h3 {
  font-size: 1.5rem;
  text-transform: capitalize;
  color: #222;
  padding: 1rem 0;
}

.contact .contact-info-container .box p {
  font-size: 1rem;
  line-height: 2;
  color: #666;
  margin-bottom: 0;
}

.contact form h3 {
  font-size: 2rem;
  text-transform: capitalize;
  color: #222;
  padding-bottom: 1rem;
}

.contact form .box {
  margin: .7rem 0;
  border: 0.1rem solid #00582D;
  font-size: 1rem;
  width: 100%;
  padding: 0.5rem 1.4rem;
}

.contact form .box:focus {
  background: #00582D;
  color: #fff;
}

.contact form .box:focus::-webkit-input-placeholder {
  color: #eee;
}

.contact form .box:focus:-ms-input-placeholder {
  color: #eee;
}

.contact form .box:focus::-ms-input-placeholder {
  color: #eee;
}

.contact form .box:focus::placeholder {
  color: #eee;
}

.contact form textarea {
  height: 10rem;
  resize: none;
}

.carousel-item > img {
 
  transform: translate(20%, 0%);
  min-width: 100%;
  height: 40rem;
  margin: 0 auto;
}