:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #E3E3E3;
    --bs-secondary: #62971d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #E86131;
    --bs-light: #f8f9fa;
    --bs-dark: #d6d6d6;
    --bs-primary-rgb: 227, 227, 227;
    --bs-secondary-rgb: 98, 151, 29;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 232, 97, 49;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 215, 215, 215;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: Arial, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #505050;
    --bs-body-bg: #E3E3E3;
}

html {
    min-height: 100%;
    height: 1px;
}

.row {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden !important;
    height: 100%;
    background: rgb(80, 80, 80);
    background: linear-gradient(0deg, var(--bs-primary) 80%, var(--bs-secondary) 100%);
    background-repeat: no-repeat;
}

ul,
li {
    text-decoration: none;
    list-style: none;
}

a,
a:hover {
    color: var(--bs-secondary) !important;
}

.bg-sky {
    background-image: url(../img/sky.png);
    background-position-y: bottom;
    background-size: auto;
    background-repeat: no-repeat;
}

.back-grass {
    background-image: url(../img/grass.png);
    background-position-y: top;
    background-repeat: repeat;
}

.back-oduvan {
    background-image: url(../img/oduvan.png);
    background-position-x: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: 10;
}

.back-bfly {
    background-image: url(../img/bfly3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 30%;
    background-fo
}

.back-lipa {
    background-image: url(../img/lipa.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top;
    background-size: 30px;
}

.back-house {
    background-image: url(../img/house.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: bottom;
    min-height: 100px;
}

.f-pataya {
    font-family: 'Pattaya', sans-serif;
    font-weight: 500;
}

.f-kont {
    text-shadow: rgba(255, 255, 255, 0.736) 1px 1px;
}

.news-img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    max-height: 30vh;
}

.taple .news-img {
    height: 15vh;
    width: 100%;
    object-fit: contain;
}

.back-glass {
    backdrop-filter: blur(4px);
}

.button {
    background-color: var(--bs-secondary);
    color: var(--bs-primary);
}

#mob-menu a {
    color: var(--bs-primary) !important;
}

#mob-menu {
    padding: 0;
    margin: 0;
    text-align: center;
}

#mob-menu li {
    padding-bottom: 15px;
}

.modal-backdrop {
    z-index: 5;
}