/*
Theme Name: Barndo Child
Template: Divi
Description: Child theme for Divi
Author: Your Name
Version: 1.0.0
*/
.glass {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.3) 45%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.32);
  padding: 12px 24px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.25s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(22px) saturate(190%);
  -webkit-backdrop-filter: blur(22px) saturate(190%);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}
.glass:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 60%;
  height: 100%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 70%);
  transform: skewX(-18deg);
  opacity: 0.7;
}
@media (max-width: 576px) {
  .glass:before {
    transform: none;
    width: 100%;
    left: 0;
  }
}
.glass:hover {
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.46);
}

.overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  z-index: 2;
}

.top_nav_glass {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.3) 45%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.32);
  padding: 12px 24px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.25s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(22px) saturate(190%);
  -webkit-backdrop-filter: blur(22px) saturate(190%);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}
.top_nav_glass:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 60%;
  height: 100%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 70%);
  transform: skewX(-18deg);
  opacity: 0.7;
}
@media (max-width: 576px) {
  .top_nav_glass:before {
    transform: none;
    width: 100%;
    left: 0;
  }
}
.top_nav_glass:hover {
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.46);
}
.top_nav_glass {
  padding: 10px !important;
  margin-bottom: -0.8em;
  margin-top: -1em;
}
.top_nav_glass a {
  padding-bottom: 0px !important;
}

.et_pb_button,
.et_pb_module {
  padding: 10px;
  border: 0;
}
.et_pb_button .et_pb_button:hover,
.et_pb_module .et_pb_button:hover {
  padding: 10px;
  border: 0;
}

.et_pb_button {
  max-width: 250px;
}
.et_pb_button.glass {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 45%);
}

.et_pb_bg_layout_light.et_pb_button:hover,
.et_pb_bg_layout_light .et_pb_button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.redbutton {
  background-color: rgba(255, 0, 0, 0.4);
}
.redbutton:hover {
  background-color: rgba(255, 0, 0, 0.6) !important;
}

.review_glass {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.1) 45%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.32);
  padding: 12px 24px;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.25s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(22px) saturate(190%);
  -webkit-backdrop-filter: blur(22px) saturate(190%);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}
.review_glass:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 60%;
  height: 100%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 70%);
  transform: skewX(-18deg);
  opacity: 0.7;
}
@media (max-width: 576px) {
  .review_glass:before {
    transform: none;
    width: 100%;
    left: 0;
  }
}
.review_glass:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.46);
}
.review_glass .et_pb_testimonial_portrait {
  border: 1px solid rgba(255, 255, 255, 0.32);
}

.et_pb_testimonial:before {
  top: -10px;
}

.popup_style {
  max-width: 600px;
  margin: auto;
  padding-top: 0;
}
.popup_style .et_pb_row {
  padding: 0;
}
.popup_style {
  background-color: transparent;
}
.popup_style.et_pb_section {
  padding: 20px 0;
}
.popup_style .et_pb_row {
  width: 95%;
}
.popup_style .glass, .popup_style .et_pb_code {
  min-height: 600px !important;
}
.popup_style .glass:before {
  left: -112%;
  width: 155%;
}
.popup_style {
  overflow: visible !important;
}
.popup_style .et_pb_column .et_pb_module {
  margin-bottom: 0 !important;
}

#et-boc .area-outer-wrap[data-da-shadow=yes] [data-da-area] {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#et-boc .area-outer-wrap[data-da-close-bg=none] .da-close, #et-boc .area-outer-wrap[data-da-close-bg=none] .da-close:focus, #et-boc .area-outer-wrap[data-da-close-bg=none] .da-close:hover {
  background-color: #ffffff !important;
  position: absolute;
  top: 20px;
  right: 15px;
  border-radius: 0 10px;
  font-size: x-large;
}

@media screen and (min-width: 981px) {
  #et-boc .area-outer-wrap[data-da-type=popup] {
    width: 100% !important;
  }
}
.popup_outer_wrap {
  overflow-x: auto;
}

[data-da-loader=yes] [data-da-area] {
  position: relative;
}

[data-da-loader=yes] [data-da-area]::before {
  content: "Loading...";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  z-index: 10;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

#main-header {
  background-color: rgba(0, 0, 0, 0.4);
}
#main-header a {
  color: #fff;
}

.et_fixed_nav.et_show_nav #page-container {
  padding-top: 0 !important;
}

#home .mejs-mediaelement video {
  position: absolute;
}

