body {
    background-color: #090e22;
}
a   {
    text-decoration: none;
    color: inherit;
    letter-spacing: 0.3px;
}
html, body, #root {
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
main {
    width: 100%;
    height: calc(100% - 80px);
    margin: 80px auto;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
img, svg {
    vertical-align: middle;
}
.wrapper a  {
    position: relative;

}
.navtext a::after {
    content: "";
    position: absolute;
    background-color: #2ecc71 ;
    height: 2px;
    width: 0%;
    bottom: -7px;
    left: 0px;
    transition-duration: 500ms;
}   
.navtext a:hover::after {
    width: 100%;
    height: 2px;
}
::-moz-selection {
    background-color: #2ecc71;
    color: #090e22;
}
::selection {
    background-color: #2ecc71;
    color: #090e22;
}
html::-webkit-scrollbar {
    width: 0.5vw;
}
html::-webkit-scrollbar-thumb {
    background-color:#2ecc70bb;
}
html::-webkit-scrollbar-thumb:hover {
    background-color:#2ecc71;
}
html::-webkit-scrollbar-track {
    background-color:#111e3f;
}
/* Navbar CSS */

.nav {
    display: flex;
    position: fixed;
    top:0;
    width: 100%;
    background-color: rgba(18, 22, 53, 0.363);
    height: 85px; 
    z-index: 999;
    opacity: 1;
    transition: all 0.5s ease;
    transform: translateY(0px);
    backdrop-filter: blur(18px);
}
.menu {
    cursor: pointer;
    display: none;
    position: fixed;
    top:16px;
    left: 20px;
    width: 30px;
    height: 30px;
    z-index: 99;
}
.menu span {
    background: #fff;
    border-radius: 2px;
    display: block;
    transition: all .5s ease-in-out;
}
.menu__hamburger {
    left:4px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
}
.menu__hamburger span {
    height: 2px;
    position: relative;
    width: 26px;
    margin:6px 0;
    z-index: 99;
}
.menu__hamburger span:nth-child(1) {
    transition-delay: s;
    width: 24px;
}

.menu__hamburger span:nth-child(2) {
    transition-delay: .2s;
    width: 18px;
}

.menu__hamburger span:nth-child(3) {
    transition-delay: .05s;
    width: 24px;
}
.menu__cross {
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
}

.menu__cross span:nth-child(1) {
    position: absolute;
    height: 0%;
    width: 2px;
}
.menu__cross span:nth-child(2) {
    height: 2px;
    width: 0%;
    position: absolute;
}
.menu.open .menu__hamburger span {
    width: 0%;
}
.menu.open .menu__hamburger span:nth-child(1) {
    transition-delay: 0s;
}
.menu.open .menu__hamburger span:nth-child(2) {
    transition-delay: .1s;
    transform: translateX(20px);
}
.menu.open .menu__hamburger span:nth-child(3) {
    transition-delay: 0s;
}
.menu.open .menu__cross {
    pointer-events: auto;
}
.menu.open .menu__cross span:nth-child(1) {
    height: 100%;
    transform: rotate(45deg) translate(10px, -10px);
}
.menu.open .menu__cross span:nth-child(2) {
    width: 100%;
    transform: rotate(45deg) translate(10px, 10px);
}
.sidepanel {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    background-color: #2ecc70;
    height: 100%;
    left: 0;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    transition: width .3s ease-out;
    width: 0;
    z-index: 98;
    backdrop-filter: blur(15px);
}
.sidepanel.open {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sidepanel__inside {
    height: 100%;
    padding: 20px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.sidepanel__list {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
    width: 480px;
}
.sidepanel__text:hover {
    color: #fff;
}

.sidepanel__text {
    font-size: 36px;
    transition: .1s ease-in-out;
}
.sidepanel__text--cv {
    font-size: 36px;
    color: #fff;
}
.sidepanel__text--cv:hover {
    transition: .3s ease-in-out;
    color: #000;
}

.sidepanel__link {
    padding-right: 30px;
}

.sidepanel__list--social {
    display: flex;
    flex-flow: row;
    margin-top: 80px;
}
.sidepanel__item {
    display: flex;
    transition: 2 ease;
}
.sidepanel-overflow-hidden {
    overflow: hidden !important
}
.overflow-dekstop-hidden {
    overflow: hidden
}
.logocontainer {
    background-color: #2ecc71;
    width: 10%;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.navtext {
    display: flex;
    align-items: center;
}

.navtext li {
    display: inline-block;
    list-style-type: none;
    margin: 0 20px;
}

.navtext a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: white;
    font-weight: lighter;
}
.wrapper {
    display: flex;
    flex-flow: row;
    width: 100%;
    opacity: 1;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    margin-right: 80px;
    transition: 0.5s;
}

.socialicons li {
    list-style-type: none;
    display: inline;
    margin: 5px 10px;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    transition: opacity .5s ease;
}
.socialicons {
    display: flex;
    flex-flow: row;
    opacity: 1;
}
.socialicons li:hover {
    opacity: 0.6;
}
.download__button {
    display: inline;
    background-color: #2ecc71;
    border-radius: 25px;
    margin-left: 20px;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    align-items: center;
    padding: 8px 26px;
    transition: all .5s ease-in-out;
}
.download__button:hover {
    border-radius: 25px;
    background-color: transparent;
    border: 1px solid #2ecc70;
    color: #2ecc70;
}
.noise1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.noise2 {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

/* Main CSS */

.maincontainer {
    display: flex;
    flex-flow: column;
    width: 85%;
    height: 100%;
    align-items: center;
    margin: 0 auto;
}

.textcontainer {
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
    width: 100%;
    height: 400px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.maingreen  {
    color: #2ecc71;
    font-size: 110px;
    position: absolute;
    display: flex;
    top: 140px;
    font-family: 'Poppins', sans-serif;
    width: fit-content;
    height: fit-content;
    justify-content: center;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.mainwhite  {
    color: #fff;
    font-size: 110px;
    display: flex;
    top: 260px;
    position: absolute;
    font-family: 'Poppins', sans-serif;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: fit-content;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.btn1 {
    display: flex;
    justify-content: space-evenly;
    width: 280px;
    height: 90px;
    border: 3px solid #2ecc71;
    background: none;
    align-items: center;
    border-radius: 35px;
    margin-top: 70px;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color:hsl(145, 67%, 45%);
    transition: box-shadow 0.4s linear;
    cursor: pointer;
    z-index: 2;
}


.btn1:hover {
    color: #2ecc71;
    box-shadow: 0 1px 35px 0 #2ecc7065 inset, 0 1px 20px 0 #2ecc70b9;
}
.autoinput {
    color: #2ecc71;
}

.gfxcontain {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight:lighter;
    font-size: 38px;
}

.gfxcontain p {
    display: flex;
    flex-flow: row;
    width: fit-content;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight:lighter;
    font-size: 38px;
}

.gfxtext {
    width:fit-content;
    margin-block-start: 0em;
    margin-block-end: 0em;
    font-weight:lighter;
    margin-inline-start: 0px;
    margin-inline-end: 0.3em;
}
.workcontainer {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 120px;
}
.workbox1 {
    width: 1000px;
    height: auto;
    padding: 10px 20px;
}
.work_box1 {
    position: relative;
    display: flex; 
    flex-flow: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
    width: fit-content;
}
.workbox2 {
    width: 1000px;
    height: auto;
    padding: 10px 20px;
}

.work_box2 {
    position: relative;
    display: flex; 
    flex-flow: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
    width: fit-content;
}

.circle {
    background-color: #2ecc71;
    position: absolute;
    top:-3%;
    right: -10px;
    width: 120px;
    height: 120px;
    border-radius: 120px;
    z-index: 4;
    color:#091022;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

@-webkit-keyframes spin {
    100% {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes spin {
    100% {-webkit-transform: rotate(360deg);}
}

@keyframes spin {
    100% {-webkit-transform: rotate(360deg);}
}


.workbox1_img {
    border-radius: 20px;
    transition: opacity 0.3s ease;
}

.workbox1_img:hover {
    opacity: 60%;
    cursor: pointer;
}
.workbox2_img {
    border-radius: 20px;
    transition: opacity 0.3s ease;
}

.workbox2_img:hover {
    opacity: 60%;
    cursor: pointer;
}

.workbox1_title {
    position: absolute;
    top: 72%;
    align-items: center;
    width: fit-content;
    height: fit-content;
    justify-content: center;
    display: flex;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 34px;
    color: #fff;
    transform: translateY(50px);
    transition: .4s all ease;
    opacity: 0;
}

.workbox2_title {
    position: absolute;
    top: 72%;
    align-items: center;
    width: fit-content;
    height: fit-content;
    justify-content: center;
    display: flex;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 34px;
    color: #fff;
    transform: translateY(50px);
    transition: .4s all ease;
    opacity: 0;
}

.dogprojectboxes {
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: fit-content;
    top: 80%;
    display:flex;
    flex-flow: row;
    opacity: 0;
    transform: translateY(50px);
    transition: .4s all ease;
}

.penzionprojectboxes {
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 55%;
    height: fit-content;
    top: 80%;
    display:flex;
    flex-flow: row;
    opacity: 0;
    transform: translateY(50px);
    transition: .4s all ease;
}

.work_box1:hover .workbox1_title {
    transform: translateY(0px);
    opacity: 1;
}

.work_box1:hover .dogprojectboxes {
    transform: translateY(0px);
    opacity: 1;
}

.work_box2:hover .workbox2_title {
    transform: translateY(0px);
    opacity: 1;
}

.work_box2:hover .penzionprojectboxes {
    transform: translateY(0px);
    opacity: 1;
}

.penzionprojectboxes h3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: #2ecc71;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 14px;
    border-radius: 15px;
    padding: 4% 6%;
    margin: 0 auto;
}

.dogprojectboxes h3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: #2ecc71;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 14px;
    border-radius: 20px;
    padding: 3% 6%;
    margin: 0 auto;
}
.penzion {
    border-radius: 20px;
}

.about-skills {
    position: relative;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 20%);
    margin-left: 9.5%;
}

.aboutcontainer {
    display: flex;
    flex-flow:column;
    width: 600px;
}

.aboutme {
    display: flex;
    width: fit-content;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
}

.aboutmetext {
    display: flex;
    color: #fff;
    width: 90%;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 16px ;
}

.skillcontainer {
    display: flex;
    width: 45%;
    flex-flow: column;
    margin-top: 10%;
}

.skills {
    color:#fff;
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
}

.skillcontainer ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

.skillcontainer li {
    position: relative;
    list-style: none;
    margin:40px 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: lighter;
    color: #fff;

}

.skillcontainer li:before {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #21386d;
    border-radius: 50px;
}

.skillcontainer li:after {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    width: 0;
    height: 5px;
    background-color: #2ecc71 ;
    border-radius: 50px;
    animation-duration: .8s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.services {
    font-family: 'Poppins', sans-serif;
    font-size: 42px;
    color: #fff;
    margin-left: 10%;
    display: flex;
    margin-top: 13%;
}
.servicescontainer1 {
    display: flex;
    flex-flow: row;
    width: 80%;
    height: fit-content;
    margin-left: 10%;
    margin-right: 10%;
    justify-content: space-between;
}

.servicescontainer1 h2 {
        font-family: 'Poppins', sans-serif;
        font-size: 36px;
        font-weight: 700;
        color: #21366c;
        margin-top: 20%;
        margin-right: 0px;
        align-content: center;
}

.servicescontainer1 p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: lighter;
    color: #fff;
    width: 70%;
    align-content: center;
}
.row1 {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
}
.arrow {
    display: none;
}

.branding {
    display: flex;
    flex-flow: column;
    text-align: center;
    width: 30%;
    height: 680px;
    background-color: rgba(18, 22, 53, 0.8);
    border-radius:20px;
    margin-top: 4%;
    align-items: center;
    justify-content: center;
}
.webdesign {
    display: flex;
    text-align: center;
    flex-flow: column;
    width: 30%;
    height: 680px;
    background-color: rgba(18, 22, 53, 0.8);
    border-radius:20px;
    margin-top: -1%;
    align-items: center;
    justify-content: center;
}

.socialmedia {
    text-align: center;
    display: flex;
    flex-flow: column;
    width: 30%;
    height: 680px;
    background-color: rgba(18, 22, 53, 0.8);
    border-radius:20px;
    margin-top: 10%;
    align-items: center;
    justify-content: center;
}

.servicescontainer2 {
    display: flex;
    flex-flow: row;
    width: 80%;
    height: fit-content;
    margin-left: 10%;
    margin-right: 10%;
    justify-content: space-between;
}

.servicescontainer2 h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #21366c;
    margin-top: 20%;
}

.servicescontainer2 p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: lighter;
    color: #fff;
    width: 70%;
    text-align: center;
}

.logodesign {
    display: flex;
    flex-flow: column;
    width: 30%;
    height: 680px;
    background-color: rgba(18, 22, 53, 0.8);
    border-radius:20px;
    margin-top: -2.7%;
    align-items: center;
    justify-content: center;
}

.print {
    display: flex;
    flex-flow: column;
    width: 30%;
    height: 680px;
    background-color: rgba(18, 22, 53, 0.8);
    border-radius:20px;
    margin-top: -7.5%;
    align-items: center;
    justify-content: center;
}

.photo {
    display: flex;
    flex-flow: column;
    width: 30%;
    height: 680px;
    background-color: rgba(18, 22, 53, 0.8);
    border-radius:20px;
    margin-top: 3.7%;
    align-items: center;
    justify-content: center;
}

.review {
    width: calc(100% - 20%);
    margin: 150px auto;
}

.testimonialcontainer {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.reviewtextcontainer {
    width: 50%;
    display: flex;
    flex-flow: column;
    padding-left: 6%;
}

.reviewtextcontainer h2 {
    color: #2ecc71;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    font-size: 36px;
}

.reviewtextcontainer p {
    font-family: 'Poppins', sans-serif;
    color:#fff;
    font-weight: lighter;
    padding-right: 12%;
    font-size: 18px;
    width: 75%;
}

.apostrof {
    margin-left: 5%;
    z-index: 7;
    padding-bottom: 300px;
}

.fotka {
    z-index: 5;
    margin-left: -70px;
    display: flex;
}

.contact-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 300px;
    height: 100%;
    margin-top: 250px;
    align-items: center;
    position: relative;
    z-index: 7;
}

.contact-image {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.contact_form {
    margin-top: 45px;
    width: 90%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

form {
    margin-top: -1%;
    width: 100%;
}
.contact_form h1 {
    display: flex;
    font-family: 'Poppins', sans-serif;
    font-size: 54px;
    font-weight: 700;
    color: #fff;
}
.first-row {
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
}

.input_fname {
    width: 28%;
    height: 55px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding: 20px;
    margin: 0 10px;
    color:#aab8d4;
    border-radius: 20px;
    border: 1px solid #1c3470;
    background: rgba(6, 17, 56, 0.5);
    transition: .5s ease;
}
.input_fname:hover {
    background-color: rgba(7, 15, 49, 0.651);
    color: #7a9adb;
}

.input_lname {
    width: 28%;
    height: 55px;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #1c3470;
    background: rgba(6, 17, 56, 0.5);
    transition: .5s ease;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color:#aab8d4;
}

.second-row {
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.input_mail {
    width: 28%;
    height: 55px;
    border-radius: 20px;
    padding: 20px;
    margin: 0 10px;
    border: 1px solid #1c3470;
    background: rgba(6, 17, 56, 0.5);
    transition: .5s ease;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color:#aab8d4;
}

.input_subject {
    width: 28%;
    height: 55px;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #1c3470;
    background: rgba(6, 17, 56, 0.5);
    transition: .5s ease;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color:#aab8d4;
}

.input_message {
    width: 56%;
    display: flex;
    justify-content: center;
    height: 300px;
    border-radius: 20px;
    padding: 20px;
    margin: 10px 22.2%;
    border: 1px solid #1c3470;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color:#aab8d4;
    background: rgba(6, 17, 56, 0.5);
    transition: .5s ease;
}

.submit {
    display: flex;
    background-image: linear-gradient(to right, #8b66fd, #5287ff, #00b3ff, #32c3fa);
    border-radius: 25px;
    color:#0f1a36;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin: 20px auto;
    padding: 15px 35px;
    border:none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition:all .4s ease;
}

.submit:hover {
    box-shadow: 0 1px 25px 0 #ab79f698 inset, 0 1px 25px 0 #ab79f6a8;
    color: rgb(194, 233, 245);
}

.footer {
    width: 100%;
    height: 80px;
    background-color: #0c193a;
}

textarea:focus,
input:focus {
    outline: none;
    border-color: #3a60c0;
    background: rgba(30, 48, 107, 0.5);
    box-shadow: 0 0 5px 0 #214da0;
}

textarea::-webkit-scrollbar {
    width: 0.4vw;
}

textarea::-webkit-scrollbar-thumb {
    background-color:#285eafbb;
    border-radius: 30px;
}

textarea::-webkit-scrollbar-thumb:hover {
    background-color:#2e78cc;
    border-radius: 30px;
}
textarea::-webkit-scrollbar-track {
    background-color:#111e3f;
    border-radius: 30px;
}

::-webkit-input-placeholder {
    color: #9dafd37a;
}


li.ps:after {
    animation-name: ps;
}
li.fig:after {
    animation-name: fig;
}
li.html:after {
    animation-name: html;
}
li.css:after {
    animation-name: css;
}
li.bs:after {
    animation-name: bs;
}
li.php:after {
    animation-name: php;
}

@keyframes ps {
    to {
        width: 95%;
    }
}

@keyframes fig {
    to {
        width: 55%;
    }
}
@keyframes html {
    to {
        width: 90%;
    }
}
@keyframes css {
    to {
        width: 85%;
    }
}
@keyframes bs {
    to {
        width: 85%;
    }
}
@keyframes php {
        to {
            width: 50%;
        }
}

/* Barber Dog Project Subpage CSS */

.barberdog-container {
    width: 100%;
    height: 100%;
    z-index: 11;
}
.backbutton {
    display: flex;
    height: 80px;
    margin-left: 9.5%;
    margin-top: 220px;
    align-items: center;
}
.backbutton a:hover {
    opacity: 1;
}
.backbutton a {
    display: flex;
    flex-direction: row;
    align-items: center;
    opacity: 0.6;
    transition: .5s ease;
}
.backbutton img {
    margin-right: 10px;
}
.backbutton h6 {
    text-decoration: none;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 18px;
}
.barberdog-container p {
    display: flex;
    width: fit-content;
    color: #fff;
    margin-left: 9%;
    margin-top: 80px;
    width: 35%;
    font-family: 'Poppins', sans-serif;
    font-weight:lighter;
    font-size: 16px;
}
.barberdog-h1 {
    display:flex;
    width: fit-content;
    height: fit-content;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    margin-left: 9%;
    font-size: 90px;
    line-height: 80px;
    color: #fff;
    margin-block-end: 0em;
    margin-block-start: 0em;
    margin-inline-end: 0px;
}

.barberdogbox {
    display:flex;
    flex-flow: row;
    width: 450px;
    height: fit-content;
    margin-left: 9%;
}

.barberdogbox h3 {
    display: flex;
    background: #2ecc71;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
    height: 50px;
    margin-right: 20px;
    border-radius: 15px;
    padding: 0px 0px;
}

.image {
    z-index: 1;
    position: absolute;
    top: 160px;
    width: 800px;
    right: 0%;
}

.palette-container {
    width: 100%;
    display: flex;
}

.palette {
    font-size: 42px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #fff;
    margin-left: 9%;
    width: fit-content;
    margin-top: -2%;
}

.colors {
    width: calc(100% - 18%);
    display: flex;
    flex-direction: row;
    margin: 0px auto;
}

.logo1 {
    display: flex;
}

.green {
    background-color: #2ecc71;
    height: 450px;
    width: 75%;
    border-radius: 30px;
    margin-right: 20px;
}

.yellow {
    background-color: #e1951c;
    height: 450px;
    width: 30%;
    border-radius: 30px;
    margin-right: 20px;
}

.purple {
    background-color: #a188db;
    height: 450px;
    width: 30%;
    border-radius: 30px;
    margin-right: 20px;
}

.column {
    display: flex;
    flex-direction: column;
    width: 60%;
}

.ltblue {
    background-color: #5bbeec;
    height: 215px;
    width: 80%;
    border-radius: 30px;
    margin-bottom: 20px;
}

.white {
    background-color: rgb(223, 240, 245);
    height: 215px;
    width: 80%;
    border-radius: 30px;
}

.logo-typo {
    width: calc(100% - 18%);
    display: flex;
    margin-left: 9%;
    margin-right: 9%;
}

.typography {
    display: flex;
    flex-direction: column;
    width: 35%;
    margin-top: 165px;  
}
.typography-penzion {
    display: flex;
    flex-direction: column;
    width: 35%;
    margin-top: 165px; 
}
.typography h3 {
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #fff;
    margin-block-start: 0.5em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.typography-penzion h3 {
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #fff;
    margin-block-start: 0.5em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.typography-penzion p {
    display: flex;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 100px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight:lighter;
    font-size: 16px;
}
.typography-penzion h4{
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #e3ac52;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.typography h4 {
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #a188db;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.typography-title {
    font-size: 42px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #fff;
    width: fit-content;
}
.typography p {
    display: flex;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 100px;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight:lighter;
    font-size: 16px;
}
.logocont {
    margin-top: 150px;
    margin-left: 130px;
    width: 50%;
}
.logotext p {
    display: flex;
    color: #fff;
    margin-top: -170px;
    width: 60%;
    margin-left: 12%;
    font-family: 'Poppins', sans-serif;
    font-weight:lighter;
    font-size: 16px;
    z-index: 2;
}
.paw1 {
    width: 70%;
    z-index: 1;
}

.paw2 {
    position: relative;
     top: -5px;
     display: none;
}
.row {
    display: flex;
    flex-flow: row;
}

.showcase {
    width: calc(100% - 18%);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-left: 9%;
    margin-right: 9%;
    margin-top: 200px;
}
.sh1 {
    width: 47.5%;
    height: max-content;
    margin-right: 1%;
    display: block;
}
.sh2 {
    width: 45%;
    height: max-content;
}
.sh3 {
    width: 47.5%;
    height: max-content;
    margin-right: 1%;
    margin-top: -14.5%;
}
.sh4 {
    width: 45%;
    margin-top: 6%;
}
.sh5 {
    width: 47.5%;
    height: max-content;
    margin-right: 1%;
    margin-top: -14.5%;
}
.sh6 {
    width: 45%;
    margin-top: 20px;
    height: max-content;
}
.sh7 {
    width: 47.5%;
    margin-right: 1%;
    margin-top: -9%;
    height: max-content;
}
.sh8 {
    width: 45%;
    margin-top:7%;
    height: max-content;
}

/* Penzion Project CSS */

.teal {
    background-color: #f0c487;
    height: 450px;
    width: 40%;
    border-radius: 30px;
    margin-right: 20px;
}
.gold {
    background-color: #e3ac52;
    height: 450px;
    width: 40%;
    border-radius: 30px;
    margin-right: 20px;
}
.dkblue {
    background-color: #192544;
    width: 80%;
    height: 215px;
    border-radius: 30px;
    margin-bottom: 20px;
}

@media (min-width:1200px) {
    .apostrof {
        display: flex;
    }
    .testimonialcontainer {
        display: flex;
        flex-flow: row;
    }
}


@media (max-width:1200px) {
    .overflow-dekstop-hidden {
        overflow:auto
    }
    .maincontainer {
        width: 100%;
        position: inherit;
    }
    .maingreen {
        top: 150px;
        font-size: 72px;
    }
    .mainwhite {
        top: 240px;
        font-size: 72px;
    }
    .textcontainer {
        height: 430px;
    }
    .gfxcontain {
        margin-top: -70px;
    }
    .gfxcontain p {
        font-size: 22px;
    }
    .autoinput {
        
        font-size: 22px;
    }
    .image {
        display: none;
    }
    .review {
        margin: 20px auto;
    }
    .reviewtextcontainer {
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    .fotka {
        margin-top: 30px;
        margin-left: 0;
        margin-bottom: 40px;
    }
    .reviewtextcontainer h2 {
        margin-block-start: 0em;
        margin-block-end: 0em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }
    .reviewtextcontainer p {
        width: 70%;
        margin-top: 30px;
        text-align: center;
        padding-right: 0;
    }
    .about-skills {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .skillcontainer {
        width: 100%;
    }
    .workcontainer {
        margin-top: -50px;
        flex-flow: column;
    }
    .workbox1 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .workbox2 {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .servicescontainer1 {
        flex-wrap: wrap;
    }
    .servicescontainer1 p {
        text-align: left;
        width: 60%;
    }
    .servicescontainer2 {
        flex-wrap: wrap;
    }
    .servicescontainer2 p {
        text-align: left;
        width: 60%;
    }
    .branding { 
        display: block;
        height: 80px;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
        cursor: pointer;
        transition: height .3s ease;
    }
    .branding--open {
        height: 240px;
    }
    .arrow {
        display: flex;
        align-items: center;
        width: 15px;
        margin-right: 25px;
        height: fit-content;
        transition: transform .3s ease;
    }
    .arrow--open {
        transform: rotate(180deg);
    }
    .brand {
        display: none;
    }
    .branding__text {
        opacity: 0;
        margin-left: 25px;
        transition: .4s ease;
    }
    .branding__text--open {
        opacity: 1;
        display: block;
        margin-left: 25px;
    }
    .branding h2 {
        text-align: left;
        margin-top: 25px;
        margin-left: 25px;
        font-size: 24px;
    }
    .web {
        display: none;
    }
    .webdesign { 
        display: block;
        height: 80px;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
        cursor: pointer;
        transition: height .3s ease;
    }
    .webdesign--open {
        max-height: 450px;
        height: 220px;
    }
    .web__text {
        display: none;
        text-align: left;
        margin-left: 25px;
        transition: .2s ease;
    }
    .web__text--open {
        display: block;
        text-align: left;
        margin-left: 25px;
        color:#2e3a64;
    }
    .webdesign h2 {
        text-align: left;
        margin-left: 25px;
        margin-top: 25px;
        font-size: 24px;
    }
    .socialmedia { 
        display: block;
        height: 80px;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
        cursor: pointer;
        transition: height .3s ease;
    }
    .socialmedia--open {
        max-height: 450px;
        height: 230px;
    }
    .smedia {
        display: none;
    }
    .socials__text {
        display: none;
        text-align: left;
        margin-left: 25px;
        transition: .2s ease;
    }
    .socials__text--open {
        display: block;
        text-align: left;
        margin-left: 25px;
        color:#2e3a64;
    }
    .socialmedia h2 {
        text-align: left;
        margin-top: 25px;
        margin-left: 25px;
        font-size: 24px;
    }
    .logodesign { 
        display: block;
        height: 80px;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
        cursor: pointer;
        transition: height .3s ease;
    }
    .logodesign--open {
        max-height: 450px;
        height: 210px;
    }
    .logod {
        display: none;
    }
    .logo__text {
        display: none;
        text-align: left;
        margin-left: 25px;
        transition: .2s ease;
    }
    .logo__text--open {
        display: block;
        text-align: left;
        margin-left: 25px;
        color:#2e3a64;
    }
    .logodesign h2 {
        text-align: left;
        margin-left: 25px;
        margin-top: 25px;
        font-size: 24px;
    }
    .print { 
        display: block;
        height: 80px;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
        cursor: pointer;
        transition: height .3s ease;
    }
    .print--open {
        max-height: 450px;
        height: 280px;
    }
    .printd {
        display: none;
    }
    .print__text {
        display: none;
        text-align: left;
        margin-left: 25px;
        transition: .2s ease;
    }
    .print__text--open {
        display: block;
        text-align: left;
        margin-left: 25px;
        color:#2e3a64;
    }
    .print h2 {
        text-align: left;
        margin-top: 25px;
        margin-left: 25px;
        font-size: 24px;
    }
    .photo { 
        display: block;
        height: 80px;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
        cursor: pointer;
        transition: height .3s ease;
    }
    .photo--open {
        max-height: 450px;
        height: 320px;
    }
    .photod {
        display: none;
    }
    .photo__text {
        display: none;
        text-align: left;
        margin-left: 25px;
        transition: .2s ease;
    }
    .photo__text--open {
        display: block;
        text-align: left;
        margin-left: 25px;
        color:#2e3a64;
    }
    .photo h2 {
        text-align: left;
        margin-top: 25px;
        margin-left: 25px;
        font-size: 24px;
    }
    .apostrof {
        display: none;
    }
    .fotka {
        width: 320px;
        height: auto;
    }
    .contact-container {
        width: 100%;
        margin: 50px auto;
    }
    .first-row {
        width: 100%;
        padding: 0;
        flex-flow: column;
    }
    .input_fname {
        width: 80%;
    }
    .input_lname {
        width: 80%;
        margin-top: 10px;
    }
    .input_mail {
        width: 80%;
        margin-top: 10px;
    }
    .input_subject {
        width: 80%;
        margin: 10px 0;
    }
    .contact-image {
        display: none;
    }
    .input_message {
        width: 80%;
        margin: 0 auto;
    }
    .second-row {
        width: 100%;
        padding: 0;
        flex-flow: column;
    }
    .nav {
        opacity: 0;
        transform: translateY(-84px);
    }
    .wrapper {
        opacity: 0;
    }
    .logocontainer {
        opacity: 0;
    }
    .circle {
        width: 110px;
        height: 110px;
        border-radius: 110px;
    }
    .menu {
        display: block;
    }
    .sidepanel-overflow-hidden {
        overflow: hidden !important
    }
    .penzionprojectboxes {
        width: 85%;
    }
    .penzionprojectboxes h3{
        font-size: 12px;
        margin-top: 20px;
    }
    .dogprojectboxes {
        width: 75%;
        flex-flow: row;
        flex-wrap: wrap;
    }
    .dogprojectboxes h3{
        font-size: 12px;
        margin-top: 20px;
    }
    .barberdog-container {
        margin-top: -120px;
    }
    .barberdog-h1 {
        font-size: 72px;
    }
    .barberdogbox {
        width: calc(100% - 15%);
    }
    .barberdogbox h3 {
        margin-top: 30px;
    }
    .barberdog-container p {
        width: 80%;
    }
    .palette {
        margin-top: 100px;
    }
    .colors {
        flex-flow: column;
    }
    .dkblue {
        width: 50%;
        height: 120px;
        margin-right: 10px;
    }
    .gold {
        width: 100%;
        height: 200px;
        margin-bottom: 10px;
    }
    .teal {
        width: 100%;
        height: 200px;
        margin-bottom: 10px;
    }
    .green {
        width: 100%;
        height: 200px;
        margin-bottom: 10px;
    }
    .yellow {
        width: 100%;
        height: 150px;
        margin-bottom: 10px;
    }
    .purple {
        width: 100%;
        height: 150px;
        margin-bottom: 10px;
    }
    .column {
        width: 100%;
        flex-flow: row;
    }
    .ltblue {
        width: 50%;
        height: 120px;
        margin-right: 10px;
    }
    .white {
        width: 50%;
        height: 120px;
    }
    .paw2 {
        display: none;
    }
    .paw1 {
        display: none;
    }
    .logo1 {
        display: none;
    }
    .logo-typo {
        flex-flow: column;
    }
    .typography {
        width: 80%;
    }
    .typography p {
        width: 100%;
    }
    .typography h3 {
        font-size: 32px;
    }
    .logocont {
        margin: 0;
        width: 100%;
    }
    .logotext p {
        margin-top: 80px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        width: 100%;
    }
    .typography-penzion {
        width: 80%;
    }
    .typography-penzion p {
        width: 100%;
    }
    .typography-penzion h3 {
        font-size: 32px;
    }
    .contact_form h1 {
        align-items: center;
        font-size: 30px;
        justify-content: center;
        margin-block-start: 0em;
        margin-block-end: 0.75em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }
    .showcase {
        width: 88%;
        flex-flow: column;
    }
}

@media (max-width:500px) {
    .overflow-dekstop-hidden {
        overflow:auto
    }
    .maincontainer {
        width: 100%;
        height: 100%;
        position: inherit;
    }
    .maingreen {
        top: 0px;
        font-size: 56px;
    }
    .mainwhite {
        top: 80px;
        font-size: 56px;
    }
    .textcontainer {
        height: 170px;
    }
    .gfxcontain {
        margin-top: 0px;
    }
    .gfxcontain p {
        font-size: 22px;
    }
    .autoinput {
        font-size: 22px;
    }
    .image {
        display: none;
    }
    .review {
        margin: 20px auto;
    }
    .reviewtextcontainer {
        width: 100%;
        align-items: center;
        justify-content: center;
        padding: 0;
    }
    .fotka {
        margin-top: 30px;
        margin-left: 0;
        margin-bottom: 40px;
    }
    .reviewtextcontainer h2 {
        font-size: 28px;
        margin-block-start: 0em;
        margin-block-end: 0em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }
    .reviewtextcontainer p {
        width: 100%;
        margin-top: 30px;
        text-align: center;
        padding-right: 0;
    }
    .about-skills {
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .skillcontainer {
        width: 100%;
    }
    .workcontainer {
        margin-top: 20px;
        flex-flow: column;
        width: 95%;
    }
    .workbox1 {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .workbox2 {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;
    }
    .servicescontainer1 {
        flex-wrap: wrap;
    }
    .servicescontainer1 p {
        text-align: left;
        width: 80%;
    }
    .servicescontainer2 {
        flex-wrap: wrap;
    }
    .servicescontainer2 p {
        text-align: left;
        width: 80%;
    }
    .branding { 
        display: block;
        height: 80px;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
        cursor: pointer;
        transition: height .3s ease;
    }
    .branding--open {
        height: 240px;
    }
    .arrow {
        opacity: 1;
        display: flex;
        align-items: center;
        width: 15px;
        height: fit-content;
        transition: transform .3s ease;
    }
    .arrow--open {
        transform: rotate(180deg);
    }
    .brand {
        display: none;
    }
    .branding__text {
        opacity: 0;
        margin-left: 25px;
        transition: .4s ease;
    }
    .branding__text--open {
        opacity: 1;
        display: block;
        margin-left: 25px;
    }
    .branding h2 {
        text-align: left;
        margin-top: 25px;
        margin-left: 25px;
        font-size: 24px;
    }
    .web {
        display: none;
    }
    .webdesign { 
        display: block;
        height: 80px;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
        cursor: pointer;
        transition: height .3s ease;
    }
    .webdesign--open {
        max-height: 450px;
        height: 220px;
    }
    .web__text {
        display: none;
        text-align: left;
        margin-left: 25px;
        transition: .2s ease;
    }
    .web__text--open {
        display: block;
        text-align: left;
        margin-left: 25px;
        color:#2e3a64;
    }
    .webdesign h2 {
        text-align: left;
        margin-left: 25px;
        margin-top: 25px;
        font-size: 24px;
    }
    .socialmedia { 
        display: block;
        height: 80px;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
        cursor: pointer;
        transition: height .3s ease;
    }
    .socialmedia--open {
        max-height: 450px;
        height: 230px;
    }
    .smedia {
        display: none;
    }
    .socials__text {
        display: none;
        text-align: left;
        margin-left: 25px;
        transition: .2s ease;
    }
    .socials__text--open {
        display: block;
        text-align: left;
        margin-left: 25px;
        color:#2e3a64;
    }
    .socialmedia h2 {
        text-align: left;
        margin-top: 25px;
        margin-left: 25px;
        font-size: 24px;
    }
    .logodesign { 
        display: block;
        height: 80px;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
        cursor: pointer;
        transition: height .3s ease;
    }
    .logodesign--open {
        max-height: 450px;
        height: 210px;
    }
    .logod {
        display: none;
    }
    .logo__text {
        display: none;
        text-align: left;
        margin-left: 25px;
        transition: .2s ease;
    }
    .logo__text--open {
        display: block;
        text-align: left;
        margin-left: 25px;
        color:#2e3a64;
    }
    .logodesign h2 {
        text-align: left;
        margin-left: 25px;
        margin-top: 25px;
        font-size: 24px;
    }
    .print { 
        display: block;
        height: 80px;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
        cursor: pointer;
        transition: height .3s ease;
    }
    .print--open {
        max-height: 450px;
        height: 280px;
    }
    .printd {
        display: none;
    }
    .print__text {
        display: none;
        text-align: left;
        margin-left: 25px;
        transition: .2s ease;
    }
    .print__text--open {
        display: block;
        text-align: left;
        margin-left: 25px;
        color:#2e3a64;
    }
    .print h2 {
        text-align: left;
        margin-top: 25px;
        margin-left: 25px;
        font-size: 24px;
    }
    .photo { 
        display: block;
        height: 80px;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
        cursor: pointer;
        transition: height .3s ease;
    }
    .photo--open {
        max-height: 450px;
        height: 320px;
    }
    .photod {
        display: none;
    }
    .photo__text {
        display: none;
        text-align: left;
        margin-left: 25px;
        transition: .2s ease;
    }
    .photo__text--open {
        display: block;
        text-align: left;
        margin-left: 25px;
        color:#2e3a64;
    }
    .photo h2 {
        text-align: left;
        margin-top: 25px;
        margin-left: 25px;
        font-size: 24px;
    }
    .apostrof {
        display: none;
    }
    .fotka {
        width: 320px;
        height: auto;
    }
    .contact-container {
        width: 80%;
        margin-right: 0;
        margin-left: 0;
    }
    .first-row {
        width: 100%;
        padding: 0;
        flex-flow: column;
    }
    .input_fname {
        width: 80%;
    }
    .input_lname {
        width: 80%;
        margin-top: 10px;
    }
    .input_mail {
        width: 80%;
        margin-top: 10px;
    }
    .input_subject {
        width: 80%;
        margin: 10px 0;
    }
    .contact-image {
        display: none;
    }
    .input_message {
        width: 78.5%;
        margin: 0 auto;
    }
    .second-row {
        width: 100%;
        padding: 0;
        flex-flow: column;
    }
    .nav {
        opacity: 0;
        transform: translateY(-84px);
    }
    .wrapper {
        opacity: 0;
    }
    .logocontainer {
        opacity: 0;
    }
    .btn1 {
        width: 270px;
    }
    .circle {
        width: 110px;
        height: 110px;
        border-radius: 110px;
    }
    .menu {
        display: block;
    }
    .sidepanel-overflow-hidden {
        overflow: hidden !important
    }
    .penzionprojectboxes {
        width: 85%;
    }
    .penzionprojectboxes h3{
        font-size: 12px;
        margin-top: 20px;
    }
    .dogprojectboxes {
        width: 75%;
        flex-flow: row;
        flex-wrap: wrap;
    }
    .dogprojectboxes h3{
        font-size: 12px;
        margin-top: 20px;
    }
    .barberdog-container {
        margin-top: -120px;
    }
    .barberdog-h1 {
        font-size: 56px;
    }
    .barberdogbox {
        width: calc(100% - 15%);
    }
    .barberdogbox h3 {
        margin-top: 30px;
    }
    .barberdog-container p {
        width: 80%;
    }
    .palette {
        margin-top: 350px;
        flex-wrap: wrap;
    }
    .colors {
        flex-flow: column;
    }
    .dkblue {
        width: 50%;
        height: 120px;
        margin-right: 10px;
    }
    .gold {
        width: 100%;
        height: 200px;
        margin-bottom: 10px;
    }
    .teal {
        width: 100%;
        height: 200px;
        margin-bottom: 10px;
    }
    .green {
        width: 100%;
        height: 200px;
        margin-bottom: 10px;
    }
    .yellow {
        width: 100%;
        height: 150px;
        margin-bottom: 10px;
    }
    .purple {
        width: 100%;
        height: 150px;
        margin-bottom: 10px;
    }
    .column {
        width: 100%;
        flex-flow: row;
    }
    .ltblue {
        width: 50%;
        height: 120px;
        margin-right: 10px;
    }
    .white {
        width: 50%;
        height: 120px;
    }
    .paw2 {
        display: none;
    }
    .paw1 {
        display: none;
    }
    .logo1 {
        display: none;
    }
    .logo-typo {
        margin-top: -50px;
        flex-flow: column;
    }
    .typography {
        width: 80%;
    }
    .typography p {
        width: 100%;
    }
    .typography h3 {
        font-size: 32px;
    }
    .logocont {
        margin: 0;
        width: 100%;
    }
    .logotext p {
        margin-top: 80px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        width: 100%;
    }
    .typography-penzion {
        width: 80%;
    }
    .typography-penzion p {
        width: 100%;
    }
    .typography-penzion h3 {
        font-size: 32px;
    }
    .contact_form h1 {
        align-items: center;
        font-size: 30px;
        justify-content: center;
        margin-block-start: 0em;
        margin-block-end: 0.75em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }
    .showcase {
        width: 88%;
        flex-flow: column;
        flex-wrap: wrap;
    }
    .row {
        flex-wrap: wrap;
    }
    .sh1 {
        width: 94%;
        height: 100%;
        margin-top: 10px;
    }
    .sh2 {
        width: 94%;
        height: 100%;
        margin-top: 10px;
    }
    .sh3 {
        width: 94%;
        height: 100%;
        margin-top: 10px;
    }
    .sh4 {
        width: 94%;
        height: 100%;
        margin-top: 10px;
    }
    .sh5 {
        width: 94%;
        height: 100%;
        margin-top: 10px;
    }
    .sh6 {
        width: 94%;
        height: 100%;
        margin-top: 10px;
    }
    .sh7 {
        width: 94%;
        height: 100%;
        margin-top: 10px;
    }
    .sh8 {
        width: 94%;
        height: 100%;
        margin-top: 10px;
    }
}