@import url("https://corecms.mqdc.com/assets/2741f9a8-1be9-4c3c-9433-7074ea377f61&display=swap");
@import url("https://corecms.mqdc.com/assets/1c5c2757-9d56-4863-9e08-0c3362691968&display=swap");

/*
300 light weight
400 normal weight
500 medium weight
700 bold weight
Mobile : 1100px
*/

:root {
  --red: #e45146;
  --softblue: #3ea8b8;
  --darkgray: #525458;
  --lightgray: #989a9b;
  --breakpoint: 1280px;
  --bs-body-color: #525458;
}

html {
  scroll-behavior: smooth;
}

html.mourning {
  filter: grayscale(80%);
  -webkit-filter: grayscale(80%);
}

body {
  font-family: "Gotham", "db_helvethaica_x", sans-serif;
  font-weight: 400;
  color: var(--darkgray);
  margin: 0;
}

a {
  transition: color 0.3s, background 0.3s;
  outline: none;
  text-decoration: none;
  color: #686d71;
  display: inline-block;
  cursor: pointer;
}

a:hover {
  color: var(--softblue);
}

a:focus-visible {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

button {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
}

h2 {
  color: var(--softblue);
  font-size: 2em;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}

/* Main Begin */
#main {
  padding-top: 3.75em;
  padding-bottom: 31em;
  background: url(https://webbackend.mqdc.com/assets/db40c327-a782-45c1-91ff-2727e99768de) no-repeat center bottom;
}

section {
  padding-top: 4em;
}

.wrapper {
  padding: 0 0.75em;
  margin: 0 auto;
  max-width: none;
}

@media screen and (min-width: 768px) {
  #main {
    background-image: url(https://webbackend.mqdc.com/assets/ea6fa80a-fdb2-467e-b90e-ee6157a199ff);
    padding-bottom: 30em;
  }

  .wrapper {
    width: 95%;
  }
}

@media screen and (min-width: 992px) {
  #main {
    line-height: 1.5;
  }
}

@media screen and (min-width: 1100px) {
  #main {
    padding-top: 4.3rem;
  }

  .wrapper {
    width: 90%;
  }
}

@media screen and (min-width: 1630px) {
  .wrapper {
    max-width: 92em;
  }
}

@media screen and (min-width: 1920px) {
  #main {
    background-image: url(https://webbackend.mqdc.com/assets/4db84b18-b0e8-49ef-a90b-534cb2d76a43);
  }
}

/* Main End */

/* Footer Begin */
footer {
  background-color: var(--darkgray);
  color: #fafafa;
  position: relative;
  padding-top: 4em;
  border-radius: 2em 2em 0 0;
  margin-top: -2em;
}

footer a,
footer .nav-link {
  color: #dedede;
}

footer .logo {
  width: 6.82em;
}

