html {
    margin: 0 !important;
}

body {
    background-color: rgb(51, 36, 64) !important;
    margin-left: 10% !important;
    margin-right: 10% !important;
    font-family: 'Cormorant Upright', serif !important;
}

a {
    color: black !important;
    text-decoration: none !important;
}

button {
    color: black;
    font-weight: 900 !important;
}

h1 {
    color: rgb(225, 225, 225) !important;
    text-align: center;
}

h2 {
    color: rgb(225, 225, 225) !important;
}

p {
    text-decoration: none !important;
    color: rgb(225, 225, 225) !important;
}

.home {
    /* background-color: red !important; */
    margin-top: 5%;
    padding: 10%;
    height: 100vh;
}

.home-overline {
    /* background-color: red !important; */
    display: flex;
}


/* first overline start */

.overlines {
    display: flex;
    flex-flow: column;
    align-items: center;
    /* margin-top: 3%; */
    height: 25em;
    /* background-color: rgb(189, 167, 179); */
}

.title {
    margin-top: 10%;
    text-transform: uppercase;
}

.title h1 {
    /* border: solid 1px; */
    /* background-color: rgb(142, 108, 127); */
    text-align: center;
    font-size: 2.5em;
    width: 100%;
}

.title-content {
    display: block;
    /* justify-content: space-between; */
    opacity: 0;
    animation: revealText 5s forwards;
}

.title-second {
    animation-delay: 2s;
    margin-top: 5%;
}


/*  je negativer desto mehr von der seite */

@keyframes revealText {
    from {
        transform: translateX(-150px);
    }
    to {
        opacity: 1;
        transform: none;
    }
}


/* first overline end */

