@font-face {
  font-family: 'GillSans';
  src: url('../fonts/GillSans.ttf');
}

@font-face {
  font-family: 'GillSans-Bold';
  src: url('../fonts/GillSans-Bold.ttf');
}

@font-face {
  font-family: 'GillSans-SemiBold';
  src: url('../fonts/GillSans-SemiBold.ttf');
}

@font-face {
  font-family: 'GillSans-Light';
  src: url('../fonts/GillSans-Light.ttf');
}

* {
  font-family: 'GillSans';
}

body .container {
  overflow-x: hidden;
}

.logo {
  position: fixed;
  top: 30px;
  left: 30px;
  width: 56px;
  height: 56px;
  z-index: 10;
}

a {
  text-decoration: none;
}

.container #fullpage .section {
  height: 100%;
  width: 100%;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}

#section1 {
  background-image: url('../img/banner-mysquar.jpg');
}

#section2 {
  background: url('../img/Bg-decoration.png');
}
#section3 {
  background: url('../img/bg-section3.png');
}
#section4 {
  background: url('../img/bg-our-products.png');
  overflow: hidden;
}
#section5 {
  background: url('../img/bg-section3.png');
}

#hamburger {
  position: fixed;
  top: 38px;
  right: 38px;
  z-index: 10;
}

#hamburger img {
  width: 28px;
  height: 21px;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 110; /* Stay on top */
  top: 0;
  right: 0;
  background-image: url('../img/bg.jpg');
  background-size: 100% 100%;
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.2s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav .page-link a {
  text-decoration: none;
  color: white;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
  display: block;
  transition: 0.3s;
}

.sidenav .page-link a span {
  display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav .page-link a:hover,
.offcanvas .page-link a:focus {
  border-left: 6px solid white;
}

.sidenav .page-link a span:hover,
.offcanvas .page-link a span:focus {
  opacity: 0.6;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  font-size: 36px;
  margin-left: 50px;
  top: 38px;
  right: 40px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

.title {
  font-size: 52px;
  color: white;
  font-weight: bold;
}

.squar-yellow {
  color: rgb(228, 178, 21);
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.hero {
}

.column {
  width: 900px;
  margin: auto auto;
  box-sizing: border-box;
}

.about-us-header {
  text-align: center;
  font-size: 64px;
  font-weight: 600;
  /* margin-top: 80px; */
  margin-top: 0px;
  margin-bottom: 8px;
  color: #1e384f;
  font-family: 'GillSans-SemiBold';
}

#section1 .scroll-down-small {
  position: absolute;
  left: 47%;
  top: 84%;
  display: none;
  text-align: center;
  color: white;
}

#section2 .sub-header {
  margin: 8px 0px 8px 0px;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  line-height: 24px;
  /* letter-spacing: 0.1px; */
  color: rgba(30, 56, 79, 0.9);
  font-family: 'GillSans-Light';
}

#section2 .seperator {
  font-size: 1.8em;
  margin-top: 4px;
  margin-bottom: 4px;
  font-weight: lighter;
  color: #f4df9d;
  text-align: center;
}

#section2 .sub-p {
  color: #161616;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  /* letter-spacing: 0.1px; */
  margin-bottom: 40px;
  margin-top: 8px;
  color: rgba(30, 56, 79, 0.9);
  font-family: 'GillSans-Light';
}

#section2 .wrapper {
  /* border: 1px solid black; */
  height: 224px;
  display: flex;
  cursor: pointer;
  color: white;
}

.about-us-pic {
  background-image: url('../img/about-us.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 65%;
  margin-right: 8px;
}

#section2 .hiring {
  width: 35%;
  margin-left: 8px;
  position: relative;
  overflow: hidden;
}

#section2 .bg-hiring {
  background-image: url('../img/bg-hiring.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #d5a409;
  background-blend-mode: multiply;
  position: relative;
  width: 100%;
  height: 100%;
}

#section2 .hiring:hover .bg-hiring {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center;
}

#section2 .hiring .text {
  position: absolute;
  top: 12%;
  left: 16px;
}

#section2 .hiring .title {
  font-size: 56px;
  font-weight: 600;
  line-height: 53px;
  font-family: 'GillSans-SemiBold';
  margin-bottom: 6px;
}

#section2 .hiring .body {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
  margin-top: 6px;
  font-family: 'GillSans-Light';
}

.spin-circle {
  animation: App-logo-spin infinite 60s linear;
}

.spin-circle-one {
  animation-name: App-logo-spin;
  animation-duration: 5s;
  animation-timing-function: linear;
}

.spin-circle-animate {
  -webkit-animation-delay: 0.8s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-delay: 0.8s;
  -moz-animation-iteration-count: 1;
}

.center-screen {
  position: absolute;
  max-height: 90%;
  max-width: 80%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.pointer:hover {
  cursor: pointer;
}

.slogan {
  color: white;
  width: 400px;
  text-align: center;
  margin: auto;
}

#connect {
  font-size: 30px;
  font-family: 'GillSans-Bold';
  letter-spacing: 0.7px;
}

#myanmar {
  font-size: 50px;
  font-family: 'GillSans-Bold';
  letter-spacing: 0.7px;
}

