* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Quicksand';
    src: url('../fonts/Quicksand-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --body-black: #333333;
    --black: #000000;
    --white: #ffffff;
    --light-background: #f1f1f1;
    --bg-yellow: #fffcbb;
    --home-heading: #0F9D58;
    --light-green: #0F9D58;
    --blue: #0663af;
    --light-blue: #1967D2;
}

body {
    /* font-family: 'Montserrat', sans-serif !important; */
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}

.btnc {
    height: 50px;
    padding: 14px 40px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    border-radius: 40px;
    text-align: center;
    border: none;
    overflow: hidden;
    text-decoration: none;
    color: var(--black);
}

.btnc:hover {
    background-color: #fff;
    color: var(--black);
    text-decoration: none;
}

.btn-black {
    text-transform: uppercase;
    padding: 15px 40px;
    border: 2px solid var(--black);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 900;
    margin: 20px;
    text-decoration: none;
    color: var(--black);
    margin: 40px;
}

.btn-black:hover {
    background-color: var(--black);
    color: var(--bg-yellow);
}

.btn-blog {
    border: 1px solid var(--black);
    padding: 10px 20px;
    font-size: 13px;
    transition: all 0.2s ease;
    text-decoration: none;
    border: 1px solid var(--black);
    border-radius: 5px;
    color: var(--black);
}

.btn-blog:hover {
    background-color: var(--black);
    color: var(--bg-yellow);
}

.text-center {
    text-align: center !important;
}

h4,
h2,
h3,
h5,
h6,
h1 {
    color: var(--body-black);
}

p {
    color: var(--body-black);
    font-family: 'Lato', sans-serif;
}

a {
    color: var(--black);
}

a:hover {
    text-decoration: none !important;
}

.bold {
    font-weight: 900 !important;
}

.italic {
    font-style: italic !important;
}

.underline-text {
    text-decoration: underline !important;
}

.book-class {
    margin: 50px 0px;
}

.mt-10 {
    margin-top: 100px !important;
}

.mt-8 {
    margin-top: 80px !important;
}

.mt-6 {
    margin-top: 60px !important;
}

.mt-44 {
    margin-top: 40px !important;
}

.mt-22 {
    margin-top: 20px !important;
}

.w-100 {
    width: 100% !important;
}

.white {
    color: var(--white) !important;
}

.black {
    color: var(--black) !important;
}

.blue-div {
    background-color: #00023B;
    padding: 40px 0px;
}

.lightblue-div {
    background-color: var(--home-heading);
    padding: 40px 0px;
}

.header-blue-div {
    border-radius: 100px;
    padding-left: 10em !important;
    padding: 20px 0px;
    margin-left: 50px;
}

.header-blue-div p {
    margin-bottom: 5px;
}

.light-blue {
    color: var(--light-blue) !important;
}

.light-green {
    color: var(--light-green) !important;
}

.border {
    border: 1px solid var(--black);
}

.prototype .col-md-6 {
    height: 250px;
    overflow: hidden;
}

.comment {
    position: absolute;
    height: 150px;
    left: 0;
    top: 10px;
}

