@import url(https://fonts.googleapis.com/css2?family=Konkhmer+Sleokchher&family=Roboto:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap);

#galerie .galerie-text,
#kdo-jsme,
.akce,
.alert,
.footer-text,
.kontakt-text,
.mobile .nav-links {
    text-align: center
}

.nav-links a,
body {
    font-family: Roboto, sans-serif
}

.mobile.active .nav-links,
.nav-links,
.nav-links a {
    display: flex
}

#fstage,
.line {
    background-color: #3c4987
}

#galerie .galerie-text,
#leftText_1,
#leftText_2,
#podia .h3-text,
.akce,
.h3-text {
    font-family: 'Konkhmer Sleokchher';
    font-weight: 400
}

#kdo-jsme,
.text-sluzba {
    font-family: Urbanist;
    font-weight: 500
}

#galerie,
#nase-sluzby,
#podia,
.mobile .nav-links,
body {
    background-color: #fff
}

#podia .h3-text,
.h3-text {
    color: #2d2d70;
    margin-bottom: 12px
}

#leftText_1,
#leftText_2,
.akce {
    text-shadow: 0 4px 4px rgba(0, 0, 0, .5)
}

#kdo-jsme,
#leftText_1,
#leftText_2,
#podia .h3-text,
.akce,
.h3-text,
.kontakt-text,
.nav-links a,
.text-sluzba {
    font-style: normal
}

*,
.footer-container {
    box-sizing: border-box
}

#fstage,
.alert,
.container-footer {
    align-self: center;
    align-content: center
}

html {
    scroll-behavior: smooth
}

* {
    margin: 0;
    padding: 0
}

body {
    overflow-x: hidden;
    --sb-track-color: #232E33;
    --sb-thumb-color: #3c4987;
    --sb-size: 14px;
    opacity: 0;
    animation: 1s ease-in-out forwards fadeIn
}

body::-webkit-scrollbar {
    width: var(--sb-size)
}

body::-webkit-scrollbar-track {
    background: var(--sb-track-color);
    border-radius: 3px
}

body::-webkit-scrollbar-thumb {
    background: var(--sb-thumb-color);
    border-radius: 3px
}

@supports not selector(::-webkit-scrollbar) {
    body {
        scrollbar-color: var(--sb-thumb-color) var(--sb-track-color)
    }
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1840px;
    margin: 0 auto;
    padding: 0 40px;
    height: 100px
}

.logo img {
    height: 80px
}

.galerie-item img,
.podia img,
.sluzba img {
    height: auto;
    border-radius: 6px
}

.nav-links {
    gap: 3rem;
    list-style: none
}

.nav-links a {
    text-decoration: none;
    color: #000;
    transition: color .3s;
    font-size: 24px;
    line-height: 60px;
    align-items: center;
    font-optical-sizing: auto;
    font-weight: 500
}

.nav-links a:hover {
    color: #9d4b59
}

.nav-aligned-content {
    position: relative;
    width: 1840px;
    margin: 0 auto;
    padding: 0 40px
}

.mobile .nav-links {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem 0;
    z-index: 99;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1)
}

#fstage,
#kdo-jsme {
    justify-content: center;
    height: 120px
}

#mobileMenu a {
    padding-left: 25px
}

#imageUvod {
    width: 100%;
    display: block;
    border-radius: 12px
}

#leftText_1,
#leftText_2 {
    position: absolute;
    left: 2rem;
    font-size: 1.8rem
}

#leftText_1 {
    padding-left: 40px;
    bottom: 5rem;
    width: 350px;
    color: #3c4987
}

#leftText_2 {
    padding-left: 60px;
    bottom: 1.5rem;
    width: 900px;
    line-height: 60px;
    color: #fff
}

#fstage {
    margin-top: 80px;
    display: flex;
    align-items: center
}

#fstage img {
    height: 100px
}

#kdo-jsme {
    padding-top: 40px;
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    word-break: break-word;
    font-size: 24px;
    line-height: 45px;
    align-items: center;
    color: #000
}

#nase-sluzby .text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 80px;
    gap: 20px
}

#nase-sluzby .text img,
#podia .text img {
    max-height: 65.5px
}

#nase-sluzby {
    width: 100%;
    padding: 20px 0
}

.text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px
}

