/*
 * Custom translucent site header
 */

.site-header {
  height: max-content;
  background-color: #0b1349;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  box-shadow: 0px 5px 7px -1px rgba(0, 0, 0, 0.2),
    0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 1px rgba(0, 0, 0, 0.12);
}

.site-header a {
  color: #bdbdbd;
  transition: ease-in-out color 0.15s;
}

.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

.remote-container {
  cursor: pointer;
}

.container {
  max-width: 960px;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

/* Menu */
.menu-bar {
  min-height: 52px;
  flex-direction: row;
}

.menu-icon {
  height: 52px;
  display: none !important;
  align-items: center;
  justify-content: center;
  color: #bdbdbd;
  cursor: pointer;
  transition: ease-in-out color 0.15s;
}

#check-btn {
  display: none !important;
}

.menu-icon:hover,
#check-btn:checked {
  color: #ffffff;
}

#check-btn:checked ~ .sub-menu-bar {
  width: 100%;
  display: flex !important;
  flex-direction: column;
}

#check-btn:checked ~ .sub-menu-bar > a {
  width: 100%;
  text-align: center;
}

.remote-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.remote-btn > span {
  margin-left: 0.2em;
}

.sub-menu-bar > .remote-btn,
.sub-menu-bar > .solution-select {
  display: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}

/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
    padding: 0 10em;
  }
}

.overflow-hidden {
  overflow: hidden;
}

/* Top Menu Nav */
.solution-select {
  color: #bdbdbd;
  background-color: #bdbdbd60;
  font-size: 10pt;
  border-radius: 3px;
}

.solution-select > option {
  color: #868686;
  background-color: #ffffffcb;
}

/* Top Banner */
.top-banner {
  position: relative;
  color: #ffffff;
  background: rgb(25, 37, 97);
  background: linear-gradient(
    110deg,
    rgba(25, 37, 97, 1) 5%,
    rgba(29, 44, 120, 1) 5%,
    rgba(120, 50, 115, 1) 35%,
    rgba(79, 81, 148, 1) 62%,
    rgba(0, 75, 140, 1) 82%,
    rgba(0, 113, 171, 1) 82%,
    rgba(0, 151, 187, 1) 100%
  );
}

.top-banner::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/bg_communication.jpg");
  background-size: 100%;
  opacity: 0.6 !important;
  z-index: 0;
}

.top-banner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.top-banner-content > h1 {
  width: auto !important;
  padding-bottom: 0.3em;
  border-bottom: 2px solid #ffffff;
}

.custom-shape-divider-bottom-1639546880 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  z-index: 1;
}

.custom-shape-divider-bottom-1639546880 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 183px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1639546880 .shape-fill {
  fill: #ffffff;
}

