/*
 S *tory by HTML5 UP
 html5up.net | @ajlkn
 Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)

 Below is customized CSS for this deployment of the template by rainbowforge.dev.
 All variables are manually inserted into main.css without recompiling scss.


 In other words, please do not rename the CSS variables. Create a new one and use that instead.
 */

:root {
    

    --alltextboxwidth: 60ch;
    /* color variables */
    --colorthemeaccent:#2E6F40;
    /* --colorthemeaccent:#6b3d45;
    --colorthemeaccent:#879c51; */
    /* --colorthemeaccent:#e36e21; */
    --accentcontrast: #f7f7f7;
    --colorthemeaccentalt:var(--colorthemeaccent);
    --accent-hover: hsl(137, 60%, 20%);
    /* --accent-hover: hsl(24, 60%, 77%); */
    /* --accent-hover: hsl(77, 25%, 69%); */
    /* --colorthemetertiary: hsl(77, 25%, 69%); */
    --colorthemetertiary: hsl(137, 50%, 69%);
    --colorthemedark: hsl(18, 79%, 5%);
    --colorthemebackgroundlight: hsl(18, 61%, 39%) ;
    --colorthemebackground: #8a4224;
    --colorthemecontrast:#d8bca1;
    /* --colorthemetranslucent: rgba(169,147,250,0.5); */
    --colorthemetranslucent: hsl(137, 50%, 69%, 0.5);
    
    --colorthemedarktranslucent: rgba(0,0,0,0.5);
    /* --colorthemedarktranslucent: hsl(137, 76%, 7%, 0.69); */
--instantcamerashadow: 5px 5px 5px 0 var(--colorthemedark);
--instantcamerashadowhover:12px 10px 25px 0 var(--colorthemedark);
--instantcameraborder:#efe7da;
/* --instantcameraborder:var(--colorthemecontrast); */
--rfbackgroundgradient: radial-gradient(circle farthest-corner at left top, var(--colorthemebackgroundlight) 0%, var(--colorthemebackground) 75%);


    /* font family variables */
    --fontoption1: "Alice";
    --fontoption2: "Inter";
    --fontoption3: "Comfortaa";
    --finalfontfamily: var(--fontoption1);
    --bodyfontfamily: var(--fontoption1);


    /* fluid font sizing */
    --step--2: clamp(0.7378rem, 0.7178rem + 0.089vw, 0.8247rem);
    --step--1: clamp(0.8854rem, 0.8614rem + 0.1068vw, 0.9896rem);
    --step-0: clamp(1.0625rem, 1.0337rem + 0.1282vw, 1.1875rem);
    --step-1: clamp(1.275rem, 1.2404rem + 0.1538vw, 1.425rem);
    --step-2: clamp(1.53rem, 1.4885rem + 0.1846vw, 1.71rem);
    --step-3: clamp(1.836rem, 1.7862rem + 0.2215vw, 2.052rem);
    --step-4: clamp(2.2032rem, 2.1434rem + 0.2658vw, 2.4624rem);
    --step-5: clamp(2.6438rem, 2.5721rem + 0.319vw, 2.9549rem);

/* Responsive spacing */
/* @link https://utopia.fyi/space/calculator?c=360,15,1.2,1920,30,1.25,5,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */

  --space-3xs: clamp(0.25rem, 0.1923rem + 0.2564vw, 0.5rem);
  --space-2xs: clamp(0.5rem, 0.399rem + 0.4487vw, 0.9375rem);
  --space-xs: clamp(0.6875rem, 0.5144rem + 0.7692vw, 1.4375rem);
  --space-s: clamp(0.9375rem, 0.7212rem + 0.9615vw, 1.875rem);
  --space-m: clamp(1.4375rem, 1.1202rem + 1.4103vw, 2.8125rem);
  --space-l: clamp(1.875rem, 1.4423rem + 1.9231vw, 3.75rem);
  --space-xl: clamp(2.8125rem, 2.1635rem + 2.8846vw, 5.625rem);
  --space-2xl: clamp(3.75rem, 2.8846rem + 3.8462vw, 7.5rem);
  --space-3xl: clamp(5.625rem, 4.3269rem + 5.7692vw, 11.25rem);

  /* One-up pairs */
  --space-3xs-2xs: clamp(0.25rem, 0.0913rem + 0.7051vw, 0.9375rem);
  --space-2xs-xs: clamp(0.5rem, 0.2837rem + 0.9615vw, 1.4375rem);
  --space-xs-s: clamp(0.6875rem, 0.4135rem + 1.2179vw, 1.875rem);
  --space-s-m: clamp(0.9375rem, 0.5048rem + 1.9231vw, 2.8125rem);
  --space-m-l: clamp(1.4375rem, 0.9038rem + 2.3718vw, 3.75rem);
  --space-l-xl: clamp(1.875rem, 1.0096rem + 3.8462vw, 5.625rem);
  --space-xl-2xl: clamp(2.8125rem, 1.7308rem + 4.8077vw, 7.5rem);
  --space-2xl-3xl: clamp(3.75rem, 2.0192rem + 7.6923vw, 11.25rem);

  /* Custom pairs */
  --space-s-l: clamp(0.9375rem, 0.2885rem + 2.8846vw, 3.75rem);



/* Global background blur amount for translucent and transparent elements */
--blur: blur(0.5rem);

/* Global border curve amount for any elements not touching the edge of the screen/an image */
--global-border-radius: 10px;

scroll-behavior: smooth;
}




