@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
}


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');




*,
*:before,
*:after {
    box-sizing: border-box;
}

html {
    font-size: 1.14vw;
}

@media only screen and (max-width: 1025px) {
    html {
        font-size: 1.14vw;
    }
}

@media only screen and (max-width: 768px) {
    html {
        font-size: 20px;
    }
}

@media only screen and (max-width: 480px) {
    html {
        font-size: 16px;
    }
}

body {
    background: #242430;
    color: #9A9CB5;
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;

}

:root {
    --orange: #F47230;
    --purple: #7370C8;
    --dark: rgba(0, 0, 0, 0.4);
}


img {
    max-width: 100%;
}

a {
    color: var(--orange);
    text-decoration: none;
}

a:hover {
    color: var(--purple);

}


p b,
p strong,
li strong,
li b {
    color: #fff;
}

p,
li {
    line-height: 1.5;
}

ul {
    padding-left: 20px;
    list-style-type: square;
}

ul li::marker {
    color: var(--purple);

}

ol li::marker {
    color: #fff;
    font-weight: bold;

}

ol {
    padding-left: 1.5rem;
}

ol li {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    padding-left: 10px;

}

ol li::before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background: var(--orange);
    display: block;
    position: absolute;
    left: -1.5rem;
    top: 0;
    z-index: -1;

}



h1,
h2,
h3 {
    font-family: "Noto Sans", sans-serif;
    color: #fff;
    font-weight: bold;
}

h1 {
    font-size: 2.25rem;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 1rem;

}

h2 {
    font-size: 2.25rem;
    margin-top: 0;
    position: relative;
    padding-bottom: 1rem;

}

h2:before,
h1:before {
    content: "";
    background: var(--orange);
    display: block;
    width: 3rem;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}

h2.align-center:before {
    left: 50%;
    margin-left: -1.5rem;
}

h3 {
    font-size: 1.5rem;

}

h2 {
    text-transform: uppercase;
}

.home h1 {
    margin-top: 0.5rem;
}


.button,
input[type=submit] {
    display: inline-block;
    padding: 12px 20px;
    color: #fff;
    background: var(--orange);
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    font-family: inherit;
    font-size: inherit;
    line-height: 1;

}

blockquote {
    background: var(--dark);
    padding: 0.5rem 1rem;
    margin-left: 0;
    color: #fff;
    border-left: solid 5px var(--purple);
}

.align-center {
    text-align: center;

}

.box-style {
    border: solid 3px #353541;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 2px 10px #201E28;
    padding: 1.25rem;
    border-radius: 5px;
}

.narrow {
    margin-left: auto;
    margin-right: auto;
    max-width: 50rem;
}

header {
    padding: 0.5rem 0;
}

header .content-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#logo a {
    display: inline-block;
}

#logo a img {
    width: 12rem;
    height: auto;
    display: block;
}

#main-menu ul {
    display: flex;
    list-style-type: none;
}

#main-menu ul li a {
    color: inherit;
    padding: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: smaller;
}

#main-menu ul li {
    margin-left: 1rem;
}

#main-menu ul li a:hover {
    color: var(--purple);
}

.spacer-2 {
    height: 2rem;
}

/* */

section,
footer {
    padding: 3rem;
}

.dark-bg {
    background: var(--dark);
}

.purple {
    color: var(--purple);
}

#hero {
    padding: 10vw 0;
    background-color: var(--dark);
    background-image: url(IMG/hero-bg.jpg);
    background-size: cover;
}

#hero p:first-of-type {
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.9), 0 0 30px rgba(0, 0, 0, 0.9);

}


#hero-txt {
    max-width: 35rem;
}

#services .column-3 {
    text-align: center;
}

#services .column-3 img {
    width: 5rem;
    height: auto;
    margin-top: 0.5rem;
}

#services .column-3 h3 {
    margin-top: 0.5rem;
}

#portfolio .column-4 a,
#portfolio img {
    display: block;
    width: 100%;
}


#portfolio .column-4 a:hover img {
    filter: grayscale(1);
}

#How-we-work h3 span {
    color: var(--orange);
}

#How-we-work .box-style {
    display: flex;
    gap: 1.5rem;

}

#How-we-work img {
    max-width: 10rem;
}

#How-we-work h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

#How-we-work p {
    margin-bottom: 0;
}

#about {
    padding: 0;
}

#about img {
    display: block;
}

footer {
    border-top: solid 3px var(--purple);
    font-size: smaller;
}

footer ul {
    list-style-type: disclosure-closed;
}

footer ul li {
    margin-bottom: 0.25rem;
}


footer ul li::marker {
    font-size: smaller;
    color: var(--orange);
}

footer ul a {
    color: inherit;
}

.contact-info {
    list-style-type: none;
    padding: 0;
}

footer label {
    line-height: 1.5;
}

input[type=text],
input[type=email],
textarea {
    border: solid 3px #353541;
    background: rgba(255, 255, 255, 0.03);
    box-shadow: 0 2px 10px #201E28;
    padding: 0.5rem;
    border-radius: 5px;
    margin-bottom: 1rem;
    width: 100%;

}

input[type=submit] {
    margin-top: 1rem;
}

.cert {
    float: left;
    width: 4.5rem;
    margin-right: 1.5rem;
    margin-bottom: 2rem;
}

#copyright {
    font-size: small;
    padding: 0.25rem 0;
}

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

    header .content-box,
    #How-we-work .box-style {
        display: block;
        text-align: center;
    }


#main-menu ul,
#How-we-work .box-style {
    display: block;
}

#main-menu ul li {
    margin-left: 0;
}

h2 {
    font-size: 2rem;
}

#How-we-work img {
    margin: 1rem;
}

.offset-left {
    padding: 2rem 15px;
}

.cert {
    float: none;
}
}
