/* @font-face {
  font-family: "peyda-Regular";
  src: url("../fonts/woff/PeydaWeb-Regular.woff") format("woff"), url("../fonts/woff2/PeydaWeb-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "peydaBold";
  src: url("../fonts/woff/PeydaWeb-Bold.woff") format("woff"), url("../fonts/woff2/PeydaWeb-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "peydalight";
  src: url("../fonts/woff/peydaWeb-light.woff") format("woff"), url("../fonts/woff2/peydaWeb-light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; */
/* } */
@font-face {
    font-family: 'iransans';
    src: url("../../adminDist/fonts/iransans/IRANSansWeb_Medium.eot") format('embedded-opentype'),
        url("../../adminDist/fonts/iransans/IRANSansWeb_Medium.ttf") format('truetype'),
        url("../../adminDist/fonts/iransans/IRANSansWeb_Medium.woff") format('woff'),
        url("../../adminDist/fonts/iransans/IRANSansWeb_Medium.woff2") format('woff2');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a,
a:visited,
a:active,
a:hover {
    color: unset;
}

input,
textarea,
button {
    outline: none !important;
}

body {
    background: white;
    position: relative;
    text-align: right;
    font-size: 12px;
    color: #000000;
    margin: 0;
    padding: 0;
    z-index: 0;
    overflow-x: hidden;
    min-height: 100vh;
    font-family: "iransans";
}

label {
    color: #26262B;
}

.owl-nav-center .owl-prev,
.owl-nav-center .owl-next,
.owl-center-nav .owl-prev,
.owl-center-nav .owl-next,
.slider-box,
.white-btn,
.gold-btn,
.center-flex {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.about_main_picture {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.about_main_picture_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    margin: 15px 0;
}

.about_main_picture_img>img {
    border-radius: 8px;
    width: 375px;
}

.top-banner,
#mainFooter,
.pattern-bg {
    background-image: url("../images/pattern.png");
    background-size: 100px;
    background-repeat: repeat;
    background-color: #155d66;
}

. .gold-gradiant-color {
    text-transform: uppercase;
    background: linear-gradient(45deg, #D7AF6F, #d4af73);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blog-box .blog-image:before,
.slider-box:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(38, 38, 43, 0.2);
    z-index: 1;
}

.video_slider {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.banner_about_us {
    text-decoration: none;
    padding: 19px 48px;
    color: #fff !important;
    text-align: center;
    font-weight: 700;
    border: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: calc(51% - 80px);
    z-index: 10000;
}

.banner_about_us:hover {
    background-color: #fff;
    color: #000 !important;
}

.noroze img {
    padding: 15px;
    display: block;
    margin: 0 auto;
    border-radius: 30px;
}

.noroze {
    margin-top: 125px;
}

.noroze>img:nth-child(1) {
    width: 90%;
}

.noroze>img:nth-child(2) {
    display: none;
}

.text-color {
    color: #929292 !important;
}

.div_banner_clip {
    position: relative;
}

.light-text-color {
    color: #D3D3D3 !important;
}

.gold-gradiant-bg {
    background: linear-gradient(45deg, #D7AF6F, #d4af73) !important;
}

.dark-bg {
    background: #26262B !important;
}

.light-dark-bg {
    background: #2C2C2C !important;
}

.dark-color {
    color: #26262B !important;
}

.blue-bg {
    background: #56A7B1 !important;
}

.blue-color {
    color: #56A7B1 !important;
}

.gold-bg {
    background: #D7AF6F !important;
}

.gold-color {
    color: #D7AF6F !important;
}

.box-shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.title {
    font-family: "iransans";
}

.gold-btn {
    transition: all 0.3s;
    height: 40px;
    border-radius: 0;
    position: relative;
    min-width: 120px;
    max-width: fit-content;
    background: transparent;
    color: #D7AF6F !important;
}

/* .gold-btn:hover {
  background: #D7AF6F;
  color: white !important;
} */
.gold-btn>img {
    width: 50px;
}

.white-btn {
    transition: all 0.3s;
    height: 40px;
    border-radius: 0;
    position: relative;
    border: 1px solid white;
    min-width: 120px;
    max-width: fit-content;
    background: transparent;
    color: white !important;
}

.white-btn:hover {
    background: white;
    color: #56A7B1 !important;
}

.description {
    line-height: 2;
    font-size: 16px;
    color: #929292;
    font-family: "iransans";
    text-align: justify;
}

#mainHeader {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    background: white;
    z-index: 100;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

#mainHeader #topLineHeader {
    height: 30px;
    background: #155d66;
    color: white;
}

#mainHeader #bottomLineHeader {
    height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}

#mainHeader #bottomLineHeader .header-navigation {
    height: 50px;
}

#mainHeader #bottomLineHeader .header-navigation a {
    display: inline-flex;
    align-items: center;
    padding-right: 15px;
    padding-left: 15px;
    height: 100%;
    font-size: 14px;
    transition: all 0.3s;
    position: relative;
}

#mainHeader #bottomLineHeader .header-navigation a.active {
    color: #D7AF6F;
}

