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

/* === ++ Palette === */

.clr-1 {
  color: #000000;
}

.clr-2 {
  color: #4790D2;
}

.clr-3 {
  color: #096AC0;
}

.clr-4 {
  color: #074B87;
}

.bclr-1 {
  background-color: #000000;
}

.bclr-2 {
  background-color: #4790D2;
}

.bclr-3 {
  background-color: #096AC0;
}

.bclr-4 {
  cobackground-coloror: #074B87;
}

/* === .. Palette === */

body {
  font-family: "Inter-SemiBold";
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: "AvenirLTStd-Black";
  font-display: swap;
  src: url("../fonts/AvenirLTStd-Black.woff") format("woff"), url("../fonts/AvenirLTStd-Black.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "AvenirLTStd-Roman";
  font-display: swap;
  src: url("../fonts/AvenirLTStd-Roman.woff") format("woff"), url("../fonts/AvenirLTStd-Roman.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Lobster-Regular";
  font-display: swap;
  src: url("../fonts/Lobster-Regular.woff") format("woff"), url("../fonts/Lobster-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Mina-Bold";
  font-display: swap;
  src: url("../fonts/Mina-Bold.woff") format("woff"), url("../fonts/Mina-Bold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat-Bold";
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "NotoSans-Bold";
  font-display: swap;
  src: url("../fonts/NotoSans-Bold.woff") format("woff"), url("../fonts/NotoSans-Bold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "NotoSans-Regular";
  font-display: swap;
  src: url("../fonts/NotoSans-Regular.woff") format("woff"), url("../fonts/NotoSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Raleway-Regular";
  font-display: swap;
  src: url("../fonts/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Raleway-SemiBold";
  font-display: swap;
  src: url("../fonts/Raleway-SemiBold.woff") format("woff"), url("../fonts/Raleway-SemiBold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Bold";
  font-display: swap;
  src: url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Medium";
  font-display: swap;
  src: url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "RussoOne-Regular";
  font-display: swap;
  src: url("../fonts/RussoOne-Regular.woff") format("woff"), url("../fonts/RussoOne-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter-SemiBold";
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Inter-ExtraBold";
  font-display: swap;
  src: url("../fonts/Inter-ExtraBold.woff") format("woff"), url("../fonts/Inter-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

/* ====Nav===== */

.top-nav-logo-name > img {
  height: 40px;
}

.menu-connect-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-connect-group .menu-connect--ico {
  height: 30px;
  margin-right: 8px;
}

.top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* background: linear-gradient(to left, #f46b45, #eea849); */
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  height: 50px;
  padding: 1em;
}

.top-nav .top-nav-logo-name {
  height: 3rem;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #074B87;
  /* color burger */
  position: absolute;
  height: 4px;
  width: 30px;
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: "";
  margin-top: -8px;
}

.menu-button::after {
  content: "";
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  -webkit-transform: rotate(405deg);
      -ms-transform: rotate(405deg);
          transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  -webkit-transform: rotate(-405deg);
      -ms-transform: rotate(-405deg);
          transform: rotate(-405deg);
}

@media (max-width: 800px) {
  .menu-button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 10;
  }

  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  #menu-toggle:checked ~ .menu li {
    border: 1px solid whitesmoke;
    /* color lines */
    height: 2.5em;
    padding: 0.5em;
    -webkit-transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }

  .menu > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #096AC0;
    /* menu bcolor */
    opacity: 0.9;
  }

  .menu > li > a {
    /* text-decoration: none; */
    color: white;
  }

  .menu > li > a:hover {
    color: #FFD34A;
    /* color hover */
  }

  .menu > li:not(:last-child) {
    border-bottom: 1px solid #074B87;
    /* ??? */
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* === ++ Palette === */

.clr-1 {
  color: #000000;
}

.clr-2 {
  color: #4790D2;
}

.clr-3 {
  color: #096AC0;
}

.clr-4 {
  color: #074B87;
}

.bclr-1 {
  background-color: #000000;
}

.bclr-2 {
  background-color: #4790D2;
}

.bclr-3 {
  background-color: #096AC0;
}

.bclr-4 {
  cobackground-coloror: #074B87;
}

/* === .. Palette === */

body {
  font-family: "Inter-SemiBold";
}

html {
  scroll-behavior: smooth;
}

.service-card {
  background-color: white;
  border-radius: 20px;
  /* margin: 3rem; */
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 2rem;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

/* .service-card__btn {
    width: 250px;
    height: 40px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: #006CC1;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
} */

.service-card__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  background-color: #096AC0;
  border-radius: 8px;
  border-style: none;
  -webkit-box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
          box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "RM Neue", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 10px 21px;
  text-align: center;
  text-transform: none;
  -webkit-transition: color 0.13s ease-in-out, background 0.13s ease-in-out, opacity 0.13s ease-in-out, -webkit-box-shadow 0.13s ease-in-out;
  transition: color 0.13s ease-in-out, background 0.13s ease-in-out, opacity 0.13s ease-in-out, -webkit-box-shadow 0.13s ease-in-out;
  -o-transition: color 0.13s ease-in-out, background 0.13s ease-in-out, opacity 0.13s ease-in-out, box-shadow 0.13s ease-in-out;
  transition: color 0.13s ease-in-out, background 0.13s ease-in-out, opacity 0.13s ease-in-out, box-shadow 0.13s ease-in-out;
  transition: color 0.13s ease-in-out, background 0.13s ease-in-out, opacity 0.13s ease-in-out, box-shadow 0.13s ease-in-out, -webkit-box-shadow 0.13s ease-in-out;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.service-card__btn:active {
  background-color: #074B87;
}

.service-card__btn:hover {
  background-color: #4790D2;
}

.product-category-card {
  width: 300px;
  margin: 0 auto;
  background-color: #096AC0;
  border: 1px solid white;
  border-radius: 20px;
  margin-bottom: 2rem;
}

.product-category-card:hover {
  cursor: pointer;
  background-color: #FF824A;
}

.product-category-card .product-category-card__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem;
}

.product-category-card .product-category-card__image > img {
  width: 200px;
  height: 200px;
}

.product-category-card .product-category-card__text {
  font-size: 1.2rem;
  color: white;
  text-align: center;
  margin: 1rem;
}

.srv-trading-title {
  text-align: center;
  color: #096AC0;
}

.srv-market-knowledge {
  background-color: #096AC0;
  color: white;
}

.srv-market-knowledge--plus {
  height: 1px;
}

.srv-market-knowledge__title {
  background-color: #074B87;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.srv-market-knowledge__list {
  max-width: 400px;
  padding: 0 1rem 0 1rem;
}

.srv-trading-title--border {
  border: 1px solid #096AC0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.srv-trading-title--border .srv-trading-title--left {
  color: #096AC0;
}

.srv-trading--border {
  border: 1px solid #096AC0;
}

.content-wrap {
  max-width: 600px;
  margin: 0 auto;
}

.intro-hero {
  width: 100%;
  height: 300px;
  /* background: url('../img/intro.jpg') 0 0/cover no-repeat; */
}

.intro-logo {
  margin: 2rem;
  text-align: center;
}

.intro-logo > img {
  width: 220px;
  height: auto;
}

.intro-text {
  color: #096AC0;
}

.intro-text > h3 {
  font-size: 1.5rem;
  text-align: center;
}

.intro-text > p {
  padding: 0 1rem 0 1rem;
}

/* Inter-ExtraBold */

.product-category {
  background-color: #4790D2;
}

.product-category .product-category__button {
  width: 300px;
  height: 44px;
  background: #096AC0;
  border: 1px solid white;
  -webkit-box-shadow: 4px 4px 4px #074B87;
          box-shadow: 4px 4px 4px #074B87;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
}

/* Start layout intro */

.intro-section {
  padding: 1rem;
  color: white;
}

.intro-section .intro-title {
  font-family: "Inter-ExtraBold";
  font-size: 2rem;
  /* color: white; */
  text-align: center;
}

.intro-section > p {
  padding: 0 1rem 0 1rem;
  text-align: center;
}

/* End layout intro */

.section__bottom {
  height: 1rem;
}

.our-service {
  background-color: #074B87;
}

.our-team {
  margin: 0 auto;
  background-color: #096AC0;
}

.our-team .intro-section > p {
  text-align: left;
}

.our-team .our-team-hero {
  text-align: center;
  margin: 1rem;
}

.our-team .our-team-hero > img {
  width: 90%;
}

.contact-us {
  background-color: #074B87;
  /* visited link */
  /* mouse over link */
  /* selected link */
}

.contact-us .intro-section > p {
  text-align: left;
}

.contact-us a:link {
  color: #ffffff;
}

.contact-us a:visited {
  color: #D19F00;
}

.contact-us a:hover {
  color: #FFC200;
}

.contact-us a:active {
  color: blue;
}

.products-card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-card {
  width: 100px;
  height: 150px;
  color: white;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product-card > img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 10%;
}

.product-card .product-card__name {
  height: 35px;
  font-size: 0.6rem;
  margin: 0.5rem;
}

.contact-us__wrap {
  margin: 1rem;
  display: grid;
  grid-template-columns: 50px 200px;
  grid-row-gap: 8px;
}