html {
    scroll-behavior: smooth;

body {
    font-family: "\"IBM Plex Sans\"", system-ui, sans-serif;
    color: rgb(91 102 117);
    background-color: white;
    margin: 0 !important;
}
    /** {  border: 1px solid red !important;}*/
a { color: inherit; text-decoration: inherit; }

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

.border{
    border-style: solid;
    border-width: 1px;
    border-color: rgb(227 234 242);
}

header, section{
    border-width: 0 !important;
    border-bottom-width: 1px !important;
}

header{
    width: 100%;
    position: sticky;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    z-index:1;
}

svg{
    width: 1rem;
    height: 1rem;

}

.content{
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding: clamp(4rem, 10vw, 5rem) clamp(1.25rem, 5vw, 2rem);
    display: grid;
    gap: 3rem;
    align-items: center;
}

#nav-bar{
    max-width: 80rem;
    height: 72px;
    padding: 0 clamp(1.25rem, 5vw, 2rem);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 1;
}


footer{
    width: 100%;
    background: rgb(26 50 91)
}

#footer-container{
    max-width: 80rem;
    color: rgb(255 255 255 / 0.7);
    margin: 0 auto;
    display: grid;
    align-items: center;
    padding: 3rem clamp(1.25rem, 5vw, 2rem);;
    gap: 2rem;
}

#contact-info{
    font-size: 14px;
}



#logo{
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

#logo-image{
    height: 2.5rem;
    width: 2.5rem;
    object-fit: contain;
}

#name1{
    display: block;
    letter-spacing: -0.025em;
    font-weight: 700;
    color: rgb(27 62 118);
    font-size: 17px;
}

#name2{
    display: block;
    letter-spacing: 0.22em;

    font-size: 9px;
    margin-top: 2px;
}

#name3 {
    font-weight: bold;
    color: white;
    font-size: 16px;
}



nav{
    display: none;
    gap: 2rem;
}

.nav-stuff{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    font-weight: 500;
    font-size: 15px;

}
.nav-stuff:hover{
    color: rgb(27 62 118);
}


.btn{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    height: 2.5rem;
    background-color: rgb(27 62 118) ;
    color: white;
    border-radius: 9999px;
    font-weight: 600;
    font-size: 16px;
    justify-content: center;

}
.btn:hover{
    background-color: rgb(190 190 192);
}


#optioneel{
    grid-template-columns: none;
    padding-top: 0.5rem;
}

#optioneel-container {
    border-radius: 1.5rem;
    background-color: rgba(245, 248, 252, 0.6);
    overflow: hidden;
    display: grid;


}


#hero-btn{
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

#hero-btn a{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    height: 3.3rem;
    border-width: 1px;

}

#calc-btn {
    background-color: white;
    color: rgb(27 62 118);
}
#calc-btn:hover{
    color: rgb(27 62 118 / 0.8);
}

#calculator{
    background-color: white;
    color: rgb(15 27 51);
    border-radius: 1.5rem;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);;
    padding: min(2.25rem, 9%);
}

#calc-input{
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background-color: rgb(245 248 252);
    border-radius: 0.75rem;
    border-style: solid;
    border-bottom-width: 1px;
    border-color: rgb(227 234 242);
    padding: 0.625rem 1rem;
}

#checkbox{
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    border-radius: 0.75rem;
    padding: 0.875rem;
    cursor: pointer;
}

#checkbox:hover{
    background-color: rgb(245 248 252);
}

#pipe{
    width: 1.25rem;
    height: 1.25rem;
    accent-color: rgb(27 62 118);
    flex-shrink: 0;
}

#info-box{
    margin-top: 2rem;
    max-width: 28rem;
    display: inline-flex;
    align-items: flex-start;
    gap: 0.75rem;
    background-color: rgb(40 57 89);
    border-radius: 1rem;
    padding: 0.75rem 1.25rem;
    font-size: 14px;
}

#stat-box-container{
    display: grid;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 1.5rem;
    max-width: 60rem;
    padding: 0 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));

}