/*
 D i*sabling this beacuse of default padding issues
 .boxedcontent{
 backdrop-filter: blur(1px);
 z-index: 5;
 background-color: rgba(0,0,0, 0.33);
 border-radius: 50px;
 } */

.translucentbg{
    backdrop-filter: blur(3px);
    z-index: 5;
    background-color: var(--colorthemedarktranslucent);
    border-radius: 25px;
}
.textalignleftall{
    text-align: left;
}

/* font style assignments */
h1 {
    
    font-size: var(--step-5);
    font-weight: 700;
    margin-bottom: 0.25rem;
    line-height: 1;
    font-family: var(--finalfontfamily);
}
h2 {
    
    font-size: var(--step-4);
    font-weight: 700;
    margin-bottom: var(--step--2);
    line-height: 1;
}
h3 {
    
    font-size: var(--step-3);
    font-weight: 700;
    margin-bottom: .5rem;
    line-height: 1;
}
h4 {
    
    font-size: var(--step-2);
    font-weight: 500;
    margin-bottom: .25rem;
    line-height: 1.1;
}
p, *, html, body {
    font-size: var(--step-0);
    font-weight: 400;
    margin-bottom: var(--step-0);
    line-height: 1.3;
}
h1,h2,h3{
    /* font-family: var(--fontoption1); */
}

/* Ignore this unless you're adding a new font */
@font-face {
    font-family: 'Bree Serif';
    src: url('/assets/fonts/BreeSerif-Regular.ttf');
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/Inter-VariableFont_opsz\,wght.ttf');
}
@font-face {
    font-family: 'Comfortaa';
    src: url('/assets/fonts/Comfortaa-VariableFont_wght.ttf');
}
@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/Inter-Italic-VariableFont_opsz\,wght.ttf');
    font-style: italic;
}
@font-face {
    font-family: 'Alice';
    src: url('/assets/fonts/Alice-Regular.ttf');
}
/*classes for manual resizing of elements*/

.size-step-0 {
    font-size: var(--step-0);
    line-height: 1.3;
}
.size-step-1 {
    font-size: var(--step-1);
    line-height: 1.2;
}
.size-step-2 {
    font-size: var(--step-2);
    line-height: 1.1;
}

.size-step-3 {
    font-size: var(--step-3);
}

.size-step-4 {
    font-size: var(--step-4);
}

.size-step-5 {
    font-size: var(--step-5);
}

.marginbottom-step0 {
    margin-bottom: var(--step-0);
}

ul.nodecoration {
    list-style: none;
    margin: 0;
    padding: 0;
    *{
        padding: 0;
        margin: 0;
    }
}
ul.circledecoration{
    list-style: circle;
}
ul.cols2{
    columns: 2;
}


.howwho{
    margin-top: var(--space-l);
}

strong{
    font-weight: 900;
}
.margin0{
    margin: 0;
}

@media (orientation: portrait){
    .banner.flipped {
        flex-direction: column;
    }
    ul.cols2{
    columns: 1;
}


}
body{
    background-color: transparent;
}



input:focus, textarea:focus, label::before:focus {
}

/*
 E v*entually someone will need to fix the ul actions wrapper that keeps line wrapping the buttons but for now I just made the buttons smaller.

 Update: welp checked the tablet responsiveness and the template responsiveness on tablet sizes is weird af so I'll just replace .actions wrapper now
 .rfcustombuttonwrapper{

 }
 .actions{
 margin-top: var(--step-2);
 gap: var(--step--1);
 }
 @media (orientation: portrait) {
 .actions{
 margin-top: var(--step-2);
 gap: var(--step-2);
 }
 }

 */

