/*
Theme Name: Supply Chain Cube theme
Author: Mizuki Kurosawa

Last Update: 08.2023
Author: Paulin Raison
*/

@font-face {
  font-family: 'Oxanium';
  src: url('../fonts/Oxanium') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box
}

html {
  height: 100%
}

body {
  margin: 0;
  display:  box;
  display: flex;
  box-direction: normal;
  flex-direction: column;
  justify-content: flex-start;
  box-align: stretch;
  align-items: stretch;
  background-color: white;
  color: #26314e;
  font-family: Verdana;
  font-size: 18px;
  line-height: 170%;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
  margin-bottom: 10px
}


h1 {
  font-family: 'Oxanium', bold;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 60px;
  line-height: 122%;
}

h2 {
  font-family: 'Oxanium', bold;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 1.18em;
  letter-spacing: -0.7px;
}

strong {
  color: #26314e;
  font-weight: 700;
  font-family: 'Oxanium', bold;
}

p {
  margin-bottom: 24px;
  line-height: 1.7em;
}

a {
  transition: color 200ms ease;
  transition: color 200ms ease;
  color: #26314e;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 28px;
  padding-left: 36px;
  list-style-type: disc;
}

li {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
}


img {
  display: inline-block;
  max-width: 100%;
  border-radius: 8px;
}

/* Nav */
.nav-menu-wrap {
  position: relative;
  display:  flex;
  top: 15px;
  justify-content: center;
  font-family: 'Oxanium', bold;
}

.nav-button-wrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 20px;
}

.nav-indicator {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: -14px;
  z-index: 999;
  width: 32px;
  height: 3px;
  background-color: #0ead8b;
  opacity: 0;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: box;
  display: flex;
  height: 80px;
  padding-right: 24px;
  padding-left: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  background-color: #26314e;
}

.w-nav {
  position: fixed;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand {
  position: relative;
  z-index: 10;
  display:  box;
  display: flex;
  padding: 5px 5px 5px 0px;
  justify-content: center;
  box-align: center;
  align-items: center;
}

.w-nav-brand {
  position: relative;
  display: flex;
  text-decoration: none;
  color: #26314e;
}

.logo {
  height:90px;
  max-width: none;
}

.w-nav-menu {
  display: flex;
}

.w-nav-menu ul {
  display: flex;
  flex-direction: row;
}

/* navmenu */
.w-nav-menu ul li {
  width: 100%;
  display: flex;
  flex-direction: row;
  list-style: none;
  text-align: center;
  position: relative;
}

.w-nav-menu ul li a {
  display: block;
  color: #dddcde;
  font-size: 16px;
  font-weight: 500;
  padding: 22px 14px;
  flex-direction: row;
  list-style: none;
  align-items: center;
  justify-content: center;
}

.w-nav-menu ul li a:hover {
  color: #0ead8b;
}

/* submenu */
.w-nav-menu ul li ul {
  display: none;
  position: absolute;
  flex-direction: column;
  top: 80px;
  background-color: #26314e;
  padding: 2px;
  border-radius: 0px 0px 8px 8px;
}

.w-nav-menu ul li:hover ul {
  display: block;
}

.long-dropdown {
  width: 235px;
}

.middle-dropdown {
  width: 118px;
}

.short-dropdown {
  width: 95px;
}

.w-nav-menu ul li ul li a {
  position: relative;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 500;
}

.w-nav-menu ul li ul li a:hover {
  color: #0ead8b;
}

.w-button {
  display: inline-block;
  margin: 8px;
  color: #dddcde;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0s
  font-family: 'Oxanium', bold;
}


.nav-language-selector-wrap {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 20px;
  margin-top: 0%;
}

.bogoflags {
  margin-top: 12px;
}

.bogo-language-switcher .current{
	display: none;
	}
  
.bogo-language-switcher .current	li{
	text-align: right;
}

.bogo-language-switcher .current a:before{
  content: "\f0ec";
  font-family: FontAwesome;
}

#google_language_translator select.goog-te-combo {
  color: #dddcde;
  background-color: transparent;
  border: none;
  font-size: auto;
  width: 130px;
  border-radius: 5px !important;
  font-family: 'Oxanium', bold;
  font-weight: 500;
  margin-top: 8px;
}

.toggle-button {
  position: absolute;
  top: 24px;
  right: 14px;
  flex-direction: column;
  justify-content: space-between;
  height: 14px;
  width: 16px;
  display: none;
}