/* Body */
.carousel {
  width: 40%;
  min-width: 500px;
  height: 40vh;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.carousel > .carousel-inner,
.carousel > .carousel-inner > .carousel-item {
  height: 100%;
}

.carousel-item-flex {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 0;
}

.carousel-item-flex > img {
  max-width: 100%;
  max-height: 60%;
  margin-right: 3em;
}

.carousel-item-flex > div > h4 {
  margin-bottom: 2em;
}

.carousel-item-flex > div > ul {
  margin: 0;
}

.carousel-item-flex > div > ul > li {
  text-align: left;
}

.carousel > .arrow-btn {
  width: 24px;
  display: flex;
}

.carousel-indicators > li {
  background-color: #a9d0ff;
}

.body-customer-center {
  /* background-color: #d1d1d1; */
}

.customer-info {
  width: 18%;
  min-width: 320px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 21px;
}

.customer-info > span {
  color: #192561;
  margin-right: 0.8em;
  font-size: 45pt;
}

/* Footer */
.footer-container {
  width: 100%;
  height: 210px;
  display: flex;
  justify-content: center;
  color: #ffffff;
  background: rgb(25, 37, 97);
  background: linear-gradient(
    110deg,
    rgba(25, 37, 97, 1) 15%,
    rgba(29, 44, 120, 1) 15%,
    rgba(120, 50, 115, 1) 45%,
    rgba(79, 81, 148, 1) 75%,
    rgba(0, 75, 140, 1) 90%,
    rgba(0, 113, 171, 1) 90%,
    rgba(0, 151, 187, 1) 100%
  );
}

.custom-shape-divider-top-1639558386 {
  position: absolute;
  top: 100;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1639558386 svg {
  position: relative;
  display: block;
  width: calc(110% + 1.3px);
  height: 140px;
}

.custom-shape-divider-top-1639558386 .shape-fill {
  fill: #ffffff;
}

.footer-company {
  display: flex;
  flex-direction: column;
  color: #dddddd;
  margin-right: 2em;
  font-size: 9pt;
}

.footer-company-info > .footer-company {
  margin-right: 0;
}

.footer-company > div > label {
  margin-bottom: 0;
}

.footer-company > div > label:nth-child(odd) {
  margin-right: 0.3em;
  font-weight: bold;
}

/* color */
.color-sky {
  color: #a9d0ff;
  font-size: 14pt;
}

.color-dark-mint {
  color: #0097bb;
  font-size: 14pt;
}

.color-dark-yellow {
  color: #d7a31a;
  font-size: 14pt;
}

.color-purple {
  color: #be5fb8;
  font-size: 14pt;
}

.rotate180 {
  transform: rotate(180deg);
}

.scrollImage {
  width: 100%;
  height: 100%;
  position: relative;
}

img.test {
  width: 300px;
  height: 300px;
  position: absolute;
  left: 300px;
}

@media screen and (max-width: 768px) {
  /* container */
  .container {
    align-items: flex-start;
  }

  .container > .logo-content {
    margin-top: 9.5px;
  }

  .container > .solution-select {
    margin-top: 15.5px;
  }

  .menu-bar {
    flex-direction: column;
  }

  .menu-icon {
    display: flex !important;
  }

  .sub-menu-bar {
    display: none !important;
  }

  .remote-btn {
    margin-right: 1.2em;
  }

  /* banner svg */
  .custom-shape-divider-bottom-1639546880 svg {
    height: 80px;
    transition: all 0.15s;
  }

  /* customer center */
  .body-customer-center {
    padding: 3em !important;
  }

  .body-customer-center > div,
  .body-customer-center > div > div:first-of-type {
    padding: 0 !important;
  }

  /* bottom svg */
  .custom-shape-divider-top-1639558386 svg {
    height: 80px;
    transition: all 0.15s;
  }

  /* footer */
  .footer-company-container {
    padding-bottom: 1em;
  }

  .footer-company-info {
    width: calc(100% - 55px - 1em);
    display: flex;
    flex-direction: column;
    margin-left: 1.5rem;
  }

  .footer-company-info > .footer-company {
    flex-direction: row;
    transition: all 0.15s;
  }

  .footer-company-info > .footer-company > div {
    margin-right: 8.5em;
  }
}

@media screen and (max-width: 660px) {
  .footer-company-info > div:first-of-type {
    flex-direction: column;
    transition: all 0.15s;
  }

  .footer-company-info > div:first-of-type > .footer-company:first-of-type {
    flex-direction: row;
    transition: all 0.15s;
  }

  .footer-company-info
    > div:first-of-type
    > .footer-company:first-of-type
    > div:not(:last-child) {
    margin-right: auto;
  }

  .footer-company-info > .footer-company > div {
    margin-right: 3em;
  }
}

@media screen and (max-width: 600px) {
  .carousel {
    width: 60%;
    min-width: 300px;
    height: 30vh;
    transition: all 0.15s;
  }

  .carousel-item-flex > img {
    max-height: 50%;
    margin-right: 0;
    transition: all 0.15s;
  }

  .carousel-item-flex > div > h4 {
    margin-bottom: 0.5em;
    font-size: 16pt !important;
    transition: all 0.15s;
  }

  .carousel-item-flex > div > ul {
    font-size: 10pt !important;
    transition: all 0.15s;
  }
}

@media screen and (max-width: 500px) {
  .content-title {
    font-size: 18pt !important;
    transition: all 0.15s;
  }

  .customer-info {
    min-width: 240px;
    height: 120px;
    transition: all 0.15s;
  }

  .customer-info > span {
    margin-right: 0.3em;
    font-size: 36pt;
    transition: all 0.15s;
  }

  .customer-info > div {
    font-size: 10pt;
    transition: all 0.15s;
  }

  .customer-info > div > h4 {
    font-size: 14pt;
    transition: all 0.15s;
  }

  /* footer */
  /* bottom svg */
  .custom-shape-divider-top-1639558386 svg {
    height: 60px;
    transition: all 0.15s;
  }

  .footer-container {
    height: 280px;
  }

  .footer-company-container {
    padding: 0 0.5em 0.5em 0.5em;
  }

  .footer-company-info > div:first-of-type > .footer-company:first-of-type {
    flex-direction: column;
    transition: all 0.15s;
  }

  .footer-company-info > .footer-company {
    flex-direction: column;
    transition: all 0.15s;
  }

  .footer-company {
    margin-right: 0;
  }
}

@media screen and (max-width: 430px) {
  .container > .remote-btn > span {
    display: none;
  }

  .top-banner-content > h1 {
    font-size: 18pt !important;
    transition: all 0.15s;
  }

  .top-banner-content > p {
    font-size: 12pt !important;
    transition: all 0.15s;
  }

  .top-banner-content > a {
    font-size: 10pt !important;
    transition: all 0.15s;
  }

  /* footer */
  .footer-company-info > .footer-company > div {
    margin-right: auto;
  }

  .footer-logo {
    align-self: center;
  }

  .footer-logo > img {
    width: 35px;
  }
}

@media screen and (max-width: 350px) {
  .container > .remote-btn,
  .container > .solution-select {
    display: none;
  }

  .sub-menu-bar > .remote-btn,
  .sub-menu-bar > .solution-select {
    display: flex;
  }

  .menu-icon {
    margin-left: auto;
  }

  /* banner */
  .top-banner-content {
    padding: 0;
    margin: 2rem 0 !important;
  }

  .top-banner-content > h1 {
    font-size: 16pt !important;
    transition: all 0.15s;
  }

  .top-banner-content > p {
    font-size: 9.5pt !important;
    transition: all 0.15s;
  }

  .top-banner-content > a {
    font-size: 8pt !important;
    transition: all 0.15s;
  }

  /* banner svg */
  .custom-shape-divider-bottom-1639546880 svg {
    height: 50px;
    transition: all 0.15s;
  }

  .content-title {
    font-size: 16pt !important;
    transition: all 0.15s;
  }

  /* carousel */
  .carousel {
    width: 100%;
    min-width: 200px;
    height: 40vh;
    transition: all 0.15s;
  }

  .carousel-item-flex {
    flex-direction: column;
  }

  .carousel-item-flex > img {
    max-height: 35%;
    margin-right: 0;
    margin-bottom: 0.5em;
    transition: all 0.15s;
  }

  .carousel-item-flex > div > h4 {
    font-size: 12pt !important;
    transition: all 0.15s;
  }

  .carousel-item-flex > div > ul {
    font-size: 8pt !important;
    transition: all 0.15s;
  }

  .carousel-indicators {
    margin-bottom: 0;
  }

  /* customer center */
  .body-customer-center {
    padding: 0 0 2em 0 !important;
    transition: all 0.15s;
  }

  .customer-info {
    min-width: 220px;
    height: 110px;
    transition: all 0.15s;
  }

  /* bottom svg */
  .custom-shape-divider-top-1639558386 svg {
    height: 30px;
    transition: all 0.15s;
  }
}
