:root {
    scroll-behavior: smooth;
}

/* poppins-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v20-latin-regular.woff2') format('woff2');
}

/* poppins-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/poppins-v20-latin-500.woff2') format('woff2');
}

/* poppins-600 - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppins-v20-latin-600.woff2') format('woff2');
}

/* poppins-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins-v20-latin-700.woff2') format('woff2');
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-size: 18px;
    background-image: url('/wp-content/themes/drumncode/assets/images/ellipse.png'), url('/wp-content/themes/drumncode/assets/images/ellipse.png');
    background-repeat: no-repeat, no-repeat;
    background-position: bottom 20px left -280px, bottom -100px right -280px;
}
@media(max-width: 1024px){
    body {
        background-image: url('/wp-content/themes/drumncode/assets/images/ellipse.png');
        background-repeat: no-repeat;
        background-position: bottom 175px right -175px;
        background-size: 350px 350px;
    }
}


main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}

button,
.page-first-section-explore {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}

* {
    box-sizing: border-box;
}

html, body {
    /* height: 100%; */
    color: #fff;
    background-color: #111111;
    
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
}

#___gatsby,
#gatsby-focus-wrapper {
    min-height: 100%;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

a {
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: transparent;
}

a,
button,
input,
select,
textarea {
    outline: none;
}

button,
input[type="submit"],
input[type="text"],
textarea {
    -webkit-appearance: none;
}

img,
svg {
    vertical-align: top;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

.hide {
    overflow: hidden;
}

.twoColumnBlock {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

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

.text-left {
    text-align: left;
}

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

.object-fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.cursor-pointer {
    cursor: pointer;
}

.flex-center,
.flex-vertical-center {
    display: flex;
    align-items: center;
}

.flex-center {
    justify-content: center;
}

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

.accent-color {
    color: #ffcb08;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-weight: 400;
}

.font-semi-bold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-nowrap {
    white-space: nowrap;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

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

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

.font-normal {
    font-style: normal;
}

.text-xs {
    font-size: 14px;
}

.text-sm {
    font-size: 16px;
}

.text-lg {
    font-size: 18px;
}

.text-grey {
    color: #8a8a8a;
}

main {
    padding-top: 200px;
}

.page-title {
    font-size: 80px;
    line-height: 96px;
    margin-bottom: 80px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 700;
}

.tag-list {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    color: #FFCB08;
}

.tag-item {
    /* border: 2px solid #404040;
    padding: 2px 16px; */
    color: #ffcb08;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    user-select: none;
}

.archive-portfolio-item-link .tag-item {
    border: none;
    padding: 0;
}

main.single-service {
    padding-top: 0;
}
.single-service .page-title {
    margin-bottom: 48px;
}

.archive-portfolio .page-title {
    margin-bottom: 24px;
}

.single-service .single-services-image {
    width: 100%;
    height: 280px;
}

.single-service .right-column-text-wrp p {
    margin-bottom: 32px;
}

.our-expertise-description {
    margin-top: 20px;
}

.our-expertise-hr {
    width: 100%;
    border-bottom: 2px solid #404040;
    margin: 48px 0;
}

.text-block ul.our-expertise-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.text-block ul li.our-expertise-list-item {
    display: flex;
    box-shadow: inset 0 0 0 2px #404040;
    padding: 4px 16px;
    color: #ffcb08;
    font-size: 16px;
    line-height: 24px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #FFCB08 transparent;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: #FFCB08;
    border-radius: 10px;
    border: 4px solid transparent;
}

/*********************************************** Media Queries ********************************************************/
@media screen and (max-width: 1024px) {
    #main {
        padding-top: 136px;
    }
    #main.single-service {
        padding-top: 0;
    }

    .page-title {
        font-weight: 700;
        font-size: 40px;
        line-height: 56px;
        margin-bottom: 32px;
    }

    .single-service .big-image .container {
        padding: 0;
    }

    .single-service .page-title {
        line-height: 48px;
        margin-bottom: 32px;
    }
}

@media screen and (min-width: 768px) {
    .single-service .single-services-image {
        height: 500px;
    }
}

@media screen and (min-width: 1024px) {
    .leftColumn {
        flex-basis: 32.8%;
        width: 32.8%;
    }

    .rightColumn {
        justify-content: flex-end;
        flex-basis: 67.2%;
        width: 67.2%;
    }

    .twoColumnBlock {
        flex-direction: row;
    }

    .page-id-121 .page-title {
        margin-bottom: 48px;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

/* animation */
.animated {
    transition: all 1s;
    opacity: 0;
    transform: translateY(32px);
}
.animated.fade-up {
    transition: all 1s;
    opacity: 1;
    transform: unset;
}