footer .call {
  font-size: 2.3em;
  font-weight: 500;
  color: var(--softblue);
  padding-left: 1em;
  line-height: 1;
  background: url(https://mqdc.com/images/icon-phone.webp) no-repeat 0 center/ auto 0.7em;
}

footer .menu {
  display: flex;
  flex-direction: column;
}

footer .menu-group>.nav-item {
  margin-bottom: 0.5em;
  width: 100%;
}

footer .nav-link {
  font-size: 1em;
  padding-left: 0;
}

footer .btn-dropdown,
footer .btn-dropdown:hover,
footer .btn-dropdown::after,
footer .nav-link:focus {
  color: #fafafa;
}

footer .menu-row .nav-link {
  padding-left: 0;
  font-size: 0.835em;
}

footer .nav-link:hover {
  color: var(--softblue);
}

footer .dropdown-nav .nav-item {
  border-bottom: 1px solid rgba(250, 250, 250, 0.23);
}

footer .dropdown-nav .nav-item:last-child {
  border-bottom: 0;
}

footer .btn-dropdown {
  padding-left: 0;
  padding-right: 0;
}

footer .social {
  margin-bottom: 1em;
  container-type: inline-size;
}

footer .social a {
  font-size: 1.4em;
  margin: 0 0.5em;
  color: var(--softblue);
}

footer .fa-brands {
  overflow: hidden;
}

footer .share-call {
  display: none;
}

footer .share-social p {
  color: #98999b;
}

footer .copyright a {
  display: block;
  padding: 0.5rem 1rem 0.5rem 0;
  margin-bottom: 0.5em;
}

footer .footer-projects {
  background-color: #3d3e42;
}

footer .footer-projects .btn-dropdown {
  padding: 2rem 0;
}

footer .footer-projects .nav {
  padding-bottom: 2rem;
}

footer .footer-title {
  font-weight: 500;
  margin-bottom: 7px;
}

#btn-goTop {
  position: absolute;
  top: -1.5em;
  left: 50%;
  transform: translate(-50%, 0);
  background: #3da6b7;
  background: linear-gradient(180deg, #3da6b7 0%, #014c98 100%);
  transition: all 0.3s;
  border-radius: 100%;
  color: #fff;
  width: 4em;
  height: 4em;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

#btn-goTop i {
  width: 100%;
  height: 100%;
  display: block;
  background: url(https://mqdc.com/images/icon-arrow-up-white.svg) no-repeat center / cover;
}

footer .copyright {
  color: #98999b;
  padding-top: 2rem;
  padding-bottom: 1rem;
}

@media screen and (max-width: 1099.98px) {
  footer .menu-group>.menu-row {
    margin-bottom: 0.5em;
  }

  footer .menu-row {
    display: flex;
    flex-wrap: wrap;
  }

  footer .menu-row .nav-item {
    flex: 1 0 50%;
  }

  footer .menu-row .footer-title {
    flex: 1 0 100%;
  }

  footer .copyright-l {
    order: 1;
  }

  footer .footer-projects .btn-dropdown.show+.dropdown-nav {
    max-height: 60em;
  }
}

@media screen and (min-width: 768px) {
  footer {
    border-radius: 3.4em 3.4em 0 0;
    margin-top: -3.4em;
  }
}

@media screen and (min-width: 1100px) {
  footer .d-footer-none {
    display: none;
  }

  footer .d-footer-block {
    display: block !important;
  }

  footer .menu {
    flex-direction: row;
    overflow: hidden;
  }

  footer .menu .nav-link {
    margin: 1px 0;
    padding: 4px 0;
    line-height: 1.2;
  }

  footer .menu-group {
    margin-top: -2px;
  }

  footer .menu-group>.nav-item {
    flex: 0 1 33.33%;
    border-top: 1px solid rgba(250, 250, 250, 0.23);
    padding-top: 2em;
    padding-right: 1em;
    margin-bottom: 2em;
  }

  footer .menu-group>.menu-share {
    flex: 1 1 0;
  }

  footer .btn-dropdown {
    font-weight: 500;
  }

  footer .btn-dropdown:hover,
  footer .btn-dropdown:focus {
    color: #fafafa;
  }

  footer .dropdown-nav {
    padding-left: 0;
  }

  footer .menu-group .btn-dropdown::after {
    content: none;
  }

  footer .menu-group .btn-dropdown {
    cursor: default;
    margin-bottom: 7px;
    text-align: left;
  }

  footer .menu-group .dropdown-nav {
    overflow: visible;
    opacity: 1;
    max-height: none;
  }

  footer .dropdown-nav .nav-item {
    border-bottom: 0;
    margin-bottom: 0;
  }

  footer .menu-row .nav {
    flex-direction: column;
  }

  footer .social a {
    font-size: 9cqw;
  }

  footer .share-social p {
    color: #fafafa;
  }

  footer .call {
    font-size: 2em;
    margin-bottom: 0.4em;
    display: inline-block;
  }

  footer .social a:last-child {
    margin-right: 0;
  }

  footer .footer-projects .nav {
    flex-direction: row;
  }

  footer .footer-projects .nav-item {
    width: 25%;
  }

  footer .copyright a {
    display: inline;
    padding: 0;
  }

  footer .copyright a:not(:last-child)::after {
    content: "";
    margin: 0 1em;
    transition: none;
  }

  footer .copyright-l {
    order: 0;
    flex: 0 0 auto;
    width: auto;
  }

  footer .copyright-r {
    flex: 1 0 0%;
    text-align: right;
  }

  footer .menu-group>.nav-item {
    flex-basis: 20%;
  }
}

/* Footer End */

/* Header End */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
  transition: 0.5s;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.3);
}

