* {
    margin: 0;
    padding: 0;
    box-sizing: border;
    font-family: 'poppins';
}

body {
    background-color: #000;
    /* overflow-x: hidden; */
}

p {
    font-size: 16px;
}

#preload {
    background-color: #fff url(img/preload.gif.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 100;
    text-align: center;
}

/* navigation */


.navbar {
    justify-content: space-between;
    
}

.unif-front {
    list-style: none;

}

.nav-item-f {
    display: inline-block;
    padding: 0px 18px;
}

.nav-item-f > a {
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
}


.navbar-toggler {
    display: none;
}

.wrapper {
    margin: 100px 10% 0px 10%;
    background-color: rgb(223, 224, 224);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

/* Hero */

.hero-background {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 8% 5% 5% 5%;
    
}

.hero-content > h1 {
font-size: 60px;
font-weight: bold;
}

span {
    color: brown;
}

.hero-content > a {
    text-decoration: none;
    color: #fff;
    background-color: #000;
    padding: 16px 50px;
    border-radius: 8px;
}

.hero-content > a:hover {
    background-color: brown;
    transition: .5s;
}

.arrow {
    margin-top: 40px;
}

.position-img {
    position: absolute;
    right: 24%;
    top: 20%;
}

/* Portfolio */

.port-background {
    background-color: #fff;
    padding: 50px 5% 15% 5%;
}

.port-background > h1 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 50px;
}

.port-background > h1::after {
    content: '';
    height: 10px;
    background-color: brown;
    width: 30px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
}

.image-port {
    padding-bottom: 40px;
}
.image-port > img {
    float: left;
    padding: 0px 20px 40px 0px;
}

.image-port > p {
    font-size: 14px;
}

.image-port > a {
    text-decoration: none;
    color: #fff;
    background-color: #000;
    padding: 10px 30px;
    border-radius: 8px;
    font-size: 14px;
}

.image-port > a:hover {
    background-color: brown;
    transition: .5s;
}

#image-cont {
    margin-top: 30px;
}

#image-cont > img{
    float: right;
}

#image-cont > p {
    font-size: 14px;
    padding-right: 20px;
}

#image-cont > a {
    text-decoration: none;
    color: #fff;
    background-color: #000;
    padding: 10px 30px;
    border-radius: 8px;
    font-size: 14px;

}  

#image-cont > a:hover {
    background-color: brown;
    transition: .5s;
}

/* About */

.about-background {
    padding: 5%;
}

.about-background > h1 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 50px;
}

.about-content {
    
    display: flex;
    justify-content: space-between;
}

.about-content > .about-text {
    
}


/* Contact  */


.contact-background {
    background-color: #fff;
    padding: 5%;
    
}

.contact-background > h1 {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

.contact-background > p {
    font-size: 14px;
    padding:0px 100px 20px;
    text-align: center;
}

.name-input {
    display: flex;
    flex-direction: column;
}


.name-input > #name {
    width: 530px;
    height: 50px;
    outline: none;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    color: #000;
    background-color: rgb(223, 224, 224);
    border-radius: 8px;
    margin-bottom: 20px;
}

.both-side {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.email-input {
    display: flex;
    flex-direction: column;
}

#email {
    
    width: 250px;
    height: 50px;
    outline: none;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    color: #000;
    background-color: rgb(223, 224, 224);
    border-radius: 8px;
}

.subject-input {
    display: flex;
    flex-direction: column;
}

#subject {
    
    width: 250px;
    height: 50px;
    outline: none;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    color: #000;
    background-color: rgb(223, 224, 224);
    border-radius: 8px;
}


.message-input {
    display: flex;
    flex-direction: column;
}

textarea {
    
    width: 530px;
    height: 200px;
    outline: none;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    color: #000;
    background-color: rgb(223, 224, 224);
    border-radius: 8px;
    margin-bottom: 40px;
}

form > a {
    
    text-decoration: none;
    color: #fff;
    background-color: #000;
    padding: 10px 30px;
    border-radius: 8px;
    font-size: 14px;

}

form > a:hover  {
        background-color: brown;
        transition: .5s;
    }


    /* Footer */

    .footer-background {
        padding: 5%;
        display: flex;
        justify-content: space-between;
        gap: 50px;
    }

    .logo-footer > p {
        font-size: 14px;
    }
    
    #icon {
        height: 60px;
    }

    .about-us{
        margin: 0px 30px;
    }

    .about-us > h1 {
        font-size: 24px;
        font-weight: 700;
        padding-bottom: 30px;
    }

    .about-us > a{
        text-decoration: none;
        font-size: 16px;
        color: #000;
        padding-bottom: 10px;

    }

    .learn-more > h1 {
        font-size: 24px;
        font-weight: 700;
        padding-bottom: 30px;
    }

    .learn-more > a {
        text-decoration: none;
        font-size: 16px;
        color: #000;
        padding-bottom: 10px;

    }