body{
    font-family: 'FontAwesome',sans-serif !important;
}
.active{
    color: #208059 !important;
}
.top-header{
    position: absolute;
    width: 100%;
    top: 0;
    padding: 0px;
    z-index: 999;
}
.header{
    width: 100% !important;
    z-index: 999;
}
.sticky{
    position: sticky;
    top: 0;
    width: 100%;
}
.navbar-brand img{
    width: 100px;
}
.nav-link{
    color: white !important;
    padding: 50 0 !important;
    transition: all .7s !important;
}
.navbar-brand{
    display: none;
}
.pc-logo{
    text-align: center;
}
.pc-logo img{
    width: 100px;
}
.nav-item a:hover{
    color: #333333 !important;
}
.items{
    display: block;
    line-height: 60px;
    padding: 0 20px;
    white-space: nowrap;
    border-right-width: 1px;
    text-align: center;
    font-family: 'FontAwesome';
    font-size: 20px;
}
.navbar{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.small a{
    padding: 15 0 !important;
    transition: padding 1s !important;
}
.navbar-toggler-icon{
    display: grid !important;
    align-items: center;
    justify-content: center;
}
.navbar-toggler-icon i{
    color: white;
    font-size: 25px;
}
.social-media{
    display: flex;
    align-items: center;
    margin: auto ;
}
#menu{
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
}
.language{
    display: block;
    float: right;
    margin-bottom: 10px;
    text-align: center;
}
.language a{
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    margin-left: 10px;
    font-weight: bolder;
    color: white;
    text-decoration: none;
}
.language a.en{
    background: linear-gradient(253deg, white,red);
    background-size: 200%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.language a.en:hover{
    animation: animate 2s linear; 
}
.language a.nl{
    background: linear-gradient(279deg, white,blue);
    background-size: 200%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text; 
}
.language a.tr:hover{
    animation: animate 2s linear;
}
.viewport-section{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    background-image: url('../img/viewport.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.viewport-content{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-self: center;
    margin: auto;
    align-items: center;
}
.viewport-content .vp-first-header{
    font-family: 'FontAwesome';
    color: white;
    font-size: 6em;
    font-weight: bolder;
}
.viewport-content .vp-second-header{
    font-family: 'FontAwesome';
    color: white;
    font-size: 2em;
    font-weight: bolder;
}
.viewport-link {
    position: absolute;
    bottom: 30px;
    right: 40px;
}
.viewport-link a{
    color: black;
    background-color: white;
    font-family: 'FontAwesome';
    font-size: 18px;
    padding: 15px;
    border-radius: 50px;
    transition: all .7s;
    text-decoration: none;
}
.viewport-link a:hover {
    color: #333333;
    box-shadow: 3px 3px 10px black;
}
.about-section{
    padding-top: 40px;
    background-color: #ebebeb !important;
}
span.header-2{
    color: black;
    font-size: 3em; 
    font-weight: bolder;
    margin-bottom: 40px;
}
.about-section p {
    font-size: 24px;
    margin: 40px 0px 0px 0px;
}
.number-section {
    padding: 40px 0px 40px 0px;
    background-color: #ebebeb !important;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}
.number {
    text-align: center;
}
span.number {
    font-weight: bolder;
    font-size: 5em;
    color: #333333;
}
.number-content {
    text-align: center;
}
.number-content span {
    color: #333333;
    font-weight: bolder;
    text-transform: capitalize;
    font-size: 18px;
}
.project-section {
    padding: 40px 0px 40px 0px;
}
.project{
    position: relative;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.project img{
    width: 300;
    margin-bottom: 25px;
    border-radius: 40px;
}
.project span {
    font-size: 20px;
    width: 100%;
    font-weight: 800;
    border-bottom: 1px solid;
    border-top: 1px solid;
    text-align: center;
    background: white;
    position: absolute;
    top: 310px;
}
.detail-section{
    padding: 40px 0px 40px 0px;
    background-color: #ebebeb !important;
}
.detail-content{
    display: flex;
    flex-direction: column;
}
.detail{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.detail span{
    color: #333333;
    padding-right: 15px;
    font-size: 105px;
}
.detail p {
    font-size: 18px;
}
.detail-image img{
    width: 100%;
}
.get-started{
    text-align: right;
    display: block;
}
.get-started a{
    color: black;
    font-size: 35px;
    text-decoration: none;
}
.get-started a:hover{
    color: black;
}
.get-started a:hover i{
    transform: translateY(10px);
}
.get-started a i {
    padding-left: 15px;
    transition: all .5s;
}
.contact-section{
    background-image: url(../img/contact-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px 40px 0px;
}
.contact-section div span.header-2{
    color: white;
}
.contact-section div p{
    color: white;
}
.contact-form{
    display: flex;
    white-space: pre-line;
}
#contact-form{
    background-color: rgb(255 255 255 / 88%);
    padding: 20px;
    border-radius: 20px;
}
#contact-form div div input{
    width: 100%;
    padding: 10px;
    margin: 5px;
    border: none;
    border-bottom: 2px solid #535353cc;
    background: transparent;
}
.ufile input{
    border-bottom: none !important;
}
#contact-form div div.col-12 textarea{
    background: transparent;
    width: 100%;
    margin: 5px;
    border: none;
    border-bottom: 2px solid #535353cc;
}
.form-button{
    text-align: right;
}
.form-button button{
    padding: 15px;
    border-radius: 40px;
    color: white;
    background: #565656;
    font-size: 15px;
}
.form-button i{
    margin-left: 10px;
}
.form-check{
    color: white !important;
    font-size: 20px;
}
.form-check input{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.f-form {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
.s-form {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}
.footer{
    background-color: #333333;
    padding: 70px 0px 30px 0px;
    color: white !important;
}
.footer-top{
    display: flex;
    flex-direction: column;
    color: white;
}
.footer-top img{
    margin-bottom: 20px;
}
.footer-top span{
    color: white;
    font-size: 30px;
    margin-bottom: 20px;
}
.footer-contact{
    display: flex;
    flex-direction: column;
}
.footer-contact div{
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}
.footer-contact div a{
    color: white;
    text-decoration: none;
}
.footer-contact div a i{
    margin-right: 10px;
    font-size: 21px;
}
.footer-bottom{
    padding-top: 30px;
}
.footer-bottom .policy{
    display: flex;
    justify-content: space-between;
}
.footer-bottom .policy a{
    color: white;
    text-decoration: none !important;
    padding: 10px;
}
.footer-bottom a:hover{
    color: white;
}
.footer-bottom .copyright{
    display: flex;
    align-items: center;
    justify-content: end;
}
.footer-bottom .copyright a{
    color: white;
    text-decoration: none;
    font-weight: bolder;
    font-size: 20px;
}
@media (max-width: 991px){
    .navbar-collapse{
        background-color: #333333 !important;
    }
    .pc-logo{
        display: none;
    }
    .navbar-brand{
        display: block;
    }
    .navbar-brand img{
        width: 8    1px;
    }
    .nav-link{
        padding:0 !important;
    }
    #menu{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .vp-first-header{
        font-size: 4em !important;
    }
    .project-first p {
        font-size: 30px;
    }
    .project-second p {
        font-size: 30px;
    }
    .project-third p {
        font-size: 30px;
    }
    .form-button{
        text-align: center;
    }
    .footer-bottom .copyright{
        justify-content: center;
    }
    .footer-bottom .policy{
        margin-bottom: 20px;
    }
}