/* =============================== New Global CSS =============================== */
* {
    box-sizing: border-box;
}

@media screen and (min-width: 480px) {
    html {
        font-size: 10px;
    }
    body {
        font-size: 1.4rem;
        font-family: 'Noto Sans', sans-serif;
    }
    h1 {
        /*font-size: 5.5rem; !important;*/
        font-family: Rubik;
        font-style: normal;
        font-weight: bold;
        font-size: 66px;
        line-height: 80px;
        /* or 121% */
        letter-spacing: 9px;
        font-feature-settings: 'liga' off;
        color: #484848;
    }
    h2 {
        /*font-size: 2.4rem; !important;*/
        font-family: Rubik;
        font-style: normal;
        font-weight: bold;
        font-size: 26px;
        line-height: 80px;
        /* or 308% */
        letter-spacing: 9px;
        color: #585858;
    }
    h3 { font-size: 4rem; };
}
@media screen and (max-width: 480px) {
    html {
        font-size: 10px;
    }
    h1 { font-size: 3rem; 
        font-style: normal;
        font-weight: bold;
        line-height: 4rem;
        letter-spacing: 5px;
        font-feature-settings: 'liga' off;
        color: #484848; };
    h2 { font-size: 2.6rem;
        font-family: Rubik;
        font-style: normal;
        font-weight: bold;
        line-height: 3.4rem;
        letter-spacing: 9px;
        color: #585858; };
}

p {
    font-family: Rubik;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: 2px;
    color: #AEAEAE;
}
h3 {
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    font-size: 3.4rem;
    line-height: 80px;
    letter-spacing: 9px;
    font-feature-settings: 'liga' off;
    color: #484848;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1)
}
h4 {
    font-size: 2rem;
}
h5 {
    font-size: 1.8rem;
}
h6 {
    font-size: 1.6rem;
}
a {
    text-decoration: none !important;
}
a:hover {
    text-decoration: none !important;
}
.default-pink {
    color: #30e1b8;
}
.default-dark {
    color: #282828;
}

/* =============================== New Global CSS Ended =============================== */
img {
    max-width: 100%;
}

/* Header */
header nav .navbar-brand {
    width: 4rem;
    /*width: 4rem;*/
}
header nav .sub-menu-title {
    padding-left: 1rem;
}

.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    border-bottom: #30e1b8;
    background: rgba(0,0,0,0.8);
    backdrop-filter: saturate(180%) blur(20px);
}

.navbar ul li a {
    text-decoration: none;
    margin: 0 2rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-style: normal;
    color: #f5f5f7;
}
.navbar ul li a:hover {
    color: #30e1b8;
}
.navbar-toggler-icon {
    color: white;
}
.nav-link-social {
    display: inline;
}
.nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

nav .menu-icon-outer {
    font-size: 2rem;
}

nav .menu-icon {
    font-size: 3rem;
}

nav .nav-icon {
    font-size: 2rem;
}


header .container ul li i {
    font-size: 2rem;
    color: #f5f5f7;
}
header .container ul li i:hover {
    /*font-size: 20px;*/
    color: #ef9d9f;
}
header .fa-bars {
    vertical-align: middle;
    padding-top: 0.5rem
}
header .navbar-toggler {
    border: 0.2rem solid white;
}

/* Top Banner */
.home-top-banner {
    background-image: url('/img/home/home-bg-2.jpg');
}
.about-top-banner {
    background-image: url('/img/about/matthew-tang-about-background.png');
}
.expertise-top-banner {
    background-color: white;
}
.portfolio-top-banner {
    background-image: url('/img/portfolio/matthew-tang-portfolio-background.png');
}
.contact-top-banner {
    background-color: #30e1b8;
}
.blog-top-banner {
    background-image: url('/img/2.jpg');
}
.create-fb-page-top-banner {
    background-image: url('/img/2.jpg');
}

#intro {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#intro .jumbotron {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#intro .container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}




/**************************** Home Hero Banner **********************/
@media only screen and (max-width: 450px) {
    #intro {
        height: 70vh;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    #intro .jumbotron {
        height: 70vh;
    }
    #intro h1 {
        margin-bottom: 1.2rem;
    }
    #intro .container {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        line-height: 1.4;
    }
} 
#intro .get-started-button {
    background: rgb(255, 255, 255);
    border: 1px solid #FFFFFF;
    border-radius: 16px;
    margin: 0 5rem;
    line-height: 20px;
    margin-bottom:1.5rem;
}

