Mtheory12.png" class="carousel-image" alt="" />parallax-wrapper10mt

            <div class="carousel-content">
              <div class="container">
                <div class="row">
                  <div class="col-10 m-auto">
                    <div class="row">
                      <div class="col-md-4 offset-lg-8">
                        <h2 class="title-secondary mt-5">
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */



/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500&display=swap");
:root {
  --white: #ffffff;
  --blue: #000000;
  --brown: #000000;
  --sea-green: #ffffff;
  --half-white: #ffffff;
  --fira-font: "Helvetica", sans-serif;
  --dm-font: "Helvetica", sans-serif;
  --bar-width: 10px;
  --bar-height: 2px;
  --hamburger-gap: 6px;
  --hamburger-margin: 8px;
  --primary-color: #000000;
  --overlay-color: #000000;
  --menu-speed: 0.75s;

}
/*////////////////////////////////////////////////////*/

#myVideo {
  display: grid;
  grid-template-columns:1fr;
  position: relative;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}

.openerimage {
  float: right;
  z-index: -20;
  opacity: .5;
  position: fixed;
  filter: blur(20px);
    min-height: 100vh;
      width: 100%;
}


.textlink {
  text-decoration: underline;
  color: inherit;
}




.textlink:hover {
  text-decoration: none;
  color: gray;
}