.toggle-button .bar {
  height: 2px;
  width: 100%;
  background-color: #dddcde;
  border-radius: 10px;
}

/* End of Nav */

/* Hero */
.accent-text-green {
  color: #0ead8b;
}
/* End of Hero */

/* Contents */
/* Paulin 24.10.2023 top */
.box-container {
  display: flex;
  align-items: center;
}

.box {
  text-align: center;
  width: 33.33%; /* Each box takes up one-third of the available space */
  padding: 10px;
  border: 1px solid #000; /* Add borders or styling as desired */
}

.box-number {
  font-size: 32px; /* Adjust the font size as needed */
  font-weight: bold;
  color: #f4f6fa;
}

.box-text {
  font-size: 18px; /* Adjust the font size as needed */
}
/* Paulin 24.10.2023 end */
.section {
  display:  box;
  display: flex;
  padding: 120px 24px;
  box-direction: normal;
  flex-direction: column;
  box-pack: center;
  justify-content: center;
  box-align: center;
  align-items: center;
}

.section.section--hero-accent-mainpage {
  padding: 14% 0% 8% 0%;
  margin-bottom: 0%;
  background-image: url("http://test.supplychaincube.com/wp-content/uploads/2023/10/benjamin-lim-2d3K2DfjG7I-unsplash-copy-scaled.jpg");
  background-size: cover; /* Adjust as needed */
  background-repeat: no-repeat;
}

.section.section--hero-accent {
  padding: 14% 0% 8% 0%;
  margin-bottom: 4%;
  background-color: #f4f6fa;
}

.section.section--info {
  padding-top: 4px;
  padding-bottom: 4px;
}

.section.section--info-c {
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #f4f6fa;
}

.container {
  width: 80%;
  max-width: 1200px;
  Padding: 40px 10%;
  justify-content: center;
}

.heading-wrap {
  margin-right: auto;
  margin-left: auto;
  box-direction: normal;
  flex-direction: column;
  justify-content: center;
  box-align: center;
  align-items: center;
  text-align: center;
  max-width: 700px;
}

