@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

@font-face {
    font-family: ultra;
    src: url('..//fonts/MrEavesXLModNarOT-Ultra.ttf')
}

@font-face {
    font-family: heavy;
    src: url('..//fonts/MrEavesXLModNarOT-Heavy.ttf')
}

@font-face {
    font-family: bold;
    src: url('..//fonts/MrEavesXLModNarOT-Bold.ttf')
}

@font-face {
    font-family: reg;
    src: url('..//fonts/MrEavesXLModNarOT-Reg.ttf')
}

@font-face {
    font-family: book;
    src: url('..//fonts/MrEavesXLModNarOT-Book.ttf')
}

@font-face {
    font-family: light;
    src: url('..//fonts/MrEavesXLModNarOT-Light.ttf')
}

html {
    scroll-behavior: smooth;
}

body {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-family: 'Roboto', sans-serif;
    background-color: #f5f5f5;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

h1 {
    font-weight: 900;
}

.header-container a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    width: 95%;
}

header,
section,
footer {
    width: 100%;
    position: relative;
}

header {
    background-color: #ffffff;
    z-index: 200;
}

.header-container {
    display: flex;
    align-items: center;
    height: 75px;
    justify-content: space-between;
    max-width: 1400px;
    /* background-color: #c45044; */
}

.leftHeader {
    padding-left: 100px;
    font-family: ultra;
    font-size: 30px;
}

.leftHeader img {
    height: 40px;
}

#home {
    overflow: hidden;
}


.theH1 {
    font-family: heavy;
}

.theH5 {
    font-family: book;
}

.rightHeader {
    display: flex;
    font-size: 20px;
    align-items: center;
    gap: 20px;
    color: black;
    padding-right: 100px;
    font-family: reg;
}

.home-container {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    padding-top: 50px;
}



.homeTop {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    padding: 120px 0;
    background-color: white;
}


.homeTop h6 {
    font-weight: 400;
    font-size: 35px;
    text-align: left;
    font-family: bold;
}

.homeTop p {
    font-weight: 400;
    font-size: 25px;
    margin-top: 25px;
    text-decoration: underline;
    text-align: left;
    font-family: light;
}

#about {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.homeBottom {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* width: 100%; */
    max-width: 1000px;
    float: left;
}

.homeLeft {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 0px;
    padding-top: 50px;
    /* padding-left: 150px; */
}

.homeLeft h4 {
    font-size: 36px;
    font-family: ultra;
}

.homeLeft h6 {
    font-weight: 100;
    font-size: 20px;
    font-family: book;
    color: #848484;
}

.homeLeft div {
    display: flex;
    gap: 10px;
    cursor: pointer;
}

.homeLeft img {
    height: 45px;
    margin-top: 30px;
    cursor: pointer;
}

.homeRight {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* padding-right: 50px; */
    padding-bottom: 50px;
    padding-top: 50px;
    width: 55%;

}

.homeRight h2 {
    font-size: 40px;
    /* margin-bottom: 100px; */
    font-weight: 900;
    font-family: ultra;
}

.homeRight h5 {
    font-size: 24px;
    font-weight: 600;
    font-family: heavy;
}

.homeRight p {
    font-size: 25px;
    font-size: 400;
    margin-bottom: 30px;
    margin-top: 0;
    padding-top: 0;
    font-family: book;
}

.homeRight img {
    width: 390px;
    height: 71px;
}

.arrowSection {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    width: 1170px;
    align-self: center;
    position: relative;
}

.arrowSection:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #f5f5f5, #39454e, #f5f5f5);
    /* Replace with your desired gradient colors */
}

.line-section {
    margin-bottom: 50px;
    /* margin-top: 50px; */
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgb(173, 173, 173);
    width: 1170px;
    align-self: center;
}

.portfolio-container {
    display: flex;
    flex-direction: column;
    gap: 0px;
    max-width: 1200px;
}

.portfolio-container h2 {
    font-size: 36px;
}


.projectbox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.project-details {
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    color: white;
}

.project-left {
    text-align: left;
}

.project-right {
    text-align: left;
    width: 50%;
}

.project-details h3,
.project-details h5,
.project-details h6 {
    margin: 0;
    color: black;
}

.project-details h3 {
    margin: 0;
    color: black;
    font-size: 45px;
    font-family: ultra;
}

.project-details h5 {
    margin: 0;
    color: #9ea5aa;
    font-size: 25px;
    font-family: book;
    margin-top: 8px;
}

.project-details h6 {
    margin: 0;
    color: black;
    font-size: 25px;
    font-family: book;
}


.projectbox img {
    width: 100%;
    /* Ensure the image takes up the full width of its container */
    width: 100%;
    height: 100%;
    height: auto;
    margin-top: 50px;
}

