@import url(variable.css);

html {
  font-size: 100%;
}
html,
head,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  color: var(--bs-white);
  background: var(--bs-primary);
}

::selection {
  color: var(--bs-white);
  background: var(--bs-primary);
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: var(--bs-gray-dark);
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
}

a:hover,
a:focus {
  text-decoration: none;
  color: var(--bs-secondary);
}

* {
  outline: none !important;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top-auto {
  top: auto;
}

section {
  position: relative;
}

img {
  display: block;
}

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

.p-20 {
  padding: 20px;
}

body {
  font-family: "Gilroy", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--bs-primary-black);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  position: relative;
  overflow-x: hidden;
  --sb-track-color: var(--bs-light);
  --sb-thumb-color: var(--bs-vph-gray);
  --sb-size: 10px;
  scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
}

body::-webkit-scrollbar {
  width: var(--sb-size);
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 10px;
}

/* height & width */
.w-16 {
  width: 16px;
}
.h-16 {
  height: 16px;
}

/* Colors */
.text-primary {
  color: var(--bs-primary) !important;
}

.text-primary-black {
  color: var(--bs-primary-black) !important;
}

.text-secondary {
  color: var(--bs-secondary) !important;
}

.text-dark {
  color: var(--bs-black) !important;
}

.text-vph-gray {
  color: var(--bs-vph-gray) !important;
}

.text-golden-bridge {
  color: var(--bs-golden-bridge) !important;
}

.bg-golden-bridge {
  background-color: var(--bs-golden-bridge) !important;
}

.text-golden-bridge-400 {
  color: var(--bs-golden-bridge-400) !important;
}

.bg-golden-bridge-400 {
  background-color: var(--bs-golden-bridge-400) !important;
}

.text-dirty-green {
  color: var(--bs-dirty-green) !important;
}

.bg-dirty-green {
  background-color: var(--bs-dirty-green) !important;
}

.text-dirty-dark-green {
  color: var(--bs-dirty-dark-green) !important;
}

.bg-dirty-dark-green {
  background-color: var(--bs-dirty-dark-green) !important;
}

.text-red-wood-green {
  color: var(--bs-red-wood-green) !important;
}

.bg-red-wood-green {
  background-color: var(--bs-red-wood-green) !important;
}

.text-red-wood-hike {
  color: var(--bs-red-wood-hike) !important;
}

.bg-red-wood-hike {
  background-color: var(--bs-red-wood-hike) !important;
}

.text-red-wood-hike-200 {
  color: var(--bs-red-wood-hike-200) !important;
}

.bg-red-wood-hike-200 {
  background-color: var(--bs-red-wood-hike-200) !important;
}

.text-cloud-nine-200 {
  color: var(--bs-cloud-nine-200) !important;
}

.bg-cloud-nine-200 {
  background-color: var(--bs-cloud-nine-200) !important;
}

.text-cloud-nine-300 {
  color: var(--bs-cloud-nine-300) !important;
}

.bg-cloud-nine-300 {
  background-color: var(--bs-cloud-nine-300) !important;
}

.text-napa-wine {
  color: var(--bs-napa-wine) !important;
}

.bg-napa-wine {
  background-color: var(--bs-napa-wine) !important;
}

.text-napa-wine-400 {
  color: var(--bs-napa-wine-400) !important;
}

.bg-napa-wine-400 {
  background-color: var(--bs-napa-wine-400) !important;
}

.text-red {
  color: var(--bs-red) !important;
}

.bg-red {
  background-color: var(--bs-red) !important;
}

.bg-vph-gray {
  background-color: var(--bs-vph-gray) !important;
}

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

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

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

.bg-light {
  background-color: var(--bs-light) !important;
}

.bg-black {
  background-color: var(--bs-black) !important;
}

.bg-dark {
  background-color: var(--bs-gray-dark) !important;
}

.bg-outline-primary {
  border: 2px solid var(--bs-primary);
}

.bg-outline-secondary {
  border: 2px solid var(--bs-secondary);
}

