/* RESPONSIVE
===========================
*/
.scroll-animation {
    opacity: 1;
    transform: perspective(5000px);
}

body {
    background-color: #EEE9DB;
}

.bg-dark {
    background-color: #0D2128 !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.text-primary {
    color: #F3C473 !important;
}

.text-primary-dark {
    color: #CC8D21 !important;
}

.text-white {
    color: #fff !important;
}

.text-white p, .text-white span {
    color: #fff !important;
}

.bg-primary {
    background-color: #F3C473 !important;
}

html {
    font-size: 14px;
}

@media (min-width: 992px) {
    html {
        font-size: 16px;
    }
}

body {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #0D2128;
}

h1, h2, .h1, .h2 {
    font-family: "Aboreto", system-ui;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-style: normal;
    color: #0D2128;
    letter-spacing: -0.04em;
}

h3, h4, h5, h6 {
    font-weight: 700;
}

h1 {
    font-size: clamp(2rem, 1.0461rem + 3.8158vw, 5.625rem);
}

h2 {
    font-size: clamp(1.5rem, 1.1053rem + 1.5789vw, 3rem);
}

h3 {
    font-size: clamp(1.25rem, 1.1184rem + 0.5263vw, 1.75rem);
}

h4 {
    font-size: clamp(1.125rem, 1.0921rem + 0.1316vw, 1.25rem);
}

h5 {
    font-size: clamp(1rem, 0.9671rem + 0.1316vw, 1.125rem);
}

.lead {
    font-size: 16px;
}

@media (min-width: 1200px) {
    .lead {
        font-size: 24px;
    }
}

.subheader {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}

p {
    margin-bottom: 20px;
    color: #0D2128;
}

strong {
    font-weight: 700;
    font-style: normal;
}

.uppercase {
    text-transform: uppercase;
}

.no-decoration {
    text-decoration: none;
}

html.noscroll, body.noscroll {
    overflow: hidden;
}

body {
    margin: 0;
    padding: 10px;
    overflow-x: hidden;
    transition: background-color 300ms;
}

@media (min-width: 1360px) {
    body {
        padding: 15px;
    }
}

.section-p {
    max-width: 1600px;
    margin: auto;
    padding: 25px 10px;
}

@media (min-width: 768px) {
    .section-p {
        padding: 55px 50px;
    }
}

@media (min-width: 1360px) {
    .section-p {
        padding: 125px 100px;
    }
}

#mouse-circle {
    display: none;
    position: absolute;
    width: 22px;
    height: 22px;
    margin: -11px 0px 0px -11px;
    border: 0;
    background-color: #f7f8fa;
    border-radius: 50%;
    pointer-events: none !important;
    box-shadow: 0 0 16px rgba(255, 255, 255, 0);
    mix-blend-mode: difference;
    z-index: 1000;
    transition: width 300ms, height 300ms;
}

#mouse-circle.hover {
    width: 68px;
    height: 68px;
    margin: -34px 0px 0px -34px;
}

@media (min-width: 768px) {
    #mouse-circle {
        display: block;
    }
}

.section-padding {
    padding: 30px 0;
}

@media (min-width: 1200px) {
    .section-padding {
        padding: 90px 0;
    }
}

.containerSmall {
    max-width: 900px;
    margin: auto;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-sizing: border-box;
    border: 2px solid transparent;
    font-weight: 900;
    font-size: 0.75rem;
    font-family: "Noto Sans", sans-serif;
    border-radius: 1000px;
    padding: 16px 35px;
    transition: all 600ms ease;
}

@media (min-width: 1200px) {
    .btn {
        font-size: 1rem;
        padding: 17px 35px;
    }
}

a.btn {
    text-decoration: none;
    white-space: nowrap;
}

.btn-glow:hover {
    box-shadow: 0 0 60px 30px #fff, 0 0 100px 60px #ffd215, 0 0 140px 90px #ff7c00 !important;
}

.btn-primary {
    background-color: #F3C473;
    border-color: #F3C473;
    color: #0D2128;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #EB9C15;
    border-color: #EB9C15;
    color: #0D2128;
}

.btn-outline {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    color: #0D2128;
    background-color: #fff;
    border-color: #fff;
}

.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #0D2128;
}

.btn-white:hover, .btn-white:focus, .btn-white:active {
    background-color: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.8);
}

