:root {
    --theme-color: hsl(197, 42%, 49%);
    --theme-color-light: hsl(197, 42%, 69%);
    --theme-color2: #e29e6f
}

* {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

#contact_form label.error {
    color:red;
    font-style:italic;
}
#contact_form input.error {
    border:1px solid red
}
#contact_form textarea.error {
    border:1px solid red
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 5rem;
    height: 100%;
}

.body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

::selection {
    background-color: var(--theme-color);
    color: white;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #eee;
}

::-webkit-scrollbar-thumb {
    background: var(--theme-color-light);
}

a {
    text-decoration: none;
}

.link {
    color: var(--theme-color);
}

.link:hover {
    text-decoration: underline;
}

.btn-white {
    background-color: white;
}

.hover-splash:hover,
.btn-white:hover {
    background-color: rgba(189, 197, 209, .2) !important;
}

.btn:focus,
.btn:active {
    box-shadow: none;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted),
.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--theme-color) !important;
    color: white;
}

.select2-container {
    width: 100% !important;
}

.logo {
    display: flex;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.row {
    margin: 0;
}

.form-group {
    margin: 0.5rem 0;
    position: relative;
}

.form-check-input:focus,
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus,
.select2-container--bootstrap-5.select2-container--focus .select2-selection,
.select2-container--bootstrap-5.select2-container--open .select2-selection,
.form-select:focus,
.form-control:focus {
    box-shadow: none !important;
    border-color: var(--theme-color) !important;
}

.form-check-input:checked {
    background-color: var(--theme-color) !important;
    border-color: var(--theme-color) !important;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-color: var(--theme-color) !important;
    z-index: 99999 !important;
}

.w-95 {
    width: 95%;
}

.w-limit {
    max-width: 1500px;
}

.w-fit {
    width: fit-content !important;
}

.h-0 {
    height: 0;
}

.min-h-100 {
    min-height: 100%;
}

.btn-blue {
    background-color: #0060df !important;
    color: white !important;
}

.btn-blue:hover {
    background-color: #0250bb !important;
}

.bg-theme {
    background-color: var(--theme-color) !important;
}

.bg-theme-dark {
    background-color: var(--theme-color) !important;
}

.bg-theme-light {
    background-color: var(--theme-color-light) !important;
}

.text-theme {
    color: var(--theme-color) !important;
}

.text-theme-dark {
    color: var(--theme-color) !important;
}

.text-theme-light {
    color: var(--theme-color-light) !important;
}

.bg-theme2 {
    background-color: var(--theme-color2) !important;
}


.title-line-height {
    line-height: 1.7;
}

.text-theme2 {
    color: var(--theme-color2) !important;
}


.scrollbar-0::-webkit-scrollbar {
    width: 0px;
    height: 0;
}

.scrollbar-5::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.selected {
    background-color: var(--theme-color-dark) !important;
}

.of-contain {
    object-fit: contain;
}

.of-cover {
    object-fit: cover;
}

.space-y {
    margin: 10px 0;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.5)
}

.border-theme {
    border-color: var(--theme-color) !important;
}


.border-theme2 {
    border-color: var(--theme-color2) !important;
}


.rounded-theme {
    border-radius: 10px;
}

.no-wrap {
    white-space: nowrap;
}

.hide {
    display: none;
}

.transition {
    transition: all 0.3s;
}