.bg-outline-primary-black {
  border: 2px solid var(--bs-primary-black);
}

.bg-outline-white {
  border: 2px solid var(--bs-white);
}

/*Title*/
.gilroy {
  font-family: "Gilroy", sans-serif;
}
.avenir {
  font-family: "Avenir LT Std", sans-serif;
}
strong,
b {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-light {
  font-weight: 300 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  font-style: normal;
  display: block;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.2;
}

.header1 {
  font-size: 4.375rem;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.2;
}

.header2 {
  font-size: 4rem;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.2;
}

.header3 {
  font-size: 3rem;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.2;
}

.subtitle1 {
  font-size: 2rem;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.2;
}

.subtitle2 {
  font-size: 1.25rem;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.2;
}

.subtitle3 {
  font-size: 1.5rem;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.2;
}

.subtitle4 {
  font-size: 1.1rem;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.2;
}

.subline {
  font-size: 1rem;
  position: relative;
  letter-spacing: 1px;
  line-height: 1.2;
}

.body1 {
  font-size: 1rem;
  font-weight: 300;
}

.body2 {
  font-size: 1rem;
  font-weight: 600;
}

.body3 {
  font-size: 0.875rem;
  font-weight: 300;
}

.caption {
  font-size: 0.875rem;
  font-weight: 600;
}

/* Button */

.btn {
  --bs-btn-padding-x: 22px;
  --bs-btn-padding-y: 13px;
  --bs-btn-font-family: "Gilroy", sans-serif;
  --bs-btn-font-size: 16px;
  --bs-btn-font-weight: 600;
  --bs-btn-line-height: 16px;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;

  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  letter-spacing: 1px;
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 400ms ease-in-out, background-color 400ms ease-in-out,
    border-color 400ms ease-in-out;
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 767px) {
  .btn-md {
    font-size: 16px;
    padding: 10px 22px;
    line-height: 16px;
  }
}

@media (max-width: 576px) {
  .btn-sm {
    font-size: 16px;
    padding: 10px 20px;
    line-height: 16px;
  }
}

.btn-primary {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border: 0px;
  --bs-btn-hover-border-color: var(--bs-primary-600);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-primary-600);
  --bs-btn-active-border-color: var(--bs-primary-600);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: var(--bs-primary-600);
  --bs-btn-disabled-color: var(--bs-gray-dark);
  --bs-btn-disabled-bg: var(--bs-gray30);
  --bs-btn-disabled-border-color: rgba(255, 63, 76, 0.5);
}

.btn-primary:focus-visible {
  box-shadow: none;
}

.btn-primary:focus {
  color: var(--bs-white);
  background-color: var(--bs-primary-600);
}
.btn-primary:hover:focus {
  color: var(--bs-white);
  background-color: var(--bs-primary-600);
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-bg: transparent;
  --bs-btn-border: 2px;
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: var(--bs-primary);
  --bs-btn-hover-bg: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-disabled-color: var(--bs-gray-dark);
  --bs-btn-disabled-bg: var(--bs-gray30);
  --bs-btn-disabled-border-color: rgba(255, 63, 76, 0.5);
}

.btn-outline-primary:focus-visible {
  box-shadow: none;
}

.btn-outline-primary:focus {
  color: var(--bs-white);
  background-color: var(--bs-primary);
}

.btn-outline-primary:hover:focus {
  color: var(--bs-white);
  background-color: var(--bs-primary);
}

.btn-primary-mindtrip {
  --bs-btn-color: var(--bs-primary-black);
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border: 0px;
  --bs-btn-hover-border-color: var(--bs-primary-400);
  --bs-btn-hover-color: var(--bs-primary-black);
  --bs-btn-hover-bg: var(--bs-primary-400);
  --bs-btn-active-border-color: var(--bs-primary-400);
  --bs-btn-active-color: var(--bs-primary-black);
  --bs-btn-active-bg: var(--bs-primary-400);
  --bs-btn-disabled-color: var(--bs-gray-dark);
  --bs-btn-disabled-bg: var(--bs-gray30);
  --bs-btn-disabled-border-color: rgba(255, 63, 76, 0.5);
}