.containerline {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.containerline i {
    font-size: 30px;
}

.line {
    height: 3px;
    width: 96%;
    margin-right: 50px;
    position: absolute;
    background-color: var(--black);
    z-index: -1;
}

.box {
    width: 60px;
    height: 60px;
    background-color: var(--white);
    margin-right: 15px;
    border-radius: 100px;
    border: 1px solid var(--black);
    display: flex;
    align-items: center;
}

.box-wide {
    width: 100px;
}

.box img {
    padding: 10px;
}



/* 


base blade code 


*/

nav {
    display: flex !important;
    align-items: center;
    position: relative;
    display: -ms-flexbox;
    z-index: 50;
}

.logo {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
    margin: 25px 0px;
    color: var(--black);
}

.logo a {
    color: var(--black);
}

.nav-toggle {
    display: none;
    cursor: pointer;
    padding: 15px;
}

.nav-div {
    transition: max-height 0.5s ease-out;
    max-height: none;
    justify-content: center;
    flex: 1;
    display: flex;
}

.nav-links {
    list-style: none;
    display: flex;
    margin-bottom: 0px;
}

.nav-links a {
    text-decoration: none;
    text-transform: uppercase;
    color: #010101;
    font-size: 16px;
    font-weight: 600;
    margin: 0 20px;
    transition: all .25s ease !important;
}

.nav-links a:hover {
    text-decoration: none;
    color: var(--blue);
}

.nav-links .active {
    border-bottom: 2px solid var(--black);
    /* color: #0663af; */
}


.footer-part {
    background-color: var(--light-background);
    margin-top: 60px;
}

.footer-part .container {
    padding: 40px 20px;
}

.footer-part a {
    margin-top: 5px;
    cursor: pointer;
    font-size: 14px;
    color: var(--black);
}


/* 


home page  


*/

.header-blue {
    background-color: var(--light-blue);
    padding: 3px 10px;
    border-radius: 20px;
    color: var(--white);
    margin-right: 10px;
}

.header-green {
    background-color: var(--light-green);
    padding: 3px 10px;
    border-radius: 20px;
    color: var(--white);
    margin-right: 10px;
}

.header-yellow {
    background-color: #DAA100;
    padding: 3px 10px;
    border-radius: 20px;
    color: var(--white);
    margin-right: 10px;
}

.header-div {
    height: 200px;
    position: relative;
    margin: 20px 0px;
    border-radius: 30px;
}

.header-div video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.contact-strip {
    background-color: var(--light-background);
    border-radius: 50px;
    padding: 10px 30px;
    margin-top: 50px;
}

.my-info {
    /* Optional: to center align the paragraphs horizontally */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.paragraph-wrapper {
    text-align: right;
}

.paragraph-wrapper p {
    display: inline-block;
}

.contact-strip p {
    margin: 0;
    margin-right: 2em;
}

#video-background {
    position: relative;
    width: 100%;
    height: 50vh;
    overflow: hidden;
    background-color: rgba(39, 39, 39, 0.5);
}

#video-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(39, 39, 39, 0.6);
    /* Adjust the opacity value (0.5 in this example) */
    z-index: 1;
}

#connect-video {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
}

#connect-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.landing-content {
    position: relative;
    z-index: 1;
    padding: 70px;
    /* margin: 120px; */
    color: #fff;
    background-color: transparent;
}