header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.6) 70%,
      rgba(255, 255, 255, 0.4) 100%);
}

header .logo {
  object-fit: contain;
  transition: 0.5s;
  width: auto;
  height: 100%;
}

header .icon-search {
  width: 1em;
  height: 1em;
  text-align: center;
  color: var(--darkgray);
  font-size: 1.5em;
  line-height: 1em;
}

header .icon-hamburger i {
  margin: 5px 0;
}

header .icon-hamburger i,
header .icon-hamburger::before,
header .icon-hamburger::after {
  width: 1.575em;
  height: 3px;
  background-color: var(--darkgray);
  display: block;
  transition: 0.3s;
}

header .icon-hamburger::before,
header .icon-hamburger::after {
  content: "";
}

header .icon-hamburger:hover i,
header .icon-hamburger:hover::before,
header .icon-hamburger:hover::after {
  background-color: var(--softblue);
}

header .icon-hamburger.active i {
  transform: rotate(45deg);
}

header .icon-hamburger.active::before {
  transform: rotate(-45deg) translate(-0.34em, 0.34em);
}

header .icon-hamburger.active::after {
  content: none;
}

header .dropdown-item {
  font-weight: 400;
}

header .dropdown-item:focus,
header .dropdown-item:hover {
  background-color: transparent;
}

header .dropdown-item.active,
header .dropdown-item:active {
  background-color: transparent;
  color: var(--darkgray);
  font-weight: 500;
}

header .menu-hover:hover .btn-dropdown::after {
  transform: rotate(180deg);
}

header .menu-hover:hover .btn-dropdown+.dropdown-nav {
  max-height: 40em;
  opacity: 1;
  transition: 0.3s;
}

header .menu-list a,
header .menu-list a:focus,
header .menu-list .nav-link {
  color: var(--darkgray);
}

header .menu-list a:hover,
header .menu-list .nav-link.active,
header .menu-list .menu-hover:hover>.nav-link,
header .icon-search:hover {
  color: var(--softblue);
}

header .nav-link {
  font-size: 1em;
  position: relative;
  z-index: 1;
}