.our_process_panels .col:nth-child(1):before {
  content: "1";
  position: absolute;
  top: 0%;
  left: -20%;
  font-size: 20em;
  font-weight: bold;
  color: #fff;
  opacity: 0.03;
}
@media (max-width: 768px) {
  .our_process_panels .col:nth-child(1):before {
    left: 5%;
  }
}
.our_process_panels .col:nth-child(2):before {
  content: "2";
  position: absolute;
  top: 0%;
  left: -20%;
  font-size: 20em;
  font-weight: bold;
  color: #fff;
  opacity: 0.03;
}
@media (max-width: 768px) {
  .our_process_panels .col:nth-child(2):before {
    left: 5%;
  }
}
.our_process_panels .col:nth-child(3):before {
  content: "3";
  position: absolute;
  top: 0%;
  left: -20%;
  font-size: 20em;
  font-weight: bold;
  color: #fff;
  opacity: 0.03;
}
@media (max-width: 768px) {
  .our_process_panels .col:nth-child(3):before {
    left: 5%;
  }
}
.our_process_panels .col:nth-child(4):before {
  content: "4";
  position: absolute;
  top: 0%;
  left: -20%;
  font-size: 20em;
  font-weight: bold;
  color: #fff;
  opacity: 0.03;
}
@media (max-width: 768px) {
  .our_process_panels .col:nth-child(4):before {
    left: 5%;
  }
}

.top_header h1 {
  color: #fff;
}
.top_header {
  font-family: "Alike", sans-serif;
  padding-left: 100px;
  text-align: right;
}

#db_title_and_tagline {
  font-family: "Alike", serif;
  max-width: 400px;
  display: inline;
  font-size: 40px;
  top: 15px;
  position: relative;
}

.mobile_menu_bar:before,
.mobile_menu_bar:after,
#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a {
  color: #fff !important;
}

@media (max-width: 500px) {
  #db_title_and_tagline {
    font-size: 25px;
  }
  .top_header {
    padding-left: 0;
  }
  .top_header h1 {
    font-size: 35px;
  }
  .lo_icon_container {
    max-width: 50%;
  }
  .review_glass {
    max-width: 76%;
    margin-left: 12%;
  }
  .da-close {
    right: 10px;
  }
  .top_nav_glass {
    margin-top: 0;
    padding-top: 0 !important;
    margin-bottom: 0.25em;
  }
  .et_mobile_menu {
    border-top: 3px solid #15193e;
  }
}
@media (max-width: 400px) {
  #db_title_and_tagline {
    font-size: 23px;
  }
  .et_pb_heading_0 {
    padding-left: 60px !important;
  }
}
@media (max-width: 981px) {
  #home .mejs-mediaelement video {
    top: 0px;
  }
  .container.et_menu_container {
    width: 95% !important;
  }
  .et_header_style_left #et-top-navigation,
  .et_header_style_left .et-fixed-header #et-top-navigation {
    padding-top: 13px;
  }
  #main-header {
    height: 55px;
    position: fixed;
  }
  body[data-scroll-step] .et_pb_row_10,
  body[data-scroll-step] .et_pb_row_14 {
    opacity: 1 !important;
    transition: none;
  }
  .et_pb_testimonial:before {
    margin-left: 46%;
  }
}
@media (min-width: 767px) and (max-width: 981px) {
  #db_title_and_tagline {
    font-size: 35px;
  }
  #home .mejs-mediaelement video {
    top: -100px;
  }
  .review_container {
    max-width: 90%;
  }
  body[data-scroll-step] .et_pb_column_28,
  body[data-scroll-step] .et_pb_column_29,
  body[data-scroll-step] .et_pb_column_30 {
    transform: none !important;
  }
  .et_pb_testimonial:before {
    margin-left: 46%;
  }
  .our_process_panels .col:nth-child(1):before,
  .our_process_panels .col:nth-child(2):before,
  .our_process_panels .col:nth-child(3):before,
  .our_process_panels .col:nth-child(4):before {
    left: 12%;
  }
}
@media (min-width: 982px) {
  .et_pb_button_0_wrapper {
    margin-right: 120px !important;
  }
}
@media (min-width: 1100px) {
  #home .mejs-mediaelement video {
    top: -500px;
  }
  .top_header h1 {
    font-size: 70px;
    padding-top: 1em;
  }
  #loan_options #loan_option_icons {
    position: relative;
    top: -200px;
  }
  #loan_options .et_pb_module_heading {
    color: #fff;
    text-align: center;
  }
  #loan_options .et_pb_icon {
    margin-bottom: 0;
  }
  #loan_options .et_pb_module {
    padding-top: 0;
  }
  .section_title h2 {
    font-size: 47px;
    letter-spacing: 1px;
    text-align: center;
    font-family: "Alike", serif;
  }
  .et_pb_heading_4,
  .et_pb_heading_5,
  .et_pb_heading_6,
  .et_pb_heading_7,
  .et_pb_heading_8,
  .et_pb_heading_9 {
    margin-top: 0 !important;
  }
}
.et_pb_testimonial_meta {
  text-align: center;
}

#footer-info {
  text-align: center;
}