.btn-primary-mindtrip:focus-visible {
  box-shadow: none;
}

.btn-primary-mindtrip:focus {
  color: var(--bs-primary-black);
}

.btn-primary-mindtrip:hover:focus {
  color: var(--bs-primary-400);
}

.btn-outline-primary-mindtrip {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-bg: transparent;
  --bs-btn-border: 2px;
  --bs-btn-border-color: var(--bs-primary-400);
  --bs-btn-hover-color: var(--bs-primary-black);
  --bs-btn-hover-bg: transparent;
  --bs-btn-active-color: var(--bs-primary-400);
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: var(--bs-primary-400);
  --bs-btn-disabled-color: var(--bs-gray-dark);
  --bs-btn-disabled-bg: var(--bs-gray30);
  --bs-btn-disabled-border-color: rgba(255, 63, 76, 0.5);
}

.btn-outline-primary-mindtrip:focus-visible {
  box-shadow: none;
}

.btn-outline-primary-mindtrip:focus {
  color: var(--bs-primary-400);
  background-color: transparent;
}

.btn-outline-primary-mindtrip:hover:focus {
  color: var(--bs-primary-400);
  background-color: transparent;
}

.btn-secondary {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border: 0px;
  --bs-btn-hover-border-color: var(--bs-secondary-600);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-secondary-600);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: var(--bs-secondary-600);
  --bs-btn-active-border-color: var(--bs-secondary-600);
  --bs-btn-disabled-color: var(--bs-gray-dark);
  --bs-btn-disabled-bg: var(--bs-gray30);
  --bs-btn-disabled-border-color: rgba(26, 46, 80, 0.5);
}

.btn-secondary:focus-visible {
  box-shadow: none;
}

.btn-secondary:focus {
  color: var(--bs-white);
}

.btn-secondary:hover:focus {
  color: var(--bs-white);
}

.btn-outline-secondary {
  --bs-btn-color: var(--bs-secondary);
  --bs-btn-bg: transparent;
  --bs-btn-border: 2px;
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-color: var(--bs-secondary);
  --bs-btn-hover-bg: var(--bs-white);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
  --bs-btn-disabled-color: var(--bs-gray-dark);
  --bs-btn-disabled-bg: var(--bs-gray30);
  --bs-btn-disabled-border-color: rgba(255, 63, 76, 0.5);
}

.btn-outline-secondary:focus-visible {
  box-shadow: none;
}

.btn-outline-secondary:focus {
  color: var(--bs-white);
  background-color: var(--bs-secondary);
}

.btn-outline-secondary:hover:focus {
  color: var(--bs-white);
  background-color: var(--bs-secondary);
}

.btn-primary-black {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bs-primary-black);
  --bs-btn-border: 0px;
  --bs-btn-hover-border-color: var(--bs-primary-black-600);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-primary-black-600);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: var(--bs-primary-black-600);
  --bs-btn-active-border-color: var(--bs-primary-black-600);
  --bs-btn-disabled-color: var(--bs-gray-dark);
  --bs-btn-disabled-bg: var(--bs-gray30);
  --bs-btn-disabled-border-color: rgba(26, 46, 80, 0.5);
}

.btn-primary-black:focus-visible {
  box-shadow: none;
}

.btn-primary-black:focus {
  color: var(--bs-white);
}

.btn-primary-black:hover:focus {
  color: var(--bs-white);
}

.btn-outline-primary-black {
  --bs-btn-color: var(--bs-primary-black);
  --bs-btn-bg: transparent;
  --bs-btn-border: 2px;
  --bs-btn-border-color: var(--bs-primary-black);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: var(--bs-primary-black);
  --bs-btn-active-color: var(--bs-white);
  --bs-btn-active-bg: var(--bs-primary-black);
  --bs-btn-active-border-color: var(--bs-primary-black);
  --bs-btn-disabled-color: var(--bs-gray-dark);
  --bs-btn-disabled-bg: var(--bs-gray30);
  --bs-btn-disabled-border-color: rgba(255, 63, 76, 0.5);
}

