*{
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    color: white;

}

body {
    background-color: #1b2316;
    overflow-x: hidden;
}

/* top section starts here */

.top-section {
    height: 100%;
    width: 100vw;
    background: url(./assets/nagy-arnold-X_IvVDuHvDQ-unsplash\ 1.png);
    background-size: cover;
    background-position: 0px ;
    padding: 30px 50px 80px 40px;

}

.header {
    height: 100vh;
    width: 100%;
}

nav {
    display: flex;
    justify-content: space-between;
    height: 40px;
    color: #c6c8c5;
}

nav img {
    width: 70px;
    height: 100%;
    width: 32px;
    margin-bottom: 4px; 
    cursor: pointer;   
}

.nav-1, .nav-3 {
    width: 200px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-1 {
    font-weight: 700;
    font-size: 20px;
    color: #c6c8c5;
}

.nav-1 p {
    cursor: pointer;
}

.nav-2 {
    display: flex;
    gap: 30px;
    font-weight: 300;
    align-items: center;
    color: #c6c8c5;
}

.nav-2 div {
    height: auto;
    /* background-color: teal; */
    cursor: pointer;
}

.nav-3 {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
}

.nav-3 img {
    width: 15px;
    height: 15px;
}

.nav-3 .small {
    width: 15px;
    height: 10px;
    cursor: pointer;
}




.landing-area {
    height: 80%;
    width: 100%;
    margin-top: 70px;
    display: flex;
}

.landing-area-left-main {
    width: 64%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 70px;
}

.landing-area-left-main-top {

}

.landing-area-left-main-top h1 {
    font-size: 100px;
    color: #c6c8c5;
}

.landing-area-left-main-top p {
    font-weight: 300;
    font-size: 20px;
    transform: translateY(-8px);
    color: #c6c8c5;
}

.landing-area-left-main-top div {
    margin-top: 5px;
    height: 45px;
    display: flex;
    gap: 20px;
}

.landing-area-left-main-top button {
    background-color: transparent;
    padding: 10px 35px;
    border: 1px solid white;
    border-radius: 8px;
    color: #c6c8c5;
    font-size: 20px;
    cursor: pointer;
    
}

.landing-area-left-main-top img {
    /* height: auto; */
    cursor: pointer;
}

.landing-area-left-main-bottom {
    padding: 30px;
    width: 35%;
    backdrop-filter: blur(10px);
    background-color: #ffffff10;
    border-radius: 40px;
}

.landing-area-left-main-bottom img {
    height: 50px;
}

.landing-area-left-main-bottom p {
    font-size: 14px;
    margin-top: 10px;
    color: #c6c8c5;
}


.landing-area-right-panel {
    height: 60%;
    display: flex;
    flex-direction: column;
    padding: 0 40px;
}

.landing-area-right-panel > div {
    display: flex;
    flex-direction: column;
    backdrop-filter: blur(10px);
    background-color: #ffffff10;
    border-radius: 40px;
    padding: 0 15px 20px 15px;
}

.img-container {
    height: 220px;
    width: 300px;
    direction: backwards;
    display: flex;
    justify-content: center;
}


.landing-area-right-panel img {
    height: 460px;
    position: absolute;
    bottom: 40px;
    margin-right: 20px;
}

.content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: baseline;
    position: relative;
    z-index: 10;
}

.content small {
    font-weight: 200;
    font-size: 15px;
}

.content p {
    font-size: 24px;
    font-weight: 400;
    color: #c6c8c5;
}

.content button {
    background-color: transparent;
    border: 1px solid white;
    border-radius: 7px;
    padding: 8px 24px;
    font-weight: 300;
    font-size: 18px;
    margin-top: 3px;
    cursor: pointer;
}

.dots {
    display: flex;
    gap: 7px;
    justify-content: center;
}

.dots .first {
    width: 15px;
}

.dots div {
    width: 5px;
    height: 5px;
    background-color: white;
    border-radius: 50px;
    cursor: pointer;
}




/* section 2 starts here */

.section-2 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 120px;
}

.section-2 > h2 {
    font-size: 60px;
}

.section-2-card-container {
    height: 65%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 160px;
}

.section-2-card {
    width: 100%;
}

.section-2-card  {
    display: flex;
    padding: 80px 100px; 
    backdrop-filter: blur(10px);
    background-color: #ffffff10;
    border-radius: 80px;
}

.section-2-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.section-2-content h2 {
    font-size: 28px;
    font-weight: 500;
}

.section-2-content p {
    font-size: 15px;
}

.section-2-content h3 {
    font-size: 30px;
    font-weight: 500;
}

.section-2-buttons {
    display: flex;
    align-items: center;
    gap: 30px;
}

.section-2-buttons button {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    border: 2px solid white;
    height: 100%;
    padding: 7px 7px;
    border-radius: 7px;
    font-size: 18px;
    cursor: pointer;
}