header .micromenu {
  height: 0;
  position: absolute;
  left: 30%;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

header .micromenu .scroll {
  overflow: hidden;
  padding-left: 2em;
}

header .micromenu .nav-link {
  color: #818181;
}

header .micromenu-group {
  margin-bottom: 1.5em;
}

header .micromenu-group:first-child {
  margin-top: 2em;
}

header .micromenu-group .nav {
  margin-left: 1rem;
}

@media screen and (max-width: 1099.98px) {
  header .wrapper {
    width: 100%;
  }

  header .menu-logo {
    height: 79%;
  }

  header .hamburger-menu {
    height: 100%;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  header .hamburger {
    text-align: center;
    position: relative;
    height: 3.75em;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
  }

  header .icon-hamburger {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0.75em;
    color: #888989;
  }

  header .icon-hamburger .fa-bars:nth-child(2) {
    margin-left: -7px;
  }

  header .menu-list {
    opacity: 0;
    height: 0;
    max-height: 0;
    overflow: hidden;
    transform: translate3d(0, -100%, 0);
  }

  header .menu-list.active {
    padding: 1.5em 0 3em;
    height: auto;
    opacity: 1;
    transition: transform 0.5s ease;
    max-height: calc(100vh - 3.75em);
    transform: translate3d(0, 0, 0);
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    top: 3.75em;
    left: 0;
    right: 0;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
  }

  header .menu-list .menu-logo {
    display: none;
  }

  header .nav-link {
    padding: 0.6em 0;
  }

  header .menu>.nav {
    flex-direction: column;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #96c6cd;
  }

  header .btn-dropdown {
    padding-left: 0;
  }

  header .dropdown-nav .nav-item:not(:last-child) {
    border-bottom: 1px solid #dcdddd;
  }

  header .submenu .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  header .lang {
    margin-top: 1em;
    text-align: right;
    color: #9499a3;
  }

  header .lang a {
    margin: 0 0.7em;
    color: #9499a3;
  }

  header .lang a.active {
    color: var(--darkgray);
    font-weight: 500;
  }
}

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

  header .hamburger,
  header .menu-list.active {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  header .icon-hamburger {
    right: calc(0.75em + 2.5%);
  }
}

@media screen and (min-width: 1100px) {
  header {
    padding: 0.25em 0;
    background: transparent;
  }

  header.freeze {
    padding-top: 0;
    padding-bottom: 0;
  }

  header .menu-logo {
    display: block;
    flex: 0 0 auto;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    transition: 0.3s;
  }

  header .hamburger {
    display: none;
  }

  header .logo {
    width: 6.82em;
  }

  header .menu-list {
    background-color: transparent;
    transition: 0.3s;
    display: flex;
    align-items: center;
  }

  header .menu {
    flex: 1 0 0%;
  }

  header .menu-list .nav {
    flex-direction: row;
    justify-content: flex-end;
  }

  header .nav-item:not(.submenu .nav-item) {
    margin: 0 0.6rem;
    font-size: 0.9em;
  }

  header.freeze .submenu {
    top: 3.8rem;
  }

  header .nav-link:not(.submenu .nav-link) {
    padding: 1.25rem 0;
  }

  header .btn-dropdown::after {
    content: none;
  }

  header .submenu {
    position: fixed;
    left: 0;
    top: 4.3rem;
    right: 0;
    background-color: rgba(250, 250, 250, 0.8);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
    padding-left: 0;
    padding-right: 0;
  }

  header .menu-hover:hover .btn-dropdown+.submenu {
    padding: 2em 0;
  }

  header .submenu .nav {
    font-size: 1em;
  }

  header .submenu .nav-item {
    margin-bottom: 0.3em;
  }

  header .submenu .nav-link {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  header .wrapper.submenu-full {
    width: 90%;
    max-width: 70em;
  }

  header .submenu-full .nav-item {
    width: 33.33%;
    text-align: left;
  }

  header .submenu-full .nav {
    justify-content: start;
  }

  header .submenu-l {
    min-height: 20em;
  }

  header .submenu-l .wrapper {
    position: relative;
  }

  header .submenu-l>.nav {
    width: 23%;
    flex-direction: column;
    margin-left: -1em;
  }

  header .submenu-l .menu-hover>.nav-link,
  header .micromenu-group p {
    font-weight: 500;
  }

  header .micromenu::after {
    position: absolute;
    content: "";
    right: 100%;
    top: 0;
    bottom: 0;
    left: -500%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 0;
  }

  header .micromenu .nav-item {
    width: 33.33%;
  }

  header .micromenu .nav-link {
    font-size: 0.92em;
  }

  header .nav-link.show+.micromenu,
  header .menu-hover:hover>.nav-link+.micromenu {
    height: auto;
    overflow: visible;
  }

  header .nav-link.show+.micromenu .fade,
  header .menu-hover:hover>.nav-link+.micromenu .fade {
    opacity: 1;
    height: 100%;
  }

  header .nav-link.show+.micromenu .scroll,
  header .menu-hover:hover>.nav-link+.micromenu .scroll {
    overflow-y: auto;
    padding-bottom: 3em;
  }

  header .switch {
    flex: 0 0 auto;
    width: auto;
    display: flex;
    align-items: center;
  }

  header .switch .lang {
    display: none;
  }

  header .switch .icon-search,
  header .switch .dropdown {
    display: block !important;
  }

  header .lang {
    flex: 0 0 auto;
    width: auto;
  }
}

@media screen and (min-width: 1400px) {
  header .nav-item:not(.submenu .nav-item) {
    margin-left: 1rem;
    margin-right: 1rem;
    font-size: 1em;
  }

  header .submenu {
    top: 4.5rem;
  }

  header.freeze .submenu {
    top: 4rem;
  }
}

@media screen and (min-width: 1700px) {
  header .wrapper {
    width: 90%;
  }

  header .micromenu .scroll {
    padding-right: 10%;
  }

  header .submenu .nav-item {
    margin-bottom: 0.5em;
  }

  header .micromenu .nav-item {
    width: 25%;
  }
}

@media screen and (min-width: 2000px) {
  header .submenu-l>.nav {
    width: 20%;
  }

  header .micromenu {
    left: 34%;
  }

  header .micromenu .scroll {
    padding-right: 20%;
  }
}

@media screen and (min-width: 2800px) {
  header .micromenu {
    left: 36%;
  }
}

@media screen and (min-width: 3100px) {
  header .micromenu {
    left: 39%;
  }
}

/* Header End */

/* Bootstrap Popup Begin */
.modal-dialog .btn-close {
  background: rgba(0, 0, 0, 0.9) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") no-repeat center / 50% auto;
  border-radius: 100%;
  width: 1.9em;
  height: 1.9em;
  position: absolute;
  right: 0.6em;
  top: 0.6em;
  transition: 0.3s;
  z-index: 1;
  opacity: 1;
}

/* Bootstrap Popup End */

/* Swiper Begin */
.swiper-visible {
  overflow: visible;
  text-align: center;
}

.swiper-visible .swiper-wrapper {
  display: inline-flex;
  width: auto;
}

.swiper-w-auto .swiper-slide {
  width: auto;
}

.swiper-pagination-bullet {
  background-color: #dedede;
  opacity: 1;
  --swiper-pagination-bullet-size: 9px;
  --swiper-pagination-bullet-horizontal-gap: 5px;
}

.swiper-pagination-bullet-active {
  background-color: var(--softblue);
}

.swiper-button-next,
.swiper-button-prev {
  color: #898888;
  --swiper-navigation-size: 15px;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: var(--softblue);
}

.swiper-nav {
  position: relative;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  padding: 0 3em;
  margin: 3em 0;
}

.swiper-nav .swiper-button-prev,
.swiper-nav .swiper-button-next {
  top: 0.8em;
}

.swiper-nav .swiper-pagination-bullets {
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
  width: auto;
  bottom: auto;
  top: auto;
}

/* Swiper End */

/* Icon Download Application : Sprite application Begin */
.sp-application {
  background: url("https://mqdc.com/images/sp-application.webp") no-repeat 0 0 / 208% auto;
  display: inline-block;
  width: 9.45em;
  height: 2.95em;
  text-indent: -999999em;
  overflow: hidden;
}

.google-play {
  background-position: 0 0;
}

.apple-store {
  background-position: 98.649% 0;
}

/* Icon Download Application : Sprite application End */

/* Header + Footer Dropdown Begin */
.btn-dropdown {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  font-weight: 400;
  color: var(--darkgray);
}

.btn-dropdown:hover,
.btn-dropdown:focus {
  color: var(--darkgray);
}

.btn-dropdown::after {
  font-family: "Font Awesome 6 Free";
  content: "\f078";
  line-height: 1;
  font-weight: 900;
  transition: 0.3s;
  color: var(--softblue);
}

.btn-dropdown.show::after {
  transform: rotate(180deg);
}

.btn-dropdown.show+.dropdown-nav {
  max-height: 30em;
  opacity: 1;
  transition: 0.3s;
}

.dropdown-nav {
  overflow: hidden;
  max-height: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: 0.5s;
  opacity: 0;
}

.dropdown-nav .nav {
  flex-direction: column;
  font-size: 0.835em;
}

/* Header + Footer Dropdown End */

/* Hero banner Begin */
#hero-banner {
  padding: 0;
  overflow: hidden;
}

#hero-banner .swiper-hero a {
  width: 100%;
}

#hero-banner .swiper-hero img {
  height: 100%;
  width: 100%;
  max-width: none;
}