.btn-outline-primary-black:focus-visible {
  box-shadow: none;
}

.btn-outline-primary-black:focus {
  color: var(--bs-white);
  background-color: var(--bs-primary-black);
}

.btn-outline-primary-black:hover:focus {
  color: var(--bs-white);
  background-color: var(--bs-primary-black);
}

.btn-white {
  --bs-btn-color: var(--bs-primary-black);
  --bs-btn-bg: var(--bs-white);
  --bs-btn-border: 0px;
  --bs-btn-hover-border-color: var(--bs-white-600);
  --bs-btn-hover-color: var(--bs-primary-black);
  --bs-btn-hover-bg: var(--bs-white-600);
  --bs-btn-active-color: var(--bs-primary-black);
  --bs-btn-active-bg: var(--bs-white-600);
  --bs-btn-active-border-color: var(--bs-white-600);
  --bs-btn-disabled-color: var(--bs-gray-dark);
  --bs-btn-disabled-bg: var(--bs-gray30);
  --bs-btn-disabled-border-color: rgba(26, 46, 80, 0.5);
}

.btn-white:focus-visible {
  box-shadow: none;
}

.btn-white:focus {
  color: var(--bs-primary-black);
  background-color: var(--bs-white-600);
}

.btn-white:hover:focus {
  color: var(--bs-primary-black);
  background-color: var(--bs-white-600);
}

.btn-outline-white {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: transparent;
  --bs-btn-border: 2px;
  --bs-btn-border-color: var(--bs-white);
  --bs-btn-hover-color: var(--bs-primary-black);
  --bs-btn-hover-bg: var(--bs-white);
  --bs-btn-active-color: var(--bs-primary-black);
  --bs-btn-active-bg: var(--bs-white);
  --bs-btn-active-border-color: var(--bs-white);
  --bs-btn-disabled-color: var(--bs-gray-dark);
  --bs-btn-disabled-bg: var(--bs-gray30);
  --bs-btn-disabled-border-color: rgba(255, 63, 76, 0.5);
}

.btn-outline-white:focus-visible {
  box-shadow: none;
}

.btn-outline-white:focus {
  color: var(--bs-primary-black);
  background-color: var(--bs-white);
}

.btn-outline-white:hover:focus {
  color: var(--bs-primary-black);
  background-color: var(--bs-white);
}

.btn-golden-bridge {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bs-golden-bridge);
  --bs-btn-border: 0px;
  --bs-btn-hover-border-color: var(--bs-golden-bridge-400);
  --bs-btn-hover-color: var(--bs-napa-wine);
  --bs-btn-hover-bg: var(--bs-golden-bridge-400);
  --bs-btn-active-color: var(--bs-napa-wine);
  --bs-btn-active-bg: var(--bs-golden-bridge-400);
  --bs-btn-active-border-color: var(--bs-golden-bridge-400);
  --bs-btn-disabled-color: var(--bs-gray-dark);
  --bs-btn-disabled-bg: var(--bs-gray30);
  --bs-btn-disabled-border-color: rgba(26, 46, 80, 0.5);
}

.btn-golden-bridge:focus-visible {
  box-shadow: none;
}

.btn-golden-bridge:focus {
  color: var(--bs-golden-bridge);
  background-color: var(--bs-napa-wine);
}

.btn-golden-bridge:hover:focus {
  color: var(--bs-golden-bridge);
  background-color: var(--bs-napa-wine);
}

.btn-dirty-green {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bs-dirty-green);
  --bs-btn-border: 0px;
  --bs-btn-hover-border-color: var(--bs-cloud-nine-200);
  --bs-btn-hover-color: var(--bs-dirty-dark-green);
  --bs-btn-hover-bg: var(--bs-cloud-nine-200);
  --bs-btn-active-color: var(--bs-dirty-dark-green);
  --bs-btn-active-bg: var(--bs-cloud-nine-200);
  --bs-btn-active-border-color: var(--bs-cloud-nine-200);
  --bs-btn-disabled-color: var(--bs-gray-dark);
  --bs-btn-disabled-bg: var(--bs-gray30);
  --bs-btn-disabled-border-color: rgba(26, 46, 80, 0.5);
}