.btn-full {
    width: 100%;
}

.navbar-brand {
    width: 54px;
}

@media (min-width: 768px) {
    .navbar-brand {
        width: auto;
    }
}

#logo {
    width: 200px;
}

#logo .logo-text {
    display: none;
}

@media (min-width: 768px) {
    #logo .logo-text {
        display: block;
    }
}

.navbar-toggler {
    border: 0;
    position: relative;
}

@media (max-width: 992px) {
    #navbarPrimary {
        position: absolute;
        z-index: 99;
        background-color: #0D2128;
        width: 250px;
        border-radius: 30px;
        top: 100%;
        left: 50%;
        margin-left: -125px;
        border: 1px solid rgba(255, 255, 255, 0.25);
    }
}

.nav-link {
    text-align: center;
}

@media (min-width: 992px) {
    .nav-link {
        text-align: left;
    }
}

@keyframes slide-left {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0); /* Adjust based on content width */
    }
}

#livestock p {
    color: #fff;
    font-size: 10px;
}

@media (min-width: 1200px) {
    #livestock p {
        font-size: 12px;
    }
}

.infinite-scroll {
    width: 100%;
}

.infinite-scroll .infinite-content {
    display: flex;
    width: 100%;
}

.infinite-scroll .infinite-content span {
    margin-right: 15px;
}

.infinite-scroll .infinite-content span:last-child {
    margin-right: 0;
    margin-left: auto;
}

@media (max-width: 768px) {
    .infinite-scroll {
        overflow: hidden;
        white-space: nowrap;
    }

    .infinite-scroll .infinite-content {
        width: auto;
        display: inline-block; /* Or use flexbox for more control */
        padding-left: 100%;
        animation: slide-left 15s linear infinite; /* Adjust duration as needed */
    }
}

#hero {
    max-width: 1600px;
    margin: auto;
    background-image: url(/images/jewel.png), linear-gradient(15deg, rgb(168, 96, 51) 0%, rgba(168, 96, 51, 0) 45%);
    background-repeat: no-repeat;
    background-position: 100px bottom, center center;
    background-size: clamp(400px, 80vw, 1100px) auto, cover;
    padding: 20px 10px 50px 10px;
}

@media (min-width: 1200px) {
    #hero {
        padding: 20px 55px 150px 55px;
    }
}

@media (min-width: 1360px) {
    #hero {
        padding: 20px 95px 200px 95px;
    }
}

#hero-text {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 992px) {
    #hero-text {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width: 1200px) {
    #hero-text {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

#how .step-img {
    position: relative;
}

#how .step-img-inner {
    height: 195px;
    width: 100%;
    background-size: cover;
}

#how #step1 .step-img-inner {
    background-image: url(/images/img_3.jpg);
}

#how #step2 .step-img-inner {
    background-image: url(/images/img_1.jpg);
}

@media (min-width: 992px) {
    #how #step2 .step-img-inner {
        height: 270px;
    }
}

#how #step3 .step-img-inner {
    background-image: url(/images/img_2.jpg);
}

#how .floating-number {
    position: absolute;
    bottom: -10px;
    left: 40px;
    font-size: clamp(5.875rem, 5.5461rem + 1.3158vw, 7.125rem);
}

#advantages .col-img {
    background-image: url(/images/img_4.jpg);
    background-size: cover;
    background-position: center;
    min-height: 350px;
}

.custom-arrow {
    border: none;
    background-color: #EEE9DB;
    height: 50px;
    width: 50px;
    border-radius: 100px;
    margin: 4px 10px;
}

.custom-arrow img {
    width: 22px;
    margin-top: -4px;
}

.custom-arrow:hover {
    opacity: 75%;
}

.accordion .accordion-item {
    border: none;
    background-color: transparent;
}

.accordion .accordion-button {
    background-color: transparent;
    padding: 25px 0;
    font-family: "Noto Sans", sans-serif;
}

.accordion .accordion-button:focus {
    box-shadow: none;
}

.site-header {
    max-width: 1600px;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.space-y-4 > * + * {
    margin-top: 1.25rem;
}

.form-error {
    font-size: 14px;
    color: red;
    margin-top: 6px;
}

.form-request input[type=text]{
    border-width: 2px;
    padding: .75rem;
}

.form-request label{
    color: #0D2128;
    font-weight: 500;
}