.rfcustombuttonwrapper{

    display: grid;
    /* grid-template-columns: repeat(auto-fill, minmax(fit-content, 1fr));  */
    grid-template-columns: repeat(auto-fill, minmax(fit-content, 1fr));
    gap: var(--space-xs);
    
    /*
     d i*splay: flex;

     flex-wrap: wrap;
     */


    *{
        white-space: nowrap;
        min-width: fit-content;
    }
}


button {


}
button.rfcustombutton{
    color: var(--accentcontrast);
}

.rfcustombutton {
    box-shadow: 5px 5px 10px 3.5px var(--colorthemedarktranslucent);
    color: var(--accentcontrast);
    background-color: var(--colorthemeaccent);
    text-align: center;
    font-family: var(--finalfontfamily);
    /* background-image: radial-gradient(
        circle at center center,
        var(--colorthemeaccentalt) 0%,
                                      var(--colorthemeaccent) 90%
    ); */
    
    
    /* color: var(--colorthemebackground); */
    font-size: var(--step-2);
    /* text-transform: uppercase; */
    border-radius: var(--global-border-radius);
    padding: var(--step--2) var(--step-1);
    text-decoration: none;
    width: 100%;
    transition: all 0.3s ease-out;
    background-position: -50%;
    background-size: 100%;
/* background-size: 25%; */
    font-weight: 700;
    & i {
        transition: all 0.3s ease-in-out;
    }
}

.rfcustombutton:hover, .rfcustombutton:focus{
    /* background-position: -50%;
    background-size: 900%; */
    /* background-size: 35%; */
    /* animation: movingbg 0.5s ease-in-out both infinite; */
    color: var(--accentcontrast);
    background-color: var(--accent-hover);

    box-shadow: 3px 3px 3px 3.5px var(--colorthemedarktranslucent);

}
/* 
@keyframes movingbg {
    0%{
        background-size: 75%;
    }
    50%{
        background-size: 90%;
    }
    100%{
        background-size: 75%;
    }
} */


.icon.align-left{
    text-align: left;
}