#hero-banner .swiper-hero .swiper-pagination-bullets {
  bottom: 4em;
}

@media screen and (min-width: 768px) {
  #hero-banner .swiper-hero .swiper-pagination-bullets {
    bottom: 5em;
  }
}

/* Hero banner End */

/* Button contact shortcut Begin */
#contact-shortcut {
  position: fixed;
  z-index: 2;
  bottom: 1.3rem;
  right: 2%;
}

#contact-shortcut .btn-contact-shortcut,
#contact-shortcut .btn-shortcut {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  color: #fff;
  line-height: 3.5rem;
  font-size: 1.5em;
  border-radius: 100%;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
}

#contact-shortcut .btn-contact-shortcut {
  background: transparent;
  padding: 0;
  position: relative;
  z-index: 1;
}

#contact-shortcut .btn-contact-shortcut i {
  display: none;
}

#contact-shortcut .btn-contact-shortcut.active {
  background: #9b9b9b;
}

#contact-shortcut .btn-contact-shortcut.active i {
  display: block;
}

#contact-shortcut .btn-contact-shortcut.active canvas {
  display: none;
}

#contact-shortcut .btn-contact-shortcut.active+.shortcut-nav {
  opacity: 1;
  overflow: visible;
  z-index: 1;
  height: auto;
}

