html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
}
* {
  font-family: Arial, "Open Sans", sans-serif;
}
a {
  color: #170d67;
}
h1 {
  font-size: 6rem;
  color: #3a5cff !important;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 4rem;
  }
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
main > .container {
  padding: 60px 15px 0;
}
/****Hero CSS******/

#circle {
  position: relative;
  width: 100%;
  vertical-align: middle;
  margin: 0;
}

#circle svg {
  overflow: visible;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -100px;
  margin-top: -225px;
  z-index: 2;
}

.hero-text {
  z-index: 3;
  position: absolute;
  padding: 20px;
}
.logo {
  max-width: 15rem;
}
.section1 {
  background-image:
  linear-gradient(97deg, rgba(49,81,255,1) 0%, rgba(255,255,255,0) 49%),
  url("../images/landing_commerce_hero.png");
  height: 47rem;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  position: relative;
  background-color: gray;
  z-index: 1;
}

.teal {
  font-weight: bold;
  color: #00e4a5;
  font-family: 'Open Sans';
}

.blue {
  color: #3453ff;
}
@media screen and (max-width: 1200px) {
  .section1 {
    overflow-x: visible;
    overflow-y: visible;
  }
}
@media screen and (max-width: 768px) {
  .section1 {
    overflow-x: hidden;
    overflow-y: visible;
    background: #3453ff;
  }
}

.section1 p {
  color: #fff;
  font-weight: lighter;
  font-size: 4.5rem;
  max-width: 450px;
  margin-top: 55px;
  line-height: 54px;
  margin-left: 30px;
  font-family: "Open Sans";
}
@media (max-width: 576px) {
  .section1 p {
    color: #fff;
    font-size: 4rem;
    max-width: 450px;
    margin-top: 35px;
    line-height: 54px;
    margin-left: 20px;
    padding: 0px 35px 0px 20px;
  }
}

.section1::-webkit-scrollbar {
  display: none;
}
.section1 {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/*********/

.section2 {
  background-color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  position: relative;
  margin-top: -5px;
  overflow: hidden;
  padding: 40px;
}
.section2 p {
  margin-top: 10px;
  font-size: 2rem;
}
.section2 a {
  text-decoration: none;
  color: #3453ff;
}

@media screen and (max-width: 991px) {
  .section2 {
    background-color: #fff;
    background-position: center;
  }
}
.section2 h2 {
  font-size: 3rem;
  color: #170d67;
  margin-top: 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .section2 h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .section2-mobile {
    height: 45rem;
    background-image: url("../images/mobile_commerce_hero.png");
    background-position: center;
    background-size: cover;
    background-repeat: none;
    position: relative;
  }
}
.section3 {
  min-height: 40rem;
  background-color: #e6e3ee;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin-top: -5px;
  padding: 40px;
}
.section3 h3 a { 
  font-weight: bold;
  color: #170d67;
  text-decoration: none;
}
.section3 p {
  font-size: 2rem;
}
@media screen and (max-width: 991px) {
  .section3 {
    height: auto;
    min-height: 80rem;
  }
}
.section3 h2 {
  font-size: 4rem;
  color: #6e06c1;
}
@media screen and (max-width: 1200px) {
  .section3 h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .section3 h2 {
    font-size: 2.5rem;
  }
}
.section3 h3 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #170d67;
  margin: 20px 0px 20px 0px;
}
.section3 .row.program {
  margin: 20px 0px 20px 0px;
}
.section3 .icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  width: auto;
  height: auto;
}
.section4 {
  background-color: #170d67;
  z-index: 1;
  overflow: hidden;
}
.section4 h2 {
  font-size: 3rem;
  color: #fff;
  padding: 40px;
  font-weight: lighter;
}

.section4 a {
  color: #00e4a5;
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .section4 h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .section4 h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .section4 {
    height: auto;
  }
}
footer {
  z-index: 99;
  background-color: #fff;
  color: black;
  font-size: 1.2rem;
  padding: 40px;
}
footer .container {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 576px) {
  footer .container{
    padding: 0px; 
  }
}
footer p {
  font-size: 14px;
}

footer .copyright {
  text-align: center; 
  font-size: 14px;
  margin-top: 20px;
}
footer .col-md-4.empower {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .col-md-4.empower img {
  padding: 20px;
}
