/*
 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.
 */

:root {

    /* color variables */
    --colorthemeaccent:#258798;
    --accentcontrast: #000315;
    --colorthemeaccentalt:#faab00;
    --colorthemetertiary: #86c3bf;
    
    --colorthemebackground: #000315;
    --colorthemecontrast:#f7f7f7;
    --colorthemetranslucent: rgba(169,147,250,0.5);
    --colorthemetranslucent: rgb(134, 195, 191, 0.5);
    
    --colorthemedarktranslucent: rgba(0,0,0,0.5);



    /* font family variables */
    --fontoption1: "Bree Serif";
    --fontoption2: "Inter";
    --fontoption3: "Comfortaa";
    --finalbodyfontfamily: 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);


/* 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;
}


/*
 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;
}
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;
}
/*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(--step-5);
}

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

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


}
body{
    background-color: transparent;
}


input, textarea, label::before {
    box-shadow: 0px 3px 1px 2px var(--colorthemetranslucent) !important;
    transition: all 0.3s ease;
}
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(--step-0);
    
    /*
     d i*splay: flex;

     flex-wrap: wrap;
     */


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


button {


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

.rfcustombutton {
    color: var(--accentcontrast);
    text-align: center;
    font-family: var(--finalbodyfontfamily);
    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);

    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;
}

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



.rfcustomboxedcontent{
    backdrop-filter: var(--blur);
    background: var(--colorthemedarktranslucent);
}

.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);
    left: 0;
    top: 0;
    z-index: -1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('/images/stock/pexels-rudy-kirchner-278171-831079.webp');
    
}


@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%;
}
}