.eatriesTop {
    position: relative;
    /* Add this line to make it a reference point for absolute positioning */
    background-image: url('./img/app-hero.png');
    background-size: cover;
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
}

.eatriesTop {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    text-align: center;
    padding: 120px 0;
    background-color: #238570;
}

.outdoorsTop {
    position: relative;
    /* Add this line to make it a reference point for absolute positioning */
    background-image: url('./img/outdoors-hero.png');
    background-size: cover;
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
}

.outdoorsTop {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    text-align: center;
    padding: 120px 0;
    background-color: #238570;
}


.gameTop {
    position: relative;
    /* Add this line to make it a reference point for absolute positioning */
    background-image: url('./img/game-hero.png');
    background-size: cover;
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
}

.gameTop {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    text-align: center;
    padding: 120px 0;
    background-color: #238570;
}

.motionTop {
    position: relative;
    /* Add this line to make it a reference point for absolute positioning */
    background-image: url('./img/motion-hero.png');
    background-size: cover;
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
}

.travelTop {
    position: relative;
    /* Add this line to make it a reference point for absolute positioning */
    background-image: url('./img/wage-hero.png');
    background-size: cover;
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
}

.afriTop {
    position: relative;
    /* Add this line to make it a reference point for absolute positioning */
    background-image: url('./img/afri-hero.png');
    background-size: cover;
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
}

.motionTop {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    text-align: center;
    padding: 120px 0;
    background-color: #238570;
}

.travelTop {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    text-align: center;
    padding: 120px 0;
    background-color: #238570;
}

.afriTop {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    text-align: center;
    padding: 120px 0;
    background-color: #238570;
}



.view {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    /* Center vertically */
    justify-content: center;
    /* Center horizontally */
    background-color: black;
    margin-bottom: 0;
    cursor: pointer;
}

.view h6 {
    color: white;
    font-size: 20px;
    font-family: Text font;
    /* text-align: center; */
}

.cs-container {
    display: flex;
    flex-direction: column;
    gap: 0px;
    max-width: 1200px;
    padding: 50px;
}


.cs-overview {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: center;
    /* padding: 50px; */
    box-sizing: border-box;
}




.cs-overview h3 {
    font-size: 35px;
    padding-bottom: 10px;
    font-family: heavy;
}

.cs-overview h2 {
    font-size: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: reg;
}

.cs-overview p {
    font-size: 22px;
    padding-bottom: 10px;
    font-family: Text font;
    padding-bottom: 30px;
    line-height: 25px;
    font-family: book;
}

.cs-overview li {
    font-size: 22px;
    padding-bottom: 10px;
    font-family: Text font;
    padding-bottom: 30px;
    line-height: 15px;
    font-family: book;
}

.cs-overview img {
    padding-bottom: 20px;
}

.cs-twoimg {
    display: flex;
    flex-direction: row;
    /* justify-content: space-evenly; */
    gap: 20px;
    overflow: hidden;
}

.cs-specs {
    width: 70%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* align-self: left; */
    gap: 20px;
    overflow: hidden;
}

.cs-branding {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-self: center;
    gap: 20px;
    overflow: hidden;
}

.cs-tools img {
    width: 60%;
}

iframe {
    width: 100%;
    height: 500px;
}

.cs-branding img {
    width: 50%;
    height: 50%;
    flex-direction: row;
    /* Limit the maximum width to the size of the container */
}


/* .project-details a {
    padding: 10px;

    margin-top: 200px;
    color: rgb(255, 255, 255);
    font-family: Title font;
    font-size: 22px;
    
    width: 125px;
    cursor: pointer;
    background-color: #000000;
    text-decoration: none;
    
} */

.read-button {
    padding: 10px;
    /* padding-bottom: 10px; */
    margin-top: 20px;
    color: #ffffff;
    font-family: bold;
    font-size: 22px;
    /* border-bottom: 1px solid #39454e; */
    width: 124px;
    cursor: pointer;
    background-color: #39454e;
}

.read-button a {
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    /* background-color: #000000; */
}


/* .project-box {
    margin-top: 100px;
    max-width: 1200px;
    background-color: black;
}

/* .project-box img {
    width: 100%;
} */

/* .project-details {
    width: 50%;
    background-color: rgb(255, 255, 255);
} */
*/
/* .portfolio-grid>div {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    cursor: pointer;
}

.portfolio-grid img {
    width: 100%;
}

.portfolio-grid h3 {
    font-size: 26px;
}

.portfolio-grid p {
    font-weight: 300;
    font-size: 20px;
} */

.contact-container {
    display: flex;
    /* flex-direction: row; */
    padding-bottom: 300px;
    gap: 50px;
    justify-content: space-around;
    align-items: center;
}

.contactLeft,
.contactRight {
    flex: 1;
}

