@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&family=Satisfy&display=swap";@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap";#root{--lightgray: #d9d9d9;--gray: #9c9c9c;--orange: #837605;--darkGrey: #464d53;--caloryCard: #656565;--planCard: linear-gradient(200deg, #837605 1.4%, #ffa739 100%);--appColor: #3c3f45}.App{background-image:url(https://cdn.pixabay.com/photo/2014/03/22/17/31/the-background-292740_640.png);background-repeat:no-repeat;background-size:cover;background-color:var(--appColor);display:flex;flex-direction:column;gap:6rem;overflow:hidden}::-webkit-scrollbar{display:none}.stroke-text{color:transparent;font-family:Orbitron,sans-serif;font-optical-sizing:auto;-webkit-text-stroke-width:3px;-webkit-text-stroke-color:var(--orange);-webkit-animation:fill 1.5s infinite alternate}@-webkit-keyframes fill{0%{-webkit-text-fill-color:red}34%{-webkit-text-fill-color:white}68%{-webkit-text-fill-color:rgb(60,45,227)}to{-webkit-text-fill-color:red}}.btn{background-color:#fff;padding:.5rem;font-weight:700;border:4px solid transparent;transition:.3s all;display:flex;align-items:center;justify-content:center}.btn:hover{cursor:pointer}.blur{background:#fd782bb0;position:absolute;border-radius:50%;filter:blur(150px);z-index:-9}.hero{display:flex;justify-content:space-between;background-color:#00000080}.left-h{padding:1.5rem 2rem 2rem;flex:3;display:flex;gap:2rem;flex-direction:column}.right-h{flex:1;position:relative;background-image:url(/assets/background-5IZ1RrjJ.png);background-position:60% 50%;background-repeat:no-repeat}.hero-text{display:flex;flex-direction:column;gap:1.5rem;text-transform:uppercase;font-size:4.5rem;font-weight:700;color:#fff;text-overflow:inherit;font-family:Satisfy,cursive}.hero-text>div:nth-of-type(3){font-size:1.8rem;font-weight:200;text-transform:none;letter-spacing:1px;width:80%}.figures{display:flex;gap:2rem}.figures>div{display:flex;flex-direction:column}.figures>div>span:nth-of-type(1){color:#fff;font-size:2rem;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,-2px 0px 0 #000,2px 0px 0 #000,0px -2px 0 #000,0px 2px 0 #000}.figures>div>span:nth-of-type(2){color:#ff4500;text-transform:uppercase;font-size:1.5rem;text-shadow:-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000,-2px 0px 0 #000,2px 0px 0 #000,0px -2px 0 #000,0px 2px 0 #000}.hero-image{position:absolute;top:10rem;right:12rem;width:23rem;z-index:3}.hero-image-back{position:absolute;top:11rem;right:20rem;z-index:2;width:15rem}.hero-buttons{display:flex;gap:1rem;font-weight:700}.hero-buttons i{padding-left:5px}.hero-buttons>:nth-child(1){color:#fff;background-color:red;width:12rem;padding:15px;border-radius:5px}.hero-buttons>:nth-child(1):hover{transform:rotateY(0);animation:turnBtn .8s linear forwards}@keyframes turnBtn{0%{transform:rotateY(0);background-color:red}to{transform:rotateY(360deg);border:2px solid white}}.hero-buttons>:nth-child(2){color:#fff;background-color:transparent;width:12rem;border:2px solid red;border-radius:5px}.hero-buttons>:nth-child(2):hover{transform:rotateX(0);animation:rotateBtn .8s linear forwards}@keyframes rotateBtn{0%{transform:rotateX(0);background-color:transparent;width:12rem;border:2px solid red}to{transform:rotateX(360deg);background-color:red;border:2px solid white}}.right-h>.btn{position:absolute;right:3rem;top:2rem;color:#000}.hero-blur{width:22rem;height:30rem;left:0}@media screen and (max-width: 768px){.hero{flex-direction:column}.hero-blur{width:14rem}.the-best-ad{margin-top:0;font-size:small;align-self:center;transform:scale(.8)}.hero-text{font-size:xx-large;align-items:center;justify-content:center}.hero-text>div:nth-of-type(3){font-size:1.1rem;font-weight:200;letter-spacing:1px;text-align:center}.hero-buttons{justify-content:center}.figures>div>span:nth-of-type(1){font-size:large}.figures>div>span:nth-of-type(2){font-size:small}.right-h{position:relative;background-color:none}.hero-image{position:relative;width:15rem;left:7rem;top:4rem;align-items:center}.hero-image-back{width:15rem;left:2rem;top:0rem}}.header{display:flex;justify-content:space-between}.logo{width:10rem;height:3rem}.header-menu{list-style:none;display:flex;gap:2rem;color:#fff;font-size:1.25rem}.header-menu>li:hover{color:#ff4500;cursor:pointer}@media screen and (max-width: 768px){.header>:nth-child(2){position:fixed;right:2rem;z-index:99}.header-menu{flex-direction:column;background-color:var(--appColor);padding:2rem}}.Programs{display:flex;flex-direction:column;gap:2rem;padding:0 2rem;color:red}.programs-header{display:flex;gap:5rem;font-weight:700;font-size:3rem;justify-content:center;color:#fff;text-transform:uppercase;font-style:italic;background-color:#0006;padding:5px 0}.program-categories{display:flex;gap:1rem}.category{display:flex;flex-direction:column;background-color:gray;padding:2rem;gap:1rem;color:#fff;justify-content:space-between;border-radius:5px;border-style:inset;border-width:3px;border-left:dotted 5px;border-color:#faebd7;transform:rotate3d(1,1,1,0)}.category>:nth-child(1){width:3rem;height:3rem}.category>:nth-child(2){font-size:1rem;font-weight:700}.category>:nth-child(3){font-size:.9rem;line-height:25px}.join-now{display:flex;align-items:center;gap:2rem}.category:hover{background:var(--planCard);cursor:pointer;transform:rotate3d(1,1,1,-2deg)}@media screen and (max-width: 768px){.programs-header{flex-direction:column;gap:1rem;font-size:x-large;align-items:center;justify-content:center;margin-top:2rem}.program-categories{flex-direction:column}}.Reasons{padding:0 2rem;display:flex;gap:2rem}.left-r{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;grid-auto-rows:1fr}.left-r>img{object-fit:cover}.left-r>:nth-child(1){width:14rem;grid-row:1/3;height:31rem}.left-r>:nth-child(2){width:auto;height:16rem;grid-column:2/4}.left-r>:nth-child(3){height:14rem;grid-column:2/3;grid-row:2}.left-r>:nth-child(4){width:12.75rem;height:14rem;grid-row:2;grid-column:3/4}.left-r>img{border-right:4px solid var(--orange);border-bottom:2px solid var(--orange)}.right-r{flex:1 1;text-transform:uppercase;gap:1rem;display:flex;flex-direction:column}.right-r i{font-size:2rem;color:var(--orange)}#why{font-family:Satisfy,cursive;margin-right:15px}.right-r>span{font-weight:700;color:var(--orange)}.right-r>div{color:#fff;font-size:3rem;font-weight:700}.details-r{display:flex;flex-direction:column;gap:1rem}.details-r>div{display:flex;font-size:1rem;gap:1rem}.details-r>div>i{transform:translateY(-15px)}.partners{display:flex;gap:1rem}.partners>img{width:2.5rem}@media screen and (max-width: 768px){.Reasons{flex-direction:column}.left-r{grid-auto-rows:auto;overflow:hidden}.left-r>:nth-child(1){width:7rem;height:17rem}.left-r>:nth-child(2){width:15rem;height:10rem}.left-r>:nth-child(3){width:7rem}.left-r>:nth-child(4){width:7rem;height:6rem}}.plans-container{margin-top:-4rem;padding:0 2rem;display:flex;flex-direction:column;gap:4rem;position:relative}.plans{display:flex;align-items:center;justify-content:center;gap:3rem;position:relative}.plans-blur-1{width:32rem;height:23rem;top:6rem;left:0rem}.plans-blur-2{width:32rem;height:23rem;top:10rem;right:0rem}.plan{display:flex;flex-direction:column;background:linear-gradient(to right bottom,#449cf9,#5a86b2);color:#fff;gap:2rem;padding:1.5rem;width:15rem}.plan:hover{transform:scale(1.05)}.plan:nth-child(2){background:linear-gradient(to right bottom,#30f0aa,#38c11a);transform:scale(1.1)}.plan:nth-child(2):hover{transform:scale(1.15)}.plan>:nth-child(2){font-size:1rem;font-weight:700}.plan>:nth-child(3){width:15rem;height:10rem}.plan>:nth-child(4){font-size:2rem;font-weight:700}.plan>:nth-child(6){font-size:.8rem}#ready{font-family:Satisfy,cursive}.features{display:flex;flex-direction:column;gap:1rem}.feature{display:flex;flex-direction:row;gap:1rem}.plans>:nth-child(2)>button{color:orange}@media screen and (max-width: 768px){.plans{flex-direction:column}.plans>:nth-child(2){transform:none}.plan{transform:scale(.95)}}#bookBtn:hover{transform:scale(.9)}.plans-cabins{position:absolute;top:28%;left:25%;display:flex;gap:5px}.plans-cabins img{width:250px;height:250px}.Testimonials{display:flex;gap:1rem;padding:0 2rem;margin-bottom:100px}.left-t{display:flex;flex:1 1;gap:2rem;flex-direction:column;text-transform:uppercase;color:#fff}.left-t>:nth-child(1){color:var(--orange);font-weight:700}.left-t>:nth-child(2),.left-t>:nth-child(3){font-size:3rem;font-weight:700}.left-t>:nth-child(4){text-transform:none;text-align:justify;letter-spacing:1.2px;line-height:25px}.travellers{font-family:Orbitron,sans-serif;font-optical-sizing:auto;-webkit-text-stroke-width:3px;-webkit-text-stroke-color:var(--orange);-animation:colorChange .5s infinite alternate}@keyframes colorChange{0%{-webkit-text-fill-color:red}to{-webkit-text-fill-color:white}}.right-t{flex:1;position:relative}.right-t>img{position:absolute;width:17rem;height:20rem;object-fit:cover;right:8rem;top:2rem}.right-t>:nth-child(1){position:absolute;width:17rem;height:20rem;border:2px solid orange;background-color:transparent;right:9rem;top:.9rem}.right-t>:nth-child(2){position:absolute;width:18rem;height:19rem;right:7rem;top:4rem;background:var(--planCard)}.arrows{display:flex;gap:1rem;position:absolute;bottom:1rem;left:3rem}.arrows>img{width:1.5rem;cursor:pointer}@media screen and (max-width: 768px){.Testimonials{flex-direction:column}.left-t>:nth-child(2),.left-t>:nth-child(3){font-size:xx-large}.right-t{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.right-t>div{position:relative;display:none}.right-t>img{top:0;position:relative;align-self:center}.right-t>:last-child{display:block;bottom:0;left:0}}.Paris{background:#000;color:var(--orange);display:flex;flex-direction:column;height:100vh;overflow:hidden}.paris-container{display:grid;grid-template-columns:2fr 3fr 5fr 1fr;margin-top:.5%}.paris-img-wrapper{height:100%;background-color:#000;width:15%;padding:5px;text-align:center}.paris-img-wrapper img{padding-top:20%}.paris-V{list-style:none;width:600%;padding:0 2%;margin-top:-25%}.paris-V h4{color:#f8d99fcc}.paris-V li:nth-last-of-type(2n){color:#fffc;padding-bottom:5px}.paris-V li:nth-last-of-type(odd){color:#f8d99fcc;padding-bottom:5px}.paris-img-wrapper-last{display:flex;flex-direction:column;height:100vh;justify-content:space-around}.paris-small{height:200px;width:200px}.paris-h{background-color:#0009;padding:2%;width:20vw}.paris-c{padding:2% 1% 0% 0%}#imgParis2{height:32%}#imgParis2:hover{height:80%}.buttons-Paris{display:flex;gap:25px}.btn-Paris{background-color:var(--orange);color:#fff;margin-top:15px;padding:.5rem;font-weight:700;border:4px solid transparent;transition:.3s all;display:flex;align-items:center;justify-content:center}.btn-Paris:hover{cursor:pointer;background-color:#f5f5f5;border-radius:4px solid var(--orange);color:var(--orange);transform:translate(1px) translateY(1px)}@media screen and (max-width: 768px){.Paris{overflow-y:scroll}.paris-container{display:flex;flex-direction:column;margin-top:0%}.paris-img-wrapper{height:100%;background-color:#000;width:15%;padding:5px;text-align:center}.paris-img-wrapper img{padding:20% 25%}.paris-img-wrapper-last{padding-left:7.5%;margin-top:-50%}.paris-small{height:300px;width:350px;padding-bottom:25px;padding-left:25px}.paris-V{list-style:none;width:622%;padding:7.5%;border-style:inset;margin-top:0%}.paris-h{background-color:#0009;padding:7.5%;width:80vw;text-align:center}.paris-c{padding:7.5%}#imgParis2,#imgParis2:hover{height:25%}}.Vienna{background-image:url(/assets/wien2-BMkrfQgh.jpg);background-color:#ccecf7;background-size:100%;background-repeat:no-repeat;background-position:cover;height:100vh}.vienna-text{padding-left:55%;padding-top:1%;padding-right:5%;height:90%;font-size:.8rem;background-color:#0003;color:#f5f5f5}.vienna-img{border-radius:50%;box-shadow:0 0 0 5px #fac7d7,0 0 0 7px #92a4bf,0 0 0 12px #8ab6f4,0 0 0 12.5px #fff,0 0 0 13px #8ac1f5,0 0 0 14px #f7b5b5;margin-bottom:25px}.vienna-Arrows{display:flex;gap:25px;justify-content:center;align-items:center}.vienna-button{position:relative;display:flex;justify-content:center;align-items:center;padding-top:25px;gap:45px}.vienna-button a{text-decoration:none;text-transform:uppercase;font-size:17px;font-family:Playfair Display,serif;color:#fac7d7;letter-spacing:3px;padding:25px 50px;position:relative;border-radius:5px;border:3px solid hsl(341,84%,88%);transition:all .2s;overflow:hidden;text-align:center}.vienna-button a:hover{background-color:#fac7d7;color:#135c79;font-weight:500;border:3px solid rgb(86,202,247)}@media screen and (max-width: 768px){.Vienna{background:linear-gradient(to right,#56caf7,#fac7d7);background-size:100%;background-repeat:no-repeat;background-position:cover;overflow-y:scroll;font-size:.8rem}.vienna-text{padding-left:5%;padding-top:5%;padding-right:3.5%;height:100%;background-color:#0000004d;text-align:center}.vienna-img{margin-top:10px}.vienna-button{flex-direction:column}.vienna-button a{background-color:#87ceeb;color:#000;font-weight:500;padding:25px 50px}.vienna-button a:hover{font-weight:700}}.Budapest{background:linear-gradient(to right,#4949f3,#3c3c78)}.budapest-animation{margin:5%}.budapest-cradle{display:flex;border-top:10px solid gold;width:30%;z-index:3}.budapest-cradle span{display:block;width:3px;height:200px;background-color:#f5f5f5;margin:0 29px;position:relative;transform-origin:top;opacity:1}.budapest-cradle span:before{content:"";position:absolute;bottom:0;left:0;width:60px;height:60px;border-radius:50%;background-color:gold;transform:translate(-50%);color:#000}.budapest-cradle span:nth-child(2n){animation:4s liftUp ease-in infinite}.budapest-cradle span:nth-child(odd){animation:2s getTransparent ease-in infinite}@keyframes liftUp{0%{height:200px}40%{height:40px}80%{height:200px}to{height:200px}}@keyframes getTransparent{0%{opacity:1}to{opacity:0}}.budapest-cradle2{display:flex;flex-direction:row;justify-content:space-around;width:29%;height:60px;margin-top:-30px;z-index:2;color:#f5f5f5}.budapest-cradle2 span{width:23px;height:30px;font-size:1.75rem;font-weight:700}.budapest-text{margin:5%;color:gold}.budapest-textE{font-style:italic;color:wheat}.budapest-img{margin-left:5%;margin-right:5%;margin-bottom:50px}.budapest-buttons{position:relative;display:flex;justify-content:center;align-items:center;padding-top:5px;padding-bottom:60px;gap:5px}.budapest-buttons a{text-decoration:none;text-transform:uppercase;font-size:17px;font-family:Playfair Display,serif;color:gold;letter-spacing:3px;padding:25px 50px;position:relative;border-radius:5px;border:3px solid gold;transition:all .2s;overflow:hidden;text-align:center}.budapest-buttons a:hover{background-color:gold;color:#135c79;font-weight:500;border:3px solid rgb(86,202,247)}.budapest-images{display:flex;flex-direction:row;gap:5px;width:80%;justify-content:space-around}@media screen and (max-width: 768px){.budapest-cradle{display:flex;border-top:10px solid gold;width:70%;z-index:3}.budapest-cradle span{display:block;width:7.5px;height:200px;background-color:#f5f5f5;margin:0 18px;position:relative;transform-origin:top;opacity:1}.budapest-cradle span:before{content:"";position:absolute;bottom:0;left:0;width:40px;height:40px;border-radius:50%;background-color:gold;transform:translate(-50%);color:#000}.budapest-cradle span:nth-child(2n){animation:4s liftUp ease-in infinite}.budapest-cradle span:nth-child(odd){animation:2s getTransparent ease-in infinite}@keyframes liftUp{0%{height:200px}40%{height:40px}80%{height:200px}to{height:200px}}@keyframes getTransparent{0%{opacity:1}to{opacity:0}}.budapest-cradle2{display:flex;flex-direction:row;justify-content:space-around;width:30%;height:60px;margin-top:-30px;z-index:2;color:#f5f5f5}.budapest-cradle2 span{width:30px;height:30px;font-size:1.75rem;font-weight:700;margin-left:15.4px}.budapest-cradle2 span:nth-child(7){margin-left:22px}.budapest-cradle2 span:last-of-type{margin-left:19.9px}.budapest-text{margin:5%;color:gold;font-size:1.25rem;text-align:center}.budapest-img{margin-left:5%;margin-right:5%;margin-bottom:50px}.budapest-buttons{flex-direction:column;gap:25px}}.Zagreb{background-color:#02024a;color:#fff}.zagreb-text{margin:5% 10%}.zagreb-wrapper{width:100%;height:100%;font-size:1.25rem;margin-bottom:15px;display:flex}.zagreb-image{color:#fff;justify-content:center;text-align:center;padding:10px;height:160px;width:150px;background-color:#87ceeb}.zagreb-info{height:170px;padding:10px;width:50%;background-color:#2798c5}.zagreb-infoEnglisch{height:170px;padding:10px;width:50%;background-color:#09688e}.zagreb-button{position:relative;display:flex;justify-content:center;align-items:center;padding-top:25px;gap:25px}.zagreb-button a{text-decoration:none;text-transform:uppercase;font-size:17px;font-family:Playfair Display,serif;color:#fff;letter-spacing:3px;padding:25px 50px;position:relative;border-radius:5px;border:3px solid rgb(47,187,242);transition:all .2s;overflow:hidden;text-align:center}.zagreb-button a:hover{background-color:#2fbbf2;color:#fff;font-weight:500;border:3px solid rgb(86,202,247)}@media screen and (max-width: 768px){.zagreb-text{margin:2.5%}.zagreb-wrapper{display:flex;flex-direction:column;gap:15px;align-items:center}.zagreb-info{display:flex;text-align:center;align-items:center;height:440px;padding:10px;width:80%;border-radius:15px;box-shadow:#0000002b 0 -23px 25px inset,#00000026 0 -36px 30px inset,#0000001a 0 -79px 40px inset,#0000000f 0 2px 1px,#00000017 0 4px 2px,#00000017 0 8px 4px,#00000017 0 16px 8px,#00000017 0 32px 16px}.zagreb-infoEnglisch{display:flex;text-align:center;align-items:center;height:360px;padding:10px;width:80%;border-radius:15px;box-shadow:#0000002b 0 -23px 25px inset,#00000026 0 -36px 30px inset,#0000001a 0 -79px 40px inset,#0000000f 0 2px 1px,#00000017 0 4px 2px,#00000017 0 8px 4px,#00000017 0 16px 8px,#00000017 0 32px 16px}.zagreb-button{flex-direction:column;justify-content:center;gap:25px}.zagreb-button a{padding:25px 120px;box-shadow:#0000002b 0 -23px 25px inset,#00000026 0 -36px 30px inset,#0000001a 0 -79px 40px inset,#0000000f 0 2px 1px,#00000017 0 4px 2px,#00000017 0 8px 4px,#00000017 0 16px 8px,#00000017 0 32px 16px}.zagreb-button a:hover{background-color:#f8f8c4;color:#000;font-weight:700;border:3px solid rgb(248,248,196)}}.Belgrad{background-color:#000;color:#f5f5f5;overflow-y:scroll}.belgrad-container{margin:2.5% 5%}.belgrad-letters{margin:0;padding:0;color:transparent;font-size:11em}.belgrad-letters span{display:table-cell;animation:animate 1s linear infinite}.belgrad-letters span:nth-child(9n+1){animation-delay:.5s}.belgrad-letters span:nth-child(9n+2){animation-delay:1.25s}.belgrad-letters span:nth-child(9n+3){animation-delay:2.35s}.belgrad-letters span:nth-child(9n+4){animation-delay:2.75s}.belgrad-letters span:nth-child(9n+5){animation-delay:1s}.belgrad-letters span:nth-child(9n+6){animation-delay:1.35s}.belgrad-letters span:nth-child(9n+7){animation-delay:1.5s}h1 span:nth-child(9n+8){animation-delay:.65s}.belgrad-letters span:nth-child(9n+9){animation-delay:3.85s}@keyframes animate{0%,to{color:#fff;filter:blur(2px);text-shadow:0 0 10px gold,0 0 20px gold,0 0 40px gold,0 0 80px gold,0 0 120px gold,0 0 200px gold}}.belgrad-images{display:flex;height:150px;width:100%;justify-content:space-between}.belgrad-images img{border:.5px solid gold;border-radius:5%;box-shadow:0 0 20px gold}.belgrad-images img:hover{transform:scale(1.5)}.belgrad-button{position:relative;display:flex;justify-content:center;align-items:center;padding-top:25px;gap:55px}.belgrad-button a{text-decoration:none;text-transform:uppercase;font-size:17px;font-family:Playfair Display,serif;color:gold;letter-spacing:3px;padding:25px 50px;position:relative;border-radius:5px;border:3px solid gold;transition:all .2s;overflow:hidden;text-align:center}.belgrad-button a:hover{background-color:gold;color:#135c79;font-weight:500;border:3px solid rgb(86,202,247)}.belgrad-english{color:wheat;font-style:italic}@media screen and (max-width: 768px){.Belgrad{overflow-y:scroll}.belgrad-container{margin:2.5% 5%}.belgrad-letters{font-size:2em}@keyframes animate{0%,to{color:#fff;filter:blur(1px);text-shadow:0 0 10px gold,0 0 20px gold,0 0 40px gold,0 0 80px gold,0 0 120px gold,0 0 200px gold}}.belgrad-images{height:100px;width:150px;padding-left:120px;overflow:hidden}.belgrad-images img{border:.5px solid gold;border-radius:5%;box-shadow:0 0 20px gold}.belgrad-images img:hover{transform:scale(1.2);width:200px;box-shadow:none;border:none}.belgrad-button{flex-direction:column}}.Sofia{background-color:#000;color:wheat;height:100vh}.sofia-wrapper{margin:5%}.sofia-container{position:relative;width:100%;display:flex;flex-wrap:wrap;gap:25px}.sofia-container .box{position:relative;width:220px;height:220px;background:#ccc;overflow:hidden;transition:.5s}.sofia-container .box:hover{width:420px;height:420px;transform:scale(1.25);z-index:1;box-shadow:0 25px 40px #00000080}.sofia-container .box .imgBx{position:absolute;top:0;left:0;width:100%;height:100%}.sofia-container .box .imgBx:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0073ff,#000);z-index:1;mix-blend-mode:multiply;opacity:0;transition:.5s}.sofia-container .box:hover .imgBx:before{opacity:1}.sofia-container .box .imgBx img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.sofia-container .box .content{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;display:flex;padding:20px;align-items:flex-end}.sofia-container .box .content h2{color:#fff;transform:translateY(200px);transition:.5s;text-transform:uppercase;margin-bottom:5px;font-size:20px}.sofia-container .box .content p{color:#fff;transform:translateY(200px);transition:.5s;font-size:14px;width:90%}.sofia-container .box:hover .content h2{transform:translateY(-100px);transition-delay:.4s}.sofia-container .box:hover .content p{transform:translateY(-100px);transition-delay:.5s}.sofia-button{position:relative;display:flex;justify-content:center;align-items:center;padding-top:25px;gap:25px}.sofia-button a{text-decoration:none;text-transform:uppercase;font-size:17px;font-family:Playfair Display,serif;color:wheat;letter-spacing:3px;padding:25px 50px;position:relative;border-radius:5px;border:3px solid wheat;transition:all .2s;overflow:hidden;text-align:center}.sofia-button a:hover{background-color:wheat;color:#135c79;font-weight:500;border:3px solid rgb(86,202,247)}.sofia-englisch{font-style:italic}@media screen and (max-width: 768px){.Sofia{overflow-y:scroll}.sofia-container{font-size:.85rem}.sofia-container .box:hover{width:300px;height:300px;transform:scale(1.15) translate(5px)}.sofia-container .box:hover .content h2{transform:translateY(-100px) translate(2.5px);transition-delay:.4s}.sofia-container .box:hover .content p{transform:translateY(-100px) translate(2.5px);transition-delay:.5s}.sofia-button{flex-direction:column}}.Constantinople{background-color:#000;color:#fff;height:160vh;position:relative;background:url(/assets/Konstantinopel2-IKE8epHY.jpg);background-repeat:no-repeat;background-size:cover;background-position:60% 50%}.constantinople-info{display:flex;flex-direction:column;margin:2%;padding:3%;background-color:#000000b3}.constantinople-left{width:75%;margin-bottom:25px}.constantinople-right{width:50%;margin-left:80%}.steam{position:absolute;height:150px;width:150px;border-radius:50%;background-color:#fff;margin-top:-75px;margin-left:75px;z-index:0;opacity:0}#steam1{-webkit-animation:steam1 4s ease-out infinite;animation:steam1 4s ease-out infinite}#steam3{-webkit-animation:steam1 4s ease-out 1s infinite;animation:steam1 4s ease-out 1s infinite}@-webkit-keyframes steam1{0%{transform:translateY(0) translate(0) scale(.25);opacity:.2}to{transform:translateY(-200px) translate(-20px) scale(1);opacity:0}}@keyframes steam1{0%{transform:translateY(0) translate(0) scale(.25);opacity:.2}to{transform:translateY(-200px) translate(-20px) scale(1);opacity:0}}#steam2{-webkit-animation:steam2 4s ease-out .5s infinite;animation:steam2 4s ease-out .5s infinite}#steam4{-webkit-animation:steam2 4s ease-out 1.5s infinite;animation:steam2 4s ease-out 1.5s infinite}@keyframes steam2{0%{transform:translateY(0) translate(0) scale(.25);opacity:.2}to{transform:translateY(-200px) translate(20px) scale(1);opacity:0}}#steam5{-webkit-animation:steam3 3s ease-out .9s infinite;animation:steam3 3s ease-out .9s infinite}#steam7{-webkit-animation:steam3 3s ease-out 1.1s infinite;animation:steam3 3s ease-out 1.1s infinite}@keyframes steam3{0%{transform:translateY(0) translate(0) scale(.5);opacity:.2;color:#fcffca}to{transform:translateY(-400px) translate(23px) scale(1.4);color:#fcffca;opacity:0}}#steam6{-webkit-animation:steam4 3s ease-out 2.8s infinite;animation:steam4 3s ease-out 2.8s infinite}#steam8{-webkit-animation:steam4 3s ease-out 3s infinite;animation:steam4 3s ease-out 3s infinite}@keyframes steam4{0%{transform:translateY(0) translate(5px) scale(.25);opacity:.2}to{transform:translateY(-600px) translate(25px) scale(1.5);opacity:0}}#tasse{z-index:1}#tassenkoerper{position:absolute;height:120px;width:300px;border-radius:0 0 150px 150px;background:linear-gradient(to right bottom,#836904,#dabb31,#fcffca,#10252e);margin:auto;display:inline-block;overflow:hidden;z-index:1}#tassenhenkel{position:relative;height:75px;width:80px;border-radius:0 150px 500px 0;border:15px solid #dabb31;margin-bottom:95px;margin-left:230px;display:inline-block;z-index:0}#untertasse{position:absolute;height:30px;width:300px;border-radius:0px -0 100px 100px;background:linear-gradient(to right bottom,#836904,#dabb31,#fcffca,#10252e);margin-top:-82px;margin-left:5px;z-index:2}.constantinople-button{position:relative;display:flex;justify-content:center;align-items:center;padding-top:25px;gap:25px;border-radius:5px}.constantinople-button a{text-decoration:none;text-transform:uppercase;font-size:17px;font-family:Playfair Display,serif;color:#000;font-weight:700;letter-spacing:3px;padding:25px 50px;position:relative;border-radius:5px;border:3px solid #836904;transition:all .2s;overflow:hidden;text-align:center;background:linear-gradient(to right bottom,#dabb31,#e7d68c)}.constantinople-button a:hover{background:linear-gradient(to right bottom,#e7d68c,#f0eddc);color:#000;font-weight:500;border:3px solid #836904}.constantinople-english{color:#fade43;font-style:italic}@media screen and (max-width: 768px){.Constantinople{overflow-y:scroll}.constantinople-right{width:50%;margin-left:35%}#steam6{-webkit-animation:steam4 5s ease-out 2.8s infinite;animation:steam4 5s ease-out 2.8s infinite}#steam8{-webkit-animation:steam4 5s ease-out 5s infinite;animation:steam4 3s ease-out 3s infinite}@keyframes steam4{0%{transform:translateY(0) translate(5px) scale(.25);opacity:.2}to{transform:translateY(-1200px) translate(25px) scale(1.5);opacity:0}}#tassenkoerper{width:200px}#tassenhenkel{height:70px;width:60px;margin-bottom:80px;margin-left:140px;transform:rotate(-2deg)}#untertasse{width:200px}.constantinople-button{flex-direction:column}}.Adventure{background-color:#1e90ff;color:#fff;display:flex;flex-direction:column;background-color:#000;align-items:center}.adventure-German{margin:5%;width:100%}.adventure-English{width:100%;color:#f5ebd8}.zig-zag{--s: 30px;--a: 90deg;mask:repeating-conic-gradient(from calc(180deg - var(--a)/2) at 50% var(--s),#0000 0,#000 1deg calc(var(--a) - 1deg),#0000 var(--a) 180deg) 50% calc(-1*var(--s))/calc(2*var(--s)*tan(var(--a)/2)) 100%;height:250px;font:700 40px system-ui,sans-serif;color:#fff;display:grid;place-content:center;text-align:center}.zig-zag-color1{background:linear-gradient(60deg,#2942c0,#340c76)}.zig-zag-color2{background:linear-gradient(60deg,#c6f49a,#216819)}.zig-zag-color3{background:linear-gradient(60deg,#f3f49a,#676819);height:180px;font-size:1.5rem;color:#000}.zig-zag-color5{background:linear-gradient(60deg,#f3f49a,#676819);height:120px;font-size:1.5rem;color:#000}.zig-zag-color3 a,.zig-zag-color5 a{color:#901f1f}.zig-zag-color3 a:hover,.zig-zag-color5 a:hover{color:#2942c0}.zig-zag-color4{background:linear-gradient(60deg,#e2c35e,#534c07);height:100px;font-size:2rem;color:#000}.adventure-text{padding:.5rem 6rem}.adventure-top,.adventure-English{text-decoration:none;padding-top:.6rem}.adventure-top:hover,.adventure-English:hover{color:wheat;cursor:pointer}@media screen and (max-width: 768px){.zig-zag{--s: 10px;height:200px}.zig-zag-color1{font-size:2rem}.zig-zag-color3{height:180px;font-size:1rem}.zig-zag-color4,.zig-zag-color5{height:80px;font-size:1.2rem}.adventure-text{padding:.25rem 3rem;font-size:1.25em}}.MoreInfo{color:#fff;background-color:#000;display:flex;justify-content:center}.mInfo-header ul li{list-style:none;color:#484848;font-size:4rem;letter-spacing:15px;animation:lighting 1.2s linear infinite;display:flex;justify-content:center}@keyframes lighting{0%{color:#484848;text-shadow:none}90%{color:#484848;text-shadow:none}to{color:#fff900;text-shadow:0 0 7px #fff900,0 0 50px #ff6c00}}.mInfo-header ul li:nth-child(1){animation-delay:0}.mInfo-header ul li:nth-child(2){animation-delay:.1s}.mInfo-header ul li:nth-child(3){animation-delay:.2s}.mInfo-header ul li:nth-child(4){animation-delay:.3s}.mInfo-header ul li:nth-child(5){animation-delay:.4s}.mInfo-header ul li:nth-child(6){animation-delay:.5s}.mInfo-header ul li:nth-child(7){animation-delay:.6s}.mInfo-header ul li:nth-child(8){animation-delay:.7s}.mInfo-header ul li:nth-child(9){animation-delay:.8s}.mInfo-header ul li:nth-child(10){animation-delay:.9s}.mInfo-header ul li:nth-child(11){animation-delay:1s}.mInfo-header ul li:nth-child(12){animation-delay:1.1s}.mInfo-header ul li:nth-child(13){animation-delay:1.2s}.mInfo-header ul li:nth-child(14){animation-delay:1.3s}.mInfo-header ul li:nth-child(15){animation-delay:1.4s}.mInfo-header ul li:nth-child(16){animation-delay:1.5s}.container-mInfo{margin:5% 5% 2% 2%;color:#f5f5f5;font-family:Playfair Display,serif;font-optical-sizing:auto;font-size:1.5rem}.mInfo-links{display:flex;gap:2rem;justify-content:center;padding:.5rem}.mInfo-button{height:10rem;background-color:#000;position:relative;display:flex;justify-content:center;align-items:center}.mInfo-button a{text-decoration:none;text-transform:uppercase;font-size:25px;font-family:Playfair Display,serif;color:#ff0;letter-spacing:3px;padding:25px 50px;position:relative;border:3px solid yellow;transition:all .2s;overflow:hidden}.mInfo-button a:hover{background-color:#ff0;color:#000;border:3px solid gray;border-style:inset}@media screen and (max-width: 768px){.mInfo-header ul li{font-size:2rem;letter-spacing:5px;animation:lighting 1.6s linear infinite;display:flex;justify-content:center}.container-mInfo{width:80vw;margin:5% 5% 2% 2%;color:#f5f5f5;font-optical-sizing:auto;font-size:1.2rem}.mInfo-links{display:flex;flex-direction:column;gap:2rem;justify-content:center;padding:.5rem}.mInfo-button a{font-size:15px;font-family:Playfair Display,serif}.mInfo-button a:hover{border:2px solid gray;font-weight:700}}.Book{background-color:#000;display:flex;height:100vh;overflow:hidden;background-image:url(/assets/moon-B97vYAMb.jpg);background-repeat:no-repeat;background-size:contain;display:grid;grid-template-columns:1fr 1fr}.book-wrapper{margin:2rem}.book-link{font-size:2rem;font-weight:700;color:#fff;text-decoration:none;position:relative}.book-link span,.book-link i{position:relative}.book-link i{margin-left:.5rem}.book-link .color{width:4rem;height:4rem;border-radius:50%;background-color:#ff4500;position:absolute;top:50%;transform:translatey(-50%);left:-.65rem;animation:runningDot 5s ease-in-out infinite}@keyframes runningDot{0%{transform:translatey(-50%) translate(0);background-color:#ff4500;width:4rem;height:4rem;border-radius:50%;left:-.65rem}40%{transform:translatey(-50%) translate(720px);background-color:#c5d723;width:4rem;height:4rem;border-radius:50%;left:-.65rem}60%{transform:translatey(-50%) translate(720px);background-color:#7e8c04;width:4rem;height:4rem;border-radius:2%;left:-.65rem}80%{transform:translatey(-50%) translate(720px);background-color:#aeae05;width:calc(4rem + 720px);height:4rem;border-radius:2%;left:-720px}to{transform:translatey(-50%) translate(0);background-color:#ff4500;width:4rem;height:4rem;border-radius:50%;left:-.65rem}}.book-img{transform:translateY(-50rem) translate(-10rem);animation:throwConfetti 8s ease-in forwards}@keyframes throwConfetti{0%{transform:translateY(-50rem) translate(-10rem)}to{transform:translateY(60rem) translate(20rem)}}
