/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

@import url("../fonts/Sculpin/Sculpin-Regular.ttf");

:root {
    --bs-primary-rgb: rbg(0, 151, 146);
    --pantone: #009792;
    --magenta: #D91656;
    --blue-pantone: #000F91;
    --green-pantone: #359B54;

    --main-bg-color: #f8f9fa;
    --bs-body-bg: rgba(254, 254, 255, 0.7);
    /* --main-border-color: rgba(199, 217, 221, 1); */
    --main-border-color: rgba(120, 157, 188, 0.7);
}

.form-control {
    transition: all 200ms ease-in-out;
}

.form-control:focus {
    border: .2px solid var(--pantone);
    /* box-shadow: 0.1rem 0.1rem 0.2rem rgba(0,0,0, 0.5); */
    box-shadow: none;
}

.text-teal {
    color: var(--pantone);
    transition: all 0.5ms ease-in-out;
}

.text-teal:hover {
    color: var(--magenta);
}

html {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: "Sculpin", sans-serif;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    padding-top: 167px;
    background-color: var(--main-bg-color);
}

.no-scroll {
    overflow: hidden;
}

footer {
    width: 100%;
    bottom: 0;
}

.spinner-wrapper {
    background-color: var(--main-bg-color);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
}

.wsp {
    color: #25d366;
}

.spinner-loader {
    height: 100px;
    stroke: #fff;
    fill-opacity: 0;
    stroke-width: 3px;
    stroke-dasharray: 1500;
    animation: draw 10s ease
}

.navbar {
    transition: all 0.2ms ease-in-out;
}

.nav-link {
    transition: all 200ms ease-in-out !important;
}

.nav-link:hover, .nav-link:focus {
    color: var(--pantone);
    border-bottom: 0.3px solid var(--pantone);
    /* transition: all 5s ease-in-out !important; */
}

.stars {
    color: #FADA7A;
}

.btn-product {
    background-color: var(--pantone);
    color: white;
    transition: all 0.2 ease-in-out;
}

.btn-product:hover, .btn-product:focus {
    background-color: var(--magenta);
    color: white !important;
    /* transform: translateY(-5px); */
    box-shadow: 0 0.1rem 0.5rem rgba(0,0,0, 0.5);
}

.nav-link.active {
    color: var(--magenta) !important;
    border-bottom: 0.3px solid var(--magenta) !important;
}

.primary-navbar {
    background-color: var(--main-bg-color) !important;
}

.scrolled-navbar {
    box-shadow: 0 0rem 0.5rem rgba(0,0,0, 0.7);
    transition: all 100ms ease-in-out;
}

.card {
    transition: all 0.5s ease-in-out;
}

.card-footer {
    background-color: white;
}

.owl-card { 
    border: none;
    border-radius: 10px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.owl-card:hover {
    /* background-color: red; */
    cursor: pointer;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
    color: var(--magenta) !important;
}

.card-body {
    border: none !important;
}

.c-item {
    height: auto
}

.c-image {
    width: 100%;
    object-fit: cover;
    object-position: center;
    /* filter: brightness(0.7); */
}

.card-title {
    transition: all 0.2ms ease-in-out;
}

.container {
    max-width: 1200px !important;
}

.image-shadow {
    width: 100%;
    box-shadow: 0 0.1rem .5rem rgba(0,0,0, 0.5);
    transition: all .5s ease-in-out;
}

.image-shadow:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.1rem 1rem rgba(0,0,0, 0.7);
}

/* ADDITIONS 2025 */
.testimony-wrap {
    height: 250px;
    box-shadow: 0 0.01rem 0.1rem var(--main-border-color);
    border-radius: 5px;
    /* position: relative; */
    background: rgba(255, 255, 255, 0.1);
    color: rgba(0, 0, 0, 0.8); 
    transition: all .5s ease-in-out;
}

.testimony-wrap .text {
    height: 100px;
}

.testimony-wrap .name {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0;
  color: #000000; 
}

.testimony-wrap .position {
  font-size: 13px; 
}

.testimony-wrap:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.1rem 1rem rgba(0,0,0, 0.5);
}

/* ADDITIONS 2025 */

.join-us {
    background-image: url('../images/bg_5.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 5px 0 0 5px;
}

.card-join-us {
    border-radius: 5px;
}

.list-group.list-group-flush {
    background-color: var(--bs-body-bg);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

.form-check-input:checked {
    background-color: var(--pantone);
    border-color: var(--pantone);
}

@media (max-width: 575.98px) {

    body {
        padding-top: 100px !important;
    }

    .navbar-brand img {
        width: 180px;
    }

    .c-item {
        height: 300px;
    }

    .c-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0;
    }
}

@media (min-width: 575.98px) and (max-width: 1200px) {

    body {
        padding-top: 100px !important;
    }

    .c-item {
        height: 300px;
        object-fit: fill;
    }

    .c-image {
        width: 100%;
        height: 80%;
        object-fit: cover;
        filter: brightness(0.7);
        border-radius: 0;
    }
}