.lowercase{
    text-transform: lowercase;
}
.customlisticon{
    filter: drop-shadow(2px 0px 2px #fff);
    font-size: var(--step-1);
    margin-bottom: var(--step-0);
}
@media (orientation: landscape){
    .customlisticon{
        position: absolute;
        left: -1%;
    }
    .topleftcustomlisticon {
        transform: rotate(-90deg);
    }
    .toprightcustomlisticon {
        transform: rotate(0deg);

        left: unset;
        right: -1%;
    }
    .bottomrightcustomlisticon {
        transform: rotate(90deg);
        left: unset;
        right: -1%;
        bottom: -1%;
    }
    .bottomleftcustomlisticon {
        transform: rotate(180deg);
        bottom: -1%;
    }

}



.marginallycentered {
    margin: 0 auto;
}
ul.icons {
    margin: var(--step-0);
}
footer.wrapper.style1 > .inner {
    padding-top: var(--step-0);
    padding-bottom: var(--step-5);
}

input.form-helper-field {
    display: none;
    /* opacity: 0;
     *  position: fixed;
     *  top: -1000vw; */
}

/* .banner.style1{
    position: relative;
} */
/* .banner.style1 .image img.rfcustomheroimg{
position: relative;    
} */
/* .rfcustomboxedcontent{
    position: sticky;
    top: 0;
} */

.banner.style1 .image img.rfcustomheroimg{
    object-position: top;
}
.banner.style1 .content.rfcustomboxedcontent{
    padding: var(--space-m);
}



.spotlight.style1 img.rfcustomimg{
    object-position: 50% 10%;
}



.rfcustomboxedcontent{
    backdrop-filter: var(--blur);
    background: var(--colorthemedarktranslucent);
    
    max-width: var(--alltextboxwidth) !important;
    padding: var(--space-m);
    margin: 0 auto;
}
@media(max-width: 62.5rem){
    .rfcustomboxedcontent{
        max-width: 75%;
    }
}

.stickyheader {
    position: fixed;
    top: 0;
    left: 0;
    /* backdrop-filter: blur(var(--bluramount, 5px));
     *  background-color: var(--colorthemetranslucent); */
    z-index: 10;
}

.screenbottom {
    top: unset;
    left: unset;
    bottom: 3vh;
    right: 1vw;
}


@media (prefers-reduced-motion: reduce) {
    *, html, body {
        transition: 0 !important;
        opacity: 1 !important;
        transform: unset !important;
        max-width: 100vw;
    }
}


:root{
    scrollbar-color: var(--colorthemeaccent) var(--colorthemebackground);
}
::-webkit-scrollbar-thumb {
    background-color: var(--colorthemeaccent);
    border-radius: 7px;
}
::-webkit-scrollbar-track, ::-webkit-scrollbar {
    background-color: var(--colorthemebackground);
}

.background {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-color: var(--colorthemebackground);
    background: var(--rfbackgroundgradient);
    left: 0;
    top: 0;
    z-index: -1;
    background-size: cover;
    background-position: center center;
    
    /* background-image: url('/images/officephotos/leaf\ 2.webp'); */
    /* opacity: .5; */
    
}


@media (orientation: portrait){
.rfcustombutton{
    font-size: var(--step-0);
}
.rfcustomheroimgwrap{
    /* min-height: 35rem; */
}
.rfcustombuttonwrapper{
    margin-bottom: var(--step-0);
}
}
@media (max-width: 62.5rem){
.rfcustombutton{
    font-size: var(--step-0);
}
.items.style1{
    display: flex;
    flex-direction: column;
    
}
.items.style1.big > *{
    width: 100%;
}

.spotlight.style1.orient-right.longbuttonswrap{
    flex-direction: column;
    margin-top: var(--step-5);
    .image{
        min-height: 50rem;
        width: 75%;
        margin: 0 auto;
    }
}
.spotlight.style1 .content{
    width: 100%;
}
}


.banner .image{
    background-color: transparent ;
}

.instantcamera{
    border-radius: 0;
    /* width: 50% !important; */
    height: auto !important;
    aspect-ratio: 1/1;
    border: 30px  solid var(--instantcameraborder);
    border: 30px  solid var(--colorthemecontrast);
    border-width: 30px 30px 60px 30px;
    /* background:var(--instantcameraborder); */
    /* background: radial-gradient(circle at 50% 47%,var(--instantcameraborder) 85%, var(--colorthemedarktranslucent) 100%); */
    /* padding: 30px 30px 60px 30px; */
    box-shadow: var(--instantcamerashadow);
    background-color: var(--colorthemedark);
    /* filter: sepia(35%); */
    transition: all 0.5s ease-out;
    z-index: 0;
    img{
        border-radius: 0 !important;
        position: relative !important;
         background-color: var(--colorthemedark);
         aspect-ratio: 1/1;
    object-position: center !important;
    object-fit: cover;
    width: 100%;
    height: 100%;
        display: block;
        border: 0;
    }
    img.position-bottom{
    object-position: bottom !important;

    }
    img.position-top{
    object-position: top !important;

    }
}   
 .instantcamera:hover {
z-index: 99;
transform: scale(1.25) !important;
box-shadow: var(--instantcamerashadowhover);
    }

.rfcustomgallery{
    margin: var(--space-2xl);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    
    .instantcamera{
        
    }

}
@media(orientation: portrait){
    .rfcustomgallery{
        display: flex;
        flex-direction: column;
    }
}


h1, h2, h3, h4, h5, h6, p:not(:last-child){
    margin-bottom: var(--space-xs);
}
.margin-bottom-standard{
    margin-bottom: var(--space-xs);
}
.margin-bottom-0 {
    margin-bottom: 0;
}
.margin-bottom-large{
    margin-bottom: var(--space-l);
}

.rfcustomboxedcontent {
    border-radius: var(--global-border-radius);
    z-index: 1;
}


.logisticsimagewrap{
    width: 45%;
}
@media (max-width: 690px){
    .logisticsimagewrap{
        width: 90%;
    }

    .rfcustombutton{
        max-width: 100% !important;
        
        text-wrap:wrap;
        
    }
}
footer.rfcustomboxedcontent{
    min-width: fit-content;
    margin-left: var(--space-s);
}


@media(max-width: 999px){
    footer.rfcustomboxedcontent{
        min-width: unset;
        width: 75%;

    }
.rfcustomstackedp{
    display: flex;
    flex-direction: column;
    gap: var(--space-3xs);
 
}
}

/* @media (max-width: 690px){
    	#wrapper {
		overflow-x: scroll;
	}
} */