.stat-box-container{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.stat-box{

    background-color: white;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow:  0 1px 2px 0 rgb(0 0 0 / 0.17);
}

.box{
    border-radius: 1rem;
    padding: 1rem;
}

#fiveOut{
    font-size: 22px;
    font-weight: 500;
    color: rgb(27 62 118);
    font-family: "Source Serif 4", Georgia, serif;

}

.stat-box svg{
    width: 1.5rem;
    height: 1.5rem;
    color: rgb(31 147 194);
}

.stat-box-container .stat-box{
    background-color:rgb(234 246 252);
    color: rgb(91 102 117);
}

#month-box{
    background-color:rgb(27 62 118) !important;
    color: rgb(255 255 255 / 0.7) !important;
}
#paybackOut{
    color: white;
}

ul {
    margin-top: 2rem;
}

li {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
}

.icon-box{
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 9999px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-top: 0.125rem;
    background-color: rgb(218 243 255);

}

.icon-box svg{

    width: 1.25rem;
    height: 1.25rem;
    color: rgb(31 147 194);
}

#image-box{
    order: 2;
    border-radius: 100px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    z-index: 0;
}

#description{
    order: 1;
}

#image-box2{
    position: relative;
    min-height: 220px;
}

#image-pipe{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#logo-box {
    min-height: 2.5rem;
    min-width: 2.5rem;
    max-height: 2.5rem;
    max-width: 2.5rem;
    background-color: white;
    border-radius: 0.5rem;
    overflow: hidden;
}

#logo-box img{
    position: relative;
    max-width: 100%;
    max-height: 100%;
}

.bold {
    font-weight: 600;
    color: rgb(15 27 51);
}

.next-to-eachother{
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.spaced-from-eachother{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}


h1, h2, h3{
    font-family: "\"Source Serif 4\"", Georgia, serif;
}

.h1-text{
    font-size: clamp(2.5rem, 10vw, 3.5rem);
    margin-top: 1.25rem;
    line-height: 1.05;
}

.h2-text{
    font-size: clamp(34px, 9vw, 46px);
    margin-top: 1rem;
    margin-bottom: 0;
    line-height: 1.08;
}

.h3-text{
    font-size: 26px;
    margin: 0;
    font-weight: 500;
    color:rgb(27 62 118)

}
#roi{
    color: rgb(194 200 211);
    background: rgb(16, 35, 71);

}

p{
    margin: 0;
}

.p-text{
    margin-top: 1.5rem;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.625;
}

.p2-text{
    font-size: 13px;
    line-height: 1.625;
}

.p2-text2{
    font-size: 13px;
    color: rgb(27 62 118);
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    background: white;
}

.paragraph{
    font-family: "\"IBM Plex Mono\"", monospace;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 12px;
    color: rgb(31 147 194);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.disclaimer{
    font-size: 11px;
    text-align: center;
    color: rgba(91, 102, 117, 0.7);

}

input[type="range"] {
    appearance: none;
    height: 6px;
    border-radius: 999px;
    background: rgb(220, 230, 243);
    outline: none;
}
input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgb(27, 62, 118);
    border: 4px solid rgb(255, 255, 255);
    box-shadow: rgba(16, 35, 71, 0.28) 0 2px 8px;
    cursor: pointer; }



@media (min-width: 640px) {
    .pilot{ display: inline-flex; }
    #footer-container{ grid-template-columns: repeat(2, minmax(0px, 1fr)); }
    #hero-btn { flex-direction: row; }
    #contact-info { text-align: right; }

}

@media (min-width: 768px) {
    #optioneel-container{ grid-template-columns: 1.25fr 0.75fr;
    }
    #stat-box-container{
        grid-template-columns: repeat(4, minmax(0, 1fr));
        margin-left: auto;
        margin-right: auto;
    }

}

@media (max-width: 768px) {
    ul{
        padding: 0;
    }
    #nav-bar .btn{
        display: none;
    };
}
@media (min-width: 1067px) {
    #image-box{ order: 1;}
    #description{ order: 2;}
     nav { display: flex; }
     .content { grid-template-columns: repeat(2, minmax(0px, 1fr));}
}
}