.landing-content h1,
.landing-content h4,
.landing-content div,
.landing-content span,
.landing-content p {
    background-color: transparent;
    color: #fff;
    margin-top: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.landing-content p {
    width: 60vw;
}

.landing-content span {
    position: absolute;
    right: 20px;
    bottom: 80px;
    font-size: 14px;
}

.project {
    background-color: #eee;
    margin: 5px;
    padding: 20px;
    box-shadow: 4px 4px 10px #bdbdbd;
    border-radius: 20px;
}

.other-project {}

.proj-img {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.proj-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.project h5 {
    font-weight: 700;
    margin-top: 20px;
}

.project-list a:hover {
    text-decoration: none;
}

.project-detail {
    height: 70px;
    font-size: 15px;
}

.project-list .col-md-6,
.project-list .col-lg-12 {
    margin-top: 20px;
}

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

.proj-foot {
    font-weight: 700;
    font-size: 12px;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.worked-with .col-sm-4,
.worked-with .col-md-2 {
    width: 100%;
    height: 100px;
    position: relative;
    overflow: hidden;
}

.worked-with .col-sm-4 img,
.worked-with .col-md-2 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px 30px;
}

.ph-logo {
    padding: 10px 0px !important;
}

.ido-card {
    padding: 2em;
    background-color: var(--light-background);
    box-shadow: 4px 4px 10px #ddd;
    border-radius: 20px;
    height: 100%;
}

.ido-card hr {
    background-color: var(--home-heading);
    height: 1px;
}

/* 


Project css 


*/

.photo-background {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
}

.photo-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-logo .col-3 {
    width: 100%;
    height: 100px;
    position: relative;
    overflow: hidden;
}

.project-logo .col-3 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px 20px;
}

.project-info .bold {
    margin-top: 30px;
}

.project-info p {
    font-size: 15px;
}

.project-info .skills {
    padding: 10px;
    border-radius: 10px;
    background-color: #eee;
    display: inline-flex;
    margin: 5px;
    font-size: 14px;
    color: #555;
}

.project-info .blue {
    color: var(--blue);
    margin-top: 40px;
}

.review {
    border: 2px solid #215e5a;
    padding: 30px;
    margin-top: 50px;
}

.review .bold {
    margin-top: 0px;
}

.review img {
    width: 70px;
}

.def-icon img {
    width: 150px;
}

/* 


about page  


*/
.tab {
    display: inline-block;
    cursor: pointer;
    padding: 6px 12px;
    margin-right: 16px;
    border-radius: 50px;
    background-color: var(--light-background);
}

.tab.active {
    background-color: #707070;
    color: var(--white);
}

.content-child {
    padding: 10px;
    display: none;
}

.content-child.active {
    display: block;
}

.skillset .col-md-2 {
    padding: 5px;
}

.skillset .col-md-2 span,
.skillset .col-sm-4 span {
    background-color: #ddd;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 13px;
    display: block;
    width: 100%;
}

@media screen and (max-width: 768px) {
    h2 {
        font-size: 1.2rem !important;
    }

    h1 {
        font-size: 1.3rem !important;
    }

    h3 {
        font-size: 1.1rem !important
    }

    h4 {
        font-size: 1rem !important
    }

    h5 {
        font-size: .9rem !important
    }

    h6 {
        font-size: .8rem !important
    }

    p {
        font-size: .7rem !important
    }

    a {
        font-size: .7rem !important;
    }

    .mt-10 {
        margin-top: 50px !important;
    }

    .proj-img {
        height: 150px;
    }

    .nav-toggle {
        display: block;
        margin-right: 25px;
    }

    .connect-div {
        display: none;
    }

    .nav-div {
        max-height: 0;
        position: absolute;
        width: 100%;
        top: 100%;
        overflow: hidden;
        left: 0;
        /* Use a background color to make the menu visible */
    }

    .project-info .skills {
        padding: 5px;
        border-radius: 10px;
        margin-top: 5px;
        font-size: 12px;
    }

    .logo {
        width: auto;
        margin-left: 20px;
    }

    .nav-div.active {
        max-height: 500px;
    }

    .nav-links {
        flex-direction: column;
    }

    .nav-links>li {
        padding: 15px;
    }

    .landing-content {
        padding: 10px;
        margin: 100px 20px;
    }

    .nav-div {
        background-color: var(--white);
    }


    #video-background {
        height: 70vh;
    }

    .photo-background {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .project-detail {
        height: 100px;
        font-size: 13px;
    }

    .project-info .blue {
        margin-top: 20px;
    }

    .worked-with .col-sm-4,
    .worked-with .col-md-2 {
        height: 50px;
        width: 33%;
    }

    .worked-with .col-sm-4 img {
        padding: 0px 20px;
    }

    .ph-logo {
        padding: 5px 0px !important;
    }

    .tab {
        padding: 5px;
        font-size: 10px;
    }

    .landing-content span {
        bottom: -10px;
        font-size: 10px;
    }

    .skillset .col-sm-6 {
        width: 50%;
    }

    .skillset .col-sm-6 span {
        height: 100%;
    }

    .header-blue-div {
        padding-left: 7em !important;
    }

    .comment {
        height: 120px;
    }

    .box {
        width: 40px;
        height: 40px;
        margin-right: 5px;
    }

    .box-wide {
        width: 60px;
    }

    .line {
        width: 85%;
    }

    .my-info {
        align-items: flex-start;
    }
}