#contact-shortcut .shortcut-nav {
  overflow: hidden;
  position: absolute;
  bottom: 100%;
  transition: opacity 0.3s;
  opacity: 0;
  height: 0;
  z-index: 0;
}

#contact-shortcut .btn-shortcut {
  margin-bottom: 0.5rem;
  text-align: center;
  background: linear-gradient(180deg, #3ea8b8 0%, #1d72a5 100%);
  position: relative;
  overflow: hidden;
}

#contact-shortcut .shortcut-title {
  opacity: 0;
  position: absolute;
  right: 115%;
  top: 0;
  font-size: 0.6em;
  width: max-content;
  text-align: center;
  padding: 0 0.5rem;
  border-radius: 5px;
  background-color: var(--softblue);
  transition: opacity 0.3s;
}

#contact-shortcut .btn-shortcut:hover {
  color: #fff;
  background: linear-gradient(180deg, #3ea8b8 0%, #237faa 100%);
  overflow: visible;
}

@media screen and (min-width: 1100px) {
  #contact-shortcut .btn-shortcut:hover .shortcut-title {
    opacity: 1;
  }
}

/* Button contact shortcut End */

/* Utilities Begin */
.first-rounded {
  margin-top: -2em;
  z-index: 1;
  position: relative;
  border-top-left-radius: 2em;
  border-top-right-radius: 2em;
}

@media screen and (min-width: 768px) {
  .first-rounded {
    margin-top: max(-4.2em, -5.8cqw);
    border-top-left-radius: 3.4em;
    border-top-right-radius: 3.4em;
  }
}

.hide-title {
  position: absolute;
  text-indent: -9999999999em;
  color: transparent;
}

.b {
  font-weight: 700;
}

.fw-med {
  font-weight: 500;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.pointer {
  cursor: pointer;
}

.hide {
  display: none;
}

.round {
  border-radius: 1.5em;
}

.rounder {
  border-radius: 2em;
}

/* .ratio,
.bg-default {
  background: var(--darkgray) url(https://mqdc.com/images/mqdc-white.webp)
    no-repeat center / min(20%, 8em) auto;
} */

.ratio-2x3 {
  --bs-aspect-ratio: calc(3 / 2 * 100%);
}

.ratio-3x4 {
  --bs-aspect-ratio: calc(4 / 3 * 100%);
}

.ratio-2x1 {
  --bs-aspect-ratio: calc(1 / 2.39 * 100%);
}

.link-ratio {
  width: 100%;
  height: auto;
}

.z-auto {
  z-index: auto;
}

.anchor {
  color: var(--softblue);
}

.bg-anchor {
  background: var(--softblue);
}

.wh-100 {
  width: 100%;
  height: 100%;
}

.x-small {
  font-size: 0.8125em;
}

.xx-small {
  font-size: 0.75em;
}

.text-darkgray {
  color: var(--darkgray);
}

.text-gray {
  color: #686d71;
}

.text-lightgray {
  color: var(--lightgray);
}

.text-softblue {
  color: var(--softblue);
}

.bg-light2 {
  background-color: #e9eeef;
}

.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  overflow: hidden;
}

.text-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  overflow: hidden;
}

.btn-default {
  min-width: 15em;
  color: #fafafa;
  background: var(--softblue) url("https://mqdc.com/images/bg-hover-trans.webp") repeat-x 0 0 / auto 200%;
  border-radius: 1.5em;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding: 0.78em 0.2em;
  font-weight: 400;
  transition: 0.3s;
}

