@import url('https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&display=swap');


* {
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

html {
    scroll-behavior: smooth;
}

.page {
    margin-bottom: 0;
}

:root {
    --brand: #7d6bc9;
    --darkes: #271A50;
    --light: #C8C0FB;
    --white: #FFFAF5;
}

body {
    padding: 0;
    background: var(--light);
}

section {
    padding: 24px 32px;
}

.hero {
    position: relative;
    min-height: calc(100vh - 45px - 24px);
}

a {
    text-decoration: none;
    color: var(--darkes)
}

a.cta {
    padding: 12px 24px;
    border-radius: 50px;
    transition: 400ms ease all;
}

a.cta.full {
    background: var(--brand);
    text-transform: uppercase;
    color: var(--white);
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}

a.cta.ol {
    border: 1px solid var(--darkes);
    color: var(--darkes);
    transition: 400ms ease all;
}

a.cta.ol-white {
    color: var(--darkes);
    background: var(--white);
    transition: 400ms ease all;
}

a.cta.ol-white:hover {
    color: var(--white);
    background: var(--brand)
}

a.cta.ol:hover {
    color: var(--white);
    background: var(--darkes)
}

a.cta.full:hover {
    background: var(--darkes)
}

.realita-hook {
    position: absolute;
    top: 80vh;
}

.site-branding {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 48px;
}

nav a {
    font-size: 16px;
    font-weight: 500;
    transition: 400ms all ease;
}

nav a:hover {
    color: var(--brand)
}

.site-branding img {
    max-width: 140px;
}

.hero-box {
    max-width: 830px;
    margin: 0 auto;
    padding: 210px 0 69px;
}

.hero-box p {
    max-width: 430px;
    margin: 0 auto;
}

.hero-box h1 {
    margin: 0 0 24px
}

h1 {
    color: var(--darkes);
    text-align: center;
    font-family: "Fustat", sans-serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 500;
    line-height: 90px; /* 112.5% */
}

p {
    text-align: center;
     font-family: "Fustat", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

.some-box {
    display: flex;
    gap: 12px;
    position: absolute;
    top: calc(100vh - 56px);
    left: 32px;
    z-index: 3;
}

.some-box a {
    display: block;
}

.some-box img {
    width: 32px;
    height: auto;
}

.hero-mail {
    position: absolute;
    bottom: 24px;
    right: 32px;
    z-index: 3;
}

.inzerat {
    max-width: 50vw;
    margin: 0 auto;
    text-align: center;
}

.top {
    display: inline-block;
    text-transform: uppercase;
    border-radius: 40px;
    color: var(--brand);
    margin-top: 24px
}

.img-box {
  position: relative;
    width: 50vw;
  height: 50vw;
  border-radius: 50%;  /* makes the box circular */
  overflow: hidden;  
  margin: 0 auto;
}

.img-box img {
    width: 100%;
  height: 100%;
  object-fit: cover; 
}

.inzerat h2 {
text-align: center;
font-family: "Fustat", sans-serif;
font-size: 48px;
font-style: normal;
font-weight: 500;
line-height: 58px; /* 120.833% */
margin: 12px 0;
}

.inzerat h3 {
text-align: center;
font-family: "Fustat", sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 34px; /* 141.667% */
margin: 0 0 32px
}

.dalsi-reality {
    padding: 160px 32px;
}

.dalsi-reality .boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 320px;
    column-gap: 32px;
}

.dalsi-reality .box {
    border-radius: 12px;
    position: relative;
    background-size: cover;
}

.dalsi-reality .box a.ol-white {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-table;
}

.dalsi-reality .box img {
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.dalsi-reality h4 {
font-family: "Fustat", sans-serif;
color: var(--darkes);
font-size: 40px;
font-style: normal;
font-weight: 500;
line-height: 50px; /* 125% */
max-width: 400px;
margin: 0 0 24px
}

.contact {
 background: var(--light);
 padding-top: 100px;
 padding-bottom: 100px;
}

.contact-box {
    max-width: 70vw;
    margin: 0 auto;
    display: flex;
    gap: 64px
}

.contact-box .fotka {
    overflow: hidden;
    height: 100%;
    text-align: right;
}

.contact-box .fotka img {
    border-radius: 12px;

}

.contact-box .fotka,
.contact-box .o-nas {
    width: 50%
}

.o-nas {
    text-align: left;
    max-width: 440px;
}

.o-nas a:first-child {
    padding-top: 40px;
}

.o-nas a {
    color: var(--darkes);
font-family: "Fustat";
font-size: 40px;
font-style: normal;
font-weight: 800;
line-height: 50px; /* 125% */
display: block;
transition: 400ms all ease;
}

.o-nas a:hover {
    color: var(--brand)
}

.o-nas p {
    text-align: left;
    max-width: 340px;
}

.o-nas h4 {
    color: var(--darkes);
font-family: "Fustat";
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 133.333% */
padding-bottom: 40px;
margin-top: 12px;
}

.o-nas .some-box {
    position: relative;
    top: 0;
    left: 0;
    padding-top: 12px;
}

.o-nas .some-box a:first-child {
    padding-top: 0;
}

footer {
    background: var(--light);
    position: relative;
}

.footer-contact {
    display: flex;
    gap: 32px;
    justify-content: center;
    padding: 24px 0;
    background: var(--darkes)
}

.footer-contact a {
    color: var(--light);
    transition: 400ms ease color;
}

.footer-contact a:hover {
    color: var(--brand);
}

.boruvky {
    width: 100%;
    min-height: 28vw;
    position: relative;
    overflow: hidden;
}

.boruvky img {
    max-width: 28vw;
    width: 100%;
    position: absolute;
}

.b01 {
       left: -10vw;
    bottom: -1.5vw;
    transform: rotate(-35deg);
}

.b02 {
     left: 8vw;
    transform: rotate(-160deg);
    bottom: -8vw;
}

.b03 {
    left: 31vw;
    bottom: -5.5vw;
    transform: rotate(-61deg);
}

.b04 {
    left: 54vw;
    bottom: -8vw;
    transform: rotate(-122deg);
}

.b05 {
    right: -4vw;
    bottom: -5vw;
    transform: rotate(-10deg);
}

@media screen and (min-width: 769px) and (max-width: 819px) { 

.hero-box {
        padding: 27vh 0 69px;
}

.dalsi-reality {
    padding: 40vh 32px 64px;
}

.dalsi-reality .box a.ol-white {
    width: 80%;
    text-align: center;
}

.contact-box {
    max-width: 100%;
}

.o-nas a:first-child {
    padding-top: 0;
}
	
	
.inzerat {
    max-width: 80vw;
    width: 100%;
}



}


@media screen and (min-width: 820px) and (max-width: 1024px) { 

    .hide {
        display: none;
    }

    .img-box {
        width: 80vw;
        height: 80vw;
    }

    .hero-box {
        padding-top: 30vh;
    }

    .dalsi-reality .box a.ol-white {
    width: 80%;
    text-align: center;
}


.dalsi-reality {
    padding-top: 24vh;
    position: relative;
}
	
	
.inzerat {
    max-width: 80vw;
    width: 100%;
}


}



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

    section {
        padding: 24px 32px;
    } 

    .site-branding {
        padding: 12px 16px 12px 24px;
    }

    .site-branding img {
        max-width: 80px;
    }

    h1 {
        font-size: 40px;
        line-height: 47px;
    }

    nav a {
        display: none;
    }

    nav a.cta {
        display: inline-block;
    }

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

    .custom-logo-link {
        display: contents;
    }

    .hide {
        display: none;
    }

    .hero-box {
        padding: 20vh 16px 69px;
    }

    .img-box {
        width: 80vw;
        height: 80vw
    }

     .inzerat h2,
     .inzerat h3 {
        max-width: 360px;
        margin: 0 auto;
     }

    .inzerat h2 {
        font-size: 32px;
        line-height: 36px;
    }

    .inzerat h3 {
        line-height: 26px;
        font-size: 20px;
    }

    .dalsi-reality {
        padding-top: 30vh;
        padding-bottom: 64px;
    }

    .dalsi-reality h4 {
        font-size: 24px;
        line-height: 28px;
    }

    .dalsi-reality .boxes {
        grid-template-columns: 100%;
        column-gap: 0;
        row-gap: 32px;
        grid-auto-rows: 320px;
    }

    .box .cta {
        padding: 12px 20px;
    }

    .contact {
        padding: 64px 32px 120px;
    }

    .contact-box {
        max-width: 100%;
        gap: 0;
    }

    .contact-box .fotka, .contact-box .o-nas {
        width: 100%;
    }

    .o-nas a {
        font-size: 30px;
    }

    .o-nas a:first-child {
        padding-top: 32px;
    }

    .footer-contact {
        flex-direction: column;
        align-items: center;
        gap: 12px
    }

    .o-nas h4 {
        padding-bottom: 0;
    }

    .inzerat a.cta.full {
    display: inline-block;
    margin-top: 24px;
}

.contact-box .fotka {
    text-align: initial;
    width: 100%;
}

.contact-box .fotka img {
    width: 100%;
}
	
	
.inzerat {
    max-width: 80vw;
    width: 100%;
}
    
}








