.navbar-logo {
    position: sticky;
    overflow: hidden;
    top:0;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #d4d7de;
    width: 100%;
    height: 70px;
    z-index: 99;
}

.nav-logo {
    display: flex;
    justify-content: right;
    list-style: none;
    margin-right: 15%;
}

.logo {
    flex: 1 1 auto;
    margin-left: 5%;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    font-weight: blod;
    font-size: 36px;
    color: #df8e06;
}

.nav-logo a {
    font-family: 'Poppins', sans-serif;
    margin-left: 35px;
    font-size: 20px;
    font-weight: blod;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-logo a:hover {
    color: orange;
}

.banner-area-logo{
    display: flex;
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    -webkit-background-zise: cover;
    -moz-background-zise: cover;
    -ms-background-zise: cover;
    -o-background-zise: cover;
    background-size: cover;
    z-index: 99;
}

#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -99;
  }

.service-area, .contact-area {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    height: 700px;
    padding: 0 auto;
    margin: 0 auto;
}

.about-area, .port-area, .galery-area {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    height: 100%;
    padding: 0 auto;
    padding-bottom: 50px;
    margin: 0 auto;
}


.port-area p {
    color: black;
}

.port-area h3 {
    color: black;
}

.text-part {
    width: 95%;
    height: 80%;
    padding:0 auto;
    margin: 0 auto;
}

.text-part h1 {
    margin-top: 85px;
    margin-bottom: 10px;
}

h1 {
    font-size: 50px;
    font-family: 'Audiowide', cursive;
}

.about-area, .galery-area, .service-area, .footer-area {
    background-color: #fefefe;
}

.port-area, .contact-area {
    background-color: #262626;
    color: white;
}

html {
    scroll-behavior: smooth;
}