*{
    margin:0;
    padding:0;
}

html {
    scroll-behavior: smooth;
}


#navbar{
    display: flex;
    align-items: center;
    justify-content:center;
}
#navbar::before{
    content: '';
    background-color:#000000;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 1;
}

#logo{
    margin: 20px 40px;
}

#logo img{
    height: 50px;
    margin: 0px 0px;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;

}

#logo img:hover{
    transform: rotate(18deg);
}

#navbar{
    position: relative;
}


#navbar ul{
    display: flex;
    font-family: 'Roboto Mono', monospace;
}



#navbar ul li{
    list-style: none;
    font-size: 1.4rem;
}

#navbar ul li a{
    color:#ffffff;
    display: block;
    padding: 3px 20px;
    margin: 0px 10px;
    border-radius: 20px;
    text-decoration: none;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: ease-out;
}

#navbar ul li a:hover{
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    text-decoration: underline rgb(29, 231, 39);
    transform: scale(1.05);
}

#worldwide{
    display: flex;
    flex-direction: row;
}

#worldwide img{
    height: 160px;
}


/*Home*/
#home{
    display: flex;
    flex-direction: column;
    padding: 10px 75px;
    height: 528px;
    justify-content: center;
    align-items: center;
}

#home::before{
    content: " ";
    position: absolute;
    background: url(../images/nav1.webp) no-repeat center center/cover;
    height:600px;
    width: 100%;
    z-index: -2;
    opacity: 1;
}

#home h1{
    color:#ffffff;
    text-align: center;
    font-family: 'Reenie Beanie', cursive;
    font-size: 11rem;
    padding: 0px 25px;
}


#home p{
    color:#ffffff;
    text-align: center;
    font-family: 'Roboto Mono', monospace;
    font-size: 1.2rem;
    padding: 10px 25px;
    background-color: transparent;
    transition-property: all;
    transition-duration:0.4s;
    transition-timing-function: ease-in-out;
}

#home p:hover{
    color: rgb(29, 231, 39);
    background-color: #000000;
    border-radius: 26px;
    transform: scale(1.02);
    padding: 15px 25px;
}

#portfolio-container{
    background-color:rgb(0, 0, 0);
}

a{
    text-decoration: none;
}

#portfolio{
    margin: 0px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#portfolio .pbox{
    border: 2.4px solid rgb(29, 231, 39);
    padding: 34px;
    margin: 30px 6px;
    border-radius: 30px;
}


#portfolio .pbox img{
    height: 175px;
    margin:auto;
    display: block;
}

.LoadMore{
    text-align: right;
    padding: 0px 50px 10px 0px;
    font-size: 1.5rem;
}

.LoadMore a{
    text-decoration: none;
    color: #fff;
}



#portfolio p{
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 0.95rem;
}

#services-container{
    background: url(../images/nav1.webp) no-repeat center center/cover;
}


#services{
    margin: 0px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#services .box{
    border: 2.4px solid white;
    padding: 34px;
    margin: 30px 6px;
    border-radius: 30px;
}


#services .box img{
    height: 195px;
    margin:auto;
    display: block;
}

.h-primary{
    font-size: 4rem;
    padding: 10px 0px;
    color: #ffffff;
    font-family: 'Exo 2', sans-serif;
    text-align: center;
}

.h-secondary{
    font-size: 1.5rem;
    padding: 15px 0px;
    text-align: center;
    color: #ffffff;
    font-family: 'Exo 2', sans-serif;
}
.h-p2{
    font-size: 1.5rem;
    padding: 15px 0px;
    text-align: center;
    color: #ffffff;
    font-family: 'Exo 2', sans-serif;
}

#services p{
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 0.95rem;
}

.center{
    text-align: center;
}

#about{
    padding: 0px 0px;
    height: 450px;
    /*justify-content: center;
    align-items: center;*/
}

#about::before{
    content: " ";
    position: absolute;
    background-color: #000000;
    height:450px;
    width: 100%;
    z-index: -2;
    opacity: 1;
}

#twoservices{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-around;
}

#twoservices img{
    height: 385px;
    margin: 30px 0px;
}

#twoservices .txtarea{
    margin: 10px 50px;
    color: #fff;
}

.h-3{
    color:#ffffff;
    text-align: center;
    font-family: 'Reenie Beanie', cursive;
    font-size: 7rem;
    padding: 0px 0px;
}

.txtarea .cent{
    color:#ffffff;
    text-align: center;
    padding: 0px 0px;
    font-family: 'Exo 2', sans-serif;
    font-size: 1.78rem;
}

.txtarea .abem{
    color:#ffffff;
    text-align: center;
    padding: 0px 0px;
    font-family: 'Roboto Mono', monospace;
    font-size: 1.4rem;
}


footer{
    background-color: #000000;
    color: #ffffff;
    padding: 20px 10px;
    display: flex;
    flex-direction: row;
    height: 19px;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto Mono', monospace;
    font-size: 1rem;
}

.contactus ul{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.contactus ul li{
    list-style: none;
}

.contactus ul li a{
    color:#ffffff;
    display: block;
    padding: 7px 15px;
    text-decoration: none;
}

#twoservices img{
    border-radius: 60%;
}