.parallax-wrapper1bf {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/barrel and flow/Project-barrelflow1.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper2bf {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/barrel and flow/Project-barrelflow2.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper3bf {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/barrel and flow/Project-barrelflow3.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper4bf {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/barrel and flow/Project-barrelflow4.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper5bf {
  height:100vh;
  width: 100%;
  background-image: url("assets/img/barrel and flow/Project-barrelflow5.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper6bf {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/barrel and flow/Project-barrelflow6.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper7bf {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/barrel and flow/Project-barrelflow7.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper8bf {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/barrel and flow/Project-barrelflow8.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper9bf {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/barrel and flow/Project-barrelflow9.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper10bf {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/barrel and flow/Project-barrelflow10.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper11bf {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/barrel and flow/Project-barrelflow11.jpg");
  background-size: cover;
  background-attachment: fixed;
}




.parallax-wrapper1gk {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Museum/Project-Museum1.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper2gk {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Museum/Project-Museum2.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper3gk {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Museum/Project-Museum3.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper4gk {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Museum/Project-Museum4.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper5gk {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Museum/Project-Museum5.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper6gk {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Museum/Project-Museum6.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper7gk {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Museum/Project-Museum7.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper8gk {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Museum/Project-Museum8.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper9gk {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Museum/Project-Museum9.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper10gk {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Museum/Project-Museum10.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper11gk {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Museum/Project-Museum11.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper12gk {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Museum/Project-Museum12.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper13gk {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Museum/Project-Museum13.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper1h {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Heraldry/Heraldry-1.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper2h {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Heraldry/Heraldry-12.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper3h {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Heraldry/Heraldry-2.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper4h {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Heraldry/Heraldry-3.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper5h {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Heraldry/Heraldry-4.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper6h {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Heraldry/Heraldry-5.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper7h {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Heraldry/Heraldry-6.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper8h {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Heraldry/Heraldry-7.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper9h {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Heraldry/Heraldry-8.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper10h {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Heraldry/Heraldry-9.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper11h {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Heraldry/Heraldry-10.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper12h {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Heraldry/Heraldry-11.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper13h {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Heraldry/Heraldry-13.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper1lr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Leone Rosso/Project-rosso1.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper2lr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Leone Rosso/Project-rosso2.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper3lr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Leone Rosso/Project-rosso3.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper4lr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Leone Rosso/Project-rosso4.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper5lr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Leone Rosso/Project-rosso5.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper6lr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Leone Rosso/Project-rosso6.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper7lr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Leone Rosso/Project-rosso7.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper8lr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Leone Rosso/Project-rosso8.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper9lr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Leone Rosso/Project-rosso9.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper10lr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Leone Rosso/Project-rosso10.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper1mt {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Mtheory/Project-Mtheory1.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper2mt {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Mtheory/Project-Mtheory2.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper3mt {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Mtheory/Project-Mtheory3.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper4mt {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Mtheory/Project-Mtheory4.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper5mt {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Mtheory/Project-Mtheory5.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper6mt {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Mtheory/Project-Mtheory6.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper7mt {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Mtheory/Project-Mtheory7.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper8mt {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Mtheory/Project-Mtheory8.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper9mt {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Mtheory/Project-Mtheory9.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper10mt {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Mtheory/Project-Mtheory10.png");
  background-size: cover;
  background-attachment: fixed;
}


.parallax-wrapper1npi {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/NPI/Project-NPI-1.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper2npi {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/NPI/Project-NPI-2.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper3npi {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/NPI/Project-NPI-3.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper4npi {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/NPI/Project-NPI-4.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper5npi {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/NPI/Project-NPI-5.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper6npi {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/NPI/Project-NPI-6.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper7npi {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/NPI/Project-NPI-7.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper8npi {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/NPI/Project-NPI-8.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper9npi {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/NPI/Project-NPI-9.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper10npi {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/NPI/Project-NPI-10.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper11npi {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/NPI/Project-NPI-11.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper12npi {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/NPI/Project-NPI-12.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper13npi {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/NPI/Project-NPI-13.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper14npi {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/NPI/Project-NPI-14.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper15npi {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/NPI/Project-NPI-15.png");
  background-size: cover;
  background-attachment: fixed;
}


.parallax-wrapper17npi {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/NPI/Project-NPI-17.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper18npi {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/NPI/Project-NPI-18.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper19npi {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/NPI/Project-NPI-19.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper1rb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Remnant/Project-Remnant1.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper2rb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Remnant/Project-Remnant2.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper3rb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Remnant/Project-Remnant3.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper4rb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Remnant/Project-Remnant4.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper5rb {
  height:100vh;
  width: 100%;
  background-image: url("assets/img/Remnant/Project-Remnant5.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper6rb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Remnant/Project-Remnant6.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper7rb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Remnant/Project-Remnant7.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper8rb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Remnant/Project-Remnant8.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper9rb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Remnant/Project-Remnant9.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper10rb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Remnant/Project-Remnant10.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper11rb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Remnant/Project-Remnant11.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper12rb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Remnant/Project-Remnant12.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper13rb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Remnant/Project-Remnant13.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper14rb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Remnant/Project-Remnant14.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper15rb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Remnant/Project-Remnant15.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper16rb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Remnant/Project-Remnant16.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper17rb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Remnant/Project-Remnant17.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper1sc {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Sea Change/SeaChange-1.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper2sc {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Sea Change/SeaChange-2.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper3sc {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Sea Change/SeaChange-3.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper4sc {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Sea Change/SeaChange-4.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper5sc {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Sea Change/SeaChange-5.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper6sc {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Sea Change/SeaChange-6.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper7sc {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Sea Change/SeaChange-7.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper8sc {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Sea Change/SeaChange-8.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper9sc {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Sea Change/SeaChange-9.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper1tb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Trace/Project-trace1.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper2tb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Trace/Project-trace2.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper3tb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Trace/Project-trace3.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper4tb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Trace/Project-trace4.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper5tb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Trace/Project-trace5.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper6tb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Trace/Project-trace6.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper7tb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Trace/Project-trace7.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper8tb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Trace/Project-trace8.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper9tb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Trace/Project-trace9.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper10tb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Trace/Project-trace10.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper11tb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Trace/Project-trace11.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper12tb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Trace/Project-trace12.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper13tb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Trace/Project-trace13.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper14tb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Trace/Project-trace14.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper15tb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Trace/Project-trace15.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper16tb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Trace/Project-trace16.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper17tb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Trace/Project-trace17.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper18tb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Trace/Project-trace18.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper19tb {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Trace/Project-trace19.png");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper1wf {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Wolffinancial/Project-wolfe1.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper2wf {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Wolffinancial/Project-wolfe2.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper3wf {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Wolffinancial/Project-wolfe3.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper4wf {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Wolffinancial/Project-wolfe4.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper5wf {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Wolffinancial/Project-wolfe5.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper6wf {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Wolffinancial/Project-wolfe6.png");
  background-size: cover;
  background-attachment: fixed;
}


.parallax-wrapper1mc {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Merritt Chase/Project-merrittchase1.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper2mc {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Merritt Chase/Project-merrittchase2.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper3mc {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Merritt Chase/Project-merrittchase3.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper4mc {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Merritt Chase/Project-merrittchase4.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper5mc {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Merritt Chase/Project-merrittchase5.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper6mc {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Merritt Chase/Project-merrittchase6.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper1e {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Echo/Project-echo1.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper2e {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Echo/Project-echo2.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper3e {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Echo/Project-echo3.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper4e {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Echo/Project-echo4.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper5e {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Echo/Project-echo5.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper6e {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Echo/Project-echo6.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper7e {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Echo/Project-echo7.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper8e {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Echo/Project-echo8.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper1wrk4 {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/WorkFour/Project-workfour1.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper2wrk4 {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/WorkFour/Project-workfour2.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper3wrk4 {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/WorkFour/Project-workfour3.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper4wrk4 {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/WorkFour/Project-workfour4.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper5wrk4 {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/WorkFour/Project-workfour5.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper1aa {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/AfroArt/Project-afroart1.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper2aa {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/AfroArt/Project-afroart2.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper3aa {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/AfroArt/Project-afroart3.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper4aa {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/AfroArt/Project-afroart4.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper5aa {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/AfroArt/Project-afroart5.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper1mayo {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Mayo/Project-mayo1.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper2mayo {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Mayo/Project-mayo2.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper3mayo {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Mayo/Project-mayo3.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper4mayo {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Mayo/Project-mayo4.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper5mayo {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Mayo/Project-mayo5.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper6mayo {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Mayo/Project-mayo6.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper7mayo {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Mayo/Project-mayo7.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.parallax-wrapper8mayo {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Mayo/Project-mayo8.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper1dt {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Design Thinking/Project-DT1.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper2dt {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Design Thinking/Project-DT2.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper3dt {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Design Thinking/Project-DT3.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper4dt {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Design Thinking/Project-DT4.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper5dt {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Design Thinking/Project-DT5.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper6dt {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Design Thinking/Project-DT6.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper7dt {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/Design Thinking/Project-DT7.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper1hmss {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/HIMSS/Project-himss1.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper2hmss {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/HIMSS/Project-himss2.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper3hmss {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/HIMSS/Project-himss3.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper4hmss {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/HIMSS/Project-himss4.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper5hmss {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/HIMSS/Project-himss5.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper6hmss {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/HIMSS/Project-himss6.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper7hmss {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/HIMSS/Project-himss7.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper1hbr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/HBR/Project-hbr1.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper2hbr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/HBR/Project-hbr2.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper3hbr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/HBR/Project-hbr3.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper4hbr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/HBR/Project-hbr4.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper5hbr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/HBR/Project-hbr5.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper6hbr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/HBR/Project-hbr6.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper7hbr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/HBR/Project-hbr7.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper8hbr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/HBR/Project-hbr8.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper9hbr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/HBR/Project-hbr9.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper10hbr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/HBR/Project-hbr10.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper11hbr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/HBR/Project-hbr11.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper12hbr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/HBR/Project-hbr12.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper13hbr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/HBR/Project-hbr13.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper14hbr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/HBR/Project-hbr14.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper15hbr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/HBR/Project-hbr15.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper16hbr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/HBR/Project-hbr16.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper17hbr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/HBR/Project-hbr17.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper18hbr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/HBR/Project-hbr18.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper19hbr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/HBR/Project-hbr19.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper20hbr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/HBR/Project-hbr20.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper21hbr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/HBR/Project-hbr21.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper22hbr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/HBR/Project-hbr22.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.parallax-wrapper23hbr {
  height:100vh;
  width: 100%;
  background-image: url("./assets/img/HBR/Project-hbr23.jpg");
  background-size: cover;
  background-attachment: fixed;
}




/*////////////////////////////////////////////////////*/

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

body {
  font-family: var(--fira-font);
  line-height: 1.4;
}

.only-lg-screen .textlink {
  text-decoration: underline;
  color: inherit;
}

.only-lg-screen .textlink:hover {
  color: grey;
}

#services-titles {
  display: block;
  padding-top: 2rem;
  padding-left: 1rem;
  font-size: 5rem;
  line-height: 110px;
  color: var(--half-white);
  font-family: var(--dm-font);
  font-weight: 600;
}

/*.introtext {
  background-color: var(--blue);
  padding: 20px;
}*/


/*//////////////////////////////////////////////////////////////////////////////////////////////////*/

.titlecontained {
  padding-top: 30vh;
  padding-left: 19vw;
  min-height: 100vh;
  max-width: 60%;
}

.projectlabels {
  font-size: .8rem;
  color: var(--half-white);
  font-weight: 100;
    line-height: 2rem;
    padding-top: 2rem;
}

.projectpara {
  font-size: 1rem;
  color: var(--half-white);
  font-weight: 500;
  max-width: 80%;
  line-height: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  letter-spacing: .02rem;
}

.projectname {
  font-size: 5rem;
  color: var(--half-white);
  font-weight: 600;
    line-height: 6rem;
    max-width: 70%;
}

#projectopenimage {
  float: right;
  max-width: 50vh;
  max-height: 100vh;
}

.contentbody {
  margin:0;
  padding:0;
}


.mobileimgs {
  display: none;
}

.mobileworklist {
  display: none;
}

.worknavmobile {
  display: none;
}

.mobileimgs #worknavmobile {
  display: none;
}


/*////////////////////////////////////////////////////////////////////////////////////////////////*/

.menu-wrap {
  margin-left: 23rem;
  position: fixed;
  top: 0;
  z-index: 10;
}

.menu-wrap .toggler {
  position: absolute;
  top: 0;
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0;
}

.menu-wrap .hamburger {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 1rem;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hamburger Line */
.menu-wrap .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

/* Hamburger Lines - Top & Bottom */
.menu-wrap .hamburger > div::before,
.menu-wrap .hamburger > div::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  width: 100%;
  height: 2px;
  background: inherit;
}

/* Moves Line Down */
.menu-wrap .hamburger > div::after {
  top: 10px;
}

/* Toggler Animation */
.menu-wrap .toggler:checked + .hamburger > div {
  transform: rotate(135deg);
}

/* Turns Lines Into X */
.menu-wrap .toggler:checked + .hamburger > div:before,
.menu-wrap .toggler:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}

/* Rotate On Hover When Checked */
.menu-wrap .toggler:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}

/* Show Menu */
.menu-wrap .toggler:checked ~ .menu {
  visibility: visible;
}

.menu-wrap .toggler:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: var(--menu-speed);
}

.menu-wrap .toggler:checked ~ .menu > div > div {
  opacity: 1;
  transition:  opacity 0.4s ease 0.4s;
}

.menu-wrap .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-wrap .menu > div {
  background: var(--overlay-color);
  opacity: 85%;
  border-radius: 50%;
  width: 200vw;
  height: 200vw;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.4s ease;
}

.menu-wrap .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.menu-wrap .menu > div > div > ul > li {
  list-style: none;
  color: #ffffff;
  font-size: 1.5rem;
  padding: 1rem;
}

.menu-wrap .menu > div > div > ul > li > a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.4s ease;
}


/*////////////////////////////////////////////////////*/

section {
  animation: transitionIn .75s;
}

@keyframes transitionIn {
  from {
    opacity: 0;
    transform: rotateX(-10deg);
  }
  to {
    opacity: 1;
    transform: rotateX(0deg);
  }
}

html {
    scroll-behavior: smooth;
    transition: all 1s ease-in-out;
   }

.work #work {
    scroll-behavior: smooth;
    transition: all 2s ease-in-out;
   }



body {
  font-weight: 300;
  color: var(--blue);
  font-family: var(--fira-font);
  background: #000000;
}
a {
  text-decoration: none;
}
.f-24 {
  font-size: 24px;
  line-height: 36px;
}
.f-20 {
  font-size: 1rem;
  line-height: 1.5rem;
}
.pt-only-lg-100,
.pt-100 {
  padding-top: 100px;
}
.pt-300 {
  padding-top: 300px;
}
.pb-100 {
  padding-bottom: 100px;
}

.gallery-padding-top,
.pt-150 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.pb-150 {
  padding-bottom: 150px;
}
.mt-250 {
  margin-top: -250px;
}
.xl-title {
  color: var(--half-white);
  font-family: var(--dm-font);
  font-size: 400px;
  line-height: 50px;
}
.xl-title-right {
  padding-top: 200px;
}
.xl-title-right .xl-title {
  margin-right: -30px;
}
.xl-title-column .xl-title {
  line-height: 0.7;
  margin: 70px 0 0;
}
.bg-half-white {
  background: var(--half-white);
  min-height: 50vh;
}
.bg-blue {
  background: var(--blue);
}
.bg-seagreen {
  background: var(--sea-green);
}
.bg-brown {
  background: var(--brown);
}
.py-100 {
  padding-block: 100px;
}

.list-padding,
.after-list-text,
.py-150 {
  padding-block: 150px;
}
.content-white * {
  color: var(--half-white);
}
.list-padding-text {
  padding-block: 150px;
}
.title {
  font-size: 5rem;
  line-height: 110px;
  color: var(--half-white);
  font-family: var(--dm-font);
}
.title-secondary {
  font-size: clamp(2rem, 2vw + 0.1rem, 2.5rem);
  line-height: 3rem;
  padding-top: 1rem;
  position: relative;
  font-family: var(--dm-font);
}
.title-secondary:before {
  top: 0;
  content: "";
  height: 2px;
  width: 115px;
  background: #000000;
  position: absolute;
  display: block;
}
.content-white .title-secondary:before {
  background: var(--half-white);
}
/* Button */
.carousel-btn,
.carousel-btn-prev,
.carousel-btn-next,
.theme-btn {
  padding: 0;
  border: none;
  display: flex;
  background: none;
}

.carousel-btn-prev,
.carousel-btn-next {
  height: 52px;
  background-color: #ffffff;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-btn span,
.theme-btn span {
  height: 52px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  align-items: center;
  display: inline-flex;
  color: var(--sea-green);
  padding: 10px 100px 10px 20px;
  border: 2px solid var(--sea-green);
}

.theme-btn span,
.carousel-btn span {
  padding: 1rem 2rem;
  white-space: nowrap;
}
.theme-btn.dark span {
  color: var(--blue);
  border-color: var(--blue);
}
.theme-btn.green span {
  border: none;
  color: var(--blue);
  padding-right: 40px;
  background: var(--sea-green);
}
.learn-btn.theme-btn.green span {
  border: none;
  color: var(--blue);
  padding-right: 40px;
  background: var(--half-white);
}
.learn-btn.theme-btn.green:hover span {
  background: var(--blue);
  color: #ffffff;
}
.learn-btn.theme-btn.green:hover svg rect {
  fill: var(--half-white);
}
.learn-btn.theme-btn.green:hover svg path {
  fill: var(--blue);
}
.reach-out.theme-btn svg rect {
  fill: var(--half-white);
}
.reach-out.theme-btn svg path {
  fill: var(--blue);
}
.reach-out.theme-btn:hover span {
  background: var(--sea-green);
  color: var(--blue);
}
.case-study.theme-btn:hover span {
  background: var(--blue);
  color: var(--sea-green);
}
.case-study.theme-btn:hover svg rect {
  fill: var(--sea-green);
}
.case-study.theme-btn:hover svg path {
  fill: var(--blue);
}
/* Sidebar */
aside {
  left: 0;
  z-index: 2;
  width: 100px;
  height: 100vh;
  display: flex;
  position: fixed;
  align-items: center;
  padding-block: 35px;
  flex-direction: column;
  justify-content: space-between;
  mix-blend-mode: difference;
}
aside .logo {
  height: 30px;
  width: 18.566px;
  fill: var(--half-white);
}
aside .brand_name1 {
  height: 18.75px;
  width: 140.575px;
  align-items: center;
  fill: var(--half-white);
  justify-content: center;
  transform: rotate(-90deg);
  visibility: visible;
}

aside .brand_name2 {
  visibility: hidden;
  position: absolute;
  height: 18.75px;
  width: 140.575px;
  align-items: center;
  fill: var(--half-white);
  justify-content: center;
  transform: rotate(-90deg);
  padding-right:-300px ;

}

.col-lg-5 {
  flex: 0 0 auto;
  width: 40%;
}

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

.offset-3 {
  margin-left:15%;
}

.navbar-toggler {
  margin-left: auto;
  margin-right: 1rem;
  outline: 0;
}

.offcanvas.show .navbar-toggler {
  margin-right: 0;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar {
  background-color: #000000;
  height: 60px;
  flex-wrap: nowrap;
}
.offcanvas {
  background-color: #000000;
  max-width: 50%;
  width: 100%;
}

.nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-around;
  gap: 1rem;
}

.nav-link {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 1rem;
}

.nav-link > span {
  color: #ffffff;
  text-align: right;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

/* Sticky Navbar */
.sticky-navbar {
  z-index: 2;
  position: fixed;
  padding-top: 20px;
  mix-blend-mode: difference;
}

/* .topToBottom{
  z-index: 234;
  position: fixed;
  padding-top: 20px;
} */
.sticky-navbar li a {
  line-height: 40px;
  color: var(--half-white);
}
.sticky-navbar li a:hover,
.sticky-navbar li a.active {
  font-weight: 500;
  text-decoration: underline;
}
/* Home */

.carousel-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.responsive-font-1 {
  font-size: 1rem;
}

/* Carousel */
.carousel-count {
  z-index: 1;
  width: 100%;
  height: 260px;
  overflow: hidden;
  position: absolute;
  color: var(--white);
  background: var(--blue);
}
.carousel-count .carousel-count-inner {
  gap: 3rem;
  margin-left: 55%;
  display: block;
  max-width: 1320px;
  width: 100%;
  text-align: right;
  align-items: center;
  color: var(--half-white);
  justify-content: end;
}
.carousel-count .carousel-count-inner .total-items {
  display: flex;
  text-align: center;
  flex-direction: column;
}
.carousel-count .carousel-count-inner .total-items span {
  border: 1px solid var(--half-white);
}
.carousel-count .carousel-count-inner .current-item {
  font-size: 25rem;
  line-height: 350px;
  font-family: var(--dm-font);
  font-weight: 600;
}

.carousel-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.carousel-inner {
  padding-top: 260px;
  max-height: 100%;
}
.carousel-inner .carousel-content {
  top: 400px;
  right: 0%;
  width: 100%;
  position: absolute;
  color: var(--white);
  transform: translateY(-50%);
}
.carousel-inner .carousel-item:before,
.project-detail::before {
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0);
}
.carousel-inner .carousel-content .title-secondary {
  margin-bottom: 30px;
  color: var(--white);
  padding-block: 0 20px;
  font-size: 2.5rem;
  line-height: 3rem;
  padding-top: 1rem;
  position: relative;
  font-family: var(--dm-font);
  font-weight: 600;
}
.carousel-inner .carousel-content .title-secondary:before {
  bottom: 0;
  top: inherit;
  background: #ffffff;
}
.carousel-inner .carousel-content .theme-btn {
  margin-top: 2rem;
}
.carousel-inner .carousel-content .theme-btn span {
  color: var(--white);
  border-color: var(--white);
}

.carousel-btn-container {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  bottom: 10rem;
  top: 10%;
}


/* Contact */
.contact {
  background: linear-gradient(to left, var(--brown) 50%, var(--blue) 50%);
  padding-block: 4rem;
  min-height: 100vh;
}
.contact-form-container {
  padding-left: 11rem;
  max-width: 100%;
}
.contact .contact-info {
  margin-bottom: 2rem;
}
.contact .contact-info p {
  margin: 0;
  font-size: 33px;
  line-height: 50px;
  color: var(--half-white);
}
.contact .contact-info a {
  color: var(--half-white);
}
.contact-form p {
  font-size: 1rem;
  color: var(--half-white);
}
.contact-form .form-input {
  width: 100%;
  border: none;
  background: none;
  font-size: clamp(3.375rem, 3vw + 0.1rem, 6rem);
  line-height: 60px;
  border-bottom: 1px solid var(--half-white);
  font-family: var(--dm-font);
  color: var(--white);
}
.contact-form .form-input::placeholder {
  color: var(--half-white);
}
.contact-form .form-input:focus {
  outline: none;
}

.contact-header {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 100;
  line-height: 2.125rem;
  margin-top: 2rem;
}

/* Service */
.service-top {
  min-height: 35vh;
  background: var(--blue);
}
.service-top-inner {
  /* height: 35vh; */
  padding: 15px 5px;
}
.service-section-title {
  padding-left: 70px;
  padding-top: 10rem;
  color: #ffffff;
  font-size: 3rem;
  font-weight: 400;
  line-height: 2.125rem;
  font-family: var(--dm-font);
}
.service-bottom {
  min-height: 65vh;
  padding-left: 100px;
  background: #000000;
}

.service-bottom-inner {
  min-height: 65vh;
  padding: 50px 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-links{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .5rem
  input[type='checkbox'] { display: none; } .wrap-collabsible { margin: 1.2rem 0; } .lbl-toggle { display: block; font-weight: bold; font-family: monospace; font-size: 1.2rem; text-transform: uppercase; text-align: center; padding: 1rem; color: #DDD; background: #0069ff; cursor: pointer; border-radius: 7px; transition: all 0.25s ease-out; } .lbl-toggle:hover { color: #FFF; } .lbl-toggle::before { content: ' '; display: inline-block; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid currentColor; vertical-align: middle; margin-right: .7rem; transform: translateY(-2px); transition: transform .2s ease-out; } .toggle:checked+.lbl-toggle::before { transform: rotate(90deg) translateX(-3px); } .collapsible-content { max-height: 0px; overflow: hidden; transition: max-height .25s ease-in-out; } .toggle:checked + .lbl-toggle + .collapsible-content { max-height: 350px; } .toggle:checked+.lbl-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .collapsible-content .content-inner { background: rgba(0, 105, 255, .2); border-bottom: 1px solid rgba(0, 105, 255, .45); border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; padding: .5rem 1rem; } .collapsible-content p { margin-bottom: 0; }

}
.service-bottom-inner h3 {
  font-family: var(--dm-font);
  min-height: 80px;
}
.service-bottom-inner svg {
  opacity: 0;
}
.service-bottom-inner:hover {
  background: #000000;
}
.service-bottom-inner:hover svg {
  opacity: 1;
}
.back-top-service {
  top: 10rem;
  left: -2rem;
  position: absolute;
}
.back-top-service1 {
  top: 2rem;
  left: -2rem;
  position: absolute;
}
/* About */
.section-about-top {
  padding-top: 0;
}

.about-header .title {
  font-size: clamp(3.375rem, 3vw + 0.1rem, 6rem);
  line-height: 90px;
}


.project-2 .title,
.project-1 .title {
  font-size: 80px;
  line-height: 90px;
}
.about-title {
  line-height: 0px;
  font-size: 25.5vw;
  margin-top: 12rem;
  padding-left: 50px;
  white-space: nowrap;
  font-family: var(--dm-font);
}
.our-client .client-img {
  width: 10rem;
  height: 10rem;
}
.our-client .client-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Project Detail 1 */
.project-1 {
  position: relative;
  background-image: linear-gradient(to right, var(--brown) 50%, transparent 50%),
    url(assets/img/statue-1.png);
  background-position: right;
}
.project-2 {
  position: relative;
  background-image: url(assets/img/statue.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
.project-3 {
  position: relative;
  background: linear-gradient(
      to right,
      var(--blue) 20%,
      transparent 20%,
      transparent 60%,
      transparent 60%,
      transparent 100%
    ),
    url(assets/img/statue-1.png) 33%,
    url(assets/img/pexels-sasha-prasastika-3636984\ 25.png) 100%;
  background-repeat: no-repeat;
}
.z-index-1 {
  z-index: 1;
}
.project-4 {
  background: url(assets/img/statue.png) center no-repeat;
  background-size: cover;
}
.project-4:after {
  bottom: 0;
  z-index: 0;
  content: "";
  width: 100%;
  height: 320px;
  position: absolute;
  background: var(--blue);
  display: block;
}
.project-4 .project-banner-img {
  right: 0;
  z-index: 1;
  width: 400px;
  height: 726px;
  position: absolute;
  margin-bottom: -22rem;
}
.project-4 .project-banner-img img {
  width: 100%;
  height: 100%;
}
.project-4-left-img {
  background: url(assets/img/pexels-sasha-prasastika-3636984\ 25.png),
    linear-gradient(to left, var(--half-white) 70%, transparent 100%);
  background-repeat: no-repeat;
}

.current-item-container{
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-left: auto;
  margin-right: 5rem;
}
.carousel {
  position: relative;
}
.fix-TopBtn svg {
  position: absolute;
  top: 75%;
  left: 20%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -90%);
  cursor: pointer;
}

.scrollarrow {
  position: absolute;
  top: 75;
  right: 20%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -90%);
  float: right;
  padding-top: 80vh;
  font-size: .5rem;
  color: var(--half-white);
  font-weight: 100;
  text-align: center;
  letter-spacing: .1rem;
  align-content: center;
}

.text-secondary {
  font-size: clamp(2.375rem, 2vw + 0.1rem, 4.375rem);
  line-height: 65px;
  font-family: var(--dm-font);
}
.about-header {
  padding-top: 15rem;
}
.wrapper {
  padding-left: 3em;
  padding-right: 3em;
}



/* general classes */
.only-sm-screen {
  display: none;
}

.only-lg-screen {
  display: block;
  width: 100%;
}


.only-sm-screen-flex {
  display: none;
}

.only-sm-screen-grid {
  display: none;
}

.contact-title{
  color: #ffffff;
  font-family: var(--dm-font);
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5.125rem;
}

.navbar-brand{
  margin-left: 1rem;
  display: none;
}

.navbar-brand.show{
  display: block;
}

@media (max-width: 1450px) {
  /*.sticky-navbar {
    padding-left: 75px;
  }*/

  #services-titles {
    font-size: clamp(2rem, 2vw + 0.1rem, 2.5rem);
    line-height: 3rem;
    padding-top: 1rem;
    position: relative;
  }

  .titlecontained {
    padding-top: 33vh;
    padding-left: 11vw;
    min-height: 100vh;
    max-width: 70%;
  }

  .projectlabels {
    font-size: .8rem;
    color: var(--half-white);
    font-weight: 100;
      line-height: 2rem;
  }

  .projectpara {
    font-size: 1rem;
    color: var(--half-white);
    font-weight: 500;
    max-width: 80%;
    line-height: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    letter-spacing: .02rem;
  }

  .projectname {
    font-size: 4rem;
    color: var(--half-white);
    font-weight: 600;
    line-height: 5rem;
  }

  #projectopenimage {
    float: right;
    max-width: 50vh;
    max-height: 100vh;
  }




  .projecthome {
    height: 75vh;
  }

  .menu-wrap {
    margin-left: 10rem;
  }




  .fix-TopBtn svg {
    left: 12%;
  }


  .project-list {
    margin-top: 4rem;
    min-height: 100vh;
    margin-bottom: 4rem;
    margin-left: auto;
  }

  .work .title {
    margin-bottom: 10rem;
  }

.work .project-item .lg-screen-project-link {
  font-size: 2rem;
}

  .title {
    font-size: 4rem;
  }

  .carousel-count .carousel-count-inner {
    margin-left: 56%;
  }

  .container {
    max-width: 1200;
  }
}


@media (max-width: 991px) {
  /* Overall responsive styles */

.contentbody {
  display: none;
}

.parallax-wrapper1bf {
  display:none;
}
.parallax-wrapper2bf {
 display:none;
}
.parallax-wrapper3bf {
  display:none;
}
.parallax-wrapper4bf {
  display:none;
}
.parallax-wrapper5bf {
  display:none;
}
.parallax-wrapper6bf {
  display:none;
}
.parallax-wrapper7bf {
 display:none;
}

.parallax-wrapper8bf {
  display:none;
}

.parallax-wrapper9bf {
  display:none;
}

.parallax-wrapper1te {
  display:none;

}
.parallax-wrapper2te {
  display:none;

}
.parallax-wrapper3te {
  display:none;

}
.parallax-wrapper4te {
  display:none;

}
.parallax-wrapper5te {
  display:none;

}
.parallax-wrapper6te {
  display:none;

}
.parallax-wrapper7te {
  display:none;

}

.parallax-wrapper8te {
  display:none;

}


.parallax-wrapper1gk {
  display:none;
}
.parallax-wrapper2gk {
  display:none;
}
.parallax-wrapper3gk {
  display:none;
}
.parallax-wrapper4gk {
  display:none;
}
.parallax-wrapper5gk {
  display:none;
}
.parallax-wrapper6gk {
  display:none;
}
.parallax-wrapper7gk {
  display:none;
}

.parallax-wrapper8gk {
  display:none;
}

.parallax-wrapper9gk {
  display:none;
}

.parallax-wrapper10gk {
  display:none;
}

.parallax-wrapper11gk {
  display:none;
}

.parallax-wrapper12gk {
  display:none;
}

.parallax-wrapper13gk {
  display:none;
}

.parallax-wrapper1h {
  display:none;
}
.parallax-wrapper2h {
  display:none;
}
.parallax-wrapper3h {
  display:none;
}
.parallax-wrapper4h {
  display:none;
}
.parallax-wrapper5h {
  display:none;
}
.parallax-wrapper6h {
  display:none;
}
.parallax-wrapper7h {
  display:none;
}

.parallax-wrapper8h {
  display:none;
}

.parallax-wrapper9h {
  display:none;
}

.parallax-wrapper10h {
  display:none;
}

.parallax-wrapper11h {
  display:none;
}

.parallax-wrapper12h {
  display:none;
}

.parallax-wrapper13h {
  display:none;
}

.parallax-wrapper1lr {
  display:none;
}
.parallax-wrapper2lr {
  display:none;
}
.parallax-wrapper3lr {
  display:none;
}
.parallax-wrapper4lr {
  display:none;
}
.parallax-wrapper5lr {
  display:none;
}
.parallax-wrapper6lr {
  display:none;
}
.parallax-wrapper7lr {
  display:none;
}

.parallax-wrapper8lr {
  display:none;
}

.parallax-wrapper9lr {
  display:none;
}

.parallax-wrapper10lr {
  display:none;
}

.parallax-wrapper1mt {
  display:none;
}
.parallax-wrapper2mt {
  display:none;
}
.parallax-wrapper3mt {
  display:none;
}
.parallax-wrapper4mt {
  display:none;
}
.parallax-wrapper5mt {
  display:none;
}
.parallax-wrapper6mt {
  display:none;
}
.parallax-wrapper7mt {
  display:none;
}

.parallax-wrapper1npi {
  display:none;
}
.parallax-wrapper2npi {
 display:none;
}
.parallax-wrapper3npi {
  display:none;
}
.parallax-wrapper4npi {
  display:none;
}
.parallax-wrapper5npi {
  display:none;
}
.parallax-wrapper6npi {
  display:none;
}
.parallax-wrapper7npi {
  display:none;
}

.parallax-wrapper8npi {
  display:none;
}

.parallax-wrapper9npi {
  display:none;
}

.parallax-wrapper10npi {
  display:none;
}

.parallax-wrapper11npi {
  display:none;
}

.parallax-wrapper12npi {
 display:none;
}

.parallax-wrapper1rb {
  display:none;
}
.parallax-wrapper2rb {
  display:none;
}
.parallax-wrapper3rb {
  display:none;
}
.parallax-wrapper4rb {
  display:none;
}
.parallax-wrapper5rb {
  display:none;
}
.parallax-wrapper6rb {
  display:none;
}
.parallax-wrapper7rb {
  display:none;
}

.parallax-wrapper8rb {
  display:none;
}

.parallax-wrapper9rb {
  display:none;
}

.parallax-wrapper10rb {
  display:none;
}

.parallax-wrapper11rb {
  display:none;
}

.parallax-wrapper12rb {
  display:none;
}

.parallax-wrapper13rb {
  display:none;
}

.parallax-wrapper14rb {
  display:none;
}

.parallax-wrapper15rb {
  display:none;
}

.parallax-wrapper1sc {
  display:none;
}
.parallax-wrapper2sc {
  display:none;
}
.parallax-wrapper3sc {
  display:none;
}
.parallax-wrapper4sc {
  display:none;
}
.parallax-wrapper5sc {
  display:none;
}
.parallax-wrapper6sc {
  display:none;
}
.parallax-wrapper7sc {
  display:none;
}

.parallax-wrapper8sc {
  display:none;
}

.parallax-wrapper9sc {
  display:none;
}

.parallax-wrapper1tb {
  display:none;
}
.parallax-wrapper2tb {
  display:none;
}
.parallax-wrapper3tb {
  display:none;
}
.parallax-wrapper4tb {
  display:none;
}
.parallax-wrapper5tb {
  display:none;
}
.parallax-wrapper6tb {
  display:none;
}
.parallax-wrapper7tb {
  display:none;
}

.parallax-wrapper8tb {
  display:none;
}

.parallax-wrapper9tb {
  display:none;
}

.parallax-wrapper10tb {
  display:none;
}

.parallax-wrapper11tb {
  display:none;
}

.parallax-wrapper12tb {
  display:none;
}

.parallax-wrapper13tb {
  display:none;
}

.parallax-wrapper14tb {
  display:none;
}

.parallax-wrapper15tb {
  display:none;
}

.parallax-wrapper16tb {
  display:none;
}

.parallax-wrapper17tb {
  display:none;
}

.parallax-wrapper18tb {
 display:none;
}

.parallax-wrapper19tb {
  display:none;
}

.parallax-wrapper1wf {
  display:none;
}

.parallax-wrapper2wf {
  display:none;
}
.parallax-wrapper3wf {
  display:none;
}
.parallax-wrapper4wf {
  display:none;
}
.parallax-wrapper5wf {
  display:none;
}
.parallax-wrapper6wf {
  display:none;
}

.parallax-wrapper1mc {
  display:none;

}

.parallax-wrapper2mc {
  display:none;

}

.parallax-wrapper3mc {
  display:none;

}

.parallax-wrapper4mc {
  display:none;

}

.parallax-wrapper5mc {
  display:none;

}

.parallax-wrapper6mc {
  display:none;

}

.parallax-wrapper1wrk4 {
  display:none;

}

.parallax-wrapper2wrk4 {
  display:none;

}

.parallax-wrapper3wrk4 {
  display:none;

}

.parallax-wrapper4wrk4 {
  display:none;

}

.parallax-wrapper5wrk4 {
  display:none;

}


  .mobileimgs {
    display: block;

    grid-column-gap: 0em;
    row-gap: 0;
  }

.mobileimgs .projimgs {
  object-fit: cover;
  max-width: 100vw;

}

.mobileimgs .projimgs img {
    display: block;

  object-fit: cover;
  max-width: 100vw;

}


   .openerimage {
        visibility: hidden;
        }

  .scrollarrow {
      visibility: hidden;
    display: none;
  }

  .titlecontained {
    padding-top: 33vh;
    padding-left: 11vw;
    min-height: 100vh;
    max-width: 100%;
  }

  .projectlabels {
    font-size: .8rem;
    color: var(--half-white);
    font-weight: 100;
      line-height: 2rem;
      padding-top: 2rem;
  }

  .projectpara {
    font-size: 1rem;
    color: var(--half-white);
    font-weight: 500;
    max-width: 90%;
    line-height: 2rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
    letter-spacing: .02rem;
  }

  .projectname {
    font-size: 3rem;
    color: var(--half-white);
    font-weight: 600;
    line-height: 4rem;
  }

  #projectopenimage {
    float: right;
    max-width: 50vh;
    max-height: 100vh;
  }

  #services-titles {
    display: block;
    padding-top: 2rem;
    padding-left: 60px;
    font-size: 3rem;
    line-height: 110px;
    color: var(--half-white);
  }

  .menu-wrap {
    visibility: hidden;
  }


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

  .offset-3 {
    margin-left:0%;
  }


  .col-lg-5 {
    flex: 0 0 auto;
    width: 100%;
  }

  .service-bottom {
    min-height: 0vh;
    padding-left: 0;
  }

  .contact-header {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 100;
    line-height: 2.125rem;
    margin-top: 2rem;
  }

  .carousel-count .carousel-count-inner {
    margin-left: 0%;
  }

  .carousel-image {
    width: 100%;
    height: 100vh;
    display: block;
    object-fit: cover;
  }
  .carousel-inner {
    padding-top: 260px;
    max-height: 1100px;
  }

  aside {
    width: 65px;
  }

  aside .brand_name1 {
    visibility: hidden;
  }

  aside .brand_name2 {
    margin-top: 3rem !important;
    visibility: visible;
    z-index: 2;

  }

  .carousel-btn-container {
    align-items: normal;
    margin-top: 40%;
  }
  .only-sm-screen {
    display: block;
  }
  .only-lg-screen {
    display: none;
  }
  .about-header .title {
    margin-left:50px;
  }

  .only-sm-screen-flex {
    display: flex;
    z-index: 1;
  }

  .pt-only-lg-100{
    padding-top: 0;
  }

  .carousel-inner .carousel-content .title-secondary{
    line-height: 3rem;
    font-size: 2rem;
  }

  .footer {
    background-color: #ffffff;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin-inline: 2rem;
    gap: 2rem;
  }

  .anchor-container {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .anchor-container > a {
    color: #000000;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5rem;
  }

  .social-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
  }
  .social-link > svg {
    stroke: #000000;
    max-width: 2rem;
    max-height: 2rem;
  }

  /* home page styles */

  .carousel-btn-container {
    right: 0;
    top: 10%;
    bottom:0;
  }
  .gallery {
    grid-template-columns: repeat(auto-fit, minmax(19rem, 1fr));
    grid-template-rows: repeat(5, 19rem);
    /* align-items: center; */
    justify-content: center;
    gap: 2rem;
    padding-block: 1rem;
  }

  .gallery .gallery-item-1 {
    grid-column: 1 / -1;
    grid-row: 1/ 2;
    /* width: 100%;
    height: 100%; */
    /* overflow: hidden; */
  }
  .gallery .gallery-item-2 {
    grid-column: 1 / -1;
    grid-row: 2/ 3;
  }
  .gallery .gallery-item-3 {
    grid-column: 1 / -1;
    grid-row: 3/ 4;
  }
  .gallery .gallery-item-4 {
    grid-column: 1 / -1;
    grid-row: 4/ 5;
  }
  .gallery .gallery-item-5 {
    grid-column: 1 / -1;
    grid-row: 5/ -1;
  }

  .gallery-square .gallery-caption,
  .gallery .gallery-caption {
    bottom: 0;
    margin-top: auto;
    right: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    height: fit-content;
    padding: 1rem;
    position: absolute;
    background: var(--blue);
    /* transition: all 1s ease-in-out; */
  }

  .gallery-caption > h4 {
    color: #000000;
    font-family: var(--dm-font);
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.125rem;
    text-align: center;
  }
  .list-padding {
    padding-top: 3.5rem;
    padding-bottom: 2rem;
  }
  .after-list-text {
    padding-block: 2rem;
  }

  .contact.contact-home {
    background: var(--brown);
    padding-top: 4rem;
  }

  /* our work styles */

  .work .title {
    margin-top: 12rem;
    font-size: 3.375rem;
    font-weight: 400;
    line-height: 4.1875rem;
  }
  .work .project-list {
    grid-template-columns: 1fr;
    margin-block: 0rem;
  }

  .work .project-item {
    padding-block: 0;
    width: 100%;
    height: 30rem;
  }

  .sm-screen-project {
    display: block;
    position: relative;
    isolation: isolate;
    width: 100%;
    height: 100%;
  }

  .link-container {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    /* background-color: rgb(152, 211, 213); */
    /*background-color: var(--blue);*/
    z-index: 2;
  }

  .mobilename {
    color: var(--half-white);
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.125rem;
    position: absolute;
    text-align: left;
    padding-left: 20%;
    padding-top: 10%;
    margin: 0 auto;
  }

  .seework {
    font-family: var(--fira-font);
    font-style: italic;
    font-weight: 100;
    text-decoration: underline;
  }

  .project-image-sm-screen > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .75;
  }
  /* About styles */
  .section-about-top {
    padding-top: 9rem;
  }
  .about-header {
    padding-top: 0;
  }

  .about-title {
    padding-left: 0;
    margin-top: 5rem;
  }

  .our-client .client-img {
    width: 8rem;
    height: 8rem;
  }

  .about-header .reach-out.theme-btn{
    margin-top: 0 !important;
  }

  .theme-btn >.theme-btn{
    margin-top: 0 !important;
  }

  /* service styles */

  .service-top {
    height: 40vh;
  }

  /* .service-section-title {
    padding-top: 12rem;
  }
  .service-bottom > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .service-bottom > .container-fluid > count {
    --bs-gutter-x: 0;
  }
*/


  .service-links{
    grid-template-columns: 1fr;
    gap: 0;
  }
  .service-bottom-inner {
    min-height: 12vh;
    flex-direction: row;
    align-items: center;
    padding: 0;
    margin-left: 0;
    z-index: 0;
  }

  .service-svg-container{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 100%;
    background-color: #000000;
  }

  .w-fit-content{
    width: fit-content;
  }

  .w-fit-content span{
    padding-inline: 1rem;
  }


  .service-bottom-inner h3 {
    min-height: auto;
    padding-left: 60px;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
    font-weight: 400;
    line-height: 4.1875rem;
    margin-bottom: 0;
    white-space: nowrap;
    padding-block: .4rem;
  }

  .service-bottom-inner.bg-seagreen:hover h3 {
    color: #ffffff;
  }
  .service-bottom-inner.bg-seagreen h3 {
    color: #000000;
  }

  .service-bottom-inner svg {
    opacity: 1;
  }

  .bg-blue .theme-btn,
  .service .theme-btn.dark {
    margin-right: auto !important;
    margin-top: 3rem;
  }

  /* contact styles */
  .contact {
    background: linear-gradient(to top, var(--brown) 75%, var(--blue) 25%);
    padding-top: 12rem;
  }

  .contact-form-container {
    padding-left: 3.5rem;
  }

  /* project 1 detail */
  .gray-body .navbar {
    background-color: #000000;
  }

  .project-4,
  .project-3,
  .project-1 {
    position: relative;
    background-image: url(assets/img/statue-1.png);
    background-position: center;
    background-size: cover;
  }

  .project-3 .title,
  .project-4 .title,
  .project-2 .title,
  .project-1 .title {
    line-height: 1.3;
    font-size: 2rem;
    color: #ffffff;
    padding-top: 0;
    margin-inline: auto;
    width: fit-content;
    mix-blend-mode: color-dodge;
  }

  .section-project-top {
    height: 35vh;
    background-color: #000000;
  }

  .svg-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 4rem;
  }

  .sm-screen-title {
    color: #000000;
    font-family: var(--dm-font);
    font-size: 2.375rem;
    font-weight: 400;
    line-height: 3.09375rem;
    padding-inline: 3rem;
    position: relative;
  }

  .sm-screen-title:before {
    content: "";
    position: absolute;
    width: 7.75rem;
    height: 0.125rem;
    background-color: #000000;
    top: -1rem;
  }

  .bg-brown .sm-screen-title {
    color: #ffffff;
    padding-top: 4rem;
  }

  .bg-brown .sm-screen-title:before {
    background-color: #ffffff;
    top: 2rem;
  }

  .gallery-full {
    grid-template-rows: repeat(8, 7vw);
  }
  .only-sm-screen-grid {
    display: grid;
  }

  .gallery-padding-top {
    padding-top: 2rem;
  }

  .back-top-service {
    right: 2rem;
    left: inherit;
    position: absolute;
  }

  .project-4:after {
    display: none;
  }

  .project-4-left-img{
    background: transparent;
  }
  /* new styles */
  .carousel-count{
    height: 209px;
    z-index: 0;
  }

  .carousel-inner{
    padding-top: 209px;
  }
  .carousel-count .carousel-count-inner .current-item {
    font-size: 12.5rem;
    line-height: 350px;
    font-family: var(--dm-font);
  }

  .carousel-content .title-secondary:before{
    display: none;
  }



  .current-item-container{
    justify-content: end;
    margin-right: .5rem;
  }

  .afterlist-cont > .after-list-text{
    padding-top: 0;
  }

  .service .theme-btn.green span{
    margin-right: 0;
  }

  .service .theme-btn span{
    padding: 1rem 0;
  }
  /* .current-item-container > .total-items {
    display: none !important;
  } */

}