.heading-100 {
  color: #26314e;
  font-size: 48px;
  line-height: 1.16em;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.heading-100.mb24 {
  margin-bottom: 24px;
}

.heading-200 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #26314e;
  font-size: 40px;
  line-height: 1.16em;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.heading-200.mb24 {
  margin-bottom: 24px;
}

.heading-200.mb24.measuresmall {
  font-size: 43px;
  line-height: 1.1em;
}

.heading-200.heading-200---white {
  color: #dddcde;
}

.image-placement {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 5px;
}

.block-image {
  width: 400px;
  overflow:hidden;
}

.text-18 {
  margin-top: 36px;
  margin-bottom: 0px;
  line-height: 1.4em;
}

.text-18.text-18--white {
  color: dddcde;
}

.mb32 {
  margin-bottom: 32px;
}

.list-check {
  margin-top: 18px;
  margin-bottom: 6px;
  padding-left: 0px;
}

.list-check.mb32 {
  margin-bottom: 26px;
}

.list-check-item {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 40px;
  background-image: url("https://assets.website-files.com/604915c3f8006b47361fa116/61ae246c71ef5aac94ef7881_CheckCircle.svg");
  background-position: 0px 6px;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 1.5em;
  list-style-type: none;
}

.button {
  padding: 12px 20px;
  border-radius: 8px;
  background-color: #26314e;
  transition-property: background-color;
  color: #dddcde;
  font-family: 'Oxanium', bold;
  font-size: 13px;
  line-height: 1.25em;
  font-weight: 500;
}

.button.button---ghost {
  border-style: solid;
  border-width: 2px;
  border-color: #dddcde;
  background-color: transparent;
  color: #dddcde;
}

.button.button---green {
  color: #f7fbfa;
  border-style: solid;
  border-width: 2px;
  border-color: #0ead8b;
  background-color: #0ead8b;
}
/* End of Contents */

/* Home Page Updates */
.collection-list {
  display: -ms-grid;
  display: grid;
  width: 100%;
  align-content: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.collection-list-wrapper {
  width: 100%;
  margin-top: 15px;
}

.block-blog {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.image-blog {
  width: 100%;
  height: 100%;
  transition: transform 2000ms ease;
  object-fit: cover;
}

.image-blog:hover {
  transform: scale(1.2);
}

.category-blog {
  display: none;
  margin-top: 27px;
  padding: 5px 12px;
  border-radius: 8px;
  background-color: rgba(18, 179, 97, 0.12);
  color: #3dd598;
  font-size: 15px;
  line-height: 120%;
  font-weight: 500;
}

.category-blog.video {
  display: inline;
  width: 100px;
}

.link-heading-blog {
  margin-top: 16px;
  margin-bottom: 16px;
  text-decoration: none;
}

.date-blog {
  display: none;
  opacity: 0.5;
  color: #0c1d37;
  font-size: 15px;
  line-height: 120%;
}

.heading-blog {
  margin-bottom: 0px;
  color: #0c1d37;
  font-size: 16px;
  line-height: 1.34em;
  font-weight: 700;
  text-align: left;
}

.heading-blog.heading-blog---big {
  font-size: 20px;
}

.empty-state {
  border-radius: 12px;
  background-color: #fbf2eb;
  text-align: center;
}

.empty-text {
  padding: 4px;
  color: #0c1d37;
  line-height: 140%;
}

.link-image-blog {
  overflow: hidden;
  width: 100%;
  height: 180px;
  border-radius: 8px;
}

.link-image-blog.link-image-blog---big {
  height: 350px;
}

/* Style for the columns */
  .column {
    width: 10%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
  }

  /* Style for the separating line */
  .separator {
    width: 100%;
    border-bottom: 2px solid black;
    margin: 20px 0;
  }

  /* Clear floating columns */
  .clearfix::after {
    content: "";
    display: table;
    clear: both;
  }

  /* Center columns horizontally */
  .clearfix {
    text-align: center; /* Center the text content */
  }

/* End of Home Page Updates */

/* Pricing Page */
.section-hero.single-page {
  padding-top: 200px;
  padding-bottom: 100px;
  margin-left: 100px;
}

.grid-pricing {
  overflow: hidden;
  width: 140%;
  margin: 0 0 0 10%;
  align-items: center;
  grid-column-gap: 8%;
  grid-row-gap: 20px;
  grid-template-columns: auto;
  grid-template-rows: auto;
}

.plan {
  display: flex;
  display: block;
  padding: 42px 14%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 25px 50px -10px rgba(100, 44, 0, 0.07);
  text-align: center;
}

.heading-plan.blue {
  color: #5772ff;
}

.heading-plan.green {
  color: #3dd598;
}

.price-block {
  display: flex;
  margin-bottom: 12px;
  justify-content: center;
  align-items: center;
}

.price-info {
  color: #9b9ea5;
  font-size: 20px;
  line-height: 100%;
}

.price {
  margin-right: 4px;
  margin-left: 4px;
  color: #26314e;;
  font-size: 48px;
  line-height: 100%;
  font-weight: 700;
}

.paragraph-plan {
  max-width: 380px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 170%;
}

.check-block-plan {
  display: flex;
  justify-content: center;
  align-items: center;
}

.check-plan {
  display: flex;
  width: 36px;
  height: 36px;
  margin-right: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: rgba(255, 101, 1, 0.1);
}

.check-plan.blue {
  background-color: rgba(87, 114, 255, 0.1);
}

.check-plan.green {
  background-color: rgba(18, 179, 97, 0.1);
}

.text-check-plan {
  color: #26314e;
  line-height: 130%;
  font-weight: 500;
  text-align: left;
}

.grid-check-plan {
  width: 100%;
  margin-bottom: 34px;
  justify-items: start;
  align-items: center;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}

.button-small {
  margin-top: 16px;
  padding: 12px 22px;
  border-radius: 50px;
  background-color: #31caca;
  color: #fff;
  font-size: 16px;
  line-height: 115%;
  font-weight: 500;
}

.button-small:hover {
  background-color: #3dd598;
  color: #fff;
}

.button-small.outline {
  padding: 10px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #26314e;
  background-color: transparent;
  color: #26314e;
}

.button-small.outline:hover {
  background-color: #26314e;
  color: #fff;
}

.button-small.orange {
  background-color: #3dd598;
}

.button-small.orange:hover {
  background-color: #26314e;;
}

.button-small.white {
  background-color: #fff;
  transition: color 200ms ease, background-color 200ms ease;
  color: #26314e;
}

.button-small.white:hover {
  background-color: #3dd598;
  color: #fff;
}
/* End of Pricing Page */


/* Footer */
.content {
  display: flex;
  width: 100%;
  max-width: 1200px;
  box-direction: normal;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.grid-banner {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  width: 90%;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  border-radius: 20px;
  background-color: #26314e;
}

.text-banner {
  display: flex;
  padding: 60px 10% 40px 10%;
  flex-direction: column;
  justify-content: center;
  box-align: start;
  align-items: flex-start;
  color: #dddcde;
}

.img-banner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-align: end;
  align-items: flex-end;
}

.app-screen---c {
  position: relative;
  left: 75px;
  top: 60px;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0% 0%;
  object-position: 0% 0%;
}

.section-footer {
  display: box;
  display: flex;
  margin-top: auto;
  padding: 60px 20px;
  box-direction: normal;
  flex-direction: column;
  justify-content: center;
  box-align: center;
  align-items: center;
}

.w-layout-grid {
  display: grid;
  grid-auto-columns: auto;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
}

.grid-footer {
  width: 100%;
  box-align: start;
  align-items: start;
  grid-auto-flow: row;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto;
}

.paragraph-footer {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 170%;
}

.logo-footer {
  display: block;
  height: 70px;
  margin-bottom: 30px;
}

.link-footer {
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  color: #26314e;
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
  text-decoration: none;
}

.link-footer:hover {
  color: #0ead8b;
}

.heading-footer {
  margin-bottom: 26px;
  padding-top: 4px;
  padding-bottom: 4px;
  opacity: 0.5;
  color: #26314e;
  font-size: 16px;
  line-height: 130%;
  font-weight: 500;
}

.social-footer {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.social-icons {
  margin-top: 20px;
}

.copyright {
  font-size: 10px;
}
/* End of Footer */

/* Media Queries */
@media screen and (max-width: 991px) {
  
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;  
  }

  h5 {
    font-size: 20px;
  }

  p {
    font-size: 20px;
  }

  .logo {
    position: fixed;
    top: 8px;
    left: 60px;
    height:46px;
    max-width: none;
  }

  .nav-button-wrap {
    position: fixed;
    display: flex;
    flex-direction: row;
    top: 8px;
    margin-left: 12px;
    right: 14%;
  }

  .button.button---ghost {
    border-style: solid;
    padding: 8px 8px;
    margin: 6px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
  }

  .bogoflags {
    margin-right: -20%;
    margin-top: 8px;
    display: flex;
  }

#google_language_translator select.goog-te-combo {
    font-size: 12px;
    border-radius: 3px !important;
    font-family: 'Oxanium', bold;
    font-weight: 500;
    margin-top: 8px;
    margin-right: 20%;
    width: 120px;
  }

  .toggle-button {
    top: 22px;
    display: flex;
    right: 60px;
    height: 18px;
    width: 24px;
  }

  .nav {
    margin-top: -14%;
    width: 100%;
    margin-left: -8%;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
  }
  
  .navbar {
    position: fixed;
    align-items: center;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #26314e;
    height: 64px;
  }

  .w-nav {
    display: flex;
    position: fixed;
  }

  .w-nav-brand {
    position: absolute;
  }

  .w-nav-menu {
    display: none;
    position: static;
    flex-direction: column;
    width: 100%;
    height: 450px;
    background-color:#26314e;
    margin-top: 450px;
    margin-left: 8%;
  }

  .w-nav-menu.active {
    display: flex;
  }
  
  .w-nav-menu ul {
    display: flex;
    flex-direction: column;
  }
  
  /* navmenu */
  .nav ul li {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: -1%;
  }
  
  .nav ul li a {
    padding: 0px;
    font-size: 16px;
    width: 100%;
  }

  /* submenu */
  .nav ul li ul {
    width: 100%;
    border-radius: 0px;
    margin-top: -50px;
    margin-left: -1.5%;
    background-color: transparent;
  }

  .nav ul li ul li a {
    padding: 0px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    background-color:#3d4a75;
    z-index: 10;
  }

  .section {
    padding: 20% 0%;
  }

  .heading-100 {
    font-size: 44px;
  }

  .heading-200 {
    font-size: 36px;
  }

  .container {
    width: 80%;
    Padding: 10% 0% 0% 0%;
  }

  .block-image {
    width: 600px;
    overflow:hidden;
  }

  .section-footer {
    padding: 0px 0px;
  }

  .copyright {
    margin-bottom: 10%;
  }
  
}

@media screen and (max-width: 767px) {
  
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;  
  }

  h5 {
    font-size: 20px;
  }

  p {
    font-size: 20px;
  }

  .logo {
    position: fixed;
    top: 10px;
    left: 40px;
    height:44px;
    max-width: none;
  }

  .nav-button-wrap {
    position: fixed;
    display: flex;
    flex-direction: row;
    right: 10%;
  }

  .button.button---ghost {
    border-style: solid;
    padding: 8px 8px;
    margin: 4px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 500;
    top: 8px;
  }

  .bogo {
    display: flex;
    margin-top: 2%;
  }

  .bogoflags {
    margin-top: 3px;
  }

#google_language_translator select.goog-te-combo {
    font-size: 12px;
    border-radius: 3px !important;
    font-family: 'Oxanium', bold;
    font-weight: 500;
    margin-top: 4px;
    margin-right: 60%;
    width: 120px;
  }

  .toggle-button {
    top: 22px;
    display: flex;
    right: 20px;
    height: 16px;
    width: 20px;
  }

  .nav {
    margin-top: -14%;
    width: 100%;
    margin-left: -8%;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
  }
  
  .navbar {
    position: fixed;
    align-items: center;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #26314e;
    height: 64px;
  }

  .w-nav {
    display: flex;
    position: fixed;
  }

  .w-nav-brand {
    position: absolute;
  }

  .w-nav-menu {
    display: none;
    position: static;
    flex-direction: column;
    width: 100%;
    height: 450px;
    background-color:#26314e;
    margin-top: 400px;
    margin-left: 8%;
  }

  .w-nav-menu.active {
    display: flex;
  }
  
  .w-nav-menu ul {
    display: flex;
    flex-direction: column;
  }
  
  /* navmenu */
  .nav ul li {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: -2%;
  }
  
  .nav ul li a {
    padding: 0px;
    font-size: 16px;
    width: 100%;
  }

  /* submenu */
  .nav ul li ul {
    width: 100%;
    border-radius: 0px;
    margin-top: -50px;
    margin-left: -1.5%;
    background-color: transparent;
  }

  .nav ul li ul li a {
    padding: 0px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    background-color:#3d4a75;
    z-index: 10;
  }

  .container {
    width: 72%;
    Padding: 10% 0% 0% 0%;
  }

  .section {
    padding: 20% 0%;
  }

  .heading-100 {
    font-size: 40px;
  }

  .heading-200 {
    font-size: 28px;
  }

  .heading-200.mb24 {
    margin-bottom: 0px;
    font-size: 28px;
  }

  .text-18 {
    font-size: 16px
  }

  .list-check-item {
    font-size: 14px;
  }

  .section-hero.for-grid {
    padding-bottom: 0px;
  }

  .heading-100 {
    font-size: 32px;
  }

  .block-image {
    width: 500px;
    overflow:hidden;
  }

  .grid-pricing {
    overflow: hidden;
    width: 100%;
    margin-left: 24%;
    align-items: center;
    grid-row-gap: 3%;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
  }
  
  .plan {
    display: flex;
    display: block;
    padding: 42px 10%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 25px 50px -10px rgb(100 44 0 / 7%);
  }

  .price {
    font-size: 32px;
  }

  .paragraph-plan {
    max-width: 300px;
    margin-bottom: 24px;
    font-size: 18px;
  }

  .price-info {
    font-size: 20px;
  }

  .text-check-plan {
    font-size: 16px;
  }

  .check-plan {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }

  .button-small.outline {
    font-size: 14px;
    padding: 8px 16px;
    border-width: 2px;
	font-family: 'Oxanium', bold;
  }

  .content {
    display: flex;
    width: 100%;
    max-width: 400px;
    flex-direction: column;
  }
  
  .grid-banner {
    width: 125%;
    height: 600px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: auto;
    border-radius: 20px;
    background-color: #26314e;
  }

  .text-banner {
    padding: 40px 10% 40px 10%;
  }

  .button.button---green {
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 10px;
  }

  .heading-200 {
    font-size: 32px;
  }

  .app-screen---c {
    left: 10px;
  }

  .section-footer {
    overflow: hidden;
    padding-bottom: 10%;
  }

  .grid-footer {
    margin-bottom: 60%;
    grid-row-gap: 6%;
    grid-template-columns: 1fr;
  }

  .logo-footer {
    display: block;
    height: 50px;
    margin-bottom: 30px;
  }

  .social-footer {
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }

  .copyright {
    margin-top: 20px;
  }

}

