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

.col-lg-6,
.col-lg-4 {
    padding: 0 30px;
}

.container {
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Philosopher', sans-serif;
}

h3 {
    font-weight: bold;
    font-size: 2.5em;
}

small {
    font-size: 0.4em;
}

small.featured {
    font-size: 1em;
}

.container-fluid {
    padding-right: var(--bs-gutter-x, 0rem);
    padding-left: var(--bs-gutter-x, 0rem);

}

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

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

.text-styles {
    padding: 0 15px;
}

/*** HEADER, HERO & NAV ***/


nav {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
    height: fit-content;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 18px -6px rgba(161, 161, 161, 0.2);
    box-shadow: 0px 10px 18px -6px rgba(161, 161, 161, 0.2);
}

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

nav ul {
    display: flex;
    align-items: center;
    list-style-type: none;
    float: right;
    padding: 0px;
    margin: 30px 40px 30px 0;
}

nav ul li {
    position: relative;
    display: inline-block;
    margin-right: 30px;
}

nav ul li a {
    color: #303030;
    text-decoration: none;
}

nav ul li a:hover {
    cursor: pointer;
}

.hamburger {
    cursor: pointer;
    display: none;
}

.bar {
    display: none;
    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;
}

/*** HERO CONTENT ***/

#hero {
    display: flex;
    background-image: url(../images/hero-bg@2x.jpg);
    background-position: center;
    background-size: cover;
    overflow: hidden;
    height: 65vh;
}

.inv {
    padding: 0 10px;
}

.hero-service-section {
    display: flex;
    align-items: center;
    color: #303030;
}

.service-card {
    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 ***/
.intro-section {
    margin-top: 100px;
    background-color: #fff;
}

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

.intro-message {
    padding-right: 30px;
}

.intro-message p {
    color: #303030;
    margin-bottom: 30px;
}

.intro-image {
    padding-left: 30px;
}

.divider {
    margin: 60px 0;
}

/*WEBSITE DESIGN PACKAGES */

.design-packages {
    color: #303030;
}

.design-packages p {
    color: #303030;
}

.design-packages a {
    color: goldenrod;
    text-decoration: none;
}

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

.design-card {
    background: #202A42;
    -webkit-box-shadow: 0px 12px 25px 13px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 12px 25px 13px rgba(0, 0, 0, 0.15);
    color: white;
    border-radius: 16px;
    min-height: 100%;
}

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

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

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


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

.featured-work {
    margin-bottom: 100px;
}



/*FOOTER*/

footer {
    display: block;
    padding: 80px 0 80px 0;
    background: #202A42;
    background: -moz-linear-gradient(top, #202A42 0%, #2C3A5C 100%);
    background: -webkit-linear-gradient(top, #202A42 0%, #2C3A5C 100%);
    background: linear-gradient(to bottom, #202A42 0%, #2C3A5C 100%);
}

footer ul,
footer p {
    color: #fff;
    list-style: none;
}

footer ul li {
    margin-bottom: 6px;
    font-weight: 400;
}

.footer-links,
.f-studio-logo {
    padding: 0px;
}

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

.footer-links li a:hover {
    color: goldenrod;
}

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

.social-channels img {
    display: inline-block;
    width: 32px;
    margin-right: 6px;
}

/*INDIVIDUAL PAGES*/


.project-overview {
    display: block;
    position: relative;
    background-color: #202A42;
    height: 220px;
    padding: 0;
}

.hero-purple {
    display: flex;
}

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

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

.project-info a {
    color: goldenrod;
    margin: 0;
    margin-bottom: 6px;
    text-decoration: none;
    font-weight: bold;
}

.portfolio-intro {
    display: flex;
    margin-top: 60px;
    margin-bottom: 240px;
}

.intro-text p {
    display: flex;
    margin-right: 100px;
    color: #303030;
}

.additional-info p {
    padding-right: 30px;
}

.portfolio-hero-image img {
    display: flex;
    position: absolute;
    margin-top: -220px;
}

.project-flowchart {
    padding-right: 50px;
}

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

.project-insights {
    margin-bottom: 100px;
}

.project-styles {
    padding-left: 50px;
}

.styles {
    padding: 15px;
}

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

/*** FLOWCHART SECTION ***/
.flowchart {
    background-color: #181e5f;
    margin-top: 60px;
    padding: 100px 0 100px 0;
}

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

/*** OTHER PROJECT INFO ***/

.project-images {
    margin-bottom: 80px;
    margin-top: 80px;
}

.typography {
    margin-top: 0px;
}

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

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

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

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

.proj-img {
    margin-top: 80px;
}

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

.project-insights .col-md-6 {
    padding: 0;
    margin: 0;
}

.project-flowchart {
    display: block;
    overflow: hidden;
}

/*---- 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;
}

/*--------------QUESTIONS------------*/

.question {
    background: #202A42;
    color: #fff;
}

.question p {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #fff;
    ;
}

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

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

.question-white {
    background: #fff;
    color: #303030;
}

.question-white p {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #303030;
}

.question-white a {
    color: goldenrod;
    text-decoration: none;
}

.question-white a:hover {
    color: #303030;
    transition: 0.5s;
}

/*UX/UI PORTFOLIO*/

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

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

/* DESIGN PRICES PAGE */

i {
    color: white;
}

/*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;
    outline-style: none;
}

.form-group.col-md-12 {
    padding: 0 10px;
}

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]::placeholder,
input[type=email]::placeholder {
    color: #ccc;
}

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

/*  GRAPHIC DESIGN */

.text-gold {
    color: goldenrod;
    text-decoration: none;
}

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

.graphic-div {
    background-image: url(./images/graphic-bg-lottie@2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    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: 100%;
    margin-top: 60px;
}

.page-title p {
    color: #000;
    text-align: center;
    padding: 0 10%;
}

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

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

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

.details-outer-box-right {
    padding-left: 20px;
}

.details-outer-box-left {
    padding-right: 20px;
}

.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: 20px;
    margin-top: 30px;
}

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

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

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

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

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

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

.help-link {
    margin-top: 40px;
}

.finer-details .inclusion-title {
    margin-top: 30px;
    margin-bottom: 30px;
}

/* -- WEBSITE SETUP PAGE --*/

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

.website-setup h3 {
    margin-bottom: 20px;
}

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

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


/*-- ONE PAGE SETUP*/
.one-page-setup {
    margin-top: 60px;
    margin-bottom: 100px;
}

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

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

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

.one-page-details {
    border-left: 4px solid goldenrod;
    padding: 30px;
    min-height: 700px;
}

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

.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: 500px;
}

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

.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: 500px;
}