.line {
    flex: 1;
    height: 40px
}

.line-gray,
.line-gray2 {
    height: 2px;
    background-color: #d9d9d9
}

.line-gray {
    flex: 1;
    margin-top: 40px;
    margin-bottom: 40px
}

.sluzby-wrapper {
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    gap: 60px
}

.sluzba img {
    max-width: 450px;
    width: 100%
}

.podia-text,
.sluzba-text {
    max-width: 700px
}

.h3-text {
    font-size: 40px
}

.h3-text.right {
    text-align: right
}

.text-sluzba {
    line-height: 1.6;
    color: #2b2b2b;
    font-size: 21px
}

.podia,
.sluzba {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding-bottom: 40px
}

.sluzba.reverse {
    flex-direction: row-reverse
}

#galerie,
#podia,
.formular-jmeno-prijmeni input {
    width: 100%
}

#galerie .text,
#podia .text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 20px
}

.galerie-wrapper,
.podia-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    gap: 60px
}

.galerie,
.kontakt-box {
    gap: 40px;
    display: flex
}

.podia img {
    max-width: 550px;
    width: 100%
}

#podia .h3-text {
    font-size: 38px
}

#galerie .text img {
    max-height: 50.5px
}

.galerie {
    justify-content: space-between
}

.galerie-item {
    max-width: 550px;
    flex-basis: 48%
}

.galerie-item img {
    max-width: 100%
}

.galerie-item p {
    margin-top: 12px
}

#galerie .galerie-text {
    font-size: 26px;
    color: #000;
    margin-bottom: 12px
}

.line-gray2 {
    flex: 1
}

.akce,
.kontakt-logo,
.kontakt-udaje {
    display: flex;
    align-items: center
}

.akce {
    font-size: 30px;
    line-height: 60px;
    color: #3c4987;
    justify-content: center
}

.container-footer {
    display: flex;
    justify-content: center;
    width: 100vw;
    align-items: center;
    flex-direction: column
}

#kontakt,
.kontakt-formular {
    flex-direction: column;
    text-align: center
}

.container-footer img {
    width: 100vw
}

#kontakt {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px
}

.kontakt-box {
    width: 100%;
    background-color: #3c4987;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
    flex-wrap: wrap
}

.kontakt-udaje {
    gap: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 24px
}

.formular,
.formular-jmeno-prijmeni {
    gap: 20px;
    width: 100%;
    display: flex
}

.kontakt-udaje img {
    height: 45px
}

.kontakt-udaje a {
    color: #fff;
    text-decoration: none
}

.fstage-kontakt {
    height: 125px
}

a:hover {
    color: #9d4b59;
    transition: .4s
}

.kontakt-text {
    display: flex;
    font-family: 'Konkhmer Sleokchher', sans-serif;
    font-weight: 400;
    font-size: 36px;
    color: #3c4987;
    margin-bottom: 30px
}

.kontakt-formular {
    margin-top: 40px;
    width: 100%;
    display: flex;
    align-items: center
}

.formular {
    flex-direction: column;
    align-items: center;
    max-width: 750px;
    margin: 0 auto
}

.formular input,
.formular textarea {
    width: 100%;
    padding: 16px;
    font-size: 18px;
    border: none;
    background-color: #eee;
    color: #333;
    border-radius: 4px
}

.formular textarea {
    resize: none
}

.formular button {
    padding: 16px 40px;
    background-color: #3c4987;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    transition: background-color .3s;
    align-self: flex-end
}

.formular button:hover {
    background-color: #9d4b59
}

.footer {
    background-color: #f7f7f7;
    font-family: Arial, sans-serif;
    padding: 10px 20px
}

.footer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto
}

.footer-ico,
.footer-text {
    margin: 0;
    font-family: 'Konkhmer Sleokchher';
    font-style: normal;
    font-weight: 400;
    font-size: 16px
}

.footer-logo {
    height: 50px
}

.footer-text {
    flex: 1;
    color: #000
}

.footer-ico {
    white-space: nowrap;
    color: #949494
}

@media screen and (min-width:2000px) {
    #imageUvod {
        width: 125%;
        margin-left: -12.5%
    }

    .nav-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 2250px;
        margin: 0 auto;
        padding: 0 40px;
        height: 100px
    }

    #leftText_1 {
        bottom: 5rem;
        left: -11rem
    }

    #leftText_2 {
        left: -10.8rem;
        bottom: 1rem
    }
}

