/** Shopify CDN: Minification failed

Line 10:0 All "@import" rules must come first

**/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Moul&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');

@config "../../../tailwind.config.js";
@import 'tailwindcss';

/* Fix for Shopify box-sizing conflict */
*, ::before, ::after {
  box-sizing: border-box !important;
}

/* Ensure floor plan container is isolated from theme font resets */
.floor-plan-container {
  font-size: 16px !important;
  line-height: normal !important;
}

/* @import "tailwindcss" prefix(tw); */
@plugin "@tailwindcss/forms";

@theme {
  --spacing: 4px;

  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-2xl: 1400px;
  --breakpoint-3xl: 1600px;

  --default-font-family: 'OpenRegular';
  --font-family-montserrat: 'Montserrat', sans-serif;
  --font-family-moul: 'Moul', serif;
  --font-family-Barlow-Condensed: 'Barlow Condensed', sans-serif;
  --font-family-Merriweather: 'Merriweather', serif;
  --font-family-inter: 'Inter', sans-serif;

  --text-xs: 12px;
  --text-sm: 14px;
  --text-base: 16px;
  --text-lg: 18px;
  --text-xl: 20px;
  --text-2xl: 24px;
  --text-3xl: 30px;

  --color-theme: #0d3676;
  --color-theme-skin: #efccab;
  --color-theme-orange: #d06400;
  --color-theme-orange-dark: #7d3c00;
  --color-theme-orange-get-involved: #b23c07;
  --color-theme-green1: #b7ca00;
  --color-theme-green2: #889603;
  --color-theme-orange-gradient-1: #f3b504;
  --color-theme-orange-gradient-2: #f97f06;
}

.focus-border-ring-shadow-outline{
  /* @apply focus:border-theme-orange focus:outline-theme-orange focus:shadow-theme-orange focus:ring-theme-orange transition-all; */
  @apply focus:border-b-theme-orange-get-involved focus:outline-0 focus:shadow-none focus:ring-0 transition-all;
}

.wt-outline-ring {
  @apply focus:outline-0 focus:outline-offset-0 focus:ring-0 focus:ring-offset-0;
}

.without-ring {
  @apply focus:ring-0 focus:ring-offset-0;
}
.without-outline {
  @apply focus:outline-0 focus:outline-offset-0;
}

button{
  @apply transition-all;
}
.password-field{}



.down-arrow{
  content: '';
  position: absolute;
  bottom: 4px;
  height: 9px;
  width: 9px;
  left: 30px;
  margin: 8px 0 0 8px;
  border-color: #333;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}


body{
  @apply tracking-[.2px] font-family-montserrat;
}






.sidebar-overlay,
.sidebar{
  @apply -translate-x-20 opacity-0 invisible transition-all;
}
body.sb-active .sidebar-overlay,
body.sb-active .sidebar{
  @apply translate-x-0 opacity-100 visible;
}


.sticky_nav{
  @apply py-0 transition-all;
}
.sticky_nav img{
  /* @apply w-14; */
}
.sticky_nav .brand{
  @apply ms-0 transition-all;
}

.text-shadow{
  text-shadow: 1px 1px 1px #000000;
}

.link-active{
  @apply bg-[#252525];
}


.hero-images{}
.hero-images .flex{}
.hero-images div>div:first-child {clip-path: polygon(0% 100%, 0% 0%, 100% 0%, 80% 100%);margin-right: -30%;}
.hero-images div>div:nth-child(2) {clip-path: polygon(0% 100%, 30% 0%, 100% 0%, 80% 100%);margin-left: -30%;margin-right: -30%;}
.hero-images div>div:nth-child(3) {clip-path: polygon(0% 100%, 30% 0%, 100% 0%, 80% 100%);margin-left: -30%;margin-right: -30%;}
.hero-images div>div:last-child {clip-path: polygon(0% 100%, 30% 0%, 100% 0%, 100% 100%);margin-left: -30%;}
/* 
Bottom-left corner: 0% 100%
0% from left, 100% from top (bottom edge)

Top-left corner: 0% 0%
0% from left, 0% from top

Top-right corner: 100% 0%
100% from left (far right), 0% from top

Bottom-right point: 75% 100%
75% from left, 100% from top (bottom edge)
 */
 
 @media(max-width:1200px){
  .investment-section{background-size: cover !important;}
 }
 
 