@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
}

body{
    background-color: rgb(0, 0, 0);
    height: 100%;
    max-width: 100%;
    overflow-y: hidden;
}

.navbar{
    background-color: rgb(0, 0, 0);
    padding-right: 5%;
    padding-left: 5%;
}

.navdiv{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo{
    transform: scale(3.5);
    margin: 3%;
    color: rgb(255, 255, 255);
}

li{
    list-style: none;
    display: inline-block;
}

header .navbar .navdiv ul li i{
    color: whitesmoke;
    padding-right: 40px;
    transition: transform 0.3s ease;
    display: block;
    transform: scale(3.5);
}

.container{
    display: flex;
    height: 100vh;
    overflow: hidden;
}

.container .img-container{
    margin-top: -22.5%;
}

.container .img-container img{
    transform: scale(0.8);
}

.container .txt-container{
    margin-top:13%;
    margin-left: 20%;
}

.container .txt-container p{
    color: whitesmoke;
    transform: scale(3.2);
}

.container .txt-container .p1{
    margin-left: -6.7%;
}

.container .txt-container .p2{
    color: rgb(252, 122, 0);
    transform: scale(3.5);
    margin-top: 15%;
    font-weight: bold;
}

.container .txt-container .p3{
    transform: scale(2);
    padding-top: 10%;
    margin-left: -49.5%;
}