.section-2-buttons .first{
    padding: 5px 30px;   
}

.section-2-image {
    width: 50%;
    height: 200px; 
}

.section-2-image img {
    height: 630px;
    position: absolute;
    bottom: -60px;
}







/* section 3 starts here */

.section-3 {
    width: 100%;
    padding: 80px 50px 40px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 140px;
}

.section-3 h2{
    font-size: 60px;

}

.section-3-card-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 150px 0;
}

.section-3-card{
    width: 30%;
    padding: 45px 40px;
    /* backdrop-filter: blur(10px); */
    background-color: #272e22;
    border-radius: 30px;
}

.section-3-card-image-container {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
}

.section-3-card-image-container img {
    height: 450px;
    position: relative;
    bottom: 150px;
}

.section-3-card-1 .section-3-card-image-container img {
    height: 310px;
    bottom: 140px;
}

.section-3-card-2 .section-3-card-image-container img {
    bottom: 190px;
}

.section-3-card-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section-3-card-content h3 {
    font-weight: 300;
    font-size: 28px;
}

.section-3-card-content p {
    font-weight: 300;
    font-size: 14px;
    width: 80%;
}

.section-3-card-content div {
    display: flex;
    justify-content: space-between;
}

.section-3-card-content button {
    background-color: transparent;
    border: 1px solid white;
    padding: 2px 3px;
    border-radius: 6px;
    cursor: pointer;
}

.section-3-card-content img {
    height: 60%;
}






/* section 4 starts here */

.section-4 {
    display: flex;
    width: 100%;
    padding: 80px 50px 50px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 100px;
}

.section-4 h2 {
    font-size: 50px;
}

.section-4-card-container {
    display: flex;
    gap: 30px;
}

.section-4-card {
    padding: 40px;
    background-color: #272e22;
    border-radius: 20px;
    
}

.section-4-card > p {
    font-weight: 200;
}

.section-4-card-top {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.section-4-card-top p {
    font-size: 25px;
}

.section-4-card-top img {
    height: 15px;
}

.section-4-card-top > img {
    height: 70px;
    border-radius: 50%;
}







/* section 5 starts here */

.section-5 {
    display: flex;
    width: 100%;
    padding: 80px 50px 80px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    gap: 80px;
}

.section-5 h2 {
    font-size: 50px;
}

.section-5-card {
    width: 90%;
    display: flex;
    background-color: #272e22;
    border-radius: 20px;
    margin-top: 20px;
}

.section-5-img-container {
    width: 50%;
    height: 450px;
    flex-shrink: 0;
    overflow: visible;
}

.section-5-img-container img {
    height: 900px;
    transform: translateY(-200px) translateX(-140px);
}

.section-5-card-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    flex-wrap: nowrap;
    gap: 20px;
    z-index: 10;
}

.section-5-card-content h3 {
    font-size: 40px;
    font-weight: 400;
    color: #c6c8c5;
}

.section-5-card-content p {
    font-weight: 400;
    color: #c6c8c5;
}

.section-5-card-content button {
    background-color: transparent;
    border: 1px solid white;
    padding: 7px 25px;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 500;
    color: #c6c8c5;
    cursor: pointer;
}

.section-5-dots {
    display: flex;
    gap: 15px;
}

.section-5-dots div {
    height: 8px;
    width: 8px;
    background-color: #c6c8c5;
    border-radius: 100px;
}

.section-5-dots .first {
    width: 30px;
}








/* footer starts here */

footer {
    width: 100%;
    background-color: #222c1d;
    padding: 50px 25px 50px 40px;
    display: flex;
    flex-direction: column;
    font-size: 18px;
}

.footer-content {
    width: 100%;
    display: flex;
    gap: 5%;
}

.footer-1 {
    width: 40%;
}

.footer-1-head {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 40%;
    margin-bottom: 20px;
}

.footer-1-head img {
    height: 55px;
    margin-bottom: 8px;
}

.footer-1-head h2 {
    font-size: 35px;
    color: #c6c8c5;
}

.socials {
    display: flex;
    font-weight: 600;
    margin-top: 100px;
    gap: 40px;
}

.socials p {    
    cursor: pointer;
}

.footer-2 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-2 h3 {
    margin-bottom: 10px;
}

.footer-2 p {
    cursor: pointer;
}

.footer-3 {
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    padding-left: 80px;
    gap: 30px;
    width: 30%;
}

.footer-3 div {
    border: 2px solid white;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 2px;
    padding-left: 15px;
}

.footer-3 input {
    background-color: transparent;
    outline: 0;
    width: 100%;

}

.footer-3 button {
    border: 2px solid white;
    border-radius: 4px;
    color: #222c1d;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 10px;
    cursor: pointer;

}

.footer-3 p {
    margin-top: auto;
}