@import url('https://fonts.googleapis.com/css2?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');
* {
    padding: 0vw;
    margin: 0vw;
    box-sizing: border-box;
    /* font-family: 'Poppins', sans-serif; */
}
nav {
    display: flex;
    justify-content: first baseline;
    box-sizing: border-box;
    padding: 3vw;
    padding-left: 7vw;
    
}
.topcircle {
    width: 8vw;
}
.container1 {
    display: flex;
    text-align: left;
    font-family:'Times New Roman', Times, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.5vw;
    box-sizing: border-box;
    flex-direction: column;
    width: 40vw;
    height: 14vw;
}
.container11 {
    display: flex;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.2vw;
    box-sizing: border-box;
    flex-direction: column;
    width: 40vw;
    height: 8vw;
}
.black {
    display: flex;
    justify-content: center;
    background-color: #070200;
    color: white;
    font-size: 2vh;
    align-items: center;
    padding: 1vw;
    width: 10vw;
    height: 3vw;
    border-radius: 8px;
}
.white {
    display: flex;
    justify-content: center;
    background-color: #fdfcfc;
    color: rgb(8, 0, 0);
    font-size: 2vh;
    align-items: center;
    padding: 1vw;
    width: 10vw;
    height: 3vw;
    border-radius: 8px;
}
.containerbuttom {
    display: flex;
    flex-direction: row;
    width: 25vw;
    height: 8vw;
    box-sizing: border-box;
    justify-content: space-between;
    padding-left: 1vw;
}
.boxbottom {
    display: flex;
    flex-direction: row;
    width: 40vw;
    height: 22vh;
    box-sizing: border-box;
    border-radius: 15px;
    border: 2px solid black;
    font-family: 'Poppins', sans-serif;
    font-size: 1vw;
    padding: 1vw;
}
.bottom1 {
    width: 10vw;
    height: 17vh;
    display: flex;
    flex-direction: column;
}
section {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100vw;
    height: 100vh;
}
.img {
    width: 30vw;
}
.icons {
    width: 2vw;
}
@media (max-width: 780px) {
.nav {
    display: flex;
    justify-content: center;

    }
 .topcircle {
    width: 18vw;
    }
section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 100vw;
    height: 80vh;
}
.container1 {
    display: flex;
    text-align: left;
    font-family:'Times New Roman', Times, serif;
    font-weight: 700;
    font-style: normal;
    font-size: 7vw;
    box-sizing: border-box;
    flex-direction: column;
    width: 70vw;
    height: 30vw;
    padding-top: 2vw;
    }
.container11 {
    display: flex;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 3.3vw;
    box-sizing: border-box;
    flex-direction: column;
    width: 70vw;
    height: 30vw;
}
.black {
    display: flex;
    justify-content: center;
    background-color: #070200;
    color: white;
    font-size: 2vh;
    align-items: center;
    padding: 1vw;
    width: 25vw;
    height: 8vw;
    border-radius: 8px;
}
.white {
    display: flex;
    justify-content: center;
    background-color: #fdfcfc;
    color: rgb(8, 0, 0);
    font-size: 2vh;
    align-items: center;
    padding: 1vw;
    width: 25vw;
    height: 8vw;
    border-radius: 8px;
}
.containerbuttom {
    display: flex;
    flex-direction: row;
    width: 53vw;
    height: 15vw;
    box-sizing: border-box;
    justify-content: space-between;
    padding-left: 1vw;
}
.boxbottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 85vw;
    height: 12vh;
    box-sizing: border-box;
    border-radius: 15px;
    border: 2px solid black;
    font-family: 'Poppins', sans-serif;
    font-size: 3vw;
    padding-top: 2vw;
}
.bottom1 {
    width: 19vw;
    height: 17vh;
    display: flex;
    flex-direction: column;
}
.img {
    padding-top: 10vw;
    width: 70vw;
}
.icons {
    width: 4vw;
}
}