@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat Alternates", serif;
    color: #5F5F5F;
}

.container {
    margin: 0 auto;
    width: 1530px;
}

.container-2 {
    margin-left: 135px;
}

.main-section {
    margin: 0 auto;

    /* background-image: url("../img/Path.png"); */
    background-position: right;
    background-repeat: no-repeat;
    height: 700px;
}


option {
    background-color: gray;
    color: white;
}

/* Header */

.brand img {
    height: 70px;

}



header {

    padding: 10px;
    position: fixed;
    top: 0;
    /* left: 0; */
    width: 100vw;
    height: 5rem;
    /* background-color: #C5EEF9; */
    background: #5F5F5F;
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 100;
    transition: background-color 1s ease-in-out, transform 0.7s ease-in-out;

}

.nav-links a {
    color: white;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.3s ease-in-out;
}

.nav-links a:hover {
    color: #ffcc00;
}

.menu-toggle {
    display: none;
    font-size: 2rem;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.scrolled {
    /* background-color: #C5EEF9; */
    background-color: #5F5F5F;

    transform: translateY(0);
}

.nav {
    width: 35.25rem;
    display: flex;
    justify-content: space-around;
}

.nav a {
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    color: white;
}

.header-contact p {
    letter-spacing: 1px;
    text-align: end;
    line-height: 20px;
    color: white;
}

.header-contact {
    display: flex;
    align-items: center;
}

.header-contact div:nth-child(2) {
    margin-left: 35px;
}

.header-contact select {
    padding: 5px;
    border: none;
    background-color: #5F5F5F;
    color: white;
    cursor: pointer;
}

/* Main Section */
.main {
    position: relative;
    left: 0;
    margin-top: -750px;
    padding-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 750px;


}

.main-img img {
    width: 50rem;
    height: 600px;
}

.main-info {
    margin-left: -120px;
    margin-top: 10px;
    width: 56.25rem;
    background: rgba(255, 255, 255, 0.6);
    /* Weißer halbtransparenter Hintergrund */
    backdrop-filter: blur(2px);
    padding: 40px;
    border-radius: 20px;
    text-align: center;


}

.main-info h1 {
    font-size: 3.25rem;
    font-weight: 700;
    margin-bottom: 20px;

}

.main-info p {
    font-size: 1.375rem;
    font-weight: 400;


}


.main-info h3 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 50px;
}


/* carousel */
.carousel-container {
    margin-top: 60px;
    position: relative;
    width: 100%;
    height: 92vh;
    overflow: hidden;
}

.carousel {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel img {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: rotate(-20deg) translateY(50px) scale(2);
    transition: transform 5s ease-in-out, opacity 2s ease-in-out;
}

.carousel img.active {
    opacity: 1;
    transform: rotate(0deg) translateY(0) scale(1);
}

.rotate-out {
    opacity: 0;
    transform: rotate(20deg) translateY(-50px) scale(2);
}



/* Section 1111 */

.section-1 {
    margin-top: 30px;
    height: 700px;
    display: flex;
    flex-direction: column;
    align-items: start;


}

.section-1__header {
    margin-top: 130px;
    width: 1000px;
    text-align: center;
    margin-bottom: 30px;
    margin-left: 100px;
}

.section-1__header h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}



.section-1__cards {
    display: flex;
    justify-content: space-between;
    width: 1250px;
    margin-top: 50px;
}

.card i {
    font-size: 70px;
    margin-bottom: 30px;
    margin-top: 30px;

}

.card {
    position: relative;
    text-align: center;
    width: 280px;
    height: 250px;
    background-color: #C5EEF9;
    border-radius: 10px;
    padding: 20px;
    /* box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2); */
    overflow: hidden;
    cursor: pointer;
}

.card-info {
    transform: translateY(250px);
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    border-radius: 10px;
    width: 280px;
    height: 250px;
    background-color: #5F5F5F;
    transition: 1.5s;
    display: flex;
    align-items: center;

}

.card-info p {
    color: white;
    font-size: 18px;
    font-weight: 500;
}

.card:hover .card-info {
    transform: translateY(0);
    transition: 1.5s;
    cursor: pointer;
}


/* section about us */

.section-aubout__us {
    display: flex;
}

#about-us-text span {
    font-weight: 900;
    display: inline-block;
    background-color: #ffcc00;

}

.about-us__card img {
    width: 280px;
    height: 200px;
}

.about-us__card i {
    font-size: 25px;
    margin-right: 10px;
}

.about-us__card p {
    line-height: 22px;
    font-size: 15px;
}

.about-us__card {
    display: flex;
    align-items: center;

}


.about-us__imgs img {
    width: 790px;
    height: 600px;
}

.about-us__info {
    width: 600px;
}

.about-us__header {
    margin-bottom: 40px;
}

