@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');

body{
    margin: 0;
    width: 100vw;
    font-family: "Catamaran", sans-serif;
    overflow-x: hidden;
}

h1{
    font-size: 85px;
    font-style: normal;
    font-weight: 800;
    line-height: 102%; /* 86.7px */
    margin:0;
    padding-top:5px;
}

h3{
    font-size: 35px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    margin:0;
    line-height: normal;
}

h5{
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin:0;
}

h6{
    color: #FF2E00;
    font-family: "JetBrains Mono";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin:0;
}

.hero {
    width: 100%;
    height: calc(100vh - 7vh);
    background: #25242D;
    color: white;
    display: flex;
    background-image: url(assets/hero-right.png);
    background-repeat: no-repeat;
    background-position: right;
}

.hero-content{
    width: 95%;
    margin: auto;
}

.navbar{
    width: 100%;
    height: 7vh;
    position: sticky;
    top: 0;
    background-color:#25242D;
    z-index: 1000;
}

.nav-content{
    display: flex;
    align-items: center;
    width: 95%;
    margin: auto;
    justify-content: space-between;
}

.nav-menu{
    display: flex;
    gap: 5%;
    margin-left: 5%;
    width: 40%;
    float: left;
    color: white;
    list-style-type: none;
}

#pp-menu, li a{
    color: white!important;
    text-decoration: none;
}

#logo{
    height: 44px;
}
#search{
    float: right;
}
#triangle{
    margin-bottom: 25px;
}

/* fold 1 starts here */
.fold1{
    display:flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    gap: 5%;
    width: 95%;
    padding: 60px 0;
}
.visual-content{
    position: relative;
    display: flex;;
}
.written-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.written-content p {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#arc{
    border-radius: 0px 0px 50px 50px;
    background: #1A1921;
    z-index:90;
    position: absolute;
    min-height: 200px;
    min-width:80px;
    top:0;
    right: -25px
 }

 #fold1-logo{
    transform: translate(-50%, -50%) rotate(90deg);
    height: 30px;
    position: absolute;
    top: 50%;
    left:50%;
    /* margin-top: 50%; */
 }

 .fold2{
    position: relative;
    width: 105vw;
    padding: 80px 0;
    display: flex;
    margin-left: -2%;
    z-index: 10;
    min-height: 150px;
    /* clip-path: polygon(0 0, 100% 16%, 100% 100%, 0 84%); */
 }
 .fold2::before{
    content: '';
    position: absolute;
    background: #1A1921;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    transform: rotate(3deg);
    margin-left: -2%;
    z-index: 1;
    overflow: hidden;
 }

 .fold2 p {
    color: white;
    font-family: "JetBrains Mono";
 }
 .fold2 span {
    color: #FF2E00;
 }
#fold2-logo{
    z-index: 3;
    margin: auto;
    max-width: 60%;
    text-align: left;
}

.fold3{
    padding-top: 5%;
    padding-bottom: 4%;
    text-align: center;
    max-width: 75%;
    margin: auto;
}

.fold3-verticals{
    margin-top:30px;
    display: flex;
    gap: 5%;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.button-fold3{
    border-radius: 100px;
    border: 5px solid #FF2E00;
    color: #FF2E00;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1px;
    min-width: 170px;
    margin: auto;
    max-width: 230px;
    padding: 6px 30px;
}

.fold4{
    width: 100%;
    min-height: 540px;
    background-image: url(assets/fold4-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #FFF;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    line-height: 62px; /* 124% */
    letter-spacing: 0.056px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form {
    background: #1A1921;
    color: white;
    padding: 60px 0;
}

.input-form{
    margin: auto;
    padding: 15px;
    width: 50%;
    margin-top:25px;
    font-weight:200;
    font-size: 14px;
    border-radius: 4px;
    border: 0.5px solid rgba(255,255,255,0.9);
    background-image: url(assets/Icons/cancel_24px.png);
    background-repeat: no-repeat;
    background-position: 98% 50%;
}

#message{
    padding-bottom:5%;
}

.form-buttons{
    display: flex;
    justify-content: center;   
    gap:5%;
    margin-top: 30px;
}
.form-button{
    border-radius: 100px;
    border: 5px solid #FF2E00;
    background: #FF2E00;
    padding:5px 30px;
    color: white;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
}

.footer {
    background: #1A1921;
    padding: 20px 0;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.footer a {
    color: white; 
    opacity: 0.8;
    text-decoration: underline;
}

.footer a:hover {
    opacity: 100;
}