body{
    overflow-x: hidden;
    
    margin: 0;
    background-color: rebeccapurple;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.6em;
    font-family: Roboto;
    font-weight: 300;
    font-style: normal;
    font-size: 15px;
    letter-spacing: .03em;
    line-height: 1.3em;
    text-transform: none;
    color: #737373;
}
.bg{
    /* min-width: 100%; */
    height: 100vh;
    background-image: url("./firsst.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rebeccapurple;
    color: white;
}
.image-container{
    background-color: black;

}
.bg2{
    height: 100vh;
    background-image: url("picture2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rebeccapurple;
    color: white;
}
.bg3{
    height: 100vh;
    background-image: url("picture3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rebeccapurple;
    color: white;
}
.bg4{
    height: 100vh;
    background-image: url("picture4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rebeccapurple;
    color: white;
}
.bg5{
    height: 100vh;
    background-image: url("picture5.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rebeccapurple;
    color: white;
}
.logopart{
    margin-left: 10vw;
}
.modal-backdrop.show{
    opacity: 0 !important;
}
.navigationbar{
    display: flex;
    
}
#navlink{
    color: white !important;

}
#offcanvasNavbar{
    background-color: black;
}
.flex-container{
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 0em;
    font-family: din-2014;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    letter-spacing: .03em;
    justify-content: space-evenly;
}

.foot{
    background-color: black;
    width: 100%;
    height: 50vh;
    display: flex;
}
#firsttext{
    top: 50vh;
    position: relative;
}
.textsecond{
    top: 20vh;
    position: relative;
}
#button2{
    margin-left: 3vw;
    border-radius: 100px;
    width: 200px;
    height: 45px;
    background-color: transparent;
    color: #fff;
    border: 1;
    border-color: #fff;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
}
#buttonlast{
    width: 200px;
    height: 45px;
    background-color: transparent;
    color: #fff;
    border: 1;
    border-color: #fff;
    border-radius: 100px;
    top: -5vh;
    position: relative;
    cursor: pointer;
}
.short-container{
    width: 30% !important;
    margin-top: 5vh !important;
}
#siraj{
    height: 2px;
    width: 90%;
    background: rgb(44,186,65);
background: linear-gradient(90deg, rgba(44,186,65,1) 18%, rgba(64,49,103,1) 61%, rgba(255,0,129,1) 100%);
}
#buttonlast:hover{
    cursor: pointer;
    border-color: green;
}
#button2:hover{
    cursor: pointer;
    border-color: green;
}