@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@100..900&family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: "Open Sans", sans-serif;
    width: 100vw;
    background: linear-gradient(180deg, #F6F9FC 0%, #AACCFD 100%);
    background-repeat: no-repeat;
    overflow-x: hidden;
    margin: 0;
}
li a {
    text-decoration: none;
    color: black;
    font-size: larger;
}
h1{
    color: #000;
    text-align: center;
    font-size: 65px;
    font-style: normal;
    font-weight: 700;
    margin: 0;
    padding-top: 15px;
}

h3{
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    margin:0;
}

h6{
    color: #0029FF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
}

#navbar {
    height: 7vh;
    display: flex;
    padding: 0 40px;
    justify-content: space-between;
    align-items: center;
}

#menu{
    display: flex;
    gap: 10px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#logo{
    height: 40px;
}

.hero{
    height: 93vh;
    width: 100%;
    background: url(assets/hero-right.svg) right 60% no-repeat, url(assets/hero-left.svg) left 50% no-repeat;
    background-repeat: no-repeat;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.fold1{
    display:flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    gap: 5%;
    padding: 60px 80px 100px 40px;
    background-color: white;
}

.visuals{
    position: relative;
    display: flex;;
}

.content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fold1 p {
    color: #000;
    text-align: center;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
}

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

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

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

#logo-fold2{
    z-index: 3;
    height: 40px;
    display: flex;
    margin: auto;
}

 .fold3{
    text-align: center;
    padding: 50px 0;
 }

 .verticals{
    padding-top: 2%;
    display: flex;
    gap: 5%;
    margin: auto;
    justify-content: center;
    align-items: center;
 }

 .vertical p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
 }

 .button-fold3 {
    border-radius: 100px;
    border: 5px solid #0029FF;
    background: transparent;
    padding: 10px 50px;
    color:  #0029FF;
    font-size: 16px;
    font-weight: 700;
    margin-top: 30px;
 }

 .fold4{
    background-image: url(assets/employees.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 538px;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 50px rgba(0, 0, 0, 0.85);
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px; /* 124% */
    letter-spacing: 0.056px;
    display: flex;
    justify-content: center;
    align-items: center;
 }

 .fold5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 60px 0;
}

.input-form{
    margin: auto;
    padding: 15px;
    width: 50%;
    margin-top:25px;
    font-weight:200;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #000;
    background-image: url(assets/exit-icon.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 #0029FF;
    background: #0029FF;
    padding:5px 30px;
    color: white;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
}