@media screen and (max-width:1800px) {
    #imageUvod {
        width: 100vw
    }

    .nav-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 100vw;
        margin: 0 auto;
        height: 100px
    }

    .nav-aligned-content {
        position: relative;
        width: 100vw;
        margin: 0 auto;
        padding: 0 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        align-self: center;
        align-content: center
    }

    .nav-links a {
        font-size: 22px
    }

    .logo img {
        height: 65px
    }
}

@media screen and (max-width:1100px) {
    .kontakt-box {
        padding: 30px 0;
        gap: 25px
    }

    .kontakt-udaje {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #fff;
        font-weight: 700;
        font-size: 20px
    }

    .kontakt-udaje img {
        height: 35px
    }

    .kontakt-udaje a {
        color: #fff;
        text-decoration: none
    }

    .fstage-kontakt {
        height: 75px
    }
}

.pc {
    display: block
}

.mobile {
    display: none
}

.alert {
    background-color: #525e97;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 200px;
    margin-bottom: 20px;
    color: #eee;
    border-radius: 4px
}

@media screen and (max-width:990px) {

    .galerie-item,
    .h3-text.right,
    .podia,
    .podia-text,
    .sluzba {
        text-align: center
    }

    #galerie .galerie-text,
    .h3-text {
        margin-bottom: 12px;
        font-weight: 400
    }

    .nav-links a {
        font-size: 18px
    }

    .logo img {
        height: 45px
    }

    .pc {
        display: none
    }

    .mobile {
        display: block
    }

    #kdo-jsme {
        height: 100px;
        line-height: 20px;
        font-size: 16px;
        padding-top: 80px
    }

    .hamburger {
        font-size: 28px
    }

    .sluzba {
        flex-direction: column !important
    }

    .sluzba img {
        max-width: 75%
    }

    .podia-text,
    .sluzba-text {
        max-width: 100%
    }

    .podia {
        flex-direction: column !important;
        align-items: center
    }

    .galerie-item img,
    .podia img {
        max-width: 100%;
        height: auto
    }

    .galerie {
        flex-direction: column;
        align-items: center
    }

    .galerie-item {
        width: 100%
    }

    #galerie .galerie-text {
        font-size: 18px;
        color: #000;
        text-align: center;
        font-family: 'Konkhmer Sleokchher'
    }

    .h3-text {
        color: #2d2d70;
        font-style: normal;
        font-size: 20px !important
    }

    .text-sluzba {
        font-size: 18px !important
    }

    #nase-sluzby .text img,
    #podia .text img {
        max-height: 50px
    }

    .line {
        height: 30px
    }

    #galerie .text img {
        max-height: 38px
    }

    #leftText_1 {
        width: 210px;
        bottom: 3rem;
        left: 1rem
    }

    #leftText_2 {
        left: .5rem;
        width: 320px;
        bottom: 1rem
    }

    .footer {
        background-color: #fff;
        font-family: Arial, sans-serif;
        padding: 10px 20px
    }

    .footer-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        box-sizing: border-box
    }

    .footer-logo,
    .kontakt-udaje img {
        height: 25px
    }

    .footer-text {
        font-size: 14px
    }

    .footer-ico {
        font-size: 12px
    }

    .kontakt-udaje {
        display: flex;
        align-items: center;
        gap: 5px;
        color: #fff;
        font-weight: 700;
        font-size: 14px
    }

    .kontakt-box {
        gap: 20px
    }

    .fstage-kontakt {
        height: 75px
    }
}

@keyframes fadeIn {
    to {
        opacity: 1
    }
}
  
  .galerie-item {
    max-width: 480px;
  }

  .galerie-item img {
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
    display: block;
    height: 375px;
    
  }
  
  .galerie-text {
    font-size: 20px;
    padding: 0 10px;
  }

  .video-section {
    margin-top: -40px;
    margin-bottom: 40px;
}

.video-wrapper {
    max-width: 1320px;
    margin: 0 auto;
}

.plyr {
    border-radius: 12px;
}

@media screen and (max-width:756px) {
.video-wrapper {
    max-width: 674px;
    margin: 0 auto;
}
}
