/**
 * @file
 * Styles for Bootstrap Barrio page.
 */
:root {
  --primary-color: #003774;
  --secondary-color: #00a3e0;
  --accent-color: #015e9d;
}

body {
  font-family: "satoshi" !important;
}

/* Hack for .placeholder issue https://www.drupal.org/project/drupal/issues/3233533 */
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;
}

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

#serv .material-symbols-outlined {
  font-size: 62px !important;
}

.prof_bio {
  background: url(../../images/founder_bg.png) no-repeat center center / cover;
}

.wdt_ins {
  background-color: var(--primary-color);
  color: #fff;
}

.slider-container img {
  width: 100%;
  height: auto;
  max-height: 750px;
  object-fit: cover;
}

.hm_bnr {
  height: 650px;
}
.f_bnr {
  height: 570px;
}

.bg-primary {
  background-color: var(--secondary-color) !important;
}

.bg-primary-2 {
  background-color: var(--primary-color);
}

nav#navbar-main {
  background: var(--secondary-color) !important;
}

nav#navbar-main img {
  width: 39%;
}

.cust_bv {
  background: var(--accent-color);
  color: #fff;
}

.path-frontpage #main-wrapper {
  background: var(--primary-color) url(../../images/main_bg.png) no-repeat
    center center / cover;
  color: #fff;
}

.ft_b {
  background: rgba(0, 0, 0, 0.4);
  margin-bottom: -14px;
}
.ft_b img {
  opacity: 0.7;
}
.ft_b a {
  text-decoration: none;
}
.ft_b a .text_secondary.fs-4:hover {
  color: white !important;
}
.wwu span.material-symbols-outlined {
  font-size: 68px;
  color: var(--secondary-color);
}

.short_sty {
  width: 75%;
}

a.act_btn {
  background: var(--secondary-color);
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  padding: 8px 23px;
  border-radius: 12px;
  text-decoration: none;
}
a.act_btn:hover {
  background: var(--primary-color);
  color: #fff;
}

.act_title {
  color: var(--secondary-color);
}

.col_flex {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
}

.prof_bio__ {
  font-size: 22px;
  max-width: 600px;
  line-height: 1.6;
  padding-bottom: 86px;
  color: #7e7d7d;
}

.text_primary {
  color: var(--primary-color);
}
.text_secondary {
  color: var(--secondary-color);
}
.text_accent {
  color: var(--accent-color);
}

.text_gray {
  color: #7e7d7d;
}

.b_p img {
  width: 100%;
}

.wu__ {
  font-size: 22px;
  max-width: 500px;
  margin: auto;
  color: #7e7d7d;
  padding-top: 5px;
  font-weight: lighter;
}
.f_text {
  color: var(--primary-color);
  max-width: 100%;
  padding-top: 50px;
}

.des__p {
  color: #7e7d7d;
  font-size: 20px;
  font-weight: lighter;
  max-width: 300px;
  margin: auto;
}

.we__ {
  background: #f9f9f9;
}

.b_p {
  background: var(--primary-color);
}

.__str {
  font-size: 20px;
}

.__soc img {
  opacity: 0.6;
}

.__soc a:hover img {
  opacity: 1;
}

.car_inner {
  border-right: 1px solid var(--primary-color);
  min-height: 100px;
  padding: 10px 0;
}

.car_inr_2.car_inner,
.car_inr_5.car_inner,
.car_inr_8.car_inner {
  border-right: none;
}

.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: 80%;
  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;
  margin: 20px 0;
}

li.menu_item a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

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

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

.ser_in {
  color: #ffffff;
  padding: 45px;
  background: var(--accent-color);
  border-radius: 10px;
  font-size: 23px;
  font-weight: lighter;
  position: relative;
}

.serv_bnr {
  height: 600px;
  width: 100%;
}

.ser_in .material-symbols-outlined {
  font-size: 101px;
}

.serv_txt {
  font-size: 23px;
  padding: 40px 0;
}

._stp {
  border: 1px solid var(--accent-color);
  padding: 29px 23px;
  border-radius: 26px;
  color: var(--primary-color);
  background-color: #fff;
}

._stp_d {
  font-size: 18px;
}

._stp._stp_1 {
  background-color: var(--accent-color);
  color: #fff;
}

.set_wrapper,
.wwu,
.wlcs {
  background: #f5f5f5 url("../../images/bg-05.jpg") no-repeat scroll center /
    cover;
}
.page-node-3 #main-wrapper {
  background: #f5f5f5 url("../../images/bg-06.jpg") no-repeat scroll center
    bottom / cover;
}

button.act_btn {
  background-color: var(--secondary-color);
  color: #fff;
  text-transform: capitalize;
  border: 1px solid var(--secondary-color);
  padding: 8px 15px;
  font-weight: 500;
  border-radius: 10px;
  font-size: 18px;
  font-family: "satoshi" !important;
}

.ms-container {
  display: flex;
  align-items: center;
}

.inr_ {
  border: 1px solid #00000015;
  padding: 25px 10px;
  border-radius: 3px;
  background-color: #f4f7f8;
}
.why_launch {
  width: 75%;
}

._serv img {
  width: 115px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translate(-50%, 0);
}

._cont_inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  gap: 1.5rem; /* space between grid items */
  text-align: center;
  padding: 1rem;
}

._serv {
  border: 1px solid var(--primary-color);
  border-radius: 46px;
  position: relative;
  padding: 40px;
  margin-bottom: 34px;
  background-color: #fff;
}

._srv_t_r {
  font-size: 20px;
  color: var(--secondary-color);
}
._srv_t_b {
  color: var(--primary-color);
}
.all_srv h1 {
  color: var(--primary-color);
}

.all_srv {
  background: #f4f7f8 url("../../images/bg-05.jpg") no-repeat center center /
    contain;
}

@media only screen and (max-width: 600px) {
  .car_inner {
    border-right: none;
    border-bottom: 1px solid var(--primary-color);
  }

  .short_sty {
    width: 100%;
  }
  .why_launch {
    width: 100%;
  }

  ._cont_inner {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }
}

@media only screen and (min-width: 992px) {
  .f_text {
    padding-top: 0;
    padding-bottom: 271px;
    max-width: 500px;
  }
  .w-xp {
    width: 75%;
  }

  .ser_in {
    margin-top: -135px;
  }

  .drawer_container .inner_drawer {
    width: 30%;
  }

  ._cont_inner {
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
  }
}