#intro .get-started-button .get-started-text {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #484848; 
    text-decoration: none;
    list-style-type: none;
}

#intro .get-started-button .get-started-arrow-icon{
    font-size: 1rem;
    line-height: 20px;
    color: #484848; 
    text-align: center;
}
#intro .explore-all-button {
    background: rgb(26, 26, 26);
    border: 1px solid #363636;
    border-radius: 16px;
    margin: 0 5rem;
    margin-bottom:1.5rem;
}
#intro .explore-all-button .explore-all-text {
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #ececec; 
}
#intro .explore-all-button .get-started-arrow-icon {
    color: #ececec; 
    font-size: 1rem !important;
}

/**************************** Ebded Home Hero Banner ****************/


/**************************** Home Status     ***********************/
@media screen and (max-width: 480px) {
    .small-box-outer {
        padding: 20px;
    }
}
#HomeStatus .box {
    padding: 24px 30px;
    align-items: flex-start;
    border-radius: 30px;
    order: 0;
    flex-grow: 0;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(41, 41, 42, 0.07);
    border-radius: 8px;
}
#HomeStatus .numbers{
    align-items: center;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 50px;
    /* identical to box height, or 133% */
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #3ECBFE;
    margin-top: 1rem;
    letter-spacing: 2px;
}
#HomeStatus .sub-titles{
    align-items: center;
    font-style: normal;
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 2.8rem;
    letter-spacing: 2px;
    /* identical to box height, or 178% */
    text-align: center;
    font-feature-settings: 'liga' off;
    color: #484848;
}
#HomeStatus .box-icon {
    align-items: center;
}
/**************************** Ended Home Status *********************/

/*************************** HomeExperiences ***********************/
@media screen and (max-width: 480px) {
    #HomeIntro h3, #HomeSecond h3, #HomeStatus h3, #HomeExperiences h3, 
    #HomeServices h3, #HomePortfolio h3 {
        font-size: 3.4rem;
    }
}

/****************************  Home/Services  ***********************/
#HomeServices {
    width: 100%;
    height: auto;
    background: rgb(26, 26, 26);;
}
#HomeServices h3 {
    font-family: Rubik;
    font-style: normal;
    font-weight: bold;
    line-height: 80px;
    letter-spacing: 9px;
    font-feature-settings: 'liga' off;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
#HomeServices .box {
    /*width: 35rem;
    height: 38.5rem;*/
    padding: 24px 30px;
    background: #FFFFFF;
    align-items: flex-start;
    border-radius: 30px;
    order: 0;
    flex-grow: 0;
}
#HomeServices h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 42px;
    text-align: left;
    /* identical to box height, or 133% */
    font-feature-settings: 'liga' off;
    /* Text / Gray 900 */
    color: #18191F;
    /* Inside Auto Layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 4px 0px;
    padding: 0px;
}
#HomeServices .box .description {
    position: static;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    /* or 162% */
    font-feature-settings: 'liga' off;
    /* Text / Gray 900 */
    color: #18191F;
    letter-spacing: 1px;
    text-align: left;
    justify-content:space-between;
    padding: 0px;
}
#HomeServices .cta {
    font-family: Manrope;
    display:flex;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
    font-feature-settings: 'liga' off;
    color: #30E1B0;
    letter-spacing: 1px;
    padding-top: 50px;
}
#HomeServices .box-icon {
    display:flex;
    align-self: auto;
    margin-bottom: 25px;
    margin-top:20px;
}
#HomeServices button {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 8px;
}
#HomeServices .explore-text {
  font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 30px;
    /* identical to box height, or 150% */
    text-align: center;
    font-feature-settings: 'liga' off;
    /* Default / White */
    color: #FFFFFF;
    text-transform: none;
    vertical-align:middle;
}
/********************  Ended of Home Services   ***********************/