#mainHeader #bottomLineHeader .header-navigation a.active:before {
    content: url("http://localhost:8000/upload/gallery/kosar.svg");
    font-family: "icomoon" !important;
    position: absolute;
    font-size: 12px;
    width: 100%;
    height: 17px;
    text-align: center;
    bottom: 0;
    right: 0;
}

/* #mainHeader #bottomLineHeader .header-navigation a.active:before {
  content: "\e92b";
  font-family: "icomoon" !important;
  position: absolute;
  font-size: 12px;
  width: 100%;
  height: 17px;
  text-align: center;
  bottom: 0;
  right: 0;
} */

.faq-accordion .faq-accordion-item {
    -webkit-box-shadow: 0px 11px 35px 5px rgba(196, 196, 196, 0.21);
    box-shadow: 0px 11px 35px 5px rgba(196, 196, 196, 0.21);
    margin-bottom: 20px;
    border-radius: 3px;
    overflow: hidden;
}

.faq-accordion .faq-accordion-item .faq-accordion-header {
    padding: 25px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    color: black;
}

.faq-accordion .faq-accordion-item .faq-accordion-header:before,
.faq-accordion .faq-accordion-item .faq-accordion-header:after {
    content: "+";
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    left: 25px;
    top: 20px;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    color: #000c35;
}

.faq-accordion .faq-accordion-item .faq-accordion-header:after {
    content: "-";
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.faq-accordion .faq-accordion-item .faq-accordion-body {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.faq-accordion .faq-accordion-item .faq-accordion-body .faq-accordion-body-inner {
    padding: 25px;
}

.faq-accordion .faq-accordion-item .faq-accordion-body .faq-accordion-body-inner .faq-accordion-para {
    font-size: 14px;
    line-height: 2;
    color: #161616;
    font-weight: 400;
}

.faq-accordion .faq-accordion-item.faq-accordion-item-active .faq-accordion-header {
    background: #56A7B1;
    color: white;
}

.faq-accordion .faq-accordion-item.faq-accordion-item-active .faq-accordion-header:before {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.faq-accordion .faq-accordion-item.faq-accordion-item-active .faq-accordion-header:after {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    color: #fff;
}

.faq-accordion .faq-accordion-item.faq-accordion-item-active .faq-accordion-body {
    max-height: 250px;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

#mainFooter {
    padding-top: 3rem;
    padding-bottom: 1rem;
    color: white;
}

#mainFooter h5 {
    padding-bottom: 10px;
    position: relative;
}

#mainFooter h5:before {
    content: "";
    position: absolute;
    bottom: 5px;
    height: 3px;
    width: 40px;
    background: white;
    right: 0;
}

#menuOverlay {
    display: none;
    position: fixed;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
}

#menuOverlay.show {
    display: block;
}

#sliderOwl .owl-nav {
    position: absolute;
    bottom: 40px;
    left: 40px;
}

#sliderOwl .owl-nav .owl-next,
#sliderOwl .owl-nav .owl-prev {
    font-size: 30px;
    background: transparent;
    border: none;
    height: 40px;
}

#sliderOwl .owl-dots {
    position: absolute;
    bottom: 40px;
    right: 40px;
}

#sliderOwl .owl-dots .owl-dot {
    background: transparent;
    border: none;
}

#sliderOwl .owl-dots .owl-dot span {
    background: #869791;
}

#sliderOwl .owl-dots .owl-dot.active span {
    background: white;
}

