*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


html, body{
    width: 100%;
    height: 100%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.nav1{
     padding: 8px 70px;
}

nav{
    display: flex;
    height: 60px;
    justify-content: space-between;
    padding: 8px 70px;
}

.left, .right{
    display: flex;
   align-items: center;
    gap: 22px;

}

.right{
    gap: 25px;
}

.left p{
    font-size: 14px;
}

.left img{
   
    height: 23px;
    margin-right: 10px;
}

.right div{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-image: url('https://images.unsplash.com/photo-1511367461989-f85a21fda167?w=600&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8OHx8cHJvZmlsZSUyMGltYWdlfGVufDB8fDB8fHww');
    background-size: cover;
    background-position: center;
}

.container1{
    position: relative;
    width: 100%;
       height: calc(100vh - 60px);
}

.container1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
   
}

.banner-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: absolute;
    top: 90px;
    left: 100px;
}

.All-buttons{
        width: fit-content;
        font-weight: 600;
        color: white;
        border: none;
        font-size: 16px;
        border-radius: 3px;
        padding: 10px 15px;
        background-color: rgb(0,103,184);

}

.banner-content p{
    width: 60%;
}

.banner-content h1{
    font-weight: 500;
}

.container2{
  
    height: 50px;
    padding: 150px 60px 30px 50px;
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 80px;
}

.container2 div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}




.container2 img{
    width: 50px;
}


.container2 p{
    color: blue;
    text-decoration: underline;
}

.container3{
    /* background-color: red; */
    height: 75%;
    display: flex;
    gap: 30px;
}

.box4{
    box-shadow: 0 0 6px black;
    width: 25%;
    height: 100%;
  
}

.box4-img img{
    width: 100%;
    height: 40%;
}

.box4-content{
    display: flex;
    flex-direction: column;
   padding:12px 20px;
    gap: 20px;
    justify-content: space-between;
    
}

.box4-content h3,p{
    letter-spacing: 1px;
}

.box4-content h3{
    font-size: 24px;
    font-weight: 500;
}

.banner2{
    width: 100%;
    height: 500px;

    background-image: url('https://cdn-dynmedia-1.microsoft.com/is/image/microsoftcorp/Highlight-Hero-Windows11-GlobalLaunch:VP4-1260x600');

    background-size: cover;
    background-position: center;
}


.banner3-content{

    width: 35%;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 150px 20px 30px 100px;
}

.banner3-content h1{
    font-weight: 600;
    color: white;
}