/********************************* Portfolio Page ****************************/
#portfolio-intro {
    height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#portfolio-intro .jumbotron {
    height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#portfolio-intro .container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#portfolio-intro h2 {
    color: #FFFFFF;
}

/***** Portfolio Sections *****/
.portfolio-section-intro {
    height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.portfolio-section-intro .jumbotron {
    height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.portfolio-section-intro .container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.portfolio-section-intro h2 {
    color: #FFFFFF;
}
/********** Portfolio - Explore Fpv Campaign **********************/
#explore-fpv-campaign-content h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 42px;
    text-align: left;
    font-feature-settings: 'liga' off;
    color: #18191F;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 4px 0px;
    padding: 0px;
}
.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/********************************* Ended of Portfolio ****************************/

/********************************* Freelances Page ****************************/
#freelances-intro {
    height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#freelances-intro .jumbotron {
    height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#freelances-intro .container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#freelances-intro h2 {
    color: #FFFFFF;
}
/*  Newly Added on Apr30 */
#Freelancesfolio .MuiSvgIcon-root {
    font-size: 3.5rem !important;
}
/* Freelances -  Step icon 1,2,3 */
#Freelancesfolio .MuiStepIcon-root.MuiStepIcon-active { 
    color: #000 !important;
}
#Freelancesfolio .MuiStepIcon-text {
    font-size: 1.2rem !important;
    text-align: center;
}
#Freelancesfolio .MuiStepIcon-root.MuiStepIcon-completed {
    color: #30E1B0 !important;
}

/* Freelance - steps content */
#Freelancesfolio .MuiTypography-body2 {
    font-size: 2.4rem !important;
}
#Freelancesfolio .MuiTypography-body1 {
    font-size: 1.4rem !important;
}
/* Freelance - steps buttons */
#Freelancesfolio .MuiButton-root.Mui-disabled {
    cursor: not-allowed;
    opacity: 0.6;
    color: rgba(0, 0, 0, 0.26);
}
#Freelancesfolio .MuiButton-root {
    background: linear-gradient(122.26deg, #30E1B0 0%, #3ECBFE 97.8%) !important;
}

/********************************* Ended of Freelances Page ****************************/

/*******************************  Footer *******************************/
#footer {
    border-top: 0.1rem solid #c9c9c9;
    padding: 4.5rem 0;
    background:rgb(26, 26, 26);
}
#footer .title {
    color: #FFFFFF;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 20px;
    font-feature-settings: 'liga' off;
    margin-bottom: 2.5rem; 
}
#footer .item {
    list-style-type: none;
    font-family: Rubik;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 34px;
    font-feature-settings: 'liga' off;
    color: #D9DBE1;
}
#footer .sub-title {
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    font-feature-settings: 'liga' off;
    margin-bottom: 2.5rem; 
}
#footer .item a {
    color: #D9DBE1;
}
#footer .item a:hover {
    color: #fff;
    text-decoration: none;
}
#footer .email-outer {
    padding: 15px 0 15px 0;
}
#footer .footer-email-registration {
    background: #FFFFFF;
    opacity: 0.2;
    border-radius: 30px;
    align-items: center;
    vertical-align: center;
}
#footer .email-text {
    font-family: Manrope;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    font-feature-settings: 'liga' off;
    color: #D9DBE1;
}
#footer input#email {
    background-image: url('/img/footer/send.svg');
    background-size:contain;
    background-repeat: no-repeat;
    text-indent: 20px;
}
#footer input#email:focus {
    background-image:none;
    text-indent:0px
}
#footer input#email {
    color: #D9DBE1;
}
/********** Ended of Footer Section *****************/