.slider-box {
    height: 100vh;
    width: 100vw;
    position: relative;
}

.slider-box .slider-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.slider-box:after {
    z-index: 2;
}

.slider-box .slider-content {
    position: relative;
    z-index: 3;
    color: white;
}

.services-box {
    background: #56A7B1;
    padding: 15px;
    border: 1px solid white;
    position: relative;
}

.gallery-box {
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: minmax(240px, 350px) 240px;
    grid-template-areas: "vertical1 vertical1 vertical2 vertical2 vertical3 vertical3""horizontal1 horizontal1 horizontal1 horizontal2 horizontal2 horizontal2";
}

.gallery-box #vertical-1 {
    grid-area: vertical1;
}

.gallery-box #vertical-2 {
    grid-area: vertical2;
}

.gallery-box #vertical-3 {
    grid-area: vertical3;
}

.gallery-box #horizontal-1 {
    grid-area: horizontal1;
}

.gallery-box #horizontal-2 {
    grid-area: horizontal2;
}

.gallery-item {
    position: relative;
    overflow: hidden;
}

.gallery-item:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0, rgba(38, 38, 43, 0.6), transparent);
    z-index: 1;
}

.gallery-item[data-type=image]:before,
.gallery-item[data-type=video]:before {
    position: absolute;
    bottom: 15px;
    left: 31px;
    width: 30px;
    height: 30px;
    content: "";
    z-index: 2;
}

.gallery-item[data-type=image]:before {
    background: url("../images/image.svg");
    background-size: cover;
    background-position: center;
}

.gallery-item[data-type=video]:before {
    background: url("../images/video.svg");
    background-size: cover;
    background-position: center;
}

.gallery-card {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.gallery-card img {
    transition: all 0.3s;
}

.gallery-card:hover {
    box-shadow: none;
}

.gallery-card:hover img {
    transform: scale(1.01) rotate(1deg);
}

.owl-center-nav .owl-prev,
.owl-center-nav .owl-next {
    position: absolute;
    border: none;
    background-color: transparent !important;
    top: 45%;
    font-size: 30px !important;
    color: #929292 !important;
}

.owl-center-nav .owl-prev {
    right: -5%;
}

.owl-center-nav .owl-next {
    left: -5%;
}

.blog-box .blog-image {
    position: relative;
    display: block;
    overflow: hidden;
}

.blog-box .blog-image img {
    transition: all 0.3s;
}

.blog-box .blog-image:before {
    transition: all 0.3s;
}

.blog-box .blog-item-box {
    position: relative;
    min-height: 100px;
}

.blog-box .blog-item-box .blog-item-detail {
    margin-right: 15px;
    margin-left: 15px;
    z-index: 2;
    background: white;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-50%);
    position: absolute;
    width: calc(100% - 30px);
}

.blog-box:hover .blog-image img {
    transform: scale(1.05) rotate(1deg);
}

.blog-box:hover .blog-image:before {
    opacity: 0;
}

.post-box {
    display: flex;
    display: -webkit-flex;
    flex: 1 0 0;
    margin-bottom: 40px;
}

.post-box .post-image {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 0;
    flex: 40% 0 0;
}

.post-box .post-detail {
    flex: 60% 0 0;
    padding-right: 15px;
}