.no-select {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

[data-invalid-input] {
    border-color: red !important;
}

[data-invalid-message] {
    font-weight: bold;
    font-size: 0.8rem;
    color: red !important;
}

.hide-spin::-webkit-outer-spin-button,
.hide-spin::-webkit-inner-spin-button {
    display: none;
}

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

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

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

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

.z-5 {
    z-index: 6;
}

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

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

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

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

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

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

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

.loader {
    height: 5px;
    background-color: black;
    width: 40%;
    border-radius: 20px;
    animation: 0.8s slideAnimation linear infinite;
}

.translate-y-100 {
    transform: translateY(100%);
}

.hover-text-theme-light:hover {
    color: var(--theme-color-light) !important;
}

.hover-shimmer:hover,
.shimmer {
    -webkit-mask: linear-gradient(-60deg, #000 30%, #0005, #000 70%) right/300% 100%;
    background-repeat: no-repeat;
    animation: shimmer 2.5s infinite;
}

.hover-shimmer:hover {
    animation: shimmer 0.7s forwards;
}

.hover-border {
    border-color: transparent !important;
}

.hover-border:hover {
    border-color: var(--border-color) !important;
}

@keyframes shimmer {
    100% {
        -webkit-mask-position: left
    }
}

.pointer {
    cursor: pointer;
}

.zoom {
    cursor: zoom-in;
}

.grab {
    cursor: grab;
}

.clamp1,
.clamp2,
.clamp3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp1 {
    -webkit-line-clamp: 1;
}

.clamp2 {
    -webkit-line-clamp: 2;
}

.clamp3 {
    -webkit-line-clamp: 3;
}

.shadow-0 {
    box-shadow: none !important;
}

.layer-dark {
    background-color: rgba(0, 0, 0, 0.481);
}

.center-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.center,
.center-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.min-width {
    min-width: 120px;
}

.animate-rotate-y {
    animation: 0.5s animate-rotate-y ease-in-out forwards;
}

@keyframes animate-rotate-y {
    0% {
        transform: rotateY(-100deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

.animate-fade-in {
    animation: 0.5s animate-fade-in ease-in-out forwards;
}

@keyframes animate-fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animate-slide-up {
    animation: 0.5s animate-slide-up ease-in-out forwards;
}

@keyframes animate-slide-up {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.overflow-y-auto {
    overflow-y: auto;
}

.overflow-x-auto {
    overflow-x: auto;
}

.flex-1 {
    flex: 1;
}

.bg-grad {
    background-image: linear-gradient(#3b639a, #4ca8a5);
}

.btn-theme {
    padding: 1.5rem 2rem;
    background-image: linear-gradient(#3b639a, #4ca8a5);
    border-radius: 0.25rem;
    color: #fff !important;
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.4s;
    z-index: 1;
    background-color: transparent;
    border: none;
    transition: all 0.3s;
}
.btn-theme:hover{
    background-image: linear-gradient(90deg,#3b639a, #4ca8a5);
    transform: translateY(-5px);
    box-shadow: 1px 1px 15px var(--theme-color);
}

.bg-layer {
    top: -30px;
    bottom: 0
}

.round-style {
    overflow: hidden;
}

.sub-text {
    position: relative;
    display: inline-block;
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    color: var(--theme-color);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sub-text:before {
    content: '';
    position: absolute;
    top: 12px;
    height: 4px;
    width: 12px;
    background-color: var(--theme-color);
}

.sub-text:after {
    content: "";
    position: absolute;
    border: 0;
    height: 4px;
    width: 50px;
    background-color: var(--theme-color);
    z-index: 1;
    top: 12px;
}

.dance {
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance2 {
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(15px, -15px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -15px, 15px);
    }
}

.bg-progress {
    background-image: linear-gradient(190deg, #105aad 0%, #4e95ed 100%);
    background-size: 1rem 1rem;
}

.watermark {
    position: relative;
    background-color: var(--theme-color);
    height: 5px;
    width: 90px;
    border-radius: 30px;
    margin: 20px auto;
}

.watermark:before {
    background-color: var(--theme-color);
    content: '';
    position: absolute;
    left: 0;
    top: -2.7px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    animation: watermark 3s infinite alternate-reverse;
}

@keyframes watermark {
    0% {
        left: 0;
    }

    100% {
        left: 95%;
    }
}

.pulse {
    position: relative;
}

.pulse:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.1);
        opacity: 1;
    }

    100% {
        transform: scale(5.5);
        opacity: 0;
    }
}

.social-links>a {
    border: 1px solid white;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin: 0 5px;

}

.social-links .iconify {
    font-size: 0.8rem;
}

.nav-scroll {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    animation: navbar 0.5s linear forwards;
}

@keyframes navbar {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

.dropdown-content {
    background-color: white;
    position: absolute;
    padding: 15px 40px;
    transform: rotateX(-90deg);
    opacity: 0;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    box-shadow: 1px 1px 5px grey;
    z-index: 5;
}

.dropdown-content a {
    color: black;
}

.dropdown:hover .dropdown-content {
    opacity: 1;
    transform: rotateX(0deg);
}

.fw-bold-theme {
    font-weight: 700;
}

.header-info * {
    font-size: 14px !important;
}

@media screen and (min-width:1000px) {
    .nav-scroll {
        background-color: white !important;
        background-image: none !important;
    }

    .nav-scroll .nav-link {
        color: black !important;
    }

    .nav-scroll .nav-link:hover {
        color: var(--theme-color-light) !important;
    }

    .nav-scroll .logo {
        display: flex !important;
    }

    .nav-scroll .languages {
        display: none !important;
    }

    .nav-scroll .navbar-nav {
        margin-inline-start: auto !important;
        margin-inline-end: 0 !important;
    }
}

@media screen and (max-width:1000px) {
    .logo {
        display: flex !important;
    }

    .navbar-nav {
        background-color: white;
        margin-top: 10px;
    }

    .nav-item {
        margin: 0 !important;

    }

    .navbar-nav .nav-link {
        color: black !important;
        padding: 10px;
        border-bottom: 1px solid grey;
        padding: 15px 10px;
    }


}

@media screen and (max-width:700px) {
    .slider-title {
        font-size: 1rem;
    }

    .slider-actions a {
        padding: 5px 30px !important;
    }
}
