*{
    margin: 0;
    padding: 0;
    font-family:sans-serif;
}

.header{
    background-color: black;
    color: white;
}

.logo{
    display: flex;
    align-items: center;
    margin-left: 150px;
}

.list{
    display: flex;
    font-size: small;
    font-weight: bold;
    gap: 30px;
    align-items: center;
    margin-left: 130px;
}

.list1{
    display: flex;
    gap:2px;
}

.down_arrow{
    height: 10px;
}

.account{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3d3d3d;
    font-size: small;
    font-weight: bold;
    border-radius: 5px;
    height: 30px;
    width: 90px;
    margin-left: 150px;
}

.body1{
    background-color: black;
    text-align: center;
    margin-top: 50px;
}

.searchbar{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}
.search{
    background-color: white;
    color: #b0b0b0;
    height: 55px;
    width: 500px;
    border-radius: 10px;
    font-size: 16px;
}

.search>div{
    margin-top: 18px;
    margin-left: 10px;
}

.button{
    background-color: #405bf5;
    color: white;
    height: 55px;
    width: 230px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
}

.button>div{
    text-align: center;
    margin-top: 17px;
}

.photos>img{
    height:420px;
    margin-left: 90px;
    margin-top: 30px;
}

.down>img{
    height: 35px;
    margin-left:750px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.body2{
    background-color: #f5f5f5;
}

.txt{
    font-size: 40px;
    color: black;
    font-weight: bold; 
    text-align: center;
    padding-top: 70px;    
}

.logo_type{
    display: flex;
    justify-content: center;
    gap:30px;
    margin-top: 25px;
}

.logo_type>div{
    border: 1px solid rgb(198, 197, 197);
    border-radius:5px;
    padding: 10px;
    height: auto;
    width: auto;
}


.logo_pics{
    display: flex;
    justify-content: center;
    margin-top:50px;
    gap: 30px;
    text-align: center;
    font-weight: bold;
}

.pics{
    height:150px;
}

.txt2{
    margin-top: 20px;
}

.txt2>div{
    font-weight:200;
    font-size:16px;
    color: #717171;
    margin-top:5px;
}

.body3{
    margin-left: 250px;
    margin-top:100px;
    display: flex;
    gap: 60px;
}

.button2{
    background-color: blue;
    color: white;
    font-weight: 600;
    border-radius: 10px;
    width: 170px;
    padding: 15px;
    margin-top: 30px;
}

.body4{
    background-color: black;
    border-radius: 15px;
    padding-top: 40px;
    padding-left: 50px;
    height: 430px;
    width: 1050px;
    color: white;
    display: flex;
    margin-left:220px;
    margin-top: 50px;
    gap: 30px;
}

.button3{
    background-color: blue;
    color: white;
    font-weight: 600;
    border-radius: 10px;
    width: 185px;
    padding: 15px;
    margin-top: 30px;
}

.txt3{
    margin-top: 20px;
}

.txt3>div{
    font-weight:200;
    font-size:16px;
    color: #dfdfdf;
    margin-top:5px;
}

.part3{
    margin-top: 70px;
}

.body5{
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap:30px;
}

.R1{
    background-color: black;
    color: white;
    padding: 30px;
    border-radius: 15px;
}

.R2{
    background-color: black;
    color: white;
    padding: 30px;
    border-radius: 15px;
}

.txt4{
    margin-top: 20px;
}

.txt4>div{
    font-weight:200;
    font-size:16px;
    color: #dfdfdf;
    margin-top:5px;
}

.button4{
    background-color: blue;
    color: white;
    font-weight: 600;
    border-radius: 10px;
    width: 190px;
    padding: 15px;
    margin-top: 30px;
}

.button1{
    background-color: blue;
    color: white;
    font-weight: 600;
    border-radius: 10px;
    width: 140px;
    padding: 15px;
    margin-top: 30px;
}

.footer{
    margin-top: 50px;
    background-color: black;
    color: white;
    padding-top: 50px;
}

.footer1{
    display: flex;
    justify-content: space-evenly;
}

.column1{
    width:140px;
}

.column1>div{
    margin-top:10px;
    font-weight:500;
}

.social_media{
    display: flex;
    justify-content: space-between;
}

.icon>img{
    height: 35px;
    margin-right:15px;
}

.icon{
    margin-right: 50px;
    margin-top: -10px;
}