.post-tag {
    margin-top: 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.post-tag .post-tag-item {
    padding: 5px 13px;
    background: #D3D3D3;
    margin-left: 8px;
    font-size: 10px;
    color: black;
}

.top-banner {
    padding-top: 140px;
    padding-bottom: 50px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    font-size: 13px;
}

.attachmentBox {
    position: relative;
    width: 100%;
}

.attachmentBox span {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: block;
}

.attachmentBox span svg {
    color: #56a7b1;
}

.attachmentBox .innerBoxes {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: auto;
    padding: 1rem 1.5rem;
    border: 1px dashed #56a7b1;
    background-color: #eefdff;
    border-radius: 0.475rem !important;
}

.custom-forms {
    position: relative;
}

.custom-forms .form-control {
    border-radius: 0;
}

.custom-forms .form-control:focus {
    border-color: #56A7B1;
}

.custom-forms .form-control::placeholder {
    font-size: 12px;
    color: #D3D3D3;
}

.honor-item {
    position: relative;
    padding-right: 15px;
    text-align: justify;
    font-size: 16px;
}

.honor-item:before {
    position: absolute;
    content: "";
    top: 10px;
    right: 0;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background: #56A7B1;
}

.owl-nav-center .owl-prev,
.owl-nav-center .owl-next {
    background: #56A7B1 !important;
    border: none;
    outline: none !important;
    position: absolute;
    top: 45%;
    font-size: 22px !important;
}

.owl-nav-center .owl-prev {
    right: 0;
}

.owl-nav-center .owl-next {
    left: 0;
}

.product-list-box {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
}

.product-list-box .product-list-grid {
    display: grid !important;
    display: -ms-grid;
    grid-auto-flow: dense;
    grid-row-gap: 12px;
    grid-column-gap: 12px;
    overflow: visible;
    height: 100%;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
}

.product-list-box .product-list-grid .layout_1,
.product-list-box .product-list-grid .layout_2,
.product-list-box .product-list-grid .product-title {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}

.product-list-box .product-list-grid .layout_1 a,
.product-list-box .product-list-grid .layout_2 a,
.product-list-box .product-list-grid .product-title a {
    width: 100%;
}

.product-list-box .product-list-grid .layout_1 a img,
.product-list-box .product-list-grid .layout_2 a img,
.product-list-box .product-list-grid .product-title a img {
    transition: all 0.3s;
}

.product-list-box .product-list-grid .layout_1 a:hover img,
.product-list-box .product-list-grid .layout_2 a:hover img,
.product-list-box .product-list-grid .product-title a:hover img {
    transform: scale(1.05) rotate(1deg);
}

.product-list-box .product-list-grid .layout_1,
.product-list-box .product-list-grid .layout_2 {
    -webkit-box-align: unset;
    align-items: unset;
    margin: 0;
    padding: 0;
}

.product-list-box .product-list-grid .layout_2 {
    grid-column: auto/span 2;
    grid-row: auto/span 2;
    -ms-grid-column-span: 2;
    -ms-grid-row-span: 2;
}

.owl-dot {
    background: transparent;
    border: none;
}

.register_form {
    display: flex;
    justify-content: space-between;
}

.form_employment_follow {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.form_employment_follow input {
    width: 60%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin-bottom: 15px;
}

.employment_profile {
    display: flex;
    width: 35%;
    margin: 0 auto;
    justify-content: space-between;
}

.employment_profile a {
    width: 45%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #D7AF6F;
    border-radius: 0.25rem;
    margin-bottom: 15px;
    text-align: center;
}

.employment_result {
    width: 70%;
    margin: 0 auto;
}

.employment_result>h1 {
    text-align: center;
}

.Test_manual_link {
    margin: 15px auto;

}

.Test_manual {
    text-align: center;
    border: 1px solid #D7AF6F;
    padding: 15px;
    font-weight: 700;
    margin: 0 auto;
    display: block;
}

.notic_test {
    font-size: 12px;
    font-weight: 700;
}

.online_reserv {
    padding: 10px 24px;
    border-radius: 8px;
    background: linear-gradient(90deg, #93c5fd, #a5b4fc);
    color: #1e293b;
    align-items: center;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    transition: background 0.3s ease, transform 0.2s ease;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.online_swim {
    padding: 10px 24px;
    border-radius: 8px;
    background: linear-gradient(90deg, #6ee7b7, #a7f3d0);
    color: #1e293b;
    align-items: center;
    font-weight: 600;
    margin: 0 5px;
    text-decoration: none;
    font-size: 16px;
    transition: background 0.3s ease, transform 0.2s ease;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.online_reserv:hover {
    background: linear-gradient(90deg, #60a5fa, #818cf8);
    transform: translateY(-2px);
}

.online_reserv:hover {
    transform: translateY(0);
}

.online_swim:hover {
    background: linear-gradient(90deg, #60a5fa, #818cf8);
    transform: translateY(-2px);
}

.online_swim:hover {
    transform: translateY(0);
}

@media (max-width: 992px) {
    [data-action=close] {
        position: absolute;
        top: 15px;
        left: 15px;
    }

    .about_main_picture {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .about_main_picture_img {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        width: 90%;
        margin: 0 auto;
        margin: 15px 0;
    }

    .about_main_picture_img>img {
        border-radius: 8px;
        margin: 7px 6.5px;
        width: 45%;
    }

    #originalMenu {
        position: fixed;
        top: 0;
        right: -81%;
        width: 80%;
        background-color: white;
        height: 100vh;
        z-index: 100;
        transition: all 0.3s;
    }

    #originalMenu.show {
        right: 0;
    }

    #originalMenu #headerMobileBox {
        position: relative;
        width: 100%;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;
        border-bottom: 1px solid #929292;
        background-image: url("../images/pattern.png");
        background-size: 100px;
        background-repeat: repeat;
        background-color: #56A7B1;
    }

    .gold-btn {
        transition: all 0.3s;
        height: 40px;
        margin: 0 auto;
        border-radius: 0;
        position: relative;
        min-width: 120px;
        max-width: fit-content;
        background: transparent;
        color: #D7AF6F !important;
    }

    .arm {
        margin: 0 !important;
    }

    .text_reserv_hotel {
        font-size: 10px;
    }

    #originalMenu .header-navigation {
        height: auto !important;
        width: 100%;
    }

    #originalMenu .header-navigation a {
        height: 50px !important;
        padding-right: 40px !important;
    }

    #originalMenu .header-navigation a.active {
        border-bottom: none;
    }

    #originalMenu .header-navigation a.active:before {
        width: auto !important;
        bottom: 0;
        right: 20px !important;
        top: 0;
        margin: auto;
    }

    .gallery-box {
        grid-template-rows: 140px 110px;
        gap: 10px;
    }

    h3.title {
        font-size: 140%;
    }

    .owl-center-nav .owl-dots .owl-dot {
        background: transparent;
        border: none;
    }

    .slider-box {
        height: 70vh;
    }

    .video_slider {
        width: 100vw;
        height: 56vh;
        object-fit: contain;
    }

    .banner_about_us {
        text-decoration: none;
        padding: 19px 48px;
        color: #fff;
        text-align: center;
        font-weight: 700;
        border: 2px solid #fff;
        position: absolute;
        top: 30%;
        left: calc(51% - 80px);
        z-index: 10000;
    }

    .noroze {
        width: 100%;
    }

    .noroze>img:nth-child(2) {
        width: 90%;
        border-radius: 32px;
        display: block;
        margin: 0 auto;
    }

    .noroze>img:nth-child(1) {
        display: none;
    }

    .post-box {
        flex-direction: column;
    }

    .post-box .post-image {
        margin-bottom: 15px;
    }

    .product-list-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (max-width: 540px) {
    .slider-box .slider-img {
        height: 100%;
    }

    .online_reserv {
        padding: 10px 24px;
        border-radius: 8px;
        background: linear-gradient(90deg, #93c5fd, #a5b4fc);
        color: #1e293b;
        align-items: center;
        font-weight: 600;
        text-decoration: none;
        font-size: 16px;
        transition: background 0.3s ease, transform 0.2s ease;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    }

    .online_swim {
        padding: 10px 24px;
        border-radius: 8px;
        background: linear-gradient(90deg, #6ee7b7, #a7f3d0);
        color: #1e293b;
        align-items: center;
        font-weight: 600;
        margin: 5px 0px;
        text-decoration: none;
        font-size: 16px;
        transition: background 0.3s ease, transform 0.2s ease;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    }

    .online_reserv:hover {
        background: linear-gradient(90deg, #60a5fa, #818cf8);
        transform: translateY(-2px);
    }

    .online_reserv:hover {
        transform: translateY(0);
    }

    .online_swim:hover {
        background: linear-gradient(90deg, #60a5fa, #818cf8);
        transform: translateY(-2px);
    }

    .online_swim:hover {
        transform: translateY(0);
    }
}

#lang {
    height: 100%;
    position: relative;
    top: 15%;
}

#lang>img {
    vertical-align: middle;
    margin-top: 8px;
}

.language {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.language-show1 {
    position: absolute;
    padding: 15px;
    display: flex;
    top: 84%;
    right: -35%;
    font-size: 14px;
    color: #000;
    border-radius: 8px;
    opacity: 0.7;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: none;
}

.language-show2 {
    display: none;
}


/*# sourceMappingURL=style.css.map */