.scroll-indicator {
  position: fixed;
  right: 29px;
  bottom: 46px;
  text-align: center;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 62px;
  height: 80px;
}

.scroll-indicator span {
  font-weight: lighter;
  font-size: 9pt;
  color: white;
}

#scroll-down {
  width: 30px;
  margin: 0 auto;
  height: 64px;
}

#mySidenav footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 16px;
}

#mySidenav .social-link {
  padding: 8px 16px;
}

#mySidenav .social-link a {
  display: inline;
  padding: 0;
  margin: 0;
  transition: 0.2s;
}

#mySidenav .social-link a:hover {
  opacity: 0.6;
}

#mySidenav .social-link img {
  margin-right: 4px;
  height: 32px;
  width: 32px;
}

#mySidenav footer span {
  color: white;
  font-size: 14px;
  margin: 8px 16px;
}

#mySidenav .page-link {
  margin-top: 130px;
}

#mySidenav .page-link a {
  padding: 8px 8px 16px 32px;
  font-weight: 600;
  line-height: 1.15;
}

.scroll-small {
  width: 100%;
  background-color: white;
  text-align: center;
  display: none;
}

.scroll-small .container {
  margin: auto;
  padding: 20px;
  font-size: 14px;
  color: #1e384f;
}

#section3 .hero .column {
  /* display: flex;
  flex-direction: column;
  max-width: 82%; */
  height: 100%;
  width: 100%;
}

#section3 .column .text {
  text-align: center;
}

#section3 .column .text .title {
  /* margin-top: 60px;
  margin-bottom: 9px; */
  letter-spacing: 2px;
  font-size: 64px;
  font-weight: 600;
  color: #1e384f;
  font-family: 'GillSans-SemiBold';
}

#section3 .column .text .body {
  margin: auto;
  line-height: 24px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.4px;
  color: rgba(30, 56, 79, 0.9);
  max-width: 720px;
  text-align: center;
  /* align-items: center; */
  font-family: 'GillSans-Light';
}

#section3 .column .card-list {
  width: 100%;
  /* height: 450px; */
  margin-top: 24px;
  /* margin: 23px 8px 0px 8px; */
  /* border: 2px solid black; */
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: space-between; */
  /* max-height: 420px; */
}

#section3 .card-list .card-row {
  width: 999px;
  /* height: 180px; */
  /* align-items: center; */
  /* display: flex; */
  /* justify-content: space-around; */
  /* margin-top: 12px; */
  /* margin-bottom: 12px; */
  /* text-align: left; */
  /* justify-content: center; */
  margin: auto;
}

#section3 .card-list .card {
  position: relative;
  width: 275px;
  height: 180px;
  background-color: #ffffff;
  border-radius: 14px;
  box-shadow: 6px 9px 20px 0 rgba(202, 218, 230, 0.25);
  border: solid 1px rgba(30, 57, 79, 0.1);
  padding-left: 16px;
  padding-right: 16px;
  /* margin-left: 10px; */
  /* margin-right: 10px; */
  margin: 10px 12px;
  /* flex-direction: row; */
  transition: 0.2s;
  /* padding: 12px 16px; */
  float: left;
}

#section3 .card-list .card:hover {
  box-shadow: 6px 9px 20px 0 rgba(166, 184, 199, 0.45);
  border: solid 1px rgba(30, 57, 79, 0.1);
}

#section3 .card-list .card:hover img {
  animation-name: App-logo-spin;
  animation-duration: 0.4s;
  animation-timing-function: linear;
}

#section3 .card-list .card .card-content {
  /*width: 95%; */
  /* height: 95%; */
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: space-around; */
  padding: 12px 0px;
}

#section3 .card-content img {
  /* text-align: left; */
  height: 64px;
  width: 64px;
  /* margin-top: 12px; */
}

#section3 .card-content .content-title {
  font-size: 20px;
  letter-spacing: -0.1px;
  color: #1e384f;
  margin-top: 12px;
  margin-bottom: 4px;
}

#section3 .card-content .content-body {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: #1e384f;
  margin-top: 4px;
  margin-bottom: 8px;
  font-family: 'GillSans-Light';
}

#section4 {
  align-content: center;
  align-items: flex-start;
}

#section4 .hero {
  width: 100%;
  height: 100%;
  display: flex;
  /* justify-content: center; */
  align-content: none;
  flex-direction: column;
  justify-content: flex-start;
}

#section4 .hero .column {
  /* display: absolute;
  top: 16px;
  width: 45%;
  height: 35%;
  display: flex;
  flex-direction: column;
  margin-top: 26px;
  flex-grow: 0; */

  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#section4 .hero .column .text{
  width: 570px;
}

#section4 .hero .column .title {
  font-size: 64px;
  font-weight: 600;
  text-align: center;
  color: #1e384f;
  margin: 0 0 10px 0;
  padding: 0;
  font-family: 'GillSans-SemiBold';
}

#section4 .hero .column .body {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  color: rgba(30, 56, 79, 0.9);
  margin: 0 0 10px 0;
  padding: 0;
  font-family: 'GillSans-Light';
}