.btn-dirty-green:focus-visible {
  box-shadow: none;
}

.btn-dirty-green:focus {
  color: var(--bs-dirty-dark-green);
  background-color: var(--bs-cloud-nine-200);
}

.btn-dirty-green:hover:focus {
  color: var(--bs-dirty-dark-green);
  background-color: var(--bs-cloud-nine-200);
}

.btn-dirty-dark-green {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bs-dirty-dark-green);
  --bs-btn-border: 0px;
  --bs-btn-hover-border-color: var(--bs-cloud-nine-300);
  --bs-btn-hover-color: var(--bs-dirty-dark-green);
  --bs-btn-hover-bg: var(--bs-cloud-nine-300);
  --bs-btn-active-color: var(--bs-dirty-dark-green);
  --bs-btn-active-bg: var(--bs-cloud-nine-300);
  --bs-btn-active-border-color: var(--bs-cloud-nine-300);
  --bs-btn-disabled-color: var(--bs-gray-dark);
  --bs-btn-disabled-bg: var(--bs-gray30);
  --bs-btn-disabled-border-color: rgba(26, 46, 80, 0.5);
}

.btn-dirty-dark-green:focus-visible {
  box-shadow: none;
}

.btn-dirty-dark-green:focus {
  color: var(--bs-dirty-dark-green);
  background-color: var(--bs-cloud-nine-300);
}

.btn-dirty-dark-green:hover:focus {
  color: var(--bs-dirty-dark-green);
  background-color: var(--bs-cloud-nine-300);
}

.btn-green {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bs-red-wood-green);
  --bs-btn-border: 0px;
  --bs-btn-hover-border-color: var(--bs-red-wood-hike-200);
  --bs-btn-hover-color: var(--bs-red-wood-green);
  --bs-btn-hover-bg: var(--bs-red-wood-hike-200);
  --bs-btn-active-color: var(--bs-red-wood-green);
  --bs-btn-active-bg: var(--bs-red-wood-hike-200);
  --bs-btn-active-border-color: var(--bs-red-wood-hike-200);
  --bs-btn-disabled-color: var(--bs-gray-dark);
  --bs-btn-disabled-bg: var(--bs-gray30);
  --bs-btn-disabled-border-color: rgba(26, 46, 80, 0.5);
}

.btn-green:focus-visible {
  box-shadow: none;
}

.btn-green:focus {
  color: var(--bs-red-wood-green);
  background-color: var(--bs-red-wood-hike-200);
}

.btn-green:hover:focus {
  color: var(--bs-red-wood-green);
  background-color: var(--bs-red-wood-hike-200);
}

.btn-dark-red {
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bs-napa-wine);
  --bs-btn-border: 0px;
  --bs-btn-hover-border-color: var(--bs-napa-wine-400);
  --bs-btn-hover-color: var(--bs-napa-wine);
  --bs-btn-hover-bg: var(--bs-napa-wine-400);
  --bs-btn-active-color: var(--bs-napa-wine);
  --bs-btn-active-bg: var(--bs-napa-wine-400);
  --bs-btn-active-border-color: var(--bs-napa-wine-400);
  --bs-btn-disabled-color: var(--bs-gray-dark);
  --bs-btn-disabled-bg: var(--bs-gray30);
  --bs-btn-disabled-border-color: rgba(26, 46, 80, 0.5);
}

.btn-dark-red:focus-visible {
  box-shadow: none;
}

.btn-dark-red:focus {
  color: var(--bs-napa-wine);
  background-color: var(--bs-napa-wine-400);
}

.btn-dark-red:hover:focus {
  color: var(--bs-napa-wine);
  background-color: var(--bs-napa-wine-400);
}

