
@import url('https://fonts.googleapis.com/css?family=Major+Mono+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;1,100;1,200&display=swap');

/***** MT *****/

body, html {
  background: black;
}

#mt {
  background-color: var( --black-dark );
  width: 100%;
}

/***** MT *****/



/***** Background colors *****/

.mt-background-color {
  height: 100%;
  left: 0;
  opacity: .3;
  position: absolute;
  top: 0;
  width: 100%;
}

.mt-background-color[data-color="a"] {
  background-image: linear-gradient(45deg, #000, #2f302f);
  background-image: linear-gradient(45deg, #000, #4647b2);
}

.mt-background-color[data-color="b"] {
  background-color: black;
}

.mt-background-color[data-color="c"] {
  background-color: #232335;
}

.mt-background-color[data-color="d"] {
  background-color: #4f5292;
}

/***** Background colors *****/



/***** SVG gradients *****/

#mt-gradients {
  left: 0;
  position: fixed;
  top: 0;
}

/***** SVG gradients *****/



/***** Polygons *****/

.mt-polygon[data-polygon="a"] {
  fill: url("#mt-gradient-a");
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 120px;
}

.mt-polygon[data-polygon="b"] {
  fill: url("#mt-gradient-b");
  height: 300px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 15px;
}

.mt-polygon[data-polygon="c"] {
  fill: url("#mt-gradient-c");
  height: 15px;
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
}

.mt-polygon[data-polygon="d"] {
  fill: url("#mt-gradient-d");
  height: 550px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
}

.mt-polygon[data-polygon="e"] {
  fill: #ffffff10;
  height: 500px;
  left: calc(50vw + 100px);
  position: absolute;
  top: calc(50vh - 250px);
  width: 45px;
}

/***** Polygons *****/



/***** Text *****/

h1 {
  font-family: 'Major Mono Display';
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: 2px;
}

[data-viewport-profile="xxs"] h1,
[data-viewport-profile="xs"]  h1,
[data-viewport-profile="s"]   h1 {
  font-size: 30px;
}

h2 {
  font-family: 'Major Mono Display';
  font-size: 35px;
  line-height: 45px;
  font-weight: 400;
  letter-spacing: 2px;
}

[data-viewport-profile="xxs"] h2,
[data-viewport-profile="xs"]  h2,
[data-viewport-profile="s"]   h2 {
  font-size: 30px;
}

h3 {
  font-family: 'Major Mono Display';
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 13px;
}

[data-viewport-profile="xxs"] h3,
[data-viewport-profile="xs"]  h3,
[data-viewport-profile="s"]   h3 {
  font-size: 18px;
}

h4 {
  font-family: 'Major Mono Display';
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 13px;
}

[data-viewport-profile="xxs"] h3,
[data-viewport-profile="xs"]  h3,
[data-viewport-profile="s"]   h3 {
  font-size: 18px;
}

/***** Text *****/



/***** Sections *****/

.mt-section-title {
  color: #9fa3cf;
  text-align: center;
}

.mt-section-body {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20vh 0;
  width: 100%;
}

.mt-section-content {
  color: #bfc5c9;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  max-width: 1024px;
  padding-top: 5vh;
}

.mt-button {
  background-color: #508787;
  background-color: #006c88;
  background-color: #4826c4;
  color: #e5e5e5;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 7px;
  padding: 15px 80px;
  text-transform: uppercase;
}

/***** Sections *****/



/***** Navbar *****/

#mt-navbar {
  background-color: transparent;
  padding: 20px 20px;
  transition: padding .1s .2s, background-color .1s .1s;
}

#mt-navbar[data-scrolled="true"] {
  background-color: #00000090;
  padding: 0 20px;
}

#mt-navbar--menu-button {
  --button-color: #b7b7c1;
  margin: 25px 25px;
}

#mt-navbar .mt-menu--menu-items {
  gap: 40px;
  padding: 0 20px;
}

#mt-navbar .mt-menu--menu-item {
  --underline-color: #b7b7c1;
  color: #b7b7c1;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 25px;
  padding: 25px 0;
  text-transform: uppercase;
}

#mt-navbar--logo {
  color: #b58d7d;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 5px;
  padding: 10px 20px;
  text-transform: uppercase;
}

/***** Navbar *****/



/***** Sidebar *****/

