*, html{
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 auto;
    scroll-behavior: smooth !important;
}
@font-face {
    font-family: "Inter-ExtraLight";
    src: url("./font/Inter-ExtraLight.otf");
    font-weight: 100; 
}
h1, h2, h3, h4, h5, h6, p, span, a{
    font-family: 'Inter-ExtraLight';
    color: black;
}
#alert-message {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px;
  background: #4CAF50;
  color: white;
  border-radius: 5px;
  margin: 10px 0;
  z-index: 5;
  text-align: center;
  display: none;
  max-width: 80vw;
  width: max-content;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#alert-message.success {
  background: #4CAF50;
  color: white;
}
#alert-message.error {
  background: #f44336;
  color: white;
}
a{
    text-decoration: none;
    color: white;
}
body{
    overflow-x: hidden;
    background-color: black;
}
body::-webkit-scrollbar {
    width: 5px;               
}
body::-webkit-scrollbar-track {
    background: rgb(58, 58, 57);        
}
body::-webkit-scrollbar-thumb {
    background-color: rgb(255, 255, 255);      
}
header{
    background-color:white;
    width: 100vw;
    height: 130px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#hamburger-icon div{
    width: 50px;
    height: 5px;
    background-color:black;
    margin-bottom: 12px;
}
#hamburger-icon{
    cursor: pointer;
}
#navbar{
    width: 0px;
    height: 0px;
    overflow: hidden;
}
#nav-links{
    text-align: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    position: absolute;
    top: 0;
    z-index: -1;
}
#div_navX{
    width: 50px; 
    height: 50px;
}
.div_header{
    height: 100%;
    display: flex;
    margin: 0;
    align-items: center;
}
#img_logo{
    width: 150px;
    height: 100px;
}
#div_logo{
    width: 150px;
    justify-content: center;
    margin-left: 15px;
}
.a_chapter{
    color: black;
}
#div_chapter{
    margin-left: 30px;
    width: 65%;
    justify-content: space-around;
}
#div_contact{
    width: 300px;
    justify-content: center;
    margin-right: 15px;
}
h2{
    text-align: center;
    font-size: 26px;
    margin: 0;
}
h1{
    font-size: 38px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    
}
#h1_titel{
    font-size: 40px;
    margin-top: 25px;
    margin-bottom: 25px;
}
p{
    font-size: 26px;
}
#sec1{
    width: 100vw;
    height: 1080px;
    background: url("./background11.webp") center center / cover no-repeat;
    display: flex;
    justify-content: center;
    align-items:center;
}
#p_sec1{
    font-size: 35px;
}
.container{
    width: 1400px;
    height: 100%;
    display: flex;
}
#cont_sec1{
    align-items:center;
    justify-content: flex-end;
}
img{
    margin: 0;
}
#div_sec1{
    width: 1050px;
    height: 700px;
    background-color:rgba(255,255,255,0.85);
    display: flex;
    justify-content: end;
    z-index: 0;
    position: absolute;
}
#img_sec1{
    width: 700px;
    height: 700px;
    border-radius: 100%;
    position: relative;
    left: -715px;
    z-index: 1;
    overflow:hidden;
}
#img_sec1_child{
    width: 145%;
    height: 100%;
    position: absolute;
    left: -22.5%;
}
div{
    margin: 0;
}
#div_sec1_p{
    width: 550px;
    height: 700px;
    margin-right: 50px;
}
#sec2{
    background-color:white;
    width: 100vw;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#container_catalog{
    width: auto;
    height: auto;
    display: grid;
    grid-gap: 40px;
    grid-template-columns: repeat(auto-fit, 450px);
    grid-auto-rows: 750px;
    justify-content: center;
    justify-items: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 80px;

}
.div_catalog{
    overflow: hidden;
    border: 3px solid black;
    width: 450px;
    height: 750px;
    margin: 30px 0px;
}
.img_catalog{
    margin-left: -21.5%;
    width: 145%;
    height: 425px;
}
.p_catalog{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    text-align: center;
    line-height: 40px;
}
#sec3{
    width: 100vw;
    height: 1080px;
    background: url("./pic/background3.webp") center center / cover no-repeat;
    display: flex;
    justify-content: center;
    align-items:center;
}
.svg_sec3{
    width: 120px;
    height: 130px;
}
.div_sec3_first{
    height: 75%;
    display: flex;
    align-items:flex-start;
}
.div_sec3_end{
    height: 75%;
    display: flex;
    align-items:flex-end;
}
.div_sec3{
    background-color:rgba(255,255,255,0.85);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 520px;
    margin-left: 15px;
    margin-right: 15px;
}
.p_sec3{
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
}
.h1_sec3{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 25px;
    margin-top: 20px;
}
#container_sec3{
    justify-content: center;
    align-items:center;
}
#sec4{
    background-color:white;
    width: 100vw;
    height: 800px;
    display: flex;
    justify-content: center;
}
#div_sec4{
    width: 1550px;
    height: 500px;
    display: flex;
    flex-direction: column;
    background: url("./pic/background4.webp") center center / cover no-repeat;
}
#container_sec4{
    justify-content: center;
    align-items:center;
}
#h1_sec4{
    color:white;
    text-align: start;
    margin: 40px 0 15px 50px;
    font-size: 64px;
}
#p_sec4{
    color:white;
    text-align: start;
    margin: 15px 50px 20px 50px;
    font-size: 40px;
}
form{
    width: 100%;
    display: flex;
    align-items: center;
    margin-left: 50px;
    margin-right: 50px;
}
input{
    width: 450px;
    height: 80px;
    background-color:rgba(255,255,255,0.85);
    padding: 0;
    margin: 0;
    border: 0px solid black;
    font-family: 'Inter-ExtraLight';
    font-size: 28px;
    color:black;
    padding-left: 10px;
}
#p_form{
    height: 100%;
    text-align: center;
    line-height: 2.7;
    font-size: 28px;
}
#input_form{
    margin-left: 30px;
}
#div_form{
    border: 0px;
    width: 250px;
    height: 80px;
    margin-left: 80px;
    background-color:rgba(255,255,255,0.85);
}
#div_privacy{
    width: 100%;
    display: flex;
    justify-content: end;
}
#a{
    text-decoration: underline;
    font-size: 22px;
    color:white;
}
#privacy{
    color:white;
    font-size: 20px;
    text-align: center;
    margin: 0;
    width: 320px;
    margin-top: 12px;
    margin-right: 50px;
}
footer{
    background-color:black;
    width: 100vw;
    height:auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
}
#div_foot{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items:center;
    margin-bottom: 15px;
    margin-top:5px;
}
#div_foot div p {
    text-decoration: underline;
}
#div_foot_img{
    width: 30%;
    height: 40%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom:10px;
}
#div_foot_img a{
    margin: 0;
}
.img_foot{
    width: 65px;
    height: 65px;
}
@media(max-width: 1440px){
    #div_logo{
        width: 100px;
        margin-left: 30px;
    }
    h2{
        font-size: 23px;
    }
    h1{
        font-size: 36px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    #h1_titel{
        font-size: 36px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .container{
        width: 1200px;
        height: 100%;
        display: flex;
    }
    #div_sec1{
        width: 880px;
        height: 600px;
        margin-right: 20px;
    }
    #img_sec1{
        width: 600px;
        height: 600px;
        left: -590px;
    }
    #div_sec1_p{
        width: 450px;
        height: 600px;
        margin-right: 35px;
    }
    #p_sec1{
        font-size: 26px;
    }
    #div_contact{
        width: 240px;
        margin-right: 30px;
    }
    #container_catalog{
        grid-gap: 75px;
        grid-template-columns: repeat(auto-fit, 370px);
        grid-auto-rows: 600px;
        padding-bottom: 120px;
    }
    .div_catalog{
        width: 370px;
        height: 650px;
        margin: 30px 0px;
    }
    .img_catalog{
        height: 340px;
    }
    #p_sec2{
        font-size: 22px;
        margin-left: 5px;
        margin-right: 5px;
    }
    #sec3{
        height: 1340px;
    }
    #container_sec3{
        flex-wrap: wrap;
        width: 1100px;
    }
    .div_sec3_first{
        height: 30%;
    }
    .div_sec3_end{
        height: 30%;
    }
    .div_sec3{
        width: 350px;
        height: 480px;
        margin-left: 45px;
        margin-right: 45px;
    }
    .p_sec3{
        font-size: 24px;
    }
    .h1_sec3{
        font-size: 35px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    #div_sec4{
        width: 1200px;
    }
    #h1_sec4{
        color:white;
        text-align: start;
        margin: 40px 0 15px 25px;
        font-size: 52px;
    }
    #p_sec4{
        color:white;
        text-align: start;
        margin: 15px 50px 40px 25px;
        font-size: 34px;
    }
    form{
        width: 100%;
        display: flex;
        align-items: center;
        margin-left: 25px;
        margin-right: 25px;
    }
    input{
        width: 400px;
        height: 80px;
        font-size: 26px;
    }
    #p_form{
        line-height: 3;
        font-size: 26px;
    }
    #input_form{
        margin-left: 15px;
    }
    #div_form{
        width: 250px;
        height: 80px;
        margin-left: 50px;
    }
    #a{
        font-size: 20px;
    }
    #privacy{
        font-size: 18px;
        margin-right: 25px;
    }
}
@media(max-width: 1200px){
    .container {
        width: 993px;
    }
    #h1_titel{
        font-size: 32px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    h1 {
        font-size: 34px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    h2{
        font-size: 21px;
    }
    #p_sec1{
        font-size: 22px;
    }
    #div_sec1{
        width: 700px;
        height: 550px;
        margin-right: 20px;
    }
    #img_sec1 {
        width: 550px;
        height: 550px;
        left: -430px;
    }
    #div_sec1_p {
        width: 350px;
        height: 550px;
        margin-right: 20px;
    }
    #div_sec4 {
        width: 993px;
        height: 580px;
    }
    input {
        width: 420px;
        font-size: 25px;
    }
    form {
        flex-wrap: wrap;
    }
    #div_form {
        width: 250px;
        height: 80px;
        margin-left: 0px;
        margin-top: 20px;
    }
    #input_form {
        margin-left: 45px;
    }
    #div_privacy {
        position: relative;
        bottom: 90px;
        left: -380px;
    }
    p{
        font-size: 23px;
    }
    .img_foot {
        width: 60px;
        height: 60px;
    }
}
@media(max-width: 992px){
    .container {
        width: 780px;
    }
    #div_logo {
        width: 300px;
        margin-left: 10px;
    }
    #div_contact {
        width: 300px;
        margin-right: 10px;
    }
    #navbar {
        width: 200px;
        height: 40px;
        overflow: visible;
        display: flex;
        justify-content: center;
    }
    #nav-links {
        align-items: center;
        position: absolute;
        top: 0px;
        left: 0;
        width: 100vw;
        height: 130px;
        background-color: white;
        display: flex;
        justify-content: center;
        transition: 500ms;
    }
    #div_chapter{
        width: 0px;
        height: 0px;
        overflow: hidden;
        position: absolute;
    }
    #nav-links a {
        font-size: 30px;
        color:black;
        text-decoration: none;
    }
    #div_navX{
        width: 35px;
        height: 35px;
        margin-right: 15px;
    }
    h2 {
        font-size: 26px;
    }
    #div_sec1 {
        width: 550px;
        height: 700px;
        margin-right: 0px;
        justify-content: center;
        align-items:end;
        margin-bottom: 70px;
    }
    #cont_sec1 {
        justify-content: center;
        align-items: end;
    }
    #div_sec1_p {
        width: 100%;
        height: 420px;
        margin-right: 30px;
        margin-left: 30px;
    }
    #img_sec1 {
        width: 550px;
        height: 550px;
        left: 0px;
        top: -480px;
    }
    .div_sec3 {
        width: 310px;
        height: 480px;
        margin-left: 25px;
        margin-right: 25px;
    }
    #div_sec4 {
        width: 769px;
        height: 630px;
    }
    #p_sec4 {
        font-size: 31px;
        margin: 10px 60px 20px 30px;
    }
    #h1_sec4 {
        font-size: 49px;
        margin: 20px 0 15px 30px;
    }
    #input_form {
        margin-left: 0px;
        margin-right: 70px;
        margin-top: 20px;

    }
    input {
        width: 470px;
        height: 65px;
        font-size: 30px;
    }
    form{
        margin-left: 30px;
    }
    #div_privacy {
        bottom: 0px;
        left: -430px;
    }
    #div_foot {
        flex-wrap: wrap;
        height: 50%;
    }
    #div_foot div{
        margin-bottom: 10px;
        margin-left: 20px;
        margin-right: 20px;
    }
    #div_foot_img {
        width: 40%;
        height: 30%;
    }
    
}
@media(max-width: 880px){
    h2 {
        font-size: 24px;
    }
    #nav-links a {
        font-size: 26px;
        color:black;
        text-decoration: none;
    }
}
@media(max-width: 768px){
    #div_logo {
        width: 200px;
        margin-left: 10px;
    }
    h2 {
        font-size: 19px;
    }
    #nav-links{
        justify-content:space-around;
    }
    #nav-links a {
        font-size: 22px;
    }
    #div_navX {
        margin-left: 15px;
    }
    #sec3 {
        height: 1840px;
    }
    #container_sec3 {
        flex-direction: column;
        justify-content: space-around;
        align-items:center;
        flex-wrap: nowrap;
        width: 576px;
    }
    .div_sec3_end {
        align-items:center;
        height: 100%;
    }
    .div_sec3_first {
        align-items:center;
        height: 100%;
    }
    .div_sec3 {
        width: 310px;
        height: 400px;
        margin-left: 25px;
        margin-right: 25px;
    }
    .svg_sec3{
        width: 90px;
        height: 90px;
        margin-bottom: 10px;
    }
    .h1_sec3 {
        font-size: 30px;
        margin-bottom: 15px;
        margin-top: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }
    #div_sec4 {
        width: 577px;
        height: 650px;
    }
    #p_sec4 {
        font-size: 29px;
        margin: 10px 20px 20px 20px;
    }
    #h1_sec4 {
        font-size: 45px;
        margin: 20px 0 15px 20px;
    }
    form {
        margin-left: 20px;
    }
    #div_privacy {
        bottom: 0px;
        left: -248px;
    }
    footer {
        flex-direction: row;
    }
    #div_foot {
        width: 70%;
        height: 100%;
    }
    #div_foot div{
        margin-bottom: 0px;
    }
    #div_foot_img {
        width: 30%;
        height: 200px;
        flex-direction: column;
    }
    .img_foot {
        width: 45px;
        height: 45px;
    }
    #div_foot div p {
        text-decoration: underline;
    }
    #nav-links li{
        margin-left: 5px;
        margin-right: 5px;
    }
}
@media(max-width: 576px){
    #div_navX {
    }
    #nav-links {
        top:-70px;
        height: 200px;
        flex-direction: column;
        align-content:space-around;
    }
    #nav-links li {
        height: 20%;
        margin-bottom: 5px;
    }
    #nav-links a {
        font-size: 23px;
    }
    #img_sec1 {
        width: 375px;
        height: 375px;
        left: 0px;
        top: -600px;
    }
    #div_sec1{
        width: 375px;
    }
    #div_sec1_p {
        width: auto;
        height: 500px;
        margin-right: 30px;
        margin-left: 30px;
    }
    #h1_titel {
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #p_sec1 {
        font-size: 20px;
    }
    .div_catalog {
        width: 360px;
        height: 640px;
        margin: 20px 0px;
    }
    #container_catalog {
        margin: 0;
    }
    #div_sec4{
        width: 100%;
        height: 750px;
    }
    .container {
        width: 375px;
    }
    input {
        width: 94%;
        font-size: 22px;
    }
    form{
        margin-left: 0px;
        margin-right: 0px;
        justify-content: center;
    }
    #input_form {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 20px;
    }
    #sec4 {
        height: 850px;
    }
    #p_sec4 {
        width: auto;
        font-size: 26px;
    }
    #h1_sec4 {
        font-size: 42px;
    }
    #div_privacy {
        bottom: 0px;
        left: 0px;
        display: flex;
        justify-content: center;
    }
    #privacy {
        margin: 0;
        margin-top: 15px;
    }
    #div_foot div p {
        font-size: 16px;
    }
    #div_foot_img {
        width: 30%;
        flex-direction: column;
    }
    #div_foot {
        width: 75%;
        height: 100%;
    }
    h2 {
        font-size: 18px;
    }
    #div_form{
        margin-left: 0px;
        margin-right: 0px;
    }
}
@media(max-width: 375px){
    #hamburger-icon div {
        width: 40px;
        height: 4px;
    }
    #img_logo{
        width: 120px;
        height: 75px;
    }
    #img_sec1 {
        width: 320px;
        height: 320px;
        left: 0px;
        top: -610px;
    }
    #p_sec1 {
        font-size: 20px;
    }
    #div_sec1 {
        width: 320px;
    }
    #div_sec1_p {
        width: auto;
        height: 520px;
        margin-right: 15px;
        margin-left: 15px;
    }
    #h1_titel {
        font-size: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    h1 {
        font-size: 32px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #p_sec2 {
        font-size: 21px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .div_catalog {
        width: 310px;
        height: 630px;
        margin: 20px 0px;
    }
    .img_catalog {
        height: 310px;
    }
    footer {
        flex-direction: column;
    }
    #div_foot_img {
        width: 100%;
        height: 30%;
        flex-direction: row;
        margin-bottom: 20px;
    }
    #div_foot {
        width: 100%;
        height: 70%;
    }
    #div_foot div p {
        font-size: 14px;
        line-height: 20px;
        margin-top:5px;
        margin-bottom:5px;
    }
    #privacy {
        width: 100%;
        font-size: 16px;
        margin-right: 15px;
        margin-left: 15px;
    }
    #a {
        font-size: 18px;
    }
    .div_sec3 {
        width: 300px;
        height: 400px;
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (max-width:320px){
    #div_sec1_p {
        width: auto;
        height: 520px;
    }
    #img_sec1 {
        left: 0px;
        top: -625px;
    }
    #div_sec1 {
        height: 700px;
        width: auto;
    }
    .img_catalog {
        height: 300px;
    }
    .div_sec3 {
        width: 290px;
        height: 400px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .div_catalog {
        width: 290px;
        height: 630px;
        margin: 20px 0px;
    }
}