/* Form Css */
.form-label {
  font-size: 20px;
  margin-bottom: 1rem;
}
.form-group {
  margin-bottom: 40px;
}
.form-control,
.form-select,
.wpcf7-text {
  font-size: 16px;
  line-height: 1.1;
  font-weight: 300;
  padding: 0.75rem 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: var(--bs-border-radius);
  border-color: var(--bs-white);
  border: 2px solid var(--bs-white);
  -webkit-transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -o-transition: all 450ms ease-in-out;
  -ms-transition: all 450ms ease-in-out;
  transition: all 450ms ease-in-out;
  height: calc(1.5em + 0.75rem + 9px);
}
.form-control,
.form-select {
  color: var(--bs-primary-black);
}
.wpcf7-text {
  color: var(--bs-white);
}
.form-control:focus,
.form-select:focus,
.wpcf7-text:focus {
  outline: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.4);
  border-color: var(--bs-white);
}
.form-control:focus,
.form-select:focus {
  color: var(--bs-primary-black) !important;
}
.wpcf7-text:focus {
  color: var(--bs-white) !important;
}
.form-control::placeholder,
.form-select::placeholder {
  color: var(--bs-primary-black);
}
.wpcf7-text::placeholder {
  color: var(--bs-white);
}
.form-control::-moz-placeholder,
.form-select::-moz-placeholder {
  color: var(--bs-primary-black);
}
.wpcf7-text::-moz-placeholder {
  color: var(--bs-white);
}
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder {
  color: var(--bs-primary-black);
}
.wpcf7-text::-webkit-input-placeholder {
  color: var(--bs-white);
}
.form-control::-ms-input-placeholder,
.form-select::-ms-input-placeholder {
  color: var(--bs-primary-black);
}
.wpcf7-text::-ms-input-placeholder {
  color: var(--bs-white);
}

.input-group .input-group-text {
  background-color: rgba(255, 255, 255, 0.4);
  border: 2px solid var(--bs-white);
  box-shadow: none;
}
.newsletter-input
  .input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0;
}
select option {
  padding: 10px;
}
select option:hover {
  background: var(--bs-vph-gray) !important;
}

.dark-select {
  background-color: var(--bs-primary-black) !important;
  color: var(--bs-white);
  padding: 10px 5px 10px 10px !important;
  border-radius: 20px;
  min-width: 50px;
}
.dark-select option:hover {
  background-color: var(--bs-primary-black) !important;
  color: var(--bs-white);
}

/* Navbar */
.nav-link {
  color: var(--bs-primary-black);
  font-size: 16px;
  font-weight: 500;
}
.nav-link:focus,
.nav-link:hover {
  color: var(--bs-primary-black);
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-primary-black);
}

.b-rounded {
  border-radius: 10px !important;
}
.b-rounded-sm {
  border-radius: 18px !important;
}
.b-rounded-md {
  border-radius: 20px !important;
}
.b-rounded-lg {
  border-radius: 24px !important;
}
.b-rounded-xl {
  border-radius: 30px !important;
}
.b-rounded-2xl {
  border-radius: 40px !important;
}
.b-rounded-xxl {
  border-radius: 50px !important;
}

/***MEDIA CSS***/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container-fluid-lg {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */

@media screen and (min-width: 1366px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1296px;
  }
  .container-fluid-lg {
    max-width: 100%;
  }
}

/* xl applies to large devices (desktops, less than 1280px) */

@media (max-width: 1199.98px) {
}

/* lg applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}

/* md applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .header1 {
    font-size: 2.375rem;
  }

  .header2 {
    font-size: 2rem;
  }

  .header3 {
    font-size: 2rem;
  }

  .subtitle1 {
    font-size: 1.5rem;
  }
}

/* sm applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .subtitle3 {
    font-size: 1.125rem;
    /* font-weight: 300 !important; */
  }
}

@media (max-width: 375px) {
}

@media (max-width: 320px) {
}
