@font-face {
    font-family: "fontThin";
    src: url("../fonts/Aloevera-Thin.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "fontRegular";
    src: url("../fonts/Aloevera-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "fontMedium";
    src: url("../fonts/Aloevera-Medium.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "fontSemiBold";
    src: url("../fonts/Aloevera-SemiBold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "fontBold";
    src: url("../fonts/Aloevera-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "fontRegular", sans-serif;
    font-size: 14px;
    letter-spacing: 0.2px;
}

html {
    scroll-behavior: smooth;
}

.titles {
    font-family: "fontSemiBold", sans-serif;
}

.thin {
    font-family: "fontRegular", sans-serif;
    color: #ececec;
}

a {
    text-decoration: none;
}

.btn-primary {
    background: #19758d;
    color: #fff !important;
    border: 1px solid #25afd4;
    box-shadow: 0px 0px 1px 2px #19758d33;
    box-shadow: 0px 0px 0px 2px #309bb7 inset;
    box-shadow: 0px -2px 2px 0px #043644 inset;
    font-size: 14px;
    padding: 10px 12px;
}
.btn-primary:hover {
    background: #309bb7;
    border: 1px solid #006883;
}

.btn-light {
    background: #e6f7fe;
    color: #19758d;
    border: 1px solid #c6eefe;
    box-shadow: 0px 0px 1px 2px #e6f7fe33;
    box-shadow: 0px 0px 0px 2px #ffffff inset;
    box-shadow: 0px -2px 2px 0px #8dd7f6 inset;
    font-size: 14px;
    padding: 10px 12px;
}

.bg-radient {
    background: linear-gradient(180deg, #a3ffdc 0%, #b0eeff 100%);
    border-radius: 16px;
}

.bg-light-radient {
    background: linear-gradient(180deg, #89cdd2 0%, #78c4cb 100%);
}

.top-right {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: bottom left;
}

.info-text {
    font-size: 14px;
    color: #19758d;
    padding: 2px 6px;
    border: 1px solid #25afd4;
    background: #ffffff;
    width: fit-content;
    border-radius: 4px;
    margin-bottom: 10px;
    line-height: 22px;
}

.h-content {
    min-height: 600px;
}

.banner-image {
    height: 600px;
    width: 100%;
    object-fit: contain;
    object-position: bottom;
}

.bg-circle {
    background: #19758d14;
    width: 500px;
    height: 500px;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.bottom-right {
    bottom: 0;
    right: 0;
    transform: translate(0%, 50%);
    position: absolute;
}

.br-16 {
    border-radius: 16px;
}

.br-t-16 {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}

.br-b-16 {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.list-menu-floating {
    position: absolute;
    margin-top: -60px;
    width: 100%;
    background: #25afd429;
    border: 1px solid #fcfcfd;
    border-radius: 12px;
    padding: 10px 5px;
    z-index: 8;
    transform: translate(1%, -50%);
}

.list-menu-floating .item {
    background: #ffffff;
    padding: 8px;
    text-align: center;
    border-radius: 8px;
}

.list-menu-floating .item a {
    color: #19758d;
    font-size: 14px;
}

.border-white {
    border: 1px solid #ffff;
}

.bg-core {
    background: #19758d;
}

.bg-smooth {
    background: #f8fafc;
}

.bg-light-core {
    background: #d3eff6;
    border-width: 1px, 0px, 1px, 0px;
    border-style: solid;
    border-color: #fcfcfd;
}
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler:hover,
.navbar-toggler:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.list-team .item {
    height: 280px;
    width: 280px;
    background: #19758d;
    border-radius: 12px;
    text-align: center;
}

.list-team .item img {
    height: 280px;
    width: 180px;
    object-fit: contain;
    object-position: bottom;
}

.list-team .item .detail {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
}

.list-team .item .detail .content {
    text-align: left;
    background: #25aed438;
    border: 1px solid #d3eff6;
    backdrop-filter: blur(10px);
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
}

.list-testi .item {
    height: 350px;
    width: 300px;
}

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

.item-feature {
    background: transparent;
    border-right: 4px solid transparent;
    border-radius: 8px;
    padding: 8px 12px;
    cursor: pointer;
    color: #000;
}

.item-feature.active {
    background: #19758d14;
    border-right: 4px solid #19758d;
    color: #19758d;
}

.border-smooth {
    border: 1px solid #d3eff6;
}

.option-box {
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: border-color 0.3s;
    background: #25afd414;
    border: 1px solid #d3eff6;
}

.option-box input[type="radio"] {
    accent-color: #007bff;
}

.option-box:hover {
    border-color: #007bff;
}

input[type="radio"]:checked + span {
    font-weight: bold;
}
.object-contain {
    object-fit: contain;
}

.scroll-offset {
    scroll-margin-top: 80px;
}

.registration-step .item .ordering {
    position: absolute;
    left: -10px;
    top: -40px;
    font-size: 80px;
    color: #ffffff40;
}
.registration-step .item .icons img {
    position: absolute;
    left: 30%;
    top: 0;
    width: 150px;
    height: 150px;
}
.rounded-full {
    border-radius: 50%;
}

.bg-blur-10 {
    background: #ffffff80;
    backdrop-filter: blur(10px);
}

.br-0 {
    border-radius: 0 !important;
}

input {
    font-size: 14px;
}

@media (max-width: 800px) {
    .bottom-right {
        position: unset;
        transform: unset;
    }

    .banner-image {
        height: 300px;
        width: 100%;
        object-fit: contain;
    }

    .bg-circle {
        display: none;
    }

    .list-menu-floating {
        transform: translate(3%, -55%);
    }

    .registration-step .item .ordering {
        left: 10px;
    }
}
