*{
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    box-sizing: border-box;
}
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    color: rgb(51, 51, 51);
    overflow-x: hidden;
}
nav{
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0, 0, 0, 0.1);
}
.nav-link{
    position: relative;
    padding-top: 0.5rem;
    padding-right: 0px;
    padding-bottom: 0.5rem;
    padding-left: 0px;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-behavior: normal;
    transition-property: all;
}
.nav-link:hover{
    color: rgb(30, 58, 138) !important;
}
.nav-link.active{
    color: rgb(30, 58, 138) !important;
}
.hero-canvas{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.section-title{
    position: relative;
    display: inline-block;
    text-align: center;
}
.section-title::after{
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background-image: linear-gradient(90deg, rgb(75, 85, 99), rgb(30, 58, 138));
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: transparent;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
.product-card{
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-delay: 0s;
    transition-behavior: normal;
    transition-property: all;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    overflow-x: hidden;
    overflow-y: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
}
.product-card:hover{
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.floating-element{
    animation-duration: 6s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: float;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
}
img{
    max-width: 100%;
    height: auto;
    display: block;
}
.btn{
    display: inline-block;
    padding-top: 0.75rem;
    padding-right: 1.5rem;
    padding-bottom: 0.75rem;
    padding-left: 1.5rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    text-decoration-line: none;
    text-decoration-thickness: auto;
    text-decoration-style: solid;
    text-decoration-color: currentcolor;
    font-weight: 600;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-behavior: normal;
    transition-property: all;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-image-source: none;
    border-image-slice: 100%;
    border-image-width: 1;
    border-image-outset: 0;
    border-image-repeat: stretch;
}
.btn-primary{
    background-color: rgb(30, 58, 138);
    color: white;
}
.btn-primary:hover{
    background-color: rgb(30, 64, 175);
    transform: translateY(-2px);
}
.btn-outline{
    border-top-color: rgb(30, 58, 138);
    border-right-color: rgb(30, 58, 138);
    border-bottom-color: rgb(30, 58, 138);
    border-left-color: rgb(30, 58, 138);
    color: rgb(30, 58, 138);
}
.btn-outline:hover{
    background-color: rgb(30, 58, 138);
    color: white;
}
.card{
    background-color: white;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-behavior: normal;
    transition-property: all;
}
.card:hover{
    transform: translateY(-5px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.list-unstyled{
    list-style-position: outside;
    list-style-image: none;
    list-style-type: none;
}
.list-styled li{
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}
.list-styled li::before{
    content: "✓";
    position: absolute;
    left: 0px;
    color: rgb(16, 185, 129);
    font-weight: bold;
}
.divider{
    height: 1px;
    background-image: linear-gradient(90deg, transparent, rgb(229, 231, 235), transparent);
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: transparent;
    margin-top: 2rem;
    margin-right: 0px;
    margin-bottom: 2rem;
    margin-left: 0px;
}
.loading{
    opacity: 0;
    animation-duration: 0.5s;
    animation-timing-function: ease-in;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-name: fadeIn;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
}
::-webkit-scrollbar{
    width: 8px;
}
::-webkit-scrollbar-track{
    background-image: none;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: rgb(241, 241, 241);
}
::-webkit-scrollbar-thumb{
    background-image: none;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: rgb(30, 58, 138);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
::-webkit-scrollbar-thumb:hover{
    background-image: none;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    background-origin: padding-box;
    background-clip: border-box;
    background-color: rgb(30, 64, 175);
}
.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: -1px;
    margin-right: -1px;
    margin-bottom: -1px;
    margin-left: -1px;
    overflow-x: hidden;
    overflow-y: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    white-space-collapse: collapse;
    text-wrap-mode: nowrap;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-image-source: none;
    border-image-slice: 100%;
    border-image-width: 1;
    border-image-outset: 0;
    border-image-repeat: stretch;
}
.focus-within\:ring:focus-within{
    outline-color: rgb(30, 58, 138);
    outline-style: solid;
    outline-width: 2px;
    outline-offset: 2px;
}
.logo-text{
    font-family: "Arial Black", Arial, sans-serif;
    letter-spacing: 2px;
}
.retro-text{
    text-shadow: rgb(189, 189, 189) 4px 4px 0px, rgb(153, 153, 153) 7px 7px 0px, rgb(119, 119, 119) 10px 10px 0px;
}
.outline-text{
    position: relative;
}
.outline-text::after{
    content: attr(data-text);
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    text-shadow: rgb(30, 58, 138) 0px 0px 0px;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    transition-behavior: normal;
    transition-property: width;
}
.w-full.h-64.object-cover{
    height: 215px;
}
@keyframes float{
    0%{
        transform: translateY(0px);
    }
    50%{
        transform: translateY(-10px);
    }
    100%{
        transform: translateY(0px);
    }
}
@keyframes fadeIn{
    0%{
        opacity: 0;
        transform: translateY(20px);
    }
    100%{
        opacity: 1;
        transform: translateY(0px);
    }
}
@media print{
    nav, footer{
        display: none;
    }
    .container{
        max-width: 100%;
    }
}
@media (max-width: 768px){
    .hero-content{
        padding-top: 4rem;
        padding-right: 1rem;
        padding-bottom: 4rem;
        padding-left: 1rem;
    }
    .section-padding{
        padding-top: 3rem;
        padding-right: 1rem;
        padding-bottom: 3rem;
        padding-left: 1rem;
    }
    .text-5xl{
        font-size: 2.5rem;
    }
    .text-7xl{
        font-size: 3.5rem;
    }
    .mobile-menu{
        position: absolute;
        top: 100%;
        left: 0px;
        right: 0px;
        background-image: none;
        background-position-x: 0%;
        background-position-y: 0%;
        background-size: auto;
        background-repeat: repeat;
        background-attachment: scroll;
        background-origin: padding-box;
        background-clip: border-box;
        background-color: white;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: rgb(229, 231, 235);
        padding-top: 1rem;
        padding-right: 0px;
        padding-bottom: 1rem;
        padding-left: 0px;
    }
}
@media (min-width: 768px){
    .grid-cols-1{
        grid-template-columns: repeat(1, minmax(0px, 1fr));
    }
    .grid-cols-2{
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }
    .grid-cols-3{
        grid-template-columns: repeat(3, minmax(0px, 1fr));
    }
}
        