.contactLeft {
    width: 45%;
    font-size: 45px;
    font-family: ultra;
    padding-left: 100px;
    text-align: left;
    padding: 20px;

}

.contactRight {
    /* width: 50%; */
    text-align: left;
    margin-left: 500px;
    margin-top: -150px;
}

.the-form {
    /* background-color: white;
    padding: 20px;
    margin-top: 10px; */

    max-width: 700px;
    margin: auto;

}

.the-form p {
    margin-bottom: 15px;
    font-family: bold;
    font-size: 18px;
}

label {
    display: block;
    margin-bottom: 5px;
    color: black;
}

input[type="text"],
textarea {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 4px;
    border: none;
    background-color: #ffffff;
    font-size: 20px;
    font-family: reg;
}

input[type="button"] {
    background-color: #39454e;
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 20px;
    text-transform: capitalize;
    font-family: bold;
}

.input-group {
    display: flex;
}


.the-salutation {
    text-align: center;
    margin-top: 20px;
    color: #333;
}

.appframe {
    width: 100%;
    height: 1080px;
    overflow: hidden;
    background-color: #1d8f70;
    background-image: url('./img/appbg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: fixed; */
}

.frame {
    position: relative;
    text-align: center;
    max-width: 100%;
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    justify-content: center;
}

frame>div{
    border-radius: 50px;
    overflow: hidden;
}

.frame >div>img{
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.frame img,
.foeapp {
    margin: 0 auto;
    display: block;
}


.frame img {
    width: 503px;
    height: 817px;
    /* margin-top: 15px; */
    z-index: 2;
}

.foeapp {
    width: 373px;
    height: 700px;
    border: none;
    border-radius: 15px;
    background-color: white;
    /* margin-top: 15px; */
    z-index: 1;
    margin-bottom: 10px;
    border-radius: 60px;
}




footer {
    text-align: center;
    font-size: 22px;
    font-family: book;
    padding-bottom: 50px;
    padding-top: 50px;
}

/* .leftCircle, .rightCircle{
    height: 400px;
    border-radius: 50%;
    aspect-ratio: 1;
    filter: blur(100px);
    background-color: #39454e;
    position: absolute;
} */

.leftCircle {
    left: -320px;
}

.rightCircle {
    right: -320px;
    top: 200px;
}

.project-container {
    display: flex;
    flex-direction: column;
    gap: 35px;
    display: none;
    max-width: 800px;
}

.project-container>div:nth-child(1) {
    display: flex;
    justify-content: space-between;
    font-size: 35px;
    font-weight: 700;
}

.project-container>div:nth-child(1)>div:nth-child(2) {
    background-color: #208c74;
    color: white;
    padding: 12px 15px;
    font-size: 26px;
    cursor: pointer;
}

.project-container img {
    width: 100%;
}

.project-container>div:nth-child(3) {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.project-container>div:nth-child(3) h2 {
    font-size: 40px;
}

.project-container>div:nth-child(3)>div:nth-child(2) {
    font-size: 20px;
}

.project-div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 20px;
}

.project-div h6 {
    font-size: 20px;
}

/* Case Study CSS Start */

.casestudy-container {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
}





#casestudy {
    overflow: hidden;
}


.container-one {
    max-width: 1450px;
    margin: 0 auto;
    /* padding: 0 10px; */
    width: 100%;
}

a {
    text-decoration: none;
}

.view h6 {
    font-family: bold;
    text-decoration: none;
}

#worldGameSection {
    height: 100%;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
}

.worldGameContainer {
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-evenly; */
    justify-content: center;
    gap: 50px;
}

.worldGameItem {
    text-decoration: none;
    color: black;
    position: relative;
    cursor: pointer;
    width: 25%;
    border: 1px solid #9ea5aa;
    aspect-ratio: 1;
    margin-bottom: 2%;
    cursor: pointer;
}

.worldGameInnerCont{
    margin: 15px;
    position: relative;
}

.worldGameImgContainer {
    position: relative;
    inset: 0;
    overflow: hidden;
}

.worldGameImgContainer img {
    width: 100%;
    cursor: pointer;
    height: 100%;
    transition: 0.2s all ease;
}