#section4 .hero .column .btn-explore {
  border-radius: 100px;
  border: solid 1px #1e384f;
  position: relative;
  padding: 4px 20px;
  outline: 0;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #1e384f;
  overflow: hidden;
  background: none;
  cursor: pointer;
  width: 104px;
  height: 39px;
  margin: 0px auto;
}
#section4 .hero .column .btn-explore a {
  color: #1e384f;
  font-family: 'GillSans-Light';
}

#section4 .hero .column .btn-explore:hover a {
  color: white;
}

#section4 .hero .column .btn-explore:hover {
  border-color: #e4b315;
}

#section4 .hero .column .btn-explore.pointer:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e4b315;
  left: 100%;
  top: 0;
  z-index: -1;
  transition: all 0.15s ease;
}

#section4 .hero .column .btn-explore.pointer:hover:after {
  left: 0;
}

#section4 .hero .column .seperator {
  margin-top: 16px;
  margin-bottom: 12px;
  width: 100%;
  height: 1px;
  opacity: 0.61;
  color: #a5a5a5;
  text-align: center;
  margin: 16px auto;
}

#section4 .hero .products {
  width: 100%;
  align-self: flex-end;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

#section4 .hero .products .navigator {
  flex-direction: row;
  align-items: center;
  text-align: center;
  justify-content: center;
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  flex-grow: 0;
  height: 100px;
}

#section4 .hero .products .navigator .arrow {
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0);
  margin: 8px;
  outline: 0;
  background-repeat: no-repeat;
}

#section4 .left {
  background-image: url('../img/icon/ic-previous.png');
}

#section4 .right {
  background-image: url('../img/icon/ic-next.png');
}

#section4 .hero .products .product {
  display: inline-block;
  padding: 4px 0px;
  margin: 0 18px;
  width: 300px;
}

#section4 .product .product-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1px;
  color: #1e384f;
  margin-bottom: 4px;
  font-family: 'GillSans-SemiBold';
}

#section4 .product .descript {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.1px;
  color: rgba(30, 56, 79, 0.9);
  font-family: 'GillSans-Light';
}

#section4 .products .carousel {
  overflow: hidden;
  height: 250px;
  /* height: 100%;
  width: 13%;
  border: 2px dashed green; */
}

#section4 .product .android-phone {
  background-image: url('../img/android-mockup.png');
  background-size: contain;
}

#section4 .products .carousel-container {
  width: 100%;
  /* border: 2px dashed blue; */
  flex-grow: 1;
  display: flex;
  overflow: hidden;
  /* justify-content: center; */
}

#section4 .carousel .app-pic {
  display: hidden; /* hide images until carousel prepares them */
  cursor: pointer; /* not needed if you wrap carousel items in links */
  filter: brightness(50%);
  transition: -webkit-filter 0.05s ease-in;
  border-radius: 8px;
}

#section4 .carousel-center {
  filter: brightness(100%) !important;
}

#section4 .carousel .carousel-center:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url('../img/android-mockup.png');
  left: 0;
  top: 0;
  z-index: 20;
}

#section3 .card .narrow-letter {
  letter-spacing: -0.3px;
}

#section5 .hero .column {
  height: 100%;
  width: 100%;
}

#section5 .column .text {
  text-align: center;
}

#section5 .column .text .title {
  letter-spacing: 2px;
  font-size: 64px;
  font-weight: 600;
  color: #1e384f;
  font-family: 'GillSans-SemiBold';
}

#section5 .column .text .body {
  margin: auto;
  line-height: 24px;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.4px;
  color: rgba(30, 56, 79, 0.9);
  max-width: 720px;
  text-align: center;
  font-family: 'GillSans-Light';
}

#section5 .column .card-list {
  width: 100%;
  margin-top: 12px;
}

#section5 .card-list .card-row {
  width: 999px;
  margin: auto;
}

#section5 .card-list .partner-logo-card {
  position: relative;
  width: 15%;
  height: 150px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 10px 10px;
  transition: 0.2s;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

#section5 .partner-logo-card img {
  width: 100px;
  height: auto;
  margin: 0 auto;
  vertical-align: middle;
}

#section5 .hero .column .seperator {
  margin-top: 16px;
  margin-bottom: 12px;
  width: 100%;
  height: 1px;
  opacity: 0.61;
  color: #a5a5a5;
  text-align: center;
  margin: 16px auto;
}

.partner-container {
  width: 100%;
  padding: 32px 0 32px 0;

}

.partner-container .content {
  width: 760px;
  display: flex;
  margin: 0 auto;
  padding: 0px 20px;
  flex-wrap: wrap;
}

.partner-container .content .row {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0px;
  justify-content: center;
}

.partner-container .content .row:after {
  content: '';
  display: block;
  clear: both;
}

.partner-container .content .row .card {
  height: 120px;
  width: 120px;
  margin: 12px 16px;
  display: flex;
  flex-direction: column;
  float: left;
}

.partner-container .content .row .card img {
  width: 100px;
  height: auto;
  margin: auto;
}

.partner-container .content .row .card .square-big {
  width: 70px;
}


