* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
::selection {
    background-color: #EFE6D5;
    color: black; 
}

body {
    background-color: #050505;
}

.hero a {
    color: #FFFFFF;
    font-family: "Manrope", sans-serif;
}

.hero img {
    width: 40%;
    height: 18%;
    padding-top: 25px;
}

.imagecontainer {
    width: 100%;
    height: 400px;
    background-image: url(./imgi_28_hero3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.image {
    width: 100%;
    height: 100%;
    background-image: radial-gradient(transparent, black 80%);
}

h1 {
    color: #FFFF;
    font-family: 'Fahkwang', sans-serif;
    font-size: 35px;
    padding-left: 30px;
}

.sectioncolor {
    overflow: hidden;
    margin-top: 15%;
    background-image: linear-gradient(to bottom, transparent, transparent 40%, #0f0f0f 60%);
    height: 440px;
    width: 100%;
}

.img {
    width: 300px;
    height: 600px;
    background-size: contain;
    background-repeat: no-repeat;
}

.img1 {
    background-image: url("./imgi_29_link-1.png");
}

.img2 {
    background-image: url("./imgi_30_link-2.png");
}

.img3 {
    background-image: url("./imgi_31_link-3.png");
}

.img4 {
    background-image: url("./link-4.png");
}

.img p {
    color: #ffffffa1;
    position: relative;
    top: 400px;
    justify-self: center;
    font-family: "Manrope", sans-serif;
    font-size: 13px;
    cursor: pointer;
}

.img p:hover {
    color: white;
}

.grad1 {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, transparent, transparent 40%, #0f0f0f 60%);
}

.section2 {
    background-image: url("./about.jpg");
    background-position: center top;
    background-size: 220%;
    background-repeat: no-repeat;
    width: 100%;
    padding-top: 200px;
    filter: grayscale(25%);
}

.flex {
    background-image: linear-gradient(to top, black 85%, transparent);
}

.icons {
    padding: 15px;
    width: 60%;
    position: relative;
    bottom: 30px;
}

.icon {
    background-color: white;
    width: 16%;
    height: 40px;
}

.icon:hover {
    color: white;
    background-color: black;
    cursor: pointer;
}

.paragraphs {
    padding: 20px;
}

.text {
    font-family: "Manrope", sans-serif;
    padding-left: 10px;
    line-height: 25px;
}

.par {
    color: #FFFF;
}

.par2 {
    color: RGBA(255, 255, 255, 0.7);
    padding-top: 8%;
}

.yellow {
    color: #EFE6D5;
    font-size: 20px;
    text-underline-offset: 5px;
    padding-top: 8%;
    padding-left: 10px;
    font-family: 'Fahkwang', sans-serif;
    cursor: pointer;
}

.portfoliosection h2 {
    color: #FFFFFF;
    font-size: 25px;
    font-family: 'Fahkwang', sans-serif;
    padding-top: 20%;
    padding-bottom: 15%;
}

.flex2 {
    width: 100%;
}

.pictures {
    width: 43%;
    padding-bottom: 20px;
    cursor: pointer;
}

.pictures:hover {
    opacity: 50%;
}

.portfoliosection p {
    padding: 10%;
}

.services {
    width: 85%;
}

.head {
    color: white;
    font-size: 28px;
    font-family: 'Fahkwang', sans-serif;
    padding: 10% 0px 12%;
}

.services h3 {
    color: white;
    font-size: 26px;
    font-family: 'Fahkwang', sans-serif;
    padding-bottom: 16px;
}

.p1 {
    color: RGBA(255, 255, 255, 0.7);
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 0px;
    margin: 0;
}

.services .yellow {
    font-size: 12px;
    padding-bottom: 8px;
    position: relative;
    right: 7px;
}

.sec2 {
    width: 80%;
}

.secp,
.secp2 {
    color: white;
    line-height: 25px;
    font-size: 18px;
}

.profile img {
    width: 80%;
}

.role {
    color: RGBA(255, 255, 255, 0.7);
    font-size: 14px;
}

.gradientcontact {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, #000000 55%, rgba(0, 0, 0, 0.5));
}

.cameraman {
    height: 250px;
    background-image: url('./cta.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.cameraman h2 {
    color: #FFFF;
    font-family: 'Fahkwang', sans-serif;
    font-size: 28px;
    line-height: 50px;
}

.logo2 {
    width: 45%;
}

ul {
    list-style: none;
}

ul li a {
    color: white;
    list-style: none;
}
ul li a:hover {
    color: #EFE6D5;
}

.textend {
    color: white;
    width: 80%;
    font-family: "Manrope", sans-serif;
    line-height: 25px;
}

@media screen and (min-width:992px) {
    .hero img {
        width: 15%;
        height: 18%;
    }

    .hero a {
        font-size: 14px;
        position: relative;
        top: 28px;
    }

    .imagecontainer {
        height: 550px;
    }

    h1 {
        font-size: 48px;
        width: 55%;
        position: relative;
        top: 60px;

    }

    .section1 {
        width: 80%;
        height: 850px;
        padding: 5% 0;
    }

    .sectioncolor {
        width: 22%;
        height: 550px;
    }

    .img2,
    .img4 {
        margin-top: 40px;
    }

    .img p {
        top: 340px;
    }

    .section2 {
        background-size: 100%;
    }

    .flex {
        background-image: linear-gradient(to top, black 65%, transparent);
        padding-top: 8%;
    }

    .icons {
        width: 25%;
        bottom: 16px;
        height: 340px;
    }

    .icon {
        width: 12%;
    }

    .paragraphs {
        width: 50%;
    }

    .porthead {
        width: 80%;
    }

    .portfoliosection h2 {
        font-size: 35px;
        width: 50%;
        padding: 50% 0 30% 40%;
    }

    .portfoliosection .yellow {
        padding: 50% 0 5% 26%;
    }

    .flex2 {
        width: 80%;
    }

    .pictures {
        width: 20.1%;
        padding-bottom: 20px;
    }

    .flex3 {
        width: 75%;
    }

    .head {
        color: white;
        font-size: 28px;
        font-family: 'Fahkwang', sans-serif;
        padding: 10% 0px 12%;
    }

    .services h3 {
        font-size: 32px;
    }

    .p1 {
        color: RGBA(255, 255, 255, 0.7);
        font-size: 15px;
        line-height: 25px;
        padding-bottom: 0px;
        margin: 0;
    }

    .services .yellow {
        font-size: 12px;
        padding-bottom: 8px;
        position: relative;
        right: 7px;
    }

    .service h2 {
        font-size: 38px;
        padding-bottom: 130px;
    }

    .camera {
        position: relative;
        bottom: 90px;
    }

    .sec2 {
        width: 80%;
    }

    .secp {
        color: white;
        width: 80%;
        line-height: 40px;
        font-size: 26px;
    }

    .profile {
        position: relative;
        left: 120px;
    }

    .secp2 {
        font-size: 16px;
    }

    .profile img {
        width: 30%;
    }

    .role {
        color: RGBA(255, 255, 255, 0.7);
        font-size: 14px;
    }

    .gradientcontact {
        height: 100%;
        width: 100%;
        background-image: linear-gradient(to right, #000000 55%, rgba(0, 0, 0, 0.5));
    }

    .cameraman {
        height: 400px;
    }

    .cameraman h2 {
        font-size: 32px;
    }

    .logo2 {
        width: 15%;
    }

    ul{
        width: 30%;
        margin: auto;
    }
}