/* SCREENS UP TO 3000PX WIDE ------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 3000px) {

    .row {
        --bs-gutter-x: 1.5rem;
    }

    .portfolio-hero-image img {
        display: flex;
        position: absolute;
        margin-top: -210px;
        width: 32%;
    }

    .intro-text p {
        display: flex;
        padding-right: 30px;
        margin: 0;
        order: 2;
    }

    .page-title {
        display: block;
        position: relative;
        width: 70%;
        margin: 0 auto;
        margin-top: 60px;
    }

    .page-title h2 {
        width: 100%;
    }

    .sub-title {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .help-link {
        width: 80%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .page-title p {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .pill-box {
        margin-bottom: 0px;
        padding: 24px;
    }

    .container .finer-details {
        padding: 0;
    }

    h3.development-titles {
        font-size: 30px;
    }

    .finer-details {
        margin-top: 0px;
        margin-bottom: 60px;
    }

    .details-outer-box-right {
        padding: 0 30px;
        padding: 0 0 0 15px;
    }

    .details-outer-box-left {
        padding: 0 15px 0 0;
        margin-bottom: 30px;
    }

    .included-details {
        background-color: #202A42;
        color: white;
        padding: 40px;
        border-radius: 16px;
        min-height: 440px;
    }

    .included-details ul {
        padding: 0 16px;
    }

    .not-included-details {
        background-color: #202A42;
        color: white;
        padding: 40px;
        border-radius: 16px;
        min-height: 440px;
    }

    .not-included-details ul {
        padding: 0 16px;
    }

    #package-cards {
        display: block;
        position: relative;
        background-color: #ffffff;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .packages-title {
        margin-bottom: 48px;
    }

    .pill-box-container {
        padding: 0px;
        background-color: #202A42;
    }

    .pill-box p {
        text-align: center;
        color: #fff;
        margin-top: 12px;
        margin-bottom: 0px;
    }

    .pill-box h4 {
        text-align: center;
        color: #fff;
        margin-top: 0;
        margin-bottom: 12px;
    }

    .col-lg-3 {
        border-bottom: 1px solid #fff;
        border-right: none;
    }

    .col-lg-3:last-child {
        border: none;
    }

    .col-md-6.pill-box-container {
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
    }


    a.details-link {
        text-decoration: none;
        color: goldenrod;
    }

    .portfolio-intro {
        margin-bottom: 120px;
    }

    .project-info {
        margin-left: 60px
    }

    .project-info h2,
    .project-info p {
        margin: 0;
    }

    .project-info a {
        margin-left: 0px;
    }

    .project-insights {
        margin-top: 160px;
    }

}



/* SCREENS 992 TO 1200PX WIDE -------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1200px) {

    .project-info {
        display: block;
        position: absolute;
        width: 70%;
        bottom: 30px;
        margin: 0 0 0 80px;
    }

    .project-info h2 {
        color: #fff;
        margin: 0;
        margin-bottom: 6px;
    }

    .project-info p {
        margin: 0px;
    }

    .project-info a {
        margin-left: 0px;
    }

    .portfolio-intro {
        margin-bottom: 80px;
    }

    .row {
        --bs-gutter-x: 1.5rem;
    }

    /* DEVELOPMENT PAGE */
    .page-title {
        display: block;
        position: relative;
        width: 70%;
        margin: 0 auto;
        margin-top: 60px;
    }

    .page-title h2 {
        width: 100%;
    }

    .sub-title {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .help-link {
        width: 80%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .page-title p {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .pill-box {
        margin-bottom: 0px;
        padding: 24px;
    }

    .container .finer-details {
        padding: 0;
    }

    h3.development-titles {
        font-size: 30px;
    }

    .finer-details {
        margin-top: 0px;
        margin-bottom: 60px;
    }

    .details-outer-box-right {
        padding: 0 30px;
        padding: 0 0 0 15px;
    }

    .details-outer-box-left {
        padding: 0 15px 0 0;
        margin-bottom: 30px;
    }


    .included-details {
        background-color: #202A42;
        color: white;
        padding: 40px;
        border-radius: 16px;
        min-height: 480px;
    }

    .included-details ul {
        padding: 0 16px;
    }

    .not-included-details {
        background-color: #202A42;
        color: white;
        padding: 40px;
        border-radius: 16px;
        min-height: 480px;
    }

    .not-included-details ul {
        padding: 0 16px;
    }

    #package-cards {
        display: block;
        position: relative;
        background-color: #ffffff;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .packages-title {
        margin-bottom: 48px;
    }

    .pill-box-container {
        padding: 0px;
        background-color: #202A42;
    }

    .pill-box p {
        text-align: center;
        color: #fff;
        margin-top: 12px;
        margin-bottom: 0px;
    }


    .pill-box h4 {
        text-align: center;
        color: #fff;
        margin-top: 0;
        margin-bottom: 12px;
    }

    .col-lg-3 {
        border-bottom: 1px solid #fff;
        border-right: none;
    }

    .col-lg-3:last-child {
        border: none;
    }

    .col-md-6.pill-box-container {
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    a.details-link {
        text-decoration: none;
        color: goldenrod;
    }

    .website-setup {
        margin-top: 60px;
        margin-bottom: 100px;
    }

    .website-setup h3 {
        margin-bottom: 20px;
        font-size: 1.8em;
    }

    .website-setup h3,
    p {
        color: #000;
    }

}




/* SCREENS 768 TO 992PX WIDE -------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 992px) {

    /***  MOBILE MENU  ***/
    .hamburger {
        display: block;
        margin-right: 40px;
        cursor: pointer;
        z-index: 9999;
    }

    .hamburger-white {
        display: block;
        margin-right: 40px;
        cursor: pointer;
        z-index: 9999;
        padding: 20px 0;
    }

    .bar {
        display: block;
        width: 24px;
        height: 2px;
        margin: 4px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #1c4152;
    }

    .bar-w {
        display: block;
        width: 24px;
        height: 2px;
        margin: 4px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #ffffff;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .nav.navbar {
        display: flex;
        position: fixed;
    }

    nav a img {
        display: inline-block;
        height: auto;
        width: 140px;
        margin: 20px 0 20px 30px;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 82px;
        gap: 0;
        flex-direction: column;
        background-color: #202A42;
        color: #fff;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        z-index: 3;
        -webkit-box-shadow: 0px 10px 40px 6px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0px 10px 40px 6px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 10px 40px 6px rgba(0, 0, 0, 0.12);
    }

    .nav-bar img {
        display: block;
        margin-left: 30px;
    }

    .nav-item {
        width: 100%;
        padding: 24px 0;
    }

    .nav-item a {
        color: #fff;
    }

    .nav-menu.active {
        left: 0;
    }


    /***** HERO SERVICES  ***/
    .row>* {
        padding-right: calc(var(--bs-gutter-x) * 0);
        padding-left: calc(var(--bs-gutter-x) * 0);
    }

    .row {
        --bs-gutter-x: 1.5rem;
    }

    #hero {
        display: flex;
        background-image: url(../images/hero-bg@2x.jpg);
        background-color: #1c4152;
        background-position: center;
        background-size: cover;
        overflow: hidden;
        height: auto;
        z-index: -10;
    }

    .hero-services {
        margin-top: 80px;
        margin-bottom: 40px;
    }

    .inv {
        display: block;
        padding: 0 80px;
        margin-bottom: 40px;
    }


    .project-info {
        display: flex;
        position: absolute;
        width: auto;
        bottom: 30px;
        left: 60px;
        color: #fff;

    }

    .hero-service-section {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        color: #303030;
    }

    .service-card {
        display: block;
        background-color: white;
        padding: 40px 30px;
        border-radius: 6px;
    }

    .service-card h3 {
        margin-bottom: 10px;
        font-size: 1.6rem;
        font-weight: bold;
        color: #000;
    }

    .service-card p {
        margin-bottom: 24px;
        color: #303030;
    }

    .service-card button {
        display: block;
        position: relative;
        background-color: goldenrod;
        padding: 6px 20px;
        margin: 0 auto;
        border: none;
        border-radius: 4px;
        color: white;
        width: 100%;
    }


    .intro-section {
        margin-top: 100px;
        background-color: #fff;
    }

    button {
        display: block;
        position: relative;
        background-color: goldenrod;
        padding: 6px 20px;
        border: none;
        border-radius: 4px;
        color: white;
        width: 180px;
    }


    /*** INTRO SECTION ***/

    .intro-section {
        margin-top: 40px;
        background-color: #fff;
        text-align: center;
    }

    button {
        width: 100%;
    }

    .intro-message {
        padding: 0 20px;
        text-align: left;
    }

    .intro-image {
        display: flex;
        margin-top: 150px;
        padding: 0px;
    }


    /*** WEBSITE DESIGN PACKAGES ***/

    .design-card-space {
        padding: 20px;
    }

    .design-card {
        background: #202A42;
        color: white;
        border-radius: 16px;
        min-height: 100%;
    }

    .card-design-details,
    .card-dev-details {
        padding: 30px;
        text-align: center;
    }

    .card-design-details,
    .card-dev-details {
        color: #fff;
    }

    .card-design-details>ul>li,
    .card-dev-details>ul>li {
        list-style-type: none;
        padding: 6px 0;
    }

    .card-design-details {
        border-bottom: 2px solid #fff;
    }

    .card-design-details p,
    .card-dev-details p {
        color: #fff;
    }

    .card-design-details ul {
        padding: 0px;
    }

    .line {
        width: 80px;
        height: 2px;
        background-color: #C19946;
        margin: 0 auto;
    }

    /* FEATURED WORK */

    #featured-work {
        display: none;
        margin: 80px 0 80px 0;
    }

    /*** FOOTER ***/

    footer {
        display: block;
        padding: 80px 0 80px 0;
        background-color: #257C76;
        border: none;
    }

    footer ul,
    footer p {
        color: #fff;
        list-style: none;
        margin-top: 0px;
    }

    footer ul li {
        margin-bottom: 10px;
        font-weight: 200;
        text-align: center;
    }

    .footer-links ul {
        padding: 0;
    }

    .footer-links li {
        text-align: start;
    }

    .footer-links li a {
        text-decoration: none;
        color: white;
    }

    .f-studio-logo img {
        display: block;
        width: 80px;
        margin: 0 auto;
    }

    .social-channels {
        display: block;
        margin: 0;
        padding: 0;
    }

    .social-channels {
        display: block;
        text-align: left;
    }

    .social-icons p {
        justify-content: center;
    }

    .social-icons {
        display: flex;
        justify-content: start;
    }

    .social-icons img {
        margin-left: 00px;
        margin-right: 10px;
    }


    /*INDIVIDUAL PAGES*/

    .divider {
        margin: 20px 0;
    }

    .off {
        display: none;
    }

    .project-overview {
        max-height: 180px;
    }

    .project-info {
        display: block;
        position: absolute;
        width: 70%;
        bottom: 30px;
        margin: 0 0 0 -30px;
    }

    .project-info h2,
    p {
        color: #fff;
        margin: 0;
        margin-bottom: 6px;
    }

    .project-info p {
        margin: 0;
    }

    .project-info a {
        margin-left: 0px;
    }

    .portfolio-intro {
        display: flex;
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .portfolio-hero-image img {
        display: block;
        position: relative;
        margin-top: 20px;
        width: 80%;
    }

    .intro-text p {
        display: flex;
        padding: 0 30px 0 0;
        margin: 0;
        order: 2;
    }

    .project-details {
        margin-bottom: 100px;
        margin-top: 60px;
    }

    .project-styles {
        padding-left: 0px;
        width: 100%;
        margin-top: 40px;
    }

    .project-styles-title {
        text-align: center;
    }

    .styles {
        padding: 15px;
        text-align: center;
    }

    .project-details {
        margin-bottom: 100px;
        margin-top: 60px;
    }

    .style-squares {
        text-align: center;
    }

    /*** FLOWCHART ***/
    .flowchart {
        background-color: #f8f8f8;
        height: 4px;
        padding: 0;
    }

    .flowchart img {
        display: none;
        width: 80%;
        margin: 0 auto;
    }

    /*** OTHER PROJECT INFO ***/

    .project-images {
        margin-bottom: 20px;
        margin-top: 20px;
        padding: 0;
    }

    .typography {
        margin-top: 100px;
    }

    .typography h2 {
        text-align: center;
    }

    .typeface-info {
        border-top: 2px solid #ccc;
        text-align: center;
    }

    .typeface-info p {
        margin: 0;
        color: #303030;
    }

    .project-images .about-style {
        padding-right: 0px;
    }

    .project-images .about-style p {
        margin-top: 40px;
        color: #303030;
        padding: 0 40px;
        margin: 0;
    }

    /*---- RALEWAY ------ */
    p.raleway-light {
        font-family: 'Raleway', sans-serif;
        font-weight: 100;
        font-size: 4em;
    }

    p.raleway-regular {
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-size: 4em;
    }

    p.raleway-bold {
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: 4em;
    }

    /*---- LATO ------ */
    p.lato-light {
        font-family: 'Lato', sans-serif;
        font-weight: 100;
        font-size: 4em;
    }

    p.lato-regular {
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 4em;
    }

    p.lato-bold {
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        font-size: 4em;
    }

    /*-----STYLE SQUARES ------*/

    .style-squares div {
        display: inline-block;
        margin-top: 30px;
    }

    .style-square-woodcrow-1 {
        display: block;
        width: 80px;
        height: 80px;
        background-color: #2EB19C;
        border-radius: 8px;
    }

    .style-square-woodcrow-2 {
        display: block;
        width: 80px;
        height: 80px;
        background-color: #FE5503;
        border-radius: 8px;
    }

    .style-square-woodcrow-3 {
        display: block;
        width: 80px;
        height: 80px;
        background-color: #03FED7;
        border-radius: 8px;
    }

    .style-square-sg-1 {
        display: block;
        width: 80px;
        height: 80px;
        background-color: #35ac75;
        border-radius: 8px;
    }

    .style-square-sg-2 {
        display: block;
        width: 80px;
        height: 80px;
        background-color: #E76c6c;
        border-radius: 8px;
    }

    .style-square-sg-3 {
        display: block;
        width: 80px;
        height: 80px;
        background-color: #3199da;
        border-radius: 8px;
    }

    .style-square-sg-4 {
        display: block;
        width: 80px;
        height: 80px;
        background-color: #727476;
        border-radius: 8px;
    }

    .style-square-seid-1 {
        display: block;
        width: 80px;
        height: 80px;
        background-color: #53bf9f;
        border-radius: 8px;
    }

    .style-square-seid-2 {
        display: block;
        width: 80px;
        height: 80px;
        background-color: #725648;
        border-radius: 8px;
    }

    .style-square-seid-3 {
        display: block;
        width: 80px;
        height: 80px;
        background-color: #eef9f5;
        border-radius: 8px;
    }

    /*--------------QUESTION------------*/

    .question {
        text-align: center;
        padding: 0 80px;
        clear: both;
    }

    .question-white {
        padding: 0 80px;
    }

    .question a:hover {
        color: #fff;
        transition: 0.5s;
    }

    /*UX/UI PORTFOLIO*/

    .thumb-images .col-md-4 {
        padding: 0;
    }

    .portfolio-title {
        margin-top: 60px;
        margin-bottom: 30px;
        padding: 0 80px;
    }

    /*COMING SOON PAGE*/

    h1.coming {
        margin-top: 120px;
    }

    /*CONTACT PAGE*/

    .contact-section {
        margin-top: 80px;
        margin-bottom: 100px;
    }

    form {
        color: white;
        width: 720px;
        margin: 0 auto;
        margin-top: 30px;
    }

    textarea {
        resize: none;
        height: 150px;
    }

    form button {
        float: right;
        margin-top: 20px;
    }

    .block-input {
        margin-top: 20px;
    }

    .block-input .col-md-6 {
        padding-right: 10px;
        padding-left: 10px;
    }

    label {
        margin-bottom: 2px;
        color: #000;
    }

    input[type=text]:active,
    input[type=email]:active {
        outline: none;
    }

    input[type=text]::placeholder,
    input[type=email]::placeholder {
        color: #ccc;
    }

    input[type=text]:focus,
    input[type=email]:focus {
        background-color: #202A42;
        color: white;
    }

    /*  GRAPHIC DESIGN */

    .gd-bg {
        background-color: #f8f8f8;
        height: auto;
    }

    .graphic-div {
        background-image: url(./images/graphic-bg-lottie@2x.png);
        background-position: center;
        background-repeat: repeat;
        background-size: contain;
        background-color: #fff;
        padding: 40px 0 80px 0;
        -webkit-box-shadow: 0px 4px 12px 8px rgba(219, 219, 219, 0.15);
        box-shadow: 0px 4px 12px 8px rgba(219, 219, 219, 0.15);
        z-index: 99999;
    }

    .graphic-div h2 {
        margin-top: 30px;
        margin-bottom: 100px;
    }

    .graphic-product {
        display: flex;
        position: relative;
        width: 300px;
        align-items: center;
    }

    /* DEVELOPMENT PAGE */

    .page-title {
        display: block;
        position: relative;
        width: 70%;
        margin: 0 auto;
        margin-top: 60px;
    }

    .page-title h2 {
        width: 100%;
    }

    .sub-title {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .help-link {
        width: 80%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .page-title p {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .pill-box {
        margin-bottom: 0px;
        padding: 24px;
    }

    .container .finer-details {
        padding: 0;
    }

    h3.development-titles {
        font-size: 30px;
    }

    .finer-details {
        margin-top: 0px;
        margin-bottom: 60px;
    }

    .details-outer-box-right {
        padding: 0 30px;
        padding: 0 0 0 15px;
    }

    .details-outer-box-left {
        padding: 0 15px 0 0;
        margin-bottom: 30px;
    }

    .offset-md-2 {
        margin-left: 0px;
    }

    .included-details {
        background-color: #202A42;
        color: white;
        padding: 40px;
        border-radius: 16px;
        min-height: 480px;
    }

    .included-details ul {
        padding: 0 16px;
    }

    .not-included-details {
        background-color: #202A42;
        color: white;
        padding: 40px;
        border-radius: 16px;
        min-height: 480px;
    }

    .not-included-details ul {
        padding: 0 16px;
    }

    #package-cards {
        display: block;
        position: relative;
        background-color: #ffffff;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .packages-title {
        margin-bottom: 48px;
    }

    .pill-box-container {
        padding: 0px;
        background-color: #202A42;
    }

    .pill-box p {
        text-align: center;
        color: #fff;
        margin-top: 12px;
        margin-bottom: 0px;
    }

    .pill-box h4 {
        text-align: center;
        color: #fff;
        margin-top: 0;
        margin-bottom: 12px;
    }

    .col-lg-3 {
        border-bottom: 1px solid #fff;
        border-right: none;
    }

    .col-lg-3:last-child {
        border: none;
    }

    .col-md-6.pill-box-container {
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .no-border-right {
        border-right: none;
    }

    a.details-link {
        text-decoration: none;
        color: goldenrod;
    }

    /*-- WEBSITE SETUP --*/
    .website-setup {
        margin-top: 60px;
        margin-bottom: 100px;
    }

    .website-setup h3 {
        margin-bottom: 20px;
        font-size: 1.8em;
    }

    .website-setup h3,
    p {
        color: #000;
    }

    .setup-details {
        min-height: 280px;
        margin-bottom: 30px;
    }


    /*-- SMALL BUSINESS SETUP*/
    .small-b-setup {
        margin-top: 60px;
        margin-bottom: 10px;
    }

    .small-b-setup .col-lg-3 {
        padding: 20px 0;
    }

    .small-b-setup h3 {
        margin-bottom: 20px;
        font-size: 1.8em;
    }

    .small-b-details h4 {
        font-size: 1em;
        font-style: italic;
        color: #aaa;
    }

    .small-b-details h3,
    p {
        color: #000;
    }

    .small-b-details {
        border-left: 4px solid goldenrod;
        padding: 30px;
        min-height: 300px;
    }

    /*-- LARGE BUSINESS SETUP*/
    .large-b-setup {
        margin-top: 60px;
        margin-bottom: 10px;
    }

    .large-b-setup .col-lg-3 {
        padding: 20px 0;
    }

    .large-b-setup h3 {
        margin-bottom: 20px;
        font-size: 1.8em;
    }

    .large-b-details h4 {
        font-size: 1em;
        font-style: italic;
        color: #aaa;
    }

    .large-b-details h3,
    p {
        color: #000;
    }

    .large-b-details {
        border-left: 4px solid goldenrod;
        padding: 30px;
        min-height: 300px;
    }

    .one-page-details {
        padding: 30px;
        min-height: 280px;
        margin-bottom: 30px;
    }
}



/* SCREENS 577 TO 768PX WIDE -------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {

    /***  MOBILE MENU  ***/
    .hamburger {
        display: block;
        margin-right: 40px;
        cursor: pointer;
        z-index: 9999;
    }

    .hamburger-white {
        display: block;
        margin-right: 40px;
        cursor: pointer;
        z-index: 9999;
        padding: 20px 0;
    }

    .bar {
        display: block;
        width: 24px;
        height: 2px;
        margin: 4px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #1c4152;
    }

    .bar-w {
        display: block;
        width: 24px;
        height: 2px;
        margin: 4px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #ffffff;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .nav.navbar {
        display: flex;
        position: fixed;
    }

    nav a img {
        display: inline-block;
        height: auto;
        width: 140px;
        margin: 20px 0 20px 30px;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 82px;
        gap: 0;
        flex-direction: column;
        background-color: #202A42;
        color: #fff;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        z-index: 3;
        -webkit-box-shadow: 0px 10px 40px 6px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0px 10px 40px 6px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 10px 40px 6px rgba(0, 0, 0, 0.12);
    }

    .nav-bar img {
        display: block;
        margin-left: 40px;
    }

    .nav-item {
        width: 100%;
        padding: 24px 0;
    }

    .nav-item a {
        color: #fff;
    }

    .nav-menu.active {
        left: 0;
    }

    ol,
    ul {
        padding-left: 0rem;
    }

    /***** HERO SERVICES  ***/
    .row>* {
        padding-right: calc(var(--bs-gutter-x) * 0);
        padding-left: calc(var(--bs-gutter-x) * 0);
    }

    #hero {
        background-image: none;
        background-color: #1c4152;
        background-position: center;
        background-size: cover;
        overflow: hidden;
        height: auto;
        z-index: -10;
    }

    .hero-services {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .inv {
        display: block;
        padding: 20px;
        margin-bottom: 0;
    }

    .project-info {
        display: flex;
        position: absolute;
        width: auto;
        bottom: 30px;
        left: 60px;
        color: #fff;
    }

    .project-info a {
        margin-left: 0px;
    }

    .hero-service-section {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        color: #303030;
    }

    .service-card {
        display: block;
        background-color: white;
        padding: 40px 30px;
        border-radius: 6px;
    }

    .service-card h3 {
        margin-bottom: 10px;
        font-size: 1.6rem;
        font-weight: bold;
        color: #000;
    }

    .service-card p {
        margin-bottom: 24px;
        color: #303030;
    }

    .service-card button {
        display: block;
        position: relative;
        background-color: goldenrod;
        padding: 6px 20px;
        margin: 0 auto;
        border: none;
        border-radius: 4px;
        color: white;
        width: 100%;
    }


    button {
        display: block;
        position: relative;
        background-color: goldenrod;
        padding: 6px 20px;
        border: none;
        border-radius: 4px;
        color: white;
        width: 180px;
    }


    /*** INTRO SECTION ***/

    .intro-section {
        margin-top: 40px;
        background-color: #fff;
    }

    .intro-message {
        text-align: center;
        margin: 0 15px;
    }

    button {
        width: 100%;
    }

    .intro-message {
        padding: 0 20px;
    }

    .intro-image {
        display: flex;
        margin-top: 30px;
        padding: 20px;
    }

    /*** WEBSITE DESIGN PACKAGES ***/
    .row {
        margin-right: calc(var(--bs-gutter-x) 0);
        margin-left: calc(var(--bs-gutter-x) 0);
    }

    .design-packages p {
        padding: 0 30px;
    }

    .design-card-space {
        padding: 20px;
    }

    .design-card {
        background: #202A42;
        color: white;
        border-radius: 16px;
        min-height: 100%;
    }

    .card-design-details,
    .card-dev-details {
        padding: 30px;
        text-align: center;
    }

    .card-design-details,
    .card-dev-details {
        color: #fff;
    }

    .card-design-details>ul>li,
    .card-dev-details>ul>li {
        list-style-type: none;
        padding: 6px 0;
    }

    .card-design-details {
        border-bottom: 2px solid #fff;
    }


    .line {
        width: 80px;
        height: 2px;
        background-color: #C19946;
        margin: 0 auto;
    }

    /* FEATURED WORK */

    .featured-work {
        margin: 0 auto;
    }

    .featured-work h2 {
        margin-top: 30px;
    }

    .divider-remove {
        display: none;
    }

    .carousel-inner {
        margin-top: 0px;
        margin-bottom: 60px;
    }

    /*** FOOTER ***/

    footer {
        display: block;
        padding: 80px 0 80px 0;
        background-color: #257C76;
        border: none;
    }

    footer ul,
    footer p {
        color: #fff;
        list-style: none;
        margin-top: 60px;
    }

    footer ul li {
        margin-bottom: 10px;
        font-weight: 200;
        text-align: center;
    }

    .footer-links ul {
        padding: 0;
    }

    .footer-links li {
        text-align: center;
    }

    .footer-links li a {
        text-decoration: none;
        color: white;

    }

    .f-studio-logo img {
        display: block;
        width: 80px;
        margin: 0 auto;
    }

    .social-channels {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .social-channels {
        display: block;
        text-align: center;
    }

    .social-icons p {
        justify-content: center;
    }

    .social-icons {
        display: flex;
        justify-content: center;
    }

    .social-icons img {
        margin-left: 10px;
        margin-right: 10px;
    }


    /*INDIVIDUAL PAGES*/

    .divider {
        margin: 20px 0;
    }

    .off {
        display: none;
    }

    .project-overview {
        max-height: 180px;
    }

    .project-info {
        display: block;
        position: absolute;
        width: 70%;
        bottom: 30px;
        margin: 0 0 0 -30px;
    }

    .project-info h2,
    p {
        color: #fff;
        margin: 0;
        margin-bottom: 6px;
    }

    .project-info p {
        margin: 0;
    }

    .portfolio-intro {
        display: flex;
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .portfolio-hero-image img {
        display: block;
        position: relative;
        margin-top: 20px;
        padding: 30px;
        width: 100%;
    }

    .intro-text p {
        display: block;
        position: relative;
        padding: 0 30px;
        margin: 0;
    }

    .project-insights {
        margin-top: 0;
        padding: 0px;
    }

    .project-styles {
        margin-top: 50px;
    }

    .project-styles,
    .project-flowchart {
        text-align: center;
        padding: 0;
    }


    /*** FLOWCHART ***/
    .flowchart {
        background-color: #f8f8f8;
        height: 4px;
        padding: 0;
    }

    .flowchart img {
        display: none;
        width: 80%;
        margin: 0 auto;
    }

    /*** OTHER PROJECT INFO ***/

    .project-images {
        margin-bottom: 20px;
        margin-top: 20px;
        padding: 0;
    }

    .typography {
        margin-top: 100px;
    }

    .typography h2 {
        text-align: center;
    }

    .typeface-info {
        border-top: 2px solid #ccc;
        text-align: center;
    }

    .typeface-info p {
        margin: 0;
        color: #303030;
    }

    .project-images .about-style {
        padding-right: 0px;
    }

    .project-images .about-style p {
        margin-top: 40px;
        color: #303030;
        padding: 0 40px;
        margin: 0;
    }

    /*---- RALEWAY ------ */
    p.raleway-light {
        font-family: 'Raleway', sans-serif;
        font-weight: 100;
        font-size: 4em;
    }

    p.raleway-regular {
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-size: 4em;
    }

    p.raleway-bold {
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: 4em;
    }

    /*---- LATO ------ */
    p.lato-light {
        font-family: 'Lato', sans-serif;
        font-weight: 100;
        font-size: 4em;
    }

    p.lato-regular {
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 4em;
    }

    p.lato-bold {
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        font-size: 4em;
    }

    /*-----STYLE SQUARES ------*/

    .style-squares div {
        display: inline-block;
        margin-top: 30px;
    }

    .style-square-woodcrow-1 {
        display: block;
        width: 80px;
        height: 80px;
        background-color: #2EB19C;
        border-radius: 8px;
    }

    .style-square-woodcrow-2 {
        display: block;
        width: 80px;
        height: 80px;
        background-color: #FE5503;
        border-radius: 8px;
    }

    .style-square-woodcrow-3 {
        display: block;
        width: 80px;
        height: 80px;
        background-color: #03FED7;
        border-radius: 8px;
    }

    .style-square-sg-1 {
        display: block;
        width: 80px;
        height: 80px;
        background-color: #35ac75;
        border-radius: 8px;
    }

    .style-square-sg-2 {
        display: block;
        width: 80px;
        height: 80px;
        background-color: #E76c6c;
        border-radius: 8px;
    }

    .style-square-sg-3 {
        display: block;
        width: 80px;
        height: 80px;
        background-color: #3199da;
        border-radius: 8px;
    }

    .style-square-sg-4 {
        display: block;
        width: 80px;
        height: 80px;
        background-color: #727476;
        border-radius: 8px;
    }

    .style-square-seid-1 {
        display: block;
        width: 80px;
        height: 80px;
        background-color: #53bf9f;
        border-radius: 8px;
    }

    .style-square-seid-2 {
        display: block;
        width: 80px;
        height: 80px;
        background-color: #725648;
        border-radius: 8px;
    }

    .style-square-seid-3 {
        display: block;
        width: 80px;
        height: 80px;
        background-color: #eef9f5;
        border-radius: 8px;
    }

    /*--------------QUESTION------------*/

    .question {
        text-align: center;
        padding: 0 80px;
    }

    .question-white {
        padding: 0 40px;
    }

    .question a:hover {
        color: #fff;
        transition: 0.5s;
    }

    /*UX/UI PORTFOLIO*/

    .thumb-images .col-md-4 {
        padding: 0;
    }

    .portfolio-title {
        margin-top: 60px;
        margin-bottom: 30px;
        padding: 0 80px;
    }

    /*COMING SOON PAGE*/

    h1.coming {
        margin-top: 120px;
    }

    /*CONTACT PAGE*/

    .contact-section {
        margin-top: 80px;
        margin-bottom: 100px;
    }

    form {
        color: white;
        width: 100%;
        margin: 0 auto;
        margin-top: 30px;
    }

    textarea {
        resize: none;
        height: 150px;
    }

    form button {
        float: right;
        margin-top: 20px;
    }

    .block-input {
        margin-top: 20px;
    }

    .form-group.col-md-6 {
        margin-bottom: 24px;
    }

    .block-input .col-md-6,
    .form-group.col-md-12 {
        padding-right: 0px;
        padding-left: 0px;
    }

    label {
        margin-bottom: 2px;
        color: #000;
    }

    input[type=text]:active,
    input[type=email]:active {
        outline: none;
    }

    input[type=text]::placeholder,
    input[type=email]::placeholder {
        color: #ccc;
    }

    input[type=text]:focus,
    input[type=email]:focus {
        background-color: #202A42;
        color: white;
    }

    /*  GRAPHIC DESIGN */

    .gd-bg {
        background-color: #f8f8f8;
        height: auto;
    }

    .graphic-div {
        background-image: url(./images/graphic-bg-lottie@2x.png);
        background-position: center;
        background-repeat: repeat;
        background-size: contain;
        background-color: #fff;
        padding: 40px 0 80px 0;
        -webkit-box-shadow: 0px 4px 12px 8px rgba(219, 219, 219, 0.15);
        box-shadow: 0px 4px 12px 8px rgba(219, 219, 219, 0.15);
        z-index: 99999;
    }

    .graphic-div h2 {
        margin-top: 30px;
        margin-bottom: 100px;
    }

    .graphic-product {
        display: flex;
        position: relative;
        width: 300px;
        margin: 0 auto;
        align-items: center;
    }

    /* DEVELOPMENT PAGE */

    .page-title {
        display: block;
        position: relative;
        width: 70%;
        margin: 0 auto;
        margin-top: 60px;
    }

    .page-title h2 {
        width: 100%;
    }

    .sub-title {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .help-link {
        width: 80%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .page-title p {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .pill-box {
        margin-bottom: 0px;
        padding: 24px;
    }

    .container .finer-details {
        padding: 0;
    }

    h3.development-titles {
        font-size: 30px;
    }

    .finer-details {
        margin-top: 0px;
        margin-bottom: 60px;
    }

    .details-outer-box-right {
        padding: 0 30px;
    }

    .details-outer-box-left {
        padding: 0 30px;
        margin-bottom: 30px;
    }

    .offset-2 {
        margin-left: 0;
    }

    .included-details {
        background-color: #202A42;
        color: white;
        padding: 40px;
        border-radius: 16px;
        min-height: 360px;
    }

    .not-included-details {
        background-color: #202A42;
        color: white;
        padding: 40px;
        border-radius: 16px;
        min-height: 360px;
    }

    #package-cards {
        display: block;
        position: relative;
        background-color: #ffffff;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .packages-title {
        margin-bottom: 48px;
    }

    .pill-box-container {
        padding: 0px;
        background-color: #202A42;
    }

    .pill-box p {
        text-align: center;
        color: #fff;
        margin-top: 12px;
        margin-bottom: 0px;
    }

    .pill-box h4 {
        text-align: center;
        color: #fff;
        margin-top: 0;
        margin-bottom: 12px;
    }

    .col-lg-3.pill-box-container {
        border-bottom: 1px solid #fff;
        border-right: none;
    }

    .col-lg-3:last-child {
        border: none;
    }

    .no-border-right {
        border-right: none;
    }

    a.details-link {
        text-decoration: none;
        color: goldenrod;
    }

    /*-- WEBSITE SETUP --*/
    .website-setup {
        margin-top: 60px;
        margin-bottom: 100px;
    }

    .website-setup h3 {
        margin-bottom: 20px;
        font-size: 1.8em;
    }

    .website-setup h3,
    p {
        color: #000;
    }

    .setup-details {
        border-left: 4px solid goldenrod;
        padding: 30px;
        min-height: 280px;
        margin-bottom: 30px;
    }

    .one-page-details {
        padding: 30px;
        min-height: 280px;
        margin-bottom: 30px;
    }

}




/* SCREENS 376 TO 576PX WIDE -------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 576px) {


    /***  MOBILE MENU  ***/
    .hamburger {
        display: block;
        margin-right: 40px;
        cursor: pointer;
        z-index: 9999;
    }

    .hamburger-white {
        display: block;
        margin-right: 40px;
        cursor: pointer;
        z-index: 9999;
        padding: 20px 0;
    }

    .bar {
        display: block;
        width: 24px;
        height: 2px;
        margin: 4px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #1c4152;
    }

    .bar-w {
        display: block;
        width: 24px;
        height: 2px;
        margin: 4px auto;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        background-color: #ffffff;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .nav.navbar {
        display: block;
        position: fixed;
    }

    nav a img {
        display: inline-block;
        height: auto;
        width: 140px;
        margin: 20px 0 20px 30px;
    }

    .nav-menu {
        position: fixed;
        left: -100%;
        top: 82px;
        gap: 0;
        flex-direction: column;
        background-color: #202A42;
        color: #fff;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        z-index: 3;
        -webkit-box-shadow: 0px 10px 40px 6px rgba(0, 0, 0, 0.12);
        -moz-box-shadow: 0px 10px 40px 6px rgba(0, 0, 0, 0.12);
        box-shadow: 0px 10px 40px 6px rgba(0, 0, 0, 0.12);
    }

    .nav-bar img {
        display: block;
        margin-left: 30px;
    }

    .nav-item {
        width: 100%;
        padding: 24px 0;
    }

    .nav-item a {
        color: #fff;
    }

    .nav-menu.active {
        left: 0;
    }

    ol,
    ul {
        padding-left: 0rem;
    }

    /***** HERO SERVICES  ***/
    .row>* {
        padding-right: calc(var(--bs-gutter-x) * 0);
        padding-left: calc(var(--bs-gutter-x) * 0);
    }

    #hero {
        background-image: none;
        background-color: #1c4152;
        background-position: center;
        background-size: cover;
        overflow: hidden;
        height: auto;
        z-index: -10;
    }

    .hero-services {
        margin-top: 40px;
        margin-bottom: 0px;
    }

    .inv {
        display: block;
        padding: 0 40px;
        margin-bottom: 40px;
    }


    .project-info {
        display: flex;
        position: absolute;
        width: auto;
        bottom: 30px;
        left: 60px;
        color: #fff;

    }

    .project-info a {
        margin-left: 0px;
    }

    .hero-service-section {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 40px;
        color: #303030;
    }

    .service-card {
        display: block;
        background-color: white;
        padding: 40px 30px;
        border-radius: 6px;
    }

    .service-card h3 {
        margin-bottom: 10px;
        font-size: 1.6rem;
        font-weight: bold;
        color: #000;
    }

    .service-card p {
        margin-bottom: 24px;
        color: #303030;
    }

    .service-card button {
        display: block;
        position: relative;
        background-color: goldenrod;
        padding: 6px 20px;
        margin: 0 auto;
        border: none;
        border-radius: 4px;
        color: white;
        width: 100%;
    }

    /*** INTRO SECTION ***/

    button {
        display: block;
        position: relative;
        background-color: goldenrod;
        padding: 6px 20px;
        border: none;
        border-radius: 4px;
        color: white;
        width: 180px;
    }

    .intro-section {
        margin: 40px 0 0 0;
        background-color: #fff;
    }

    .col-md-6 .intro-message {
        text-align: center;
        padding: 0 30px;
    }

    button {
        width: 100%;
    }

    .intro-image {
        display: flex;
        margin-top: 30px;
        padding: 0px;
        width: 80%;
        margin: 30px auto;
    }

    /*** WEBSITE DESIGN PACKAGES ***/

    .design-packages p {
        padding: 0 30px;
    }

    .design-card-space {
        padding: 20px;
    }

    .design-card {
        background: #202A42;
        color: white;
        border-radius: 16px;
        min-height: 100%;
    }

    .card-design-details,
    .card-dev-details {
        padding: 30px;
        text-align: center;
    }

    .card-design-details,
    .card-dev-details {
        color: #fff;
    }

    .card-design-details>ul>li,
    .card-dev-details>ul>li {
        list-style-type: none;
        padding: 6px 0;
    }

    .card-design-details {
        border-bottom: 2px solid #fff;
    }

    .line {
        width: 80px;
        height: 2px;
        background-color: #C19946;
        margin: 0 auto;
    }

    /* FEATURED WORK */

    .featured-work {
        margin: 30px 0 20px 0;
    }

    .divider-remove {
        display: none;
    }

    .carousel-inner {
        margin-top: 0px;
    }

    /*** FOOTER ***/

    footer {
        display: block;
        padding: 80px 0 80px 0;
        background-color: #257C76;
        border: none;
    }

    footer ul,
    footer p {
        color: #fff;
        list-style: none;
        margin-top: 60px;
    }

    footer ul li {
        margin-bottom: 10px;
        font-weight: 200;
        text-align: center;
    }

    .footer-links ul {
        padding: 0;
    }

    .footer-links li {
        text-align: center;
    }

    .footer-links li a {
        text-decoration: none;
        color: white;

    }

    .f-studio-logo img {
        display: block;
        width: 80px;
        margin: 0 auto;
    }

    .social-channels {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .social-channels {
        display: block;
        text-align: center;
    }

    .social-icons p {
        justify-content: center;
    }

    .social-icons {
        display: flex;
        justify-content: center;
    }

    .social-icons img {
        margin-left: 10px;
        margin-right: 10px;
    }


    /*INDIVIDUAL PAGES*/

    .divider {
        margin: 20px 0;
    }

    .off {
        display: none;
    }

    .project-overview {
        max-height: 180px;
    }

    .project-info {
        display: block;
        position: absolute;
        width: 70%;
        bottom: 30px;
        margin: 0 0 0 -30px;
    }

    .project-info h2,
    p {
        color: #fff;
        margin: 0;
        margin-bottom: 6px;
    }

    .project-info p {
        margin: 0;
    }

    .portfolio-intro {
        display: flex;
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .portfolio-hero-image img {
        display: block;
        position: relative;
        margin-top: 20px;
        padding: 30px;
        width: 100%;
        order: 1;
    }

    .intro-text p {
        display: flex;
        padding: 0 40px;
        margin: 0;
        order: 2;
    }

    .additional-info p {
        padding: 45px;
    }

    .project-insights {
        margin-top: 0;
        padding: 0 25px;
    }

    .project-styles {
        margin-top: 50px;
    }

    .project-styles,
    .project-flowchart {
        text-align: center;
        padding: 0;
    }

    /*** FLOWCHART ***/
    .flowchart {
        background-color: #f8f8f8;
        height: 4px;
        padding: 0;
    }

    .flowchart img {
        display: none;
        width: 80%;
        margin: 0 auto;
    }

    /*** OTHER PROJECT INFO ***/

    .project-images {
        margin-bottom: 20px;
        margin-top: 20px;
        padding: 0;
    }

    .typography {
        margin-top: 100px;
    }

    .typography h2 {
        text-align: center;
    }

    .typeface-info {
        border-top: 2px solid #ccc;
        text-align: center;
    }

    .typeface-info p {
        margin: 0;
        color: #303030;
    }

    .project-images .about-style {
        padding-right: 0px;
    }

    .project-images .about-style p {
        margin-top: 40px;
        color: #303030;
        padding: 0 40px;
        margin: 0;
    }

    /*---- RALEWAY ------ */
    p.raleway-light {
        font-family: 'Raleway', sans-serif;
        font-weight: 100;
        font-size: 4em;
    }

    p.raleway-regular {
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-size: 4em;
    }

    p.raleway-bold {
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: 4em;
    }

    /*---- LATO ------ */
    p.lato-light {
        font-family: 'Lato', sans-serif;
        font-weight: 100;
        font-size: 4em;
    }

    p.lato-regular {
        font-family: 'Lato', sans-serif;
        font-weight: 400;
        font-size: 4em;
    }

    p.lato-bold {
        font-family: 'Lato', sans-serif;
        font-weight: 700;
        font-size: 4em;
    }

    /*-----STYLE SQUARES ------*/

    .style-squares div {
        display: inline-block;
        margin-top: 30px;
    }

    .style-square-woodcrow-1 {
        display: block;
        width: 80px;
        height: 80px;
        background-color: #2EB19C;
        border-radius: 8px;
    }

    .style-square-woodcrow-2 {
        display: block;
        width: 80px;
        height: 80px;
        background-color: #FE5503;
        border-radius: 8px;
    }

    .style-square-woodcrow-3 {
        display: block;
        width: 80px;
        height: 80px;
        background-color: #03FED7;
        border-radius: 8px;
    }

    .style-square-sg-1 {
        display: block;
        width: 80px;
        height: 80px;
        background-color: #35ac75;
        border-radius: 8px;
    }

    .style-square-sg-2 {
        display: block;
        width: 80px;
        height: 80px;
        background-color: #E76c6c;
        border-radius: 8px;
    }

    .style-square-sg-3 {
        display: block;
        width: 80px;
        height: 80px;
        background-color: #3199da;
        border-radius: 8px;
    }

    .style-square-sg-4 {
        display: block;
        width: 80px;
        height: 80px;
        background-color: #727476;
        border-radius: 8px;
    }

    .style-square-seid-1 {
        display: block;
        width: 80px;
        height: 80px;
        background-color: #53bf9f;
        border-radius: 8px;
    }

    .style-square-seid-2 {
        display: block;
        width: 80px;
        height: 80px;
        background-color: #725648;
        border-radius: 8px;
    }

    .style-square-seid-3 {
        display: block;
        width: 80px;
        height: 80px;
        background-color: #eef9f5;
        border-radius: 8px;
    }

    /*--------------QUESTION------------*/

    .question {
        text-align: center;
        padding: 0 80px;
    }

    .question-white {
        padding: 0 40px;
    }

    .question a:hover {
        color: #fff;
        transition: 0.5s;
    }

    /*UX/UI PORTFOLIO*/

    .thumb-images .col-md-4 {
        padding: 0;
    }

    .thumb-images>row {
        padding: 0;
    }

    .portfolio-title {
        margin-top: 60px;
        margin-bottom: 30px;
        padding: 0 40px;
    }

    /*COMING SOON PAGE*/

    h1.coming {
        margin-top: 120px;
    }

    /*CONTACT PAGE*/

    .contact-section {
        margin-top: 80px;
        margin-bottom: 100px;
        padding: 0 30px;
    }

    form {
        color: white;
        width: 100%;
        margin: 0 auto;
        margin-top: 30px;
    }

    textarea {
        resize: none;
        height: 150px;
    }

    form button {
        float: right;
        margin-top: 20px;
    }

    .block-input {
        margin-top: 20px;
    }

    .block-input .col-md-6,
    .form-group.col-md-12 {
        padding-right: 0px;
        padding-left: 0px;
    }

    label {
        margin-bottom: 2px;
        color: #000;
    }

    input[type=text]:active,
    input[type=email]:active {
        outline: none;
    }

    input[type=text]::placeholder,
    input[type=email]::placeholder {
        color: #ccc;
    }

    input[type=text]:focus,
    input[type=email]:focus {
        background-color: #202A42;
        color: white;
    }

    /*  GRAPHIC DESIGN */

    .gd-bg {
        background-color: #f8f8f8;
        height: auto;
    }

    .graphic-div {
        background-image: url(./images/graphic-bg-lottie@2x.png);
        background-position: center;
        background-repeat: repeat;
        background-size: contain;
        background-color: #fff;
        padding: 40px 0 80px 0;
        -webkit-box-shadow: 0px 4px 12px 8px rgba(219, 219, 219, 0.15);
        box-shadow: 0px 4px 12px 8px rgba(219, 219, 219, 0.15);
        z-index: 99999;
    }

    .graphic-div h2 {
        margin-top: 30px;
        margin-bottom: 100px;
    }

    .graphic-product {
        display: flex;
        position: relative;
        width: 300px;
        margin: 0 auto;
        align-items: center;
    }

    /* DEVELOPMENT PAGE */

    .page-title {
        display: block;
        position: relative;
        width: 70%;
        margin: 0 auto;
    }

    .page-title h2 {
        width: 100%;
    }

    .sub-title {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .help-link {
        width: 80%;
        margin: 0 auto;
        margin-top: 30px;
    }

    .page-title p {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .pill-box {
        margin-bottom: 0px;
        padding: 24px;
    }

    .container .finer-details {
        padding: 0;
    }

    h3.development-titles {
        font-size: 30px;
    }

    .finer-details {
        margin-top: 0px;
        margin-bottom: 60px;
    }

    .details-outer-box-right {
        padding: 0 30px;
    }

    .details-outer-box-left {
        padding: 0 30px;
        margin-bottom: 30px;
    }

    .offset-2 {
        margin-left: 0;
    }

    .included-details {
        background-color: #202A42;
        color: white;
        padding: 40px;
        border-radius: 16px;
        min-height: 360px;
    }

    .not-included-details {
        background-color: #202A42;
        color: white;
        padding: 40px;
        border-radius: 16px;
        min-height: 360px;
    }

    #package-cards {
        display: block;
        position: relative;
        background-color: #ffffff;
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .packages-title {
        margin-bottom: 48px;
    }

    .pill-box-container {
        padding: 0px;
        background-color: #202A42;
    }

    .pill-box p {
        text-align: center;
        color: #fff;
        margin-top: 12px;
        margin-bottom: 0px;
    }

    .pill-box h4 {
        text-align: center;
        color: #fff;
        margin-top: 0;
        margin-bottom: 12px;
    }

    .col-lg-3.pill-box-container {
        border-bottom: 1px solid #fff;
        border-right: none;
    }

    .col-lg-3:last-child {
        border: none;
    }

    a.details-link {
        text-decoration: none;
        color: goldenrod;
    }

    /*-- WEBSITE SETUP --*/

    .page-title {
        margin-top: 40px;
    }

    .page-title h2 {
        text-align: center;
    }

    .website-setup {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }

    .website-setup h3 {
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 1.8em;
    }

    .website-setup h3,
    p {
        color: #000;
    }

    .website-setup p {
        padding-bottom: 100px;
        border-bottom: 2px solid goldenrod;
    }

    .setup-details {
        border-left: none;
        padding: 0px 30px;
        min-height: 260px;
    }

    .setup-details p {
        padding-bottom: 40px;
    }

    /*-- ONE PAGE --*/

    .one-page-setup {
        margin-top: 60px;
        margin-bottom: 20px;
    }

    .one-page-setup h3 {
        margin-bottom: 20px;
        font-size: 1.8em;
    }

    .one-page-setup h3,
    p {
        color: #000;
    }

    .one-page-setup p {
        padding-bottom: 100px;
        border-bottom: 2px solid goldenrod;
    }

    .one-page-details {
        border-left: none;
        padding: 30px;
        min-height: 400px;
    }

}

/* SCREENS 0 TO 375PX WIDE -------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 375px) {

    .dev-price-box {
        min-height: 900px;
    }
}