.cv-btn button {
    transition: 0s;
    width: 200px;
    height: 200px;
    background: lightblue !important;
    font-size: 25px;
    /* color: lightblue !important; */
    border: 3px solid lightblue !important;
    margin: 80px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

.cv-btn button:hover {
    transition: 0s;
    background: lightblue !important;
    color: black !important;
    box-shadow: 0px 0px 40px lightblue !important;
}


/* neonblue button end*/


/* blob-img start*/

.blob {
    overflow: hidden;
    /* margin-top: 5%; */
    width: 25rem;
    height: 21rem;
    border-radius: 82% 96% 92% 98% / 92% 92% 96% 98%;
    /* background: #8f44fd url("https://www.xtrafondos.com/wallpapers/glenwood-springs-en-colorado-6641.jpg"); */
    /* background-image: url("image/bahar/bewerbung.JPG"); */
    background-size: 40em 50em;
    background-repeat: no-repeat;
    animation: morph 1.8s linear infinite;
    background-position: 50%;
}

@keyframes morph {
    0%,
    100% {
        border-radius: 42% 56% 72% 28% / 42% 42% 56% 48%;
    }
    33% {
        border-radius: 72% 25% 48% 48% / 28% 28% 72% 72%;
    }
    66% {
        border-radius: 100% 56% 56% 100% / 100% 100% 56% 56%;
    }
}


/* .blob img {
    display: c;
    height: 10rem;
    width: 15rem;
} */


/* navbar */

.navbar {
    position: fixed;
    margin-left: 10% !important;
    margin-right: 10% !important;
    background-color: rgba(162, 162, 162, 0.699);
}

.logo-links {
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* background-color: yellow; */
}

.head-logo img {
    width: 10%;
}

.container-fluid {
    /* background-color: aqua; */
    display: flex;
    justify-content: end;
}

.navbar-links a {
    font-size: 2em;
}

.navbar-links a:hover {
    transition: 0s;
    background: lightblue !important;
    color: black !important;
    box-shadow: 0px 0px 40px lightblue !important;
}


/* projects */

.projects {
    padding: 7%;
}


/* cards */

.cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.card-one {
    margin: 5%;
    height: 20rem;
    width: 30%;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.card-one img {
    height: 100%;
    width: 100%;
}

.card-one:hover .details {
    opacity: 1;
    height: 100%;
}

.details {
    text-align: center;
    background-color: rgb(87, 131, 172);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.4s ease;
}

.details a {
    color: white !important;
}

.text-hover {
    margin-left: 5%;
    margin-right: 5%;
}

.details a {
    background-color: rgb(162, 162, 162);
    font-size: 2em !important;
    margin-top: 15%;
    height: 50px;
    width: 200px;
    text-align: center;
}

.zertifikat {
    display: flex;
    justify-content: center;
}


/* about */

.about {
    padding: 7%;
    /* background-color: rgb(81, 79, 230); */
}

.about-btn {
    display: flex;
}


/* neonblue button start*/

.light-blue button {
    transition: 0s;
    width: 200px;
    height: 200px;
    background: lightblue !important;
    font-size: 25px;
    /* color: lightblue !important; */
    border: 3px solid lightblue !important;
    margin: 80px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

.light-blue button:hover {
    transition: 0s;
    background: lightblue !important;
    color: black !important;
    box-shadow: 0px 0px 40px lightblue !important;
}


/* neonblue button end*/


/* carussel */

.image-carousel {
    z-index: -1;
    /* border: black solid 1px; */
    /* margin: 20%; */
    transition: transform .3s ease-in-out !important;
    /* width: 40% !important;
            height: 300px; */
    /* background-color: #a28383 !important; */
}

.image-carousel img {
    height: 30rem !important;
    object-fit: cover;
    object-position: 30% 20%;
}


/* start contact */

.contact {
    padding: 2%;
}

.overline-contact {
    /* background-color: red; */
    margin-top: 5%;
    margin-bottom: 5%;
}

.all-info {
    display: flex;
    justify-content: center;
}

.left {
    background-color: rgba(162, 162, 162, 0.699);
    margin-right: 10%;
    padding: 2.5%;
    width: 35%;
}

.privat-info {
    margin-top: 15%;
}

.google-links {
    background-color: rgba(162, 162, 162, 0.699);
}


/* email start */

.mail {
    margin-top: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    /* background-color: black; */
}

.overline-mail {
    margin-bottom: 10%;
    text-align: center;
    /* background-color: blue; */
}

.mailto {
    width: 50%;
    /* background-color: rgba(162, 162, 162, 0.699); */
}

.formular {
    display: flex;
    justify-content: center;
    /* background-color: yellow; */
}

.form-context {
    text-align: center;
    display: flex;
    flex-direction: column;
    background-color: rgba(162, 162, 162, 0.699);
    width: 100%;
    padding: 3%;
}

.input-name {
    text-align: center;
    height: 50px;
    /* background-color: pink; */
    margin-bottom: 5%;
}

.msg {
    text-align: center;
    /* background-color: burlywood; */
    margin-bottom: 10%;
}


/* .input-2 {
    background-color: rgb(14, 115, 247);
} */

.input-2 input {
    transition: 0s;
    width: 80%;
    /* height: 200px; */
    background: lightblue !important;
    font-size: 25px;
    /* color: lightblue !important; */
    border: 3px solid lightblue !important;
    /* margin: 80px; */
    border-radius: 5px;
    outline: none;
    cursor: pointer;
}

.input-2 input:hover {
    transition: 0s;
    background: lightblue !important;
    color: black !important;
    box-shadow: 0px 0px 40px lightblue !important;
}


/* footer */

.footer {
    font-size: 1.5em;
    margin-top: 5%;
    background-color: rgba(162, 162, 162, 0.699);
    height: 150px;
    display: flex;
    justify-content: flex-end;
}

.paragraph {
    /* background-color: white; */
    margin-right: 5%;
}

.impress {
    height: 50%;
    width: 50%;
}

.data {
    height: 50%;
    width: 50%;
}

.offcanvas.offcanvas-end {
    left: 0 !important;
    transform: translateX(0) !important;
}