@media screen and (max-width: 575px) {

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;  
  }

  h5 {
    font-size: 16px;
  }

  p {
    font-size: 16px;
  }

  .logo {
    position: fixed;
    top: 12px;
    left: 6px;
    height:40px;
    max-width: none;
  }

  .nav-button-wrap {
    position: fixed;
    display: flex;
    flex-direction: row;
    top: 10px;
    right: 36%;
  }

  .button.button---ghost {
    border-style: solid;
    border-width: 0.15em;
    padding: 6px 3px;
    margin-left: 2px;
    border-radius: 6px;
    font-size: 9px;
    font-weight: 500;
  }

  .bogo {
    display: flex;
  }

  .bogo {
    display: flex;
  }

#google_language_translator select.goog-te-combo {
    font-size: 10px;
    width: 104px;
    top: 19px;
  }

  .toggle-button {
    display: flex;
    right: 10px;
  }

  .nav {
    margin-top: -14%;
    width: 100%;
    margin-left: -8%;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
  }
  
  .navbar {
    position: fixed;
    align-items: center;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #26314e;
    height: 64px;
  }

  .w-nav {
    display: flex;
    position: fixed;
  }

  .w-nav-brand {
    position: absolute;
  }

  .w-nav-menu {
    display: none;
    position: static;
    flex-direction: column;
    width: 100%;
    height: 450px;
    background-color:#26314e;
    margin-top: 350px;
    margin-left: 8%;
  }

  .w-nav-menu.active {
    display: flex;
  }
  
  .w-nav-menu ul {
    display: flex;
    flex-direction: column;
  }
  
  /* navmenu */
  .nav ul li {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: -6%;
  }
  
  .nav ul li a {
    padding: 0px;
    font-size: 14px;
    width: 100%;
  }

  /* submenu */
  .nav ul li ul {
    width: 100%;
    border-radius: 0px;
    margin-top: -50px;
    margin-left: 3%;
    background-color: transparent;
  }

  .nav ul li ul li a {
    padding: 0px;
    font-size: 12px;
    font-weight: 500;
    width: 100%;
    background-color:#3d4a75;
    z-index: 10;
  }

  .section {
    padding: 20% 0%;
  }

  .heading-100 {
    font-size: 32px;
  }

  .heading-200 {
    font-size: 32px;
  }

  .heading-200.mb24 {
    margin-bottom: 0px;
  }

  .text-18 {
    font-size: 16px
  }

  .list-check-item {
    font-size: 14px;
  }

  .section-hero.for-grid {
    padding-bottom: 0px;
  }

  .heading-100 {
    font-size: 32px;
  }

  .grid-pricing {
    overflow: hidden;
    margin-left: 0px;
    width: 80%;
    align-items: center;
    grid-column-gap: 30px;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
  }
  
  .plan {
    display: flex;
    display: block;
    padding: 42px 10%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 25px 50px -10px rgb(100 44 0 / 7%);
  }

  .price {
    font-size: 32px;
  }

  .paragraph-plan {
    max-width: 140px;
    margin-bottom: 28px;
    font-size: 16px;
  }

  .price-info {
    font-size: 16px;
  }

  .text-check-plan {
    font-size: 14px;
  }

  .check-plan {
    width: 18px;
    height: 18px;
    margin-right: 8px;
  }

  .button-small.outline {
    font-size: 14px;
    padding: 8px 16px;
    border-width: 2px;
  }

  .content {
    display: flex;
    width: 100%;
    max-width: 400px;
    flex-direction: column;
  }
  
  .grid-banner {
    width: 80%;
    height: 600px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: auto;
    border-radius: 20px;
    background-color: #26314e;
  }

  .text-banner {
    padding: 40px 10% 40px 10%;
  }

  .button.button---green {
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 10px;
  }

  .heading-100 {
    font-size: 32px;
  }

  .heading-200 {
    font-size: 20px;
  }

  .app-screen---c {
    left: 10px;
  }

  .section-footer {
    overflow: hidden;
    padding-bottom: 30%;
  }

  .grid-footer {
    margin-bottom: 60%;
    grid-row-gap: 6%;
    grid-template-columns: 1fr;
  }

  .logo-footer {
    display: block;
    height: 50px;
    margin-bottom: 30px;
  }

  .social-footer {
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }

  .copyright {
    margin-top: 60px;
  }

}