#mt-sidebar--content {
  align-items: center;
  background-color: #272b39;
  color: #9fb6ff;
  display: flex;
  justify-content: center;
}

#mt-sidebar .mt-menu--menu-items {
  flex-direction: column;
  gap: 50px;
}

#mt-sidebar .mt-menu--menu-item {
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
}

/***** Sidebar *****/



/***** Hero *****/

#mt-hero {
  border-bottom: 2px dashed #a0508c50;
  border-top:    5px solid  #8723c3;
  transition: border-bottom-color .25s;
}

#mt-hero .mt-section-body {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 95vh;
  -text-align: center;
  -width: 100%;
}

#mt[data-scrolled="true"] #mt-hero {
  border-bottom: 2px dashed #a0508c;
  border-bottom: 2px dashed #82b9f0;
}

#mt-we-create {
  color: #9f4b92;
  letter-spacing: 15px;
  text-align: center;
}

#mt-digital-technologies {
  color: #9f4b92;
  color: #a677e2;
  color: #b59ed2;
  padding-top: 40px;
  text-align: center;;
}

#mt-hero--polygons {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

#mt-we-love-clojure {
  bottom: 0;
  color: #7db5a9;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 32px;
  position: absolute;
  right: 0;
  transform: scale(1);
  transition: transform .1s .3s;
}

#mt[data-scrolled="true"] #mt-we-love-clojure {
  transform: scale(0);
}

#mt-we-love-clojure span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 32px;
  text-transform: uppercase;
}

#mt-we-love-clojure i {
  display: inline-block;
  font-size: 64px;
  font-variation-settings: "FILL" 0, "wght" 600, "GRAD" 0, "opsz" 48;
  line-height: 64px;
  height: 64px;
  left: calc(50% - 32px);
  opacity: .1;
  position: absolute;
  top: -16px;
}

/***** Hero *****/



/***** Our services *****/

#mt-our-services {}

#mt-our-services .mt-section-body {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  -grid-row-gap: 120px;
  padding: 60px;
  padding: 120px;
}

.mt-our-services--card {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 60px 40px;
  transition: transform .35s ease-in-out;
  width: 50%;
}

@media only screen and (max-width: 1200px) {
.mt-our-services--card {
  width: 100%;
}}

.mt-our-services--card-title {
  -border-bottom: 2px dotted red;
  color: #b13fa0;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 4px;
  padding-bottom: 12px;
  padding-bottom: 18px;
}

.mt-our-services--card-description {
  color: #567;
}

.mt-our-services--card-image {
 -background-color: #ffffff12;
  background-repeat: no-repeat;
  background-size: contain;
  border-color: #000;
  border-radius: 15px;
  border-style: solid;
  border-width: 2px;
  height: 360px;
  margin-top: 20px;
  transition: box-shadow .5s;
  width: 480px;
}

.mt-our-services--card:hover .mt-our-services--card-image {
  -box-shadow: 0 0 35px 0 #56234fa1;
}

.mt-our-services--card:hover {
  background-color: #ffffff05;
}

.mt-our-services--card-image::after {
  background-image: linear-gradient(45deg, #fff, #fff, #fff);
  -content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*** Selected service ***/

#mt-our-services--selected-service {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  left: 0;
  padding-top: 48px;
  position: absolute;
  top: 0;
  transform: translateX( 100vw );
  transition: transform .2s ease-in-out;
  width: 100%;
}

#mt-our-services--selected-service-header {
  display: flex;
  justify-content: center;
  padding-top: 12px;
  position: sticky;
  top: 0;
  width: 100%;
}

#mt-our-services--selected-service-content {
  color: #ddd;
  flex-grow: 1;
}

#mt-our-services[data-service-selected="true"] .mt-our-services--card {
  transform: translateX( -20vw )}

#mt-our-services[data-service-selected="true"] #mt-our-services--selected-service {
  transform: translateX( 0 )}

#mt-our-services[data-service-selected="true"] #mt-our-services--selected-service-content {
  -opacity: 1;
}

/*** Selected service ***/
/***** Our services *****/



/***** Our team *****/

#mt-our-team {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: top;
  padding: 20vh 0;
  width: 100%;
  text-align: center;
}

#mt-our-team--polygons {
  display: none;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

#mt-our-team--polygon-a {
  fill: url("#mt-gradient-a");
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  width: 120px;
}