.about-us__header h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-us__header p {
    font-size: 16px;
}


.about-us__header p span {
    font-size: 18px;
    font-weight: 700;

}

/* Section Our Product */

.section-our__products {
    margin-top: 100px;
}

.our-product__header h2 {
    width: 90%;
    font-size: 36px;
    text-align: center;
    margin-bottom: 50px;
}

.our-product__cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-right: 100px;
}

.our-product__card {
    width: 400px;
    border: #AFC2D1 1px solid;
    height: 670px;

}

.our-product__card img {
    width: 100%;
    height: 250px;
}

.our-product__card div {
    margin: 20px;
}

.our-product__card p {
    line-height: 21px;
}

.our-product__card h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.our-product__card-hover {
    margin-bottom: 80px;
    transition: 0.7s;
    color: white;
    /* transform: translateY(0px); */


}

.our-product__card-hover:hover {
    transform: translateY(-40px);
    /* background-color: #5F5F5F; */
    background-color: #AFC2D1;
    cursor: pointer;
    transition: 0.7s;
}

.our-product__card-hover:hover .our-product__card h3,
.our-product__card-hover:hover .our-product__card p {
    color: white;
}



/* Blog section */

.blog-section {
    margin-top: 70px;
    margin-bottom: 120px;
}

.blog-header {
    text-align: center;
    margin-bottom: 50px;
    font-size: 36px;
    margin-right: 120px;
}

.blog-section__cards {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-right: 100px;
}

.blog-section__card {
    width: 400px;

    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.250);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.4s;
    border: 1px solid #AFC2D1;
    overflow: hidden;
    margin-bottom: 30px;

}

.blog-section__card:hover {
    transition: 0.4s;
    box-shadow: none;
    cursor: pointer;
}

.blog-section__info {
    padding: 30px;

}

.blog-section__body h2 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 35px;
}

.blog-section__footer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;

}

.blog-section__footer a {
    width: 150px;
    height: 45px;
    border-radius: 25px;
    border: 1px solid #AFC2D1;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    transition: 0.3s;
}

.blog-section__footer a:hover {
    background-color: #AFC2D1;
    color: white;
    transition: 0.3s;
}

.blog-section__card img {
    width: 400px;
    height: 500px;
}


/* section 4444 */

.section-4 {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.section-4__img img {
    width: 700px;
    height: 450px;
}

.section-4__info {
    width: 550px;
    margin-right: 150px;
}

.section-4__info div h2 {
    font-size: 32px;
}



.linie {
    display: inline-block;
    border: 2px solid #B6CBD8;
    width: 400px;
}

.info-1 {
    margin-top: 30px;
    font-style: italic;
    margin-bottom: 20px;
}

.info-2 {
    margin-bottom: 20px;
}


/* Section 55555 */

.section-5 {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    align-items: center;

}

.section-5__info {
    width: 600px;
}

.section-5__img img {
    width: 700px;
    margin-left: 50px;
}





/* section-6 */
.section-6 {
    margin-top: 100px;
}

.social-media__section {
    display: flex;
    align-items: center;
}

.social-media__img img {
    width: 600px;
    height: 350px;
    margin-right: 30px;
}

.social-media__info {
    width: 600px;
}

.social-media__info div {
    margin-bottom: 25px;
}


/* footer */


.footer {
    background-color: #5F5F5F;
    color: white;
    padding: 30px;
    display: flex;
    margin-top: 100px;
    justify-content: space-around;
}

.footer-brand a,
.footer-brand p {
    text-decoration: none;
    color: white;
}

.footer-brand {
    width: 500px;
}

.footer-brand a {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
}

.footer-social__media {
    display: flex;
}

.footer-social__media i {
    font-size: 24px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-right: 10px;
    margin-top: 20px;
    padding: 15px;
    cursor: pointer;
    width: 43px;
    height: 43px;
    /* border-radius: 50%; */

}

.footer-social__media i:hover {
    background-color: beige;
    border-radius: 50%;
    color: #5F5F5F;
    transition: 0.3s;

}



.footer-product a {
    text-decoration: none;
    color: white;
    display: inline-block;
    margin-bottom: 7px;
}

.footer-product a:hover {
    color: #ffcc00;
}

.footer-product a:nth-child(1) {
    margin-bottom: 20px;
    font-size: 18px;
    margin-left: 13px;
}

.footer-product i {
    color: white;
    margin-right: 3px;
}


.footer-contact p,
.footer-contact span {
    color: white;
    margin-bottom: 10px;
}

.footer-contact div {
    display: flex;
}

.footer-contact i {
    color: white;
    margin-right: 10px;
}

.footer-contact p:nth-child(1) {
    margin-bottom: 20px;
    font-size: 18px;
    margin-left: 13px;
}


#main-info__footer {
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-top: 100px;
}