.btn-default:hover {
  color: #fafafa;
  background-position: 0 100%;
}

.btn-default:active {
  color: #fafafa;
  background-image: none;
}

/* Utilities End */

/** Disclaimer Begin */
.i-disclaimer {
  display: inline-block;
  position: absolute;
  z-index: 2;
  width: 16px;
  height: 16px;
  background-color: #fff;
  color: #9da5c3;
  text-align: center;
  font-size: 0.6em;
  border-radius: 50%;
  right: 16px;
  top: 16px;
  cursor: pointer;
}

.i-disclaimer.left {
  right: unset;
  left: 16px;
}

.custom-disclaimer {
  --bs-tooltip-bg: #000;
  --bs-tooltip-color: #fff;
  --bs-tooltip-max-width: 300px;
  --bs-tooltip-font-size: 0.72em;
}

.with-disclaimer {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/** Disclaimer End */

/** Stadard Fade in Begin */
.fade-in {
  transition: opacity 0.5s, transform 0.5s;
}

.fade-in.inactive {
  opacity: 0;
  transform: translate(0, 10%);
}

.fade-in.active {
  opacity: 1;
  transform: translate(0, 0);
}

/** Stadard Fade in End */

/** Card set Begin */
.card-set.inactive {
  opacity: 0;
  transform: translate(-50%, 0);
}

.card-set.inactive .detail>* {
  opacity: 0;
}

.card-set.active {
  transform: translate(0, 0);
  opacity: 1;
}

.card-set.active .detail>* {
  opacity: 1;
}

.card-set {
  overflow: hidden;
  transform: translate(0, 0);
  transition: opacity 0.8s, transform 0.8s;
}

.card-set .detail>*:not(a) {
  transition: opacity 0.3s 0.3s;
}

.card-set .detail {
  padding: 0 1.5em 4em;
  position: relative;
  min-height: 17em;
  z-index: 1;
}

.card-set .detail::before {
  content: "";
  position: absolute;
  height: 30px;
  left: 0;
  top: -30px;
  right: 0;
  z-index: -1;
  border-radius: 2em 2em 0 0;
  background-color: #f4f4f4;
}

.card-set .detail .btn-more {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  .card-set .detail {
    padding: 2em 1.5em 2em 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .card-set .info {
    flex-grow: 1;
  }

  .card-set .detail::before {
    top: 0;
    left: -30px;
    height: auto;
    width: 30px;
    bottom: 0;
    border-radius: 2em 0 0 2em;
  }

  .card-set .detail .btn-more {
    position: static;
    max-width: fit-content;
  }

  .card-set .detail.order-md-0 {
    padding-right: 0;
    padding-left: 1.5em;
  }

  .card-set .detail.order-md-0::before {
    left: auto;
    right: -30px;
    border-radius: 0 2em 2em 0;
  }
}

/** Card set End */

/** Project item Begin */

.project {
  margin-bottom: 1em;
  container-type: inline-size;
}

.project>.row {
  transition: 0.3s;
  border-radius: 0.63em;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
}

.project-l {
  display: flex;
  align-items: center;
}

.project-image {
  position: relative;
  display: block;
  aspect-ratio: 3/4;
  flex: 1 1 auto;
}

.project-image img {
  height: 100%;
  max-width: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.project-topic {
  align-items: center;
  color: #fff;
  transition: 0.3s;
  padding: 0.5rem;
  min-height: 40%;
  background-color: var(--darkgray);
}

.project-topic img {
  height: 2.75em;
  max-width: 4.3em;
  width: auto;
  object-fit: contain;
}

.project-name {
  font-size: max(0.98em, 3cqw);
  margin-bottom: 0;
  padding-right: 0.7em;
}

.project-name a {
  color: #fff;
  font-weight: 400;
}

.project-info p:first-child,
.project-info li,
.btn-project-view span,
.btn-project-regist {
  display: none;
}

.project-tags {
  display: flex;
  flex-wrap: wrap;
}

.project-tags,
.project-info {
  margin: 0.5em;
}

.project-tags span {
  font-size: max(0.62em, 2cqw);
  padding: 0.2rem 0.6rem;
  font-weight: 300;
  background-color: var(--softblue);
  border-radius: 1rem;
  display: inline-block;
  color: #fff;
  margin: 0 2px 4px;
}

.project-info {
  font-size: max(0.9em, 2.5cqw);
}

.project-info ul {
  padding-left: 1.8em;
  margin-bottom: 0.5em;
}

.project-info li {
  color: #898888;
  margin-bottom: 0.4em;
}

.project-info li:first-child {
  display: block;
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3E%3Cg%3E%3Cpath d="M0,0H16.5V16.5H0Z" fill="rgba(0,0,0,0)"/%3E%3Cpath d="M19.125,15.4a2.063,2.063,0,1,1-2.063-2.063A2.063,2.063,0,0,1,19.125,15.4Z" transform="translate(-8.812 -7.833)" fill="rgba(0,0,0,0)" stroke="%239b9b9b" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/%3E%3Cpath d="M16.057,14.391,13.14,17.308a1.375,1.375,0,0,1-1.944,0L8.278,14.391a5.5,5.5,0,1,1,7.779,0Z" transform="translate(-3.916 -2.938)" fill="rgba(0,0,0,0)" stroke="%239b9b9b" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/%3E%3C/g%3E%3C/svg%3E') no-repeat left top / auto 1.5em;
  margin-left: -1.7em;
  padding-left: 1.8em;
}

.project-info p {
  font-weight: 500;
}

.project-info p:last-child {
  padding-right: 1em;
  margin-bottom: 0.5em;
}

.project-info .price {
  color: var(--softblue);
}

.project-info .soldout {
  color: var(--red);
}

.project-action {
  position: absolute;
  right: 0.8em;
  bottom: 0.5em;
  width: auto;
}

.btn-project-view i {
  transform: rotate(45deg);
  font-size: 1.3em;
  color: #5e6066;
}

@media screen and (min-width: 500px) {
  .project-topic img {
    height: 4em;
  }
}

@media screen and (min-width: 576px) {
  .project-topic {
    padding: 1rem 0.5rem 1rem 1rem;
  }

  .project-name {
    font-weight: 700;
  }

  .project-tags,
  .project-info {
    margin: 1em;
  }

  .project-info ul {
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 768px) {
  .project-list {
    justify-content: center;
  }

  .project {
    margin-bottom: 2.5em;
    max-width: 22.75em;
  }

  .project>.row {
    border-radius: 1.2em;
    flex-direction: row;
    height: 100%;
    align-content: flex-start;
  }

  .project-l {
    display: block;
  }

  .project:hover>.row {
    transform: translate(0, -1.3rem);
  }

  .project:hover .project-image::after {
    background: #424243;
    mix-blend-mode: multiply;
    opacity: 0.34;
  }

  .project:hover .btn-project-regist {
    background-size: 100% 100%;
  }

  .project-image::after {
    position: absolute;
    content: "";
    transition: 0.3s;
    background: transparent;
    opacity: 0;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }

  .project-info p:first-child,
  .btn-project-view span,
  .btn-project-regist {
    display: block;
  }

  .project-info li {
    display: list-item;
  }

  .project-tags,
  .project-info {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .project-topic {
    min-height: auto;
  }

  .project:not(:hover) .project-topic {
    background-color: #686d71 !important;
  }

  .project-content {
    padding-bottom: 2.96em;
  }

  .project-tags {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .project-tags span {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }

  .project-tags span:not(:last-child) {
    color: #004a97;
    background-color: rgba(255, 255, 255, 0.68);
  }

  .project-info ul {
    list-style: disc;
  }

  .project-action {
    display: flex;
    right: 0;
    bottom: 0;
    width: 100%;
  }

  .project-action a {
    font-size: 0.85em;
    color: #fafafa;
    text-align: center;
    display: block;
    flex: 1;
    padding: 1em 0.3em;
  }

  .btn-project-view i {
    display: none;
  }

  .btn-project-view span,
  .btn-project-regist {
    display: block;
  }

  .btn-project-view {
    background-color: #989a9b;
  }

  .btn-project-regist {
    background: linear-gradient(180deg, #3ea8b8 0%, #3ea8b8 29%, #237faa 100%);
    background-size: 100% 330%;
  }
}

/** projects item End */