#mt-our-team--polygon-b {
  fill: url("#mt-gradient-b");
  height: 300px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 15px;
}

#mt-our-team--polygon-c {
  fill: url("#mt-gradient-c");
  height: 15px;
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
}

#mt-our-team--polygon-d {
  fill: url("#mt-gradient-d");
  height: 550px;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
}

#mt-our-team::after {
 -border-top: 2px dashed #8d52bf;
  top: 0;
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  width: 100%;
}

#mt-our-team--members {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0;
}

.mt-our-team--member {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 60px 30px 30px 30px;
  width: 260px;
}

.mt-our-team--photo {
  border-radius: 50%;
  background-image: linear-gradient(45deg, #000, #151515);
  border: 2px solid #8d52bf;
  height: 180px;
  margin-bottom: 20px;
  width: 180px;
}

.mt-our-team--photo::after {
  background-color: #ffffff;
  border-radius: 50%;
  content: '';
  height: 160px;
  left: 8px;
  position: absolute;
  top: 8px;
  width: 160px;
}

.mt-our-team--name {
  color: #f0f0f0;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.mt-our-team--skills {
  color: #a0a0a0;
  font-size: 14px;
  line-height: 20px;
}

/***** Our team *****/



/***** Our framework *****/

#mt-our-framework {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: top;
  padding: 20vh 0;
  width: 100%;
  text-align: center;
}

#mt-our-framework::after {
 -border-top: 2px dashed #a8646a;
  top: 0;
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  width: 100%;
}

#mt-our-framework--text {
  color: #a8646a;
  opacity: .65;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
}

#mt-our-framework--demo-button {
  border-bottom: 2px solid #a8646a;
  border-top: 2px solid #a8646a;
  color: #a8646a;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 80px;
  transition: padding .15s .0s;
  padding: 20px 40px;
}

#mt-our-framework--demo-button::before {
  background-color: #a8646a;
  content: '';
  height: 74px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 2px;
  transition: transform .15s .15s;
  transform-origin: -0px 36px;
}

#mt-our-framework--demo-button::after {
  background-color: #a8646a;
  content: '';
  height: 74px;
  right: -2px;
  position: absolute;
  top: -2px;
  width: 2px;
  transition: transform .15s .15s;
  transform-origin: 0px 36px;
}

#mt-our-framework--demo-button:hover {
  padding: 20px 60px;
}

#mt-our-framework--demo-button:hover::after {
  transform: rotateZ(-90deg);
}

#mt-our-framework--demo-button:hover::before {
  transform: rotateZ(90deg);
}

/***** Our framework *****/



/***** Our technologies *****/

#mt-our-technologies {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: top;
  padding: 20vh 0;
  width: 100%;
  text-align: center;
}

#mt-our-technologies::after {
 -border-top: 2px dashed #6469a8;
  top: 0;
  content: '';
  height: 2px;
  position: absolute;
  left: 0;
  width: 100%;
}

#mt-our-technologies--cards {

}

.mt-our-technologies--card {
  color: #ddd
}

.mt-our-technologies--card-title {}

/***** Our technologies *****/



/***** Contact us *****/

#mt-contact-us::after {
 -border-top: 2px dashed #9f4b92;
  top: 0;
  content: '';
  height: 2px;
  left: 0;
  opacity: .1;
  position: absolute;
  transition: opacity .25s;
  width: 100%;
}

#mt[data-scrolled="true"] #mt-contact-us:after {
  opacity: 1;
}

#mt-email-button {
  color: #ffffff80;

  color: #82b9f0;
  font-size: 12px;
  letter-spacing: 3px;
  margin-top: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

#mt-email-button::after {
  background-color: #ffffff30;
  background-color: #76b0ea47;
  bottom: -13px;
  content: '';
  height: 1px;
  left: -10%;
  pointer-events: none;
  position: absolute;
  width: 120%;
}

#mt-social-media-links {
  color: #b13fa0;
  color: #82b9f0;

  display: flex;
  flex-direction: row;
  font-size: 20px;
  justify-content: space-between;
  padding-top: 40px;
  width: 200px;
}

/***** Contact us *****/



/******************************************************************************/
/**** BUGFIX ****/

#mt-logo--container {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px 40px;
}

#mt-navbar--logo {

}

/**** BUGFIX ****/
/******************************************************************************/