* {
  transition: all 0.5s ease-in-out;
}
html,
body {
  overflow-x: hidden;
}

/* Fonts */
@font-face {
  src: url(../fonts/Cinzel-Regular.otf);
  font-family: "Cinzel";
}
@font-face {
  src: url(../fonts/OpenSans-Regular.ttf);
  font-family: "Open Sans";
}
@font-face {
  src: url(../fonts/OpenSans-Bold.ttf);
  font-family: "OpenSans-Bold";
}
@font-face {
  src: url(../fonts/LibreBaskerville-Italic.ttf);
  font-family: "LibreBaskerville-Italic";
}
@font-face {
  src: url(../fonts/OpenSans-Light.ttf);
  font-family: "OpenSans-Light";
}

h1,
h2,
h3,
h4 {
  font-family: "Cinzel", serif;
  font-weight: 400;
  color: #000;
}
p,
a,
span {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-weight: 400;
}
a:hover,
a:focus {
  color: #998067;
  text-decoration: none;
  outline: none;
}
.noPadding {
  padding: 0 !important;
}
.bg-white {
  background: #fff;
}

/* Header */
header {
  background: url(../images/casardeburbia_vineyards_home.jpg) no-repeat;
  background-size: cover;
  background-position: 100% 0%;
  width: 100%;
  height: 100vh;
}
.header-content {
  background-color: rgba(255, 255, 255, 0.66);
  padding: 0.5rem 2rem;
  height: 30.0625rem;
}
.bars {
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
  z-index: 60;
}
.bars .open .bar {
  width: 100%;
  height: 2.5px;
  background: #998067;
  margin-top: 6px;
}
.bars .close_b {
  display: none;
}
.bars .close_b .c_bar {
  width: 100%;
  height: 2.5px;
  background: #998067;
}
.bars .close_b .b1 {
  transform: rotate(45deg);
  margin-top: 10px;
}
.bars .close_b .b2 {
  transform: rotate(-45deg);
  margin-top: -2px;
}
.bars .open .b3 {
  width: 60%;
  height: 2px;
}
.bars:hover .open .b3 {
  width: 100%;
}
.casar-de-Burbia_logo {
  display: block;
  width: 19.3125rem;
  height: 12.375rem;
  margin: 3% auto 0;
}
.menu_item_container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.66);
  display: none;
}
.menu_item_overlay {
  position: relative;
}
.menu_item_container::before {
  content: "";
  background: url(../images/casardeburbia_vineyards_home.jpg) no-repeat;
  background-size: cover;
  background-position: 100% 0%;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
}
.footer-area {
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: 90%;
}
@media (max-width: 768.98px) {
  .footer-area {
    display: none;
  }
}
.menu_item {
  font-size: 18px;
  line-height: 50px;
  font-family: "Cinzel";
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  display: block;
  position: relative;
  cursor: pointer;
}
.menu_item_title {
  font-size: 15px;
  line-height: 50px;
  font-family: "Open Sans";
  display: block;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
.menu_item_title[title="Casar de Burbia"] {
  font-size: 18px;
  line-height: 50px;
  font-family: "Cinzel";
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  display: block;
  position: relative;
  cursor: pointer;
}
.sub_menu_item {
  font-size: 15px;
  line-height: 50px;
  font-family: "Open Sans";
  display: block;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  position: relative;
}
.menu_item:hover {
  color: #000;
}
.sub_menu_item:hover {
  color: #d68432;
}
.mydropdown-menu {
  display: none;
}
@keyframes anim {
  from {
    width: 0;
  }
  to {
    width: 70%;
  }
}
.active {
  position: relative;
}
.menu_item:hover::before,
.menu_item_title:hover::before,
.menu_item.active::before,
.menu_item_title.active::before {
  content: "";
  width: 70%;
  height: 2px;
  background: #998067;
  position: absolute;
  left: 15%;
  bottom: 0;
  animation: anim 0.5s linear;
}
.menu_item_title[title="Casar de Burbia"]::before {
  background: transparent;
}
.col-md-2-my {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .col-md-2-my {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 768.98px) {
  header {
    height: 33.125rem;
  }
  .header-content {
    height: 25rem;
  }
}
@media (max-width: 576.98px) {
  .casar-de-Burbia_logo {
    width: 15rem;
    height: 11rem;
  }
}

/* wines-start-in-vineyard */
.wines-start-in-vineyard {
  padding: 4rem 0 5rem;
  background: #fff;
}
.wines-start-in-vineyard h2 {
  font-size: 2.125rem;
}
.wines-start-in-vineyard h3 {
  font-size: 1.75rem;
}
.Valtuille_Bierzo_logo {
  width: 18.75rem;
  display: block;
  margin: 1.5rem auto;
}

/* section */
.section {
  background: #f0f0f0;
  padding: 6rem 0;
}
.section p {
  font-size: 1rem;
  line-height: 1.9375rem;
  color: #666;
}
.section h2 {
  font-size: 2.125rem;
  color: #000;
}
.section a {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 2px;
  color: #998067;
  position: relative;
}
.section a::before {
  content: "";
  width: 60px;
  height: 1px;
  margin-right: 30px;
  background: #998067;
  display: inline-block;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .height-adjustment1 {
    height: 205px;
  }
  .height-adjsument2 {
    height: 232px;
  }
  .height-adjsument3 {
    height: 314px;
  }
  .height-adjsument4 {
    height: 334px;
  }
}
@media (min-width: 1200px) {
  .height-adjustment1 {
    height: 304px;
    margin-top: 3rem;
  }
  .height-adjsument2 {
    height: 319px;
    margin-top: 3rem;
  }
  .height-adjsument3 {
    height: 448px;
  }
  .height-adjsument4 {
    height: 474px;
  }
}

/* viticultur_sostenible */
.viticultur_sostenible {
  padding: 6rem 0;
  position: relative;
  z-index: 2;
}
.viticultur_sostenible::before {
  content: "";
  background: url(../images/Casar_de_Burbia_vendimia-copia.jpg) no-repeat center
    fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.viticultur_sostenible::after {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.viticultur_sostenible p,
.with-time-and-love p {
  width: 100%;
  font-family: "OpenSans-Light";
  font-size: 6.25rem;
  color: #fff;
  line-height: 6.25rem;
  text-align: center;
  font-style: normal !important;
}
@media (max-width: 768.98px) {
  .viticultur_sostenible p,
  .with-time-and-love p {
    font-size: 3.25rem;
    line-height: 3.25rem;
  }
}

/* Mountain Wines */
.mountain-wine {
  padding: 7rem 0;
}
.valtuille-logo {
  display: block;
  margin: auto;
  width: 9.375rem;
}
.mountain-wine h2 {
  font-size: 2.125rem;
  letter-spacing: 3px;
  font-weight: 300 !important;
}
.mountain-wine p {
  font-size: 1rem;
  line-height: 1.9375rem;
}
.card {
  border-radius: 0;
  color: #666;
  background-color: #ebebeb;
}
.card:hover {
  color: #5e5e5e;
  background-color: #dcdcdc;
}
.card-img-top {
  width: 100%;
  height: 18.75rem;
  object-fit: cover;
  border-radius: 0;
}
.card a {
  color: #666;
  letter-spacing: 2px;
}
.instagram_links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  margin: 5rem 4% 0;
}
.instagram_links li {
  display: block;
  float: left;
  width: 9%;
}
.instagram_links img {
  width: 100%;
}
.instagram_info {
  padding-top: 3%;
  width: 20% !important;
}
@media (max-width: 768.98px) {
  .instagram_links li {
    display: none;
  }
  .instagram_info {
    display: block !important;
    padding: 3rem 0;
    width: 90% !important;
    border: 1px solid #ddd;
    margin: auto;
  }
}
.instagram_info i {
  color: #998067;
  font-size: 1.875rem;
  display: block;
}
.instagram_info a {
  color: #998067;
  font-size: 0.75rem;
  letter-spacing: 2px;
  font-family: "Cinzel", serif !important;
}

/* footer */
footer {
  background: #3c3a3b;
  clear: both;
  padding: 3rem 0;
}
.quotes-text {
  font-family: "LibreBaskerville-Italic";
  font-size: 1.25rem;
  color: #d68432;
  line-height: 2rem;
}
.footer-icon {
  width: 90px;
}
.footer-copyright {
  text-align: center;
  margin-bottom: 10px;
  color: #666666;
  font-size: 12px;
  font-family: "Open Sans" !important;
}
@media (min-width: 768px) {
  .footer-copyright {
    text-align: left;
    margin-bottom: 0;
  }
}
.social-icons i {
  color: #999;
  font-size: 16px;
}
.social-icons a {
  margin: 0 3%;
}
.social-icons i:hover {
  color: #998067;
}
.footer-message {
  font-size: 12px;
  line-height: 23px;
  color: #666;
  font-family: "Cinzel";
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .footer-message {
    text-align: right !important;
  }
}

/* La Bodega Page */
.main-text {
  font-size: 1rem;
  line-height: 1.9375rem;
  color: #666;
}
.nuestra-bodega {
  padding: 0 0 3rem;
  background: #fff;
}
.nuestra-bodega h2 {
  font-size: 2.5rem;
}
.with-time-and-love {
  padding: 6rem 0;
  position: relative;
  z-index: 2;
}
.with-time-and-love::before {
  content: "";
  background: url(../images/casardeburbia_bodega_fudres.jpg) no-repeat center
    fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.with-time-and-love::after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .control-height-grapes {
    height: 240px;
  }
  .control-height-special {
    height: 270px;
  }
}
@media (min-width: 1200px) {
  .control-height-grapes {
    height: 368px;
  }
  .control-height-special {
    height: 405px;
  }
}
.icon-logo {
  width: 5rem;
}
.the-team {
  padding: 7rem 0;
}
.the-team h2 {
  font-size: 2.5625rem;
  font-weight: 400;
}
.member {
  width: 100%;
  position: relative;
}
.member1 {
  background: url(../images/casardeburbia_equipo_Nemesio.jpg) no-repeat center;
  background-size: cover;
}
.member2 {
  background: url(../images/casardeburbia_equipo_Isidro.jpg) no-repeat center;
  background-size: cover;
}
.member3 {
  background: url(../images/casardeburbia_equipo_biodinamico.jpg) no-repeat
    center;
  background-size: cover;
}
.member-contents {
  width: 100%;
  height: 35.75rem;
  background: linear-gradient(
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.2)
  );
}
.member-name {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Cinzel";
  padding-top: 75%;
  color: #000;
}
.member-description {
  position: absolute;
  bottom: 2%;
  padding: 2%;
  font-size: 1rem;
  line-height: 1.9375rem;
  font-family: "Open Sans";
  color: #000;
  display: none;
}
.member-contents:hover {
  background: linear-gradient(
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.8)
  );
}
.member-contents:hover .member-name {
  padding-top: 60%;
}
.member-contents:hover .member-description {
  display: block;
}
@keyframes arrow_anim {
  from {
    top: 2rem;
  }
  to {
    top: 0;
  }
}
.member-contents:hover::before {
  content: "";
  width: 3.75rem;
  height: 1.5px;
  background: #998067;
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  left: 40%;
  animation: arrow_anim 0.5s linear;
}

.now-a-days h2 {
  font-size: 2.125rem;
}
.now-a-days p {
  font-size: 1rem;
  color: #666;
}

/* Los Vinedos Page */
.Valtuille_Bierzo_logo {
  display: block;
  width: 31.25rem;
  margin: 2rem auto 0;
}
.with-time-and-love2 {
  background: url(../images/casar_de_burbia_viñedo_2.jpg) no-repeat center fixed;
  background-size: cover;
  padding: 6rem 0;
}
.with-time-and-love2 p {
  font-size: 6.25rem;
  color: #ffffff;
  text-align: center;
  font-family: "OpenSans-Light";

  font-style: normal;
}
.with-time-and-love3 {
  padding: 6rem 0;
  position: relative;
  z-index: 2;
}
.with-time-and-love3::before {
  content: "";
  background: url(../images/casar_de_burbia_viñedo_sostenibilidad.jpg) no-repeat
    center fixed;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.with-time-and-love3::after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.with-time-and-love3 p {
  font-size: 6.25rem;
  color: #ffffff;
  text-align: center;
  font-family: "OpenSans-Bold";
  font-style: normal;
  opacity: 0.7;
}
@media (max-width: 768.98px) {
  .with-time-and-love2 p {
    font-size: 3.125rem;
  }
  .with-time-and-love3 p {
    font-size: 3.125rem;
  }
}
@media (max-width: 576.98px) {
  .Valtuille_Bierzo_logo {
    width: 90%;
  }
  .with-time-and-love2 p {
    font-size: 1.875rem;
  }
  .with-time-and-love3 p {
    font-size: 1.875rem;
  }
}

.declaration-of-viticulture {
  padding: 5rem 0;
}
.declaration-of-viticulture h3 {
  font-size: 1.75rem;
}
.declaration-of-viticulture .number {
  font-size: 1.1875rem;
  font-family: "Open Sans";
  color: #aa673d;
  margin: 0.5rem 0;
}
.declaration-of-viticulture p {
  font-size: 1rem;
  line-height: 1.875rem;
  font-family: "Open Sans";
  color: #666;
}

/* History Page */
.history {
  padding: 6rem 0 1rem;
}
.history_title {
  font-family: "Cinzel";
  font-size: 1rem;
  line-height: 1.9375rem;
  color: #998067;
  padding: 1rem 2rem;
}
.history_desc {
  font-family: "Open Sans";
  font-size: 1rem;
  line-break: 1.9375rem;
  color: #666;
  padding: 1rem 2rem;
}
.year {
  font-size: 6.25rem;
}

@media (min-width: 992px) {
  .border-right-lg {
    position: relative;
  }
  .border-right-lg::after {
    content: "";
    width: 4px;
    height: 100%;
    border-right: 4px solid #998067;
    position: absolute;
    top: 0;
    right: -2px;
  }
  .border-left-lg {
    position: relative;
  }
  .border-left-lg::after {
    content: "";
    width: 4px;
    height: 100%;
    border-right: 4px solid #998067;
    position: absolute;
    top: 0;
    left: -2px;
  }
  .dash-left {
    position: relative;
    margin-top: 25%;
    text-align: left;
    padding-left: 5rem;
  }
  .dash-right {
    position: relative;
    margin-top: 25%;
    text-align: right;
    padding-right: 5rem;
  }
  .dash-left::before {
    content: "";
    width: 4.375rem;
    height: 4px;
    background: #998067;
    position: absolute;
    left: 0;
    top: 60%;
  }
  .dash-right::before {
    content: "";
    width: 4.375rem;
    height: 4px;
    background: #998067;
    position: absolute;
    right: 0;
    top: 60%;
  }
}
@media (max-width: 992.98px) {
  .text-center-md {
    text-align: center;
  }
  .year {
    font-size: 4rem;
    padding: 15px;
  }
}

/* contact-page */
.contact-page h2 {
  font-size: 2.625rem;
  letter-spacing: 0.5rem;
  font-variant: small-caps;
  color: #000;
}
.contact-page p {
  font-size: 1.85rem;
  line-height: 1.875rem;
  color: #666;
  font-family: "LibreBaskerville-Italic";
}
.col-form-label {
  padding-top: 0;
  padding-bottom: 0;
}
label {
  display: block;
  font-family: "Cinzel";
  color: #000;
  font-size: 0.75rem;
}
.form-control {
  font-family: "Open Sans";
  color: #666;
  border: 1px solid #8f6242;
}
.form-control:hover,
.form-control:focus {
  border: 1px solid #000;
}
.submit_btn {
  font-family: "Cinzel";
  font-size: 1rem;
  color: #fff !important;
  background-color: #000 !important;
  border: none !important;
}
.submit_btn:hover {
  background-color: #998067 !important;
  border: none !important;
}
.form-side-image {
  width: 100%;
}
@media (min-width: 768px) {
  .form-side-image {
    width: 100%;
    height: 730px;
    margin-top: 20px;
    object-fit: fill;
  }
}
@media (min-width: 1200px) {
  label {
    position: relative;
    text-align: right;
    padding-right: 1.25rem !important;
  }
  label::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #8f6242;
    position: absolute;
    top: 8px;
    right: 0;
  }
  .form-side-image {
    width: 100%;
    height: 508px;
    margin: 0;
  }
}
@media (max-width: 768.98px) {
  .form-side-image {
    width: 100%;
    height: auto;
  }
}

/* our-win Page */
.our-win h2 {
  font-family: "Cinzel";
  color: #000;
  font-size: 40px;
}
.accordion-section {
  padding: 6rem 0 2rem;
}
.accordion-section h2 {
  font-family: "Cinzel";
  font-size: 34px;
  color: #000;
  font-weight: 300;
  letter-spacing: 3px;
}
.accordion-header {
  background: linear-gradient(
    to right,
    rgba(153, 78, 43, 1) 0%,
    rgba(209, 123, 80, 1) 23%,
    rgba(151, 77, 43, 1) 48%,
    rgba(209, 123, 80, 1) 78%,
    rgba(153, 78, 43, 1) 100%
  );
  padding: 0.3rem 0;
}
.accordion-header button {
  font-family: "Cinzel";
  font-size: 22px;
  color: #fff;
  letter-spacing: 2px;
}
.accordion-header button:hover {
  color: #fff;
}
.accordion-header button:focus {
  box-shadow: none !important;
}
.accordion-body {
  background-color: #fff;
  padding: 30px;
}
#accordion .card {
  border: none;
}
.product-img-x2 {
  width: 28%;
  height: 80%;
}
@media (max-width: 992.98px) {
  .product-img-x2 {
    width: 45%;
  }
}
.pro-icon-blancos {
  display: none;
}
@media (min-width: 768px) {
  .product-border {
    border-left: 1px solid #5e5e5e;
  }
  .pro-icon-blancos {
    display: block;
    width: 50px;
    margin: auto;
    margin-bottom: 1rem;
  }
}