/* ------------------------------ About Page ------------------------------ */
#about-intro {
    height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#about-intro .jumbotron {
    height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#about-intro .container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#about-intro h1 {
    color: #FFFFFF;
    font-style: normal;
    font-feature-settings: 'liga' off;
    color: #F0F0F0;
    text-shadow: 0px 4px 4px #000000;
}
#about-intro h2 {
    color: #FFFFFF;
    font-family: Rubik;
    font-style: normal;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px #000000;
}
.AboutWelcoming h3, .AboutExperiences h3, #advance-work h3, .AboutContent h3, #about-content h3{
    font-size: 3.4rem;
}








@media only screen and (max-width: 768px) {
    #latest .outer {
        margin-bottom: 5.5rem;
    }
    #latest img {
        width: 100%;
    }
    footer h4 {
        margin-bottom: 2.6rem;
        margin-top: 3.5rem;
    }
}


/* =============== Contact =============== */

@media only screen and (min-width: 768px) {
    #contact-intro {
        height: 45vh;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #contact-intro .container {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #contact-intro .jumbotron {
        height: 45vh;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #contact-intro h1 {
        font-size: 56px;
        line-height: 1.07143;
        font-weight: 600;
        letter-spacing: -.005em;
        margin-bottom: 40px;

    }

    #contact-intro h2 {
        font-size: 28px;
        line-height: 1.10722;
        font-weight: 400;
        letter-spacing: .004em;
        font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        margin-top: 6px;
    }

    #contact-intro p {
        margin-top: 0.4em;
        color: #86868b;
    }

    #contact {
        margin: 40px 0;
    }

    #contact .container {
        background-color: rgb(239, 239, 239);
        max-width: 1170px;
        padding: 25px 25px 25px 25px;
    }

    #Contact .form-content-right {
        height: 35vh;
    }
}

@media only screen and (max-width: 767px) {
    #contact-intro {
        height: 75vh;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #contact-intro .container {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #contact-intro .jumbotron {
        height: 85vh;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #contact-intro h1 {
        font-size: 56px;
        line-height: 1.07143;
        font-weight: 600;
        letter-spacing: -.005em;
        margin-bottom: 40px;

    }

    #contact-intro h2 {
        font-size: 28px;
        line-height: 1.10722;
        font-weight: 400;
        letter-spacing: .004em;
        font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        margin-top: 6px;
    }

    #contact-intro p {
        margin-top: 0.4em;
        color: #86868b;
    }

    #contact {
        margin: 40px 0;
    }

    #contact .container {
        background-color: rgb(239, 239, 239);
        max-width: 1170px;
        padding: 25px 25px 25px 25px;
    }
}


/* =========================== Blog Page ============================== */
#blog-intro {
    height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#blog-intro .jumbotron {
    height: 45vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#blog-intro .container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
#blog-details {
    padding: 4rem 0;
    background: white;
}
.blogs-categories-center-side-inner-h4 a {
    color: #ef9d9f;
}
.blogs-categories-center-side-inner-h4 a:hover {
    color: white;
    background: #ef9d9f;
    padding: 2px;
}
#blog-details .bd-callout {
    padding: 1.25rem;
    margin-top: 0.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
}
#blog-details .bd-callout-info {
    border-left-color: #282828 !important;
    border-left-width: 6px;
}
#blog-details .marketing-tools-items a {
    text-decoration: none;
}
#blog-details .marketing-tools-items a:hover {
    text-decoration: none;
    color: #ef9d9f;
}

#blog-details .container hr.blog-hr {
    border: 0.1rem solid rgba(239,157,159,0.4);
}
#blog-details .container ul {
    list-style: none;
    padding-left: 0;
}
#blog-details .container ul li a:hover, #blog-details .container ul li span:hover {
    text-decoration: none;
    color: #ef9d9f;
}
#blog-details .blogs-categories-center-side-inner a {
        text-decoration: none;
}
