* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Satisfy", cursive;
}
header {
    padding: 20px 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 999;
}

.logo {
    font-weight: bold;
    font-size: 18px;
}

.logo img {
    width: 100px;
}

header ul {
    list-style: none;
    display: flex;
    gap: 30px;
}

.box11 img {
    width: 100%;

}

header ul li a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    /* font-weight: 600; */
    transition: 0.3s;
}

header {
    background-color: white;
    border-radius: 10px;
    display: flex;
}

header ul li a:hover {
    color: #0077ff;
}

.box img {
    width: 800px;
    border-radius: 30px;
}

.sec1 {
    padding: 20px 200px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    height: 100vh;
}

.box2 {
    width: 600px;
    transform: translateY(200px);
}

.box2 p {}

.box2 h1 {
    font-size: 60px;
}



.box5 {
    display: flex;
    justify-content: space-between;
    padding: 30px;
    background-color: #EDEDED;
}

.box2 p {
    color: #000000;
    font-weight: 500;
    padding:  20px 0px;
    font-size: 30px;

}

.box4 img {
    width: 88px;
    border-radius: 10px;
}

.box4 {
    display: flex;
    align-items: center;
    gap: 370px;
}