/**
 * @file
 * Styles for Bootstrap Barrio page.
 */

/* Hack for .placeholder issue https://www.drupal.org/project/drupal/issues/3233533 */

:root {
  --primary-color: #343a40 !important;
  --secondary-color: #410e27 !important;
  --accent-color: #c39a6b !important;
}
em.placeholder {
  vertical-align: unset !important;
  cursor: unset !important;
  background-color: unset !important;
  opacity: unset !important;
}
section.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif !important;
}

.img-fluid {
  width: 20% !important;
  transition: all 0.3s ease-in-out !important;
}
.scrolldown .navbar.bg-primary .img-fluid,
.scrolled.scrollup .navbar.bg-primary .img-fluid {
  width: 13% !important;
}
.slider img {
  width: 100% !important;
  height: auto !important;
}
header#header {
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
/* .scrolldown.scrolled header#header {
  position: relative !important;
} */
.navbar.bg-primary {
  /* background-image: linear-gradient(#50b3eb,#2fa4e7 60%,#2c9ad9); */
  background: #000000 !important;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(10, 10, 10, 0.36) 50%,
    rgba(0, 0, 0, 0) 100%
  ) !important;
}

.scrolldown .navbar.bg-primary,
.scrolled.scrollup .navbar.bg-primary {
  background: #fff !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}

.main_text {
  font-size: 28px;
  width: 70%;
  font-weight: bolder;
  margin: auto;
  text-align: center;
}

.cat_row .col {
  position: relative;
  /* aspect-ratio: 479/663; */
  aspect-ratio: 504/663;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.row.cat_row .col {
  border: 1px solid #fff;
}

.row.cat_row .col {
  background-color: #333;
}

.cat_row .col_1 {
  background: url(../../images/shots/umbrella_shot1.jpg) no-repeat center center;
  background-size: cover;
}
.cat_row .col_2 {
  background: url(../../images/shots/umbrella_shot2.jpg) no-repeat center center;
  background-size: cover;
}
.cat_row .col_3 {
  background: url(../../images/shots/furniture.jpg) no-repeat center center;
  background-size: cover;
}
.cat_row .col_4 {
  background: url(../../images/shots/pagola_shot.jpg) no-repeat center center;
  background-size: cover;
}

._thr {
  color: #fff;
  font-size: 28px;
  position: absolute;
  font-weight: bolder;
  text-transform: uppercase;
  padding: 10px;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  z-index: 10;
  font-family: "Poppins", sans-serif !important;
}
._thr:hover {
  color: var(--accent-color);
  text-decoration: none;
}

.cat_row .col::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(0, 0, 0, 0.8))
  );
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8));
}

/* .col_img {
  background: url(../../images/shots/umbrella_with_furniture.jpeg) no-repeat
    center center;
  background-size: cover;
} */

.col.col_img {
  background: url(../../images/shots/umbrella_garden.jpg) no-repeat center
    center;
  background-size: cover;
}

.col.col_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 60.55%;
  height: 100%;
}

.sec_head {
  background: #fff;
  position: relative;
  z-index: 10;
  width: 50%;
  font-size: 56px;
  font-weight: bolder;
}

._inrl {
  padding: 120px 0;
}

.txdf {
  width: 38%;
  padding: 20px 0;
  font-size: 18px;
}

.mob_bike {
  background: url("../../images/shots/mobile_bike.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 800px;
  max-height: 850px;
}

.col.col-img img {
  width: 100%;
  height: auto;
}

h1.sec_head_title {
  font-weight: 900;
  font-size: 57px;
}

#block-bootstrap-barrio-footer1 {
  text-align: center;
}

/* .video-background-wrapper {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
} */

.video-background-wrapper {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  /* padding-top: 300px; */
  margin-top: 100px;
}

.video-background-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 0;
  object-fit: cover;
}

.video-content {
  position: relative;
  z-index: 5;
  /* color: white; */
  text-align: center;
  /* padding: 20px; */
}

.video-background-wrapper::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000036;
  z-index: 1;
  content: "";
}

.contact_section h2 {
  /* color: #fff; */
  text-transform: capitalize;
  font-size: 60px;
  line-height: 2;
}

.contact_section {
  position: relative;
  width: 800px;
  background-color: #fff;
  z-index: 40;
  text-align: left;
  /* color: #fff; */
  display: block;
  margin-top: 60px;
  margin-left: auto;
  padding: 100px;
}

.ct {
  padding-bottom: 30px;
}
a {
  text-decoration: none !important;
}
.section__btn {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  background: #5e1438;
  padding: 19px 42px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

#conti,
#centpost,
#cab_section {
  text-align: center;
  align-items: center;
  justify-content: center;
}
#conti a,
#centpost a,
#cab_section a {
  color: var(--primary-color);
}

.mods img,
.cab_inner img {
  width: 100%;
  height: auto;
  margin: auto;
}

.md_title {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
}

.md_title::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 6%;
  right: 0;
  left: 0;
  background: #000;
  bottom: -13px;
  margin: auto;
}

.umb_t,
.cab_title {
  text-transform: capitalize;
  font-size: 27px;
  margin-bottom: 10px;
}

.umb_desc {
  font-size: 15px;
}

.drawer_container {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1035;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.drawer_container.show {
  opacity: 1;
  pointer-events: auto;
}

.drawer_container .inner_drawer {
  position: fixed;
  width: 30%;
  height: 100%;
  background: var(--secondary-color);
  z-index: 1038;
  right: -100%;
  top: 0;
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 20px;
}

.drawer_container.show .inner_drawer {
  right: 0;
}

div#block-bootstrap-barrio-drawermenu button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  border: none;
  border-radius: 3px;
  background-color: #fff;
}

.inner_drawer button {
  display: flex;
  padding: 9px;
  border: none;
  border-radius: 4px;
  color: #fff;
  background-color: transparent;
}

.inner_drawer button:hover {
  background: #00000015;
  color: #fff;
}

li.menu_item {
  text-transform: capitalize !important;
  padding: 14px 0;
  display: block;
  font-size: 20px;
  color: var(--primary-color);
  border-bottom: 1px solid #00000015;
  transition: background-color 0.3s ease, text-indent 0.3s ease;
}

li.menu_item a {
  color: #fff;
}

li.menu_item:hover a {
  color: #fff;
}

li.menu_item:hover {
  background-color: #00000020;
  text-indent: 15px;
}

.contact-form button {
  background: var(--secondary-color);
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}
.contact-form button:hover {
  background: #5e1438;
  color: var(--accent-color);
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 15px;
}

.cust_banner {
  position: relative;
  width: 100%;
  height: 400px;
  background: url("../../images/shots/cust_banner.jpg") no-repeat center center;
  background-size: cover;
}

.anchor {
  text-transform: capitalize;
  color: var(--secondary-color);
}
.anchor:hover {
  color: var(--accent-color);
  text-decoration: underline;
}

.masonry-layout-media-galleries {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.masonry-layout-media-galleries img {
  width: 100%;
  height: auto;
}
.masonry-layout-media-galleries li {
  display: block;
}

/* Responsive Styles */
@media screen and (max-width: 600px) {
  .main_text {
    font-size: 24px;
    width: 90%;
  }
  .video-background-wrapper {
    height: 400px;
  }
  .video-background-wrapper video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
  }
  .contact_section {
    width: 90%;
    padding: 20px;
    margin-top: 20px;
  }
  .contact_section h2 {
    font-size: 40px;
  }
  .mob_bike {
    min-height: 300px;
  }

  .cat_row .col {
    position: relative;
    aspect-ratio: 504/340;
    /* margin-bottom: 4px; */
  }

  .txdf {
    width: 100%;
    padding: 20px 0;
    font-size: 18px;
  }
  h1.sec_head_title {
    font-weight: 900;
    font-size: 43px;
  }
  ._inrl {
    padding: 0 0;
  }
  .sec_head {
    width: 100%;
    font-size: 36px;
    padding: 20px 0;
  }
  .col.col_img {
    width: 100%;
    height: auto;
  }
  .col.col_img img {
    width: 100%;
    height: auto;
  }

  .drawer_container .inner_drawer {
    width: 90%;
  }
}