.discover-btn {
  color: #5e5e5e;
  font-family: "Open Sans";
  font-size: 15px;
  text-transform: uppercase;
  border: 1px solid #5e5e5e;
  padding: 3px 20px;
}
.discover-btn:hover {
  background: #5e5e5e;
  color: #fff;
}
.product_name {
  color: #5e5e5e;
  font-family: "Open Sans";
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
}
.main-title {
  background: linear-gradient(
    to right,
    rgba(153, 78, 43, 1) 0%,
    rgba(209, 123, 80, 1) 23%,
    rgba(151, 77, 43, 1) 48%,
    rgba(209, 123, 80, 1) 78%,
    rgba(153, 78, 43, 1) 100%
  );
  padding: 0.6rem 0;
  color: #fff;
  font-family: "Cinzel";
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.product-details-area {
  background: url(../images/pattern-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  padding: 5%;
}
.product-details-area::after {
  content: "";
  width: 100%;
  height: 6px;
  background: linear-gradient(
    to right,
    rgba(153, 78, 43, 1) 0%,
    rgba(209, 123, 80, 1) 23%,
    rgba(151, 77, 43, 1) 48%,
    rgba(209, 123, 80, 1) 78%,
    rgba(153, 78, 43, 1) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-product-img {
  display: block;
  width: 90%;
  margin: auto;
}
.brand-name {
  color: #5e5e5e;
  font-family: "Open Sans";
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.brand-year {
  font-family: "Cinzel";
  font-size: 18px;
  color: #666;
  letter-spacing: 1px;
  margin-top: 5rem;
}
.bottle_sizes {
  font-family: "Cinzel";
  font-size: 18px;
  color: #666;
  letter-spacing: 1px;
}
.description {
  font-family: "LibreBaskerville-Italic";
  font-size: 15px;
  color: #666;
}
.logos-below-text {
  font-family: "Cinzel";
  font-size: 10px;
  line-height: 15px;
}
.product-labels {
  font-family: "Open Sans";
  font-size: 10px;
  font-weight: bold;
  color: #d68432;
  margin-top: -8px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1.5px;
}
.limited-edition-red {
  position: absolute;
  top: 15%;
  right: 15%;
  width: 25%;
}
.slider-indicators {
  width: 30px;
}
@media (max-width: 1440px) and (min-width: 991px) {
  .prev-arrow {
    margin-left: -75%;
  }
  .next-arrow {
    margin-right: -75%;
  }
}
@media (max-width: 991.98px) {
  .carousel-control-next,
  .carousel-control-prev {
    bottom: unset;
    top: 25%;
  }
  .prev-arrow {
    margin-left: -75%;
  }
  .next-arrow {
    margin-right: -75%;
  }
}
@media (max-width: 576.98px) {
  .slider-indicators {
    width: 20px;
  }
  .carousel-control-next,
  .carousel-control-prev {
    bottom: unset;
    top: 18%;
  }
}
@media (max-width: 380.98px) {
  .carousel-control-next,
  .carousel-control-prev {
    bottom: unset;
    top: 14%;
  }
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}
.limited-edition-red-slider {
  position: absolute;
  top: 10%;
  right: 50%;
  width: 8rem;
}
@media (max-width: 1200px) {
  .limited-edition-red-slider {
    position: absolute;
    top: 10%;
    right: 40%;
    width: 8rem;
  }
}
@media (max-width: 576px) {
  .limited-edition-red-slider {
    position: absolute;
    top: 10%;
    right: 5%;
    width: 8rem;
  }
}
/* @media (min-width: 1200px) {
  .fixed-height-80 {
    height: 80%;
    object-fit: cover;
  }
  .fixed-height-87 {
    height: 87%;
    object-fit: cover;
  }
  .fixed-height-90 {
    height: 93%;
    object-fit: cover;
  }
} */