.worldGameText {
    position: absolute;
    height: auto;
    inset: 0px;
    z-index: -2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.worldGameItem:hover .worldGameImgContainer img {
    transform: translateX(-100%);
}

.worldGameText h1{
    font-family: heavy;
    font-size: 25px;
}

.worldGameText p{
    font-family: book;
    font-size: 20px;
    color: gray;
}

.eatriesLink {
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #F9F9F9;
    font-size: 20px;
    position: absolute;
    right: 25%;
    transform: translateX(100%);
    top: 55%;
}

.eatriesTitle {
    color: white;
    position: absolute;
    right: 19%;
    top: 30%;
    font-size: 60px;
}

.eatriesLine {
    position: absolute;
    display: block;
    width: 25%;
    height: 2px;
    background-color: white;
    right: 0;
    top: 50%;
}

.viewpdf {
    background-color: #008fbe;
    color: white;
    width: 140px;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
}

.viewpdf:hover {
    background-color: #ffffff;
    color: #4d4d4e;
    width: 140px;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
}

.viewresume {
    background-color: #000000;
    color: white;
    width: 100px;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
    border-radius: 10px;
}

.viewresume:hover {
    background-color: #000000;
    color: #ffffff;
    width: 100px;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
}

.outdoors {
    color: white;
    background-color: #002b49;
}

.cs-overview a {
    text-decoration: none;
}

.white {
    background-color: white;
}
.whitefont {
    color: #ffffff;
}

.gamebg {
    background-color: #4cae44;
}

@media only screen and (max-width:768px) {

    .worldGameItem:hover .worldGameImgContainer img {
        transform: translateX(0%);
    }
    .leftHeader, .rightHeader {
        padding: 0;
    }

    .header-container {
        height: 60px;
    }

    .rightHeader {
        gap: 10px;
    }

    .header-container a {
        font-size: 16px !important;
    }

    .header-container img {
        height: 30px;
    }

    #about {
        flex-direction: column-reverse;
    }

    .homeBottom {
        flex-direction: column;
        gap: 40px;
        padding-bottom: 50px;
    }

    .homeBottom>div {
        width: 100%;
        padding: 0;
        /* align-items: center; */

    }

    .homeLeft {
        order: 3;
    }

    .homeRight h5 {
        text-align: left;
        width: 100%;
    }

    .homeRight img {
        width: 260px;
        height: 46px;
    }

    .portfolio-grid {
        grid-template-columns: 1fr;
        justify-content: center;
    }

    .contact-container {
        flex-direction: column;
        gap: 50px;
        padding-bottom: 100px;
    }

    .contactLeft {
        width: 100%;
        padding: 0;
        font-size: 30px;
    }

    .contactRight {
        width: 100%;
        align-items: center;
    }

    form>input {
        width: 100%;
    }

    form div input {
        width: 95%;
    }

    form div textarea {
        width: 95% !important;
    }
/* 
    .arrowSection {
        padding: 20px 0;
    } */

    .arrowSection img {
        height: 60px;
    }

    .portfolio-container {
        gap: 40px;
    }

    .homeTop h1 {
        font-size: 60px;
    }

    .homeTop h6 {
        font-size: 20px;
    }

    .homeTop {
        padding: 50px 0;
    }

    .homeRight h2 {
        margin-bottom: 40px;
    }

    .leftCircle, .rightCircle {
        height: 100px;
        filter: blur(50px);
    }

    .leftCircle {
        left: -50px;
    }

    .rightCircle {
        right: -50px;
    }

    .project-container>div:nth-child(1) {
        font-size: 20px;
    }

    .project-container>div:nth-child(1)>div:nth-child(2) {
        font-size: 16px;
        padding: 5px 8px;
    }

    .worldGameContainer{
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
    }

    .worldGameItem{
        min-width: 150px;
        width: 70%;
    }

    .worldGameText{
        top: 67%;
        z-index: 3;
        height: auto;
        bottom: 0;
    }

    .worldGameText h1{
        font-size: 25px;
    }

    .worldGameText p{
        font-size: 20px;
    }

    .cs-container{
        padding: 0;
        margin: 20px auto;
        width: 95%;
    }

    .cs-twoimg{
        flex-direction: column;
    }

    .eatriesTitle{
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        right: unset;
        font-size: 32px;
        width: 100%;
    }

    .eatriesLink{
        top: 59%;
        font-size: 14px;
        right: 30%;
    }

    .eatriesLine{
        width: 30%;
        top: 55%;
    }

    .header-container{
        padding: 0;
    }

    .theH1{
        font-size: 32px!important;
    }

    .theH5{
        font-size: 22px!important;
        width: 70%;
    }

    .contact-container{
        display: flex;
        flex-direction: column;
    }

    .contactRight{
        margin: 0;
    }

    .eatriesTop,
    .outdoorsTop,
    .gameTop,
    .motionTop,
    .travelTop,
    .afriTop {
        padding: 0;
        height: 200px;
    }

    .cs-branding {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        /* align-self: center;
        gap: 20px;
        overflow: hidden; */
    }
    
    .cs-specs {
        width: 70%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
    }

    .frame *{
        transform: scale(0.7);
    }

    .frame img{
        transform: scale(0.7) translate(-71%, -71%)!important;
    }

    .foeapp{
        border-radius: 45px;
    }

}