:root{
  overflow-x: hidden;
}

body{
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  background-color: #2c3e7c;
}

/* navbar styles */
#navbarSupportedContent{
  padding-top: 2vh;
}

.navbar-toggler{
  padding: 0;
}

.navbar-toggler:focus,
.navbar-toggler-icon{
  border:none;
  box-shadow: none;
}

.navbar-toggler-icon > img{
  padding-top: 8px;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
   display: block;
   background-color: #ffffff;
   height: 3px;
   width: 25px;
   margin-top: 4px;
   margin-bottom: 4px;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   position: relative;
   left: 0;
   opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -moz-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 1px;
    top: 5px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 2px;
    top: 5px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

.navbar-brand > img {
  user-select: none;
}


li.nav-item{
  padding: 10px 20px;
}

.nav-link {
  color: #ffffff;
  font-size: calc(0.7vw + .7vh);
}

.nav-anchors{
  padding-top: 10px;
}

.nav-link:hover {
  /* color: #ffffff; */
  color: #D4BCFA;
}

.nav-link.btn{
  padding: 10px 35px!important;
  border-color: #ffffff;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.nav-link.btn:hover{
  background-color: #ffffff;
  color: #2f1261;
}

/* header section */
#header{
  height: 100vh;
  /* background-image: url("../img/header/background/base.png"); */
  overflow: hidden;
}

#background-triangle{
  /* position: absolute;
  bottom: 7.5rem; */
  position: relative;
  background-image: url("../img/header/background/triangles.png");
  background-position: bottom;
  height: 100px;
  bottom: -3vh;
}

.header-text{
  font-size: calc(3vw + 2vh);
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  padding: calc(2vw + 3vh) 2vw 0px 0px;
}

.header-text-light{
  font-size: calc(1vw + 2vh); 
  padding: calc(1vw + 2vh) 0px calc(1vw + 1vh) 0px;
}

#change-text {
  opacity: 1;
  transition: opacity 0.5s;
  font-weight: 700;
  color: #86FAF3;
  letter-spacing: 3px;
  font-size: calc(1vw + 2vh);
}

.header-btn{
  padding: 10px 30px;
  background-color: #FBFAFC;
  border-color: #FBFAFC;
  font-weight: bold;
  font-size: 15px;
}

.header-btn:hover{
  background-color: #E1D2F9;
  border-color: #E1D2F9;
  color: #2F1160;
}

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

#header-right{
  margin: 2vh 0px 0px -1vw;
  height: 90vh;
  /* background-image: url("../img/header/background/dots.png"); */
  background-repeat: no-repeat;
  position: relative;
}

#header-img-container {
  position: absolute;
  overflow: hidden;
  top: 8vh;
  height: 82vh;
  width: 46vw;
  left: 5vw;
}

/* design-supply-chain */
#design-supply-chain{
  height: 240vh;
  background-image: url("../img/design/lightbg.png");
  background-position: -47vw -47vh;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fcfcff;
}

/* #background-grid{ */
  /* background-image: url("../img/design/gridlines.png");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 92%; */
  /* position: absolute; */
/* } */

#moving-box-container{
  position: absolute;
  left: 38.8vw;
  z-index: 2;
  top: 40vh;
}

#angled-line {
  border-color: #EBE9F0;
  transform: skew(0deg,-30deg);
  right: 33.1vw;
  top: -25.7vh;
  margin-right: 0px;
  width: 10vw;
}

#vl {
  border-left: 7px solid #EBE9F0;
  height: 121vh;
  position: absolute;
  left: 42vw;
  margin-left: 0px;
  top: -21vh;
}

#grid-container{
  position: relative;
}

.hl {
  border-top: 7px solid #EBE9F0;
  width: 18rem;
  position: absolute;
  margin-left: 3px;
  height: 19px;
}

#hl-1{
  top: 0vh;
  left: 19vw;
  width: 23vw;
}

#hl-2{
  top: 25vh;
  right: 20vw;
  width: 23vw;
}

#hl-3{
  top: 75vh;
  left: 19vw;
  width: 23vw;
}

#hl-4{
  top: 100vh;
  right: 20vw;
  width: 23vw;
}

.gif-container{
  margin-right: auto!important;
  padding-left: 20px!important;
}

.gif-container > img{
  width: 100%;
}

.design-supplychain-shells{
  position: relative;
  top: 29vh;
}

.design-chain-col-wrapper{
  margin-top: -13vh !important; 
  z-index: 9;
}

.design-chain-col-wrapper-right{
  margin-top: 11vh !important;
    /* margin-right: -5.5vw !important; */
  z-index: 9;
}

/* why-us */
#why-us{
  height: 100vh;
  /* background-image: url("../img/why-us/base.png"); */
  background-image: url("../img/why-us/decoration/darkbg.png");
  /* position: relative; */
  /* height: 100%; */
  background-repeat: no-repeat;
  background-position-x: right;
}

#circle-bg-carousel{
  position: relative;
  height: 100%;
}


.swiper-container {
  width: 100%;
  height: 100%;
  padding: 141px 0;
}

/* .swiper-wrapper{
  top: 15%;
} */

.swiper-container-vertical > .swiper-pagination-bullets{
  left: 0%!important;
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 20px 0;
}

.swiper-pagination-bullet{
  border: 2px solid #86FAF3!important;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #86FAF3;
}

.swiper-slide,
.container-with-border{
  height: 100%!important;
}
.carousel-card{
  padding: 30px;
  margin: auto;
}

.carousel-img{
  width: 89%;
}

.carousel-text-container{
  margin: auto;
}

.carousel-text-header{
  font-size: 3rem;
  font-weight: bold;
}

.carousel-text-desc{
  font-size: 24px;
}

.container-with-border{
  border: 2px solid #86FAF3;
  box-sizing: border-box;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 12px;
}

#pay-icon{
  width: 29.4%;
}

#custom-icon{
  width: 21.1%;
}

#one-to-one-icon{
  width: 58.2%;
}

#festival-icon{
  width: 21%;
}

#dashboard-icon{
  width: 21%;
}

#sales-icon{
  width: 24%;
}

#algo-icon{
  width: 18%;
}
#inventory-icon{
  width: 18%;
}

#same-day-icon{
  width: 30.5%;
}

#rfm-icon{
  width: 21%;
}

#nps-icon{
  width: 23%;
}

#expand-icon{
  width: 22%;
}

/* platform */
#platform{
  /* height: 100vh; */
  background-color: #ffffff;
  background-image: url("../img/platform/bg-pattern.png");
  background-repeat: round;
}

.platformContent {
  display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}

#map-img{
  width: 90%;
}

/* space */
#space{
  height: 100vh;
  background-image: url("../img/space/background.png");
  background-repeat: none;
  background-size: cover;
}

/* #space-additional-bg{
  width: 100%;
  height: 100%;
  opacity: 0.2;
  position: absolute;
} */

.space-text-wrapper{
  padding-left: 30px!important;
}

#steps-mobile{
  width: 60%;
}

/* footer */
#footer{
  /* min-height: 20vh; */
  background-color: #ffffff;
}

.footer-link-container{
  margin-bottom: 30px;
}

.plain-links-nohover,
.plain-links{
  text-decoration: none;
  color: #2F1160;
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
}

.plain-links:hover{
  text-decoration: none;
  color: #AA7FEE;
}

/* generic styles */
.hide {
  opacity: 0 !important;
}

.container-box{
  margin: 20vh 0px;
  padding: 0px;
}

.container-text-header{
  font-size: calc(3vw + 3vh);
  font-weight: bold;
}

.carousel-text-desc{
  font-size: 24px;
}

.container-text-alt-header{
  font-weight: bold;
}

.text-desc{
  font-size: calc(1vw + 1vh);
}

.borderless-input{
  background-color: transparent!important;
  line-height: 1.9;
  color: #fff!important;
}

.text-blue{
  color: #2F1160;
}

.box-padding {
  padding: 0px 3vw;
  font-size: calc(.86vw + .86vh);
}

.text-red{
  color: #E6646E;
  font-weight: 800;
  font-size: calc(1.5vw + 1.5vh);
}

.subtext-header-heavy{
  font-weight: 1000;
  font-size: calc(1.35vw + 1.35vh);
}
.subtext-header-super-heavy{
  font-weight: 700;
}
.text-desc-m{
  font-size: calc(1vw + 1vh);
}

.container-box-alt{
  /* padding: 30px; */
  margin-top: calc(1vw + 1vh);
  height: max-content;
}

.extra-huge-text{
  /* font-size: 72px; */
  font-size: calc(3vw + 4vh);
  font-weight: 900;
}

.top-border-line{
  border-top: 1px solid;
}

.mobile-container{
  display: none;
}

.no-tab-container{
  display: none;
}


.mobileButton {
  display: none;
  color: #2f1160 !important;
}

.navLogo {
  width: 17vw;
}

.heroImgMobile {
  display: none;
  width: 58vw; 
  height: 89vh; 
  position: absolute; 
  right: calc(-4vw + -4vh);
}

.heroImgWeb {
  display: block;
  width: 100%; 
  /* height: 100%;  */
  position: absolute; 
  top: calc(2.8vw + 2.8vh);
  right: calc(-3.5vw + -3.5vh);
}

.dotNet {
  height: 90vh;
}

.triangleImgWeb {
  position: absolute;
  height: 15vh;
  bottom: 0px;
  left: 45%;
  transform: translate(-50%);
  width: 50vw;
  display: block;
}

.triangleImgMobile {
  display: none;
}

.sec2pic {
  width: calc(10vw + 10vh);
}

.carousel-img-wrapper {
  display: flex;
  align-items: center;
}

.navListMobile {
  display: none;
}

.navListWeb {
  display: block;
}

.spaceButton {
  font-size: calc(.6vw + .6vh); 
  font-weight: 1000; 
  border: calc(.1vw + .2vh) solid white;
}

#header-img-container {
  position: absolute;
  overflow: hidden;
  top: 8vh;
  height: 85vh;
  width: 46vw;
  left: 5vw;
}

.girlImg {
  width: 68vw;
  position: relative;
  margin-left: -10vw;
}

@media screen and (min-width: 1500px){
  #why-us{
    background-position: right 0rem;
    background-size: 38%;
  }
  .carousel-img-wrapper {
    position: relative;
    top: 7%;
  }
}


@media screen and (max-width: 1440px) {
  #design-supply-chain{
    height: 252vh;
    background-position: -75vw -125vh;
  }

  /* #hl-2 {
    margin-right: 8px;
  }

*/

.triangleImgWeb {
  height: 13vh;
}

  #hl-4 {
    top: 103vh;
  } 

  #hl-3 {
    top: 76vh;
  }

  #vl{
    top: -16vh;
    height: 120vh;
  }

  #angled-line {
    top: -22vh;
    right: 33vw;
  }

  #moving-box-container {
    left: 37.2vw;
  }

  .carousel-text-no-padding{
    padding: 0!important;
  }

  #header-img-container{
    position: absolute;
    overflow: hidden;
    top: 8vh;
    height: 72vh;
    width: 46vw;
    left: 5vw;
  }

  .girlImg {
    width: 52vw;
    position: relative;
    margin-left: -3vw;
  }
  
}

@media screen and (min-width: 1440px) and (max-width: 1500px){
  #vl {
    top: -17vh;
    height: 118vh;
  }
  #hl-4 {
    top: 100vh;
  }
}


@media screen and (max-width: 1440px) and  (max-height: 748px) {
  .carousel-img{
    width: 79%;
  }
  #vl {
    top: -16vh;
    height: 120vh;
  }
  #hl-3 {
    top: 79vh;
  }
  #hl-4 {
    top: 103vh;
  }
}

@media screen and (max-width: 1366px) {
  #design-supply-chain {
    height: 218vh;
  }
  #angled-line {
    top: -21vh;
  }
  #vl {
    top: -17vh;
    height: 107vh;
  }
  #hl-1 {
    top: -2vh;
  }
  #hl-2 {
    top: 22.5vh;
  }
  #hl-3 {
    top: 69vh;
  }
  #hl-4 {
    top: 90vh;
  }
  #why-us{
    background-position: right 3rem;
    background-size: contain;
    height: 80vh;
  }
}

@media screen and (max-width: 1366px) and  (max-height: 768px) {
  #design-supply-chain {
    height: 248vh;
  }
  #vl {
    top: -16vh;
    height: 116vh;
  }
  #hl-1 {
    top: 0vh;
  }
  #hl-2 {
    top: 24.5vh;
  }
  #hl-3 {
    top: 76vh;
  }
  #hl-4 {
    top: 100vh;
  }

}
@media screen and (max-width: 1280px) and  (max-height: 800px) {
  #design-supply-chain {
    height: 235vh;
  }
  #angled-line {
    top: -22vh;
  }
  #vl {
    top: -17vh;
    height: 113vh;
  }
  #hl-1 {
    top: -1vh;
  }
  #hl-2 {
    top: 23.5vh;
  }
  #hl-3 {
    top: 72vh;
  }
  #hl-4 {
    top: 96vh;
  }
}
@media screen and (max-width: 1280px) and  (max-height: 616px) {
  /* .swiper-slide, .container-with-border{
    height: 121%!important;
  } */

  .swiper-container{
    padding: 50px 0;
  }
}

/* media queries */
@media screen and (max-width: 1024px) {
  #header {
    height: 79vh;
  }

  #header-img-container {
    position: absolute;
    overflow: hidden;
    top: 8vh;
    height: 55vh;
    width: 46vw;
    left: 7vw;
}

.girlImg {
  width: 57vw;
    position: relative;
    margin-left: -6vw;
}

  .triangleImgWeb {
    top: 69vh;
    height: 10vh;
  }
  /* #header-left{
    background-image: url("../img/header/background/dots.png");
  } */

  .design-chain-col-wrapper{
    margin-top: -2vh !important; 
    z-index: 9;
  }

  .design-chain-col-wrapper-right{
    margin-top: 22vh !important;
    /* margin-right: -5.5vw; */
    z-index: 9;
  }

  .design-supplychain-shells {
    position: relative;
    top: 31vh;
}

  #header-right{
  }

  #design-supply-chain{
    background-position: -85vw ​-125v;
    height: 225vh;
  }

  #moving-box-container {
    top: 58vh;
    left: 37.5vw;
  }

  #moving-box{
    width: 100px;
  }

  #vl{
    height: 121vh;
    top: -16vh;
  }

  #angled-line {
    right: 28vw;
    top: -22vh;
    width: 15vw;
  }

  #hl-1 {
    top: 10vh;
    left: 19vw;
    width: 23vw;
  }
  #hl-2 {
    top: 34vh;
    right: 20vw;
    width: 23vw;
  }
  #hl-3 {
    top: 80vh;
    left: 19vw;
    width: 23vw;
  }

  #hl-4 {
    top: 104vh;
    right: 20vw;
    width: 23vw;
  }
  .design-supplychain-shell-img {
    width: 150px;
  }
  

  #why-us{
    padding-bottom: 10px;
  }

  #circle-bg-carousel {
    top: -25px;
  }

  .carousel-text-header{
    font-size: 2.5rem;
  }
  .carousel-text-desc{
    font-size: 20px;
  }
  .swiper-container{
    padding: 100px 0;
  }
  .swiper-wrapper{
    top: 5%;
  }
  .swiper-container-vertical > .swiper-pagination-bullets{
    top: 53%;
  }
  .carousel-icons{
    width: 50px;
  }

  .swiper-slide,
  .container-with-border{
    height: 100%!important;
  }

  .carousel-img-wrapper{
    position: relative;
    top: 5.5%;
  }

  .carousel-img{
    width: 100%;
  }
  
  .carousel-icon-desc {
    font-size: 13px;
  }

  .center-md{
    text-align: center;
  }

  .gif-container{
    padding-right: 0;
    padding-left: 0!important;
  }

}
@media screen and (max-width: 768px) {
  /*
    Hide supply chain for mobile screens - causing overflow issue (NEEDS hotfix)
  */
  #design-supply-chain {
    display: none;
  }

  #navbarSupportedContent{
    z-index: 100;
  }
  #header {
    height: 100vh;
  }
  
  li.nav-item{
    padding: 0px;
  }

  #nav-link-btn{
    padding: 10px 0;
    width: 9rem;
  }

  .mobile-container{
    display: block;
  }

  .desktop-container{
    display: none;
  }

  #platform{
    min-height: 120vh;
  }
  #map-img{
    width: 85%;
  }

  #why-us-mobile{
    min-height: 100vh;
    background-color: #ffffff;
    margin: -1vh 0px;
  }

  #why-us-wrapper{
    padding: 50px;
  }

  #border-purp{
    /* border: 4px solid #2F1160; */
    box-shadow: 0px 4px 20px rgba(47, 17, 96, 0.25);
    border-radius: 10px;
    /* border-radius: 12px; */
  }

  #border-blue{
    box-shadow: 0px 4px 20px rgba(98, 0, 255, 0.25);
    border-radius: 10px;
  }

  #border-orange{
    box-shadow: 0px 4px 20px rgba(255, 128, 135, 0.25);
    border-radius: 10px;
  }
  /* .bordered-container-with-desc{
    border: 4px solid ;
    border-radius: 12px;
  } */

  .carousel-icon-desc{
    font-size: 15px;
  }

  #algo-icon{
    width: 20%;
  }

  #nps-icon{
    width: 27%;
  }

  #expand-icon{
    width: 25.5%;
  }
  .footer-icon-container{
    text-align: start;
    padding-left: 64px;
  }

  #design-supply-chain {
    height: 210vh;
  }
  .gif-container > img {
    width: 115%;
  }
  #moving-box-container {
    left: 35.5vw;
  }
  #vl {
    height: 117vh;
    top: -17vh;
  }
  #hl-1 {
    top: 8vh;
  }
  #hl-2 {
    top: 32vh;
  }
  #hl-3 {
    top: 77vh;
  }
  #hl-4 {
    top: 99vh;
  }

}
@media screen and (max-width: 425px) {
  .carousel-text-desc{
    /* font-size: 17px; */
    font-size: calc(2vw + 1vh);
  }

  #why-us-wrapper{
    padding: 50px 10px;
  }

  .carousel-icon-desc{
    font-size: 13px;
  }

  #custom-icon{
    width: 27.1%;
  }
  
  #festival-icon{
    width: 24.5%;
  }
  
  #dashboard-icon{
    width: 30%;
  }
  
  #sales-icon{
    width: 30%;
  }
  
  #algo-icon{
    width: 28%;
  }
  #inventory-icon{
    width: 28%;
  }
  
  #rfm-icon{
    width: 31.5%;
  }
  
  #expand-icon{
    width: 35%;
  }

  #platform{
    min-height: 100vh;
  }
  .platform-info-container{
    padding-bottom: 10px!important;
  }
  .subtext-header-heavy{
    padding-top: 10px!important;
  }

  #map-img{
    width: 100%;
  }

  #steps-mobile{
    width: 95%;
  }

  .header-btn{  
    font-size: 11px;
  }

  #entrep-text{
    font-size: calc(4vw + 3vh);
  }

  .footer-plain-text{
    padding-top: 6px;
    font-size: 11px;
  }

  .footer-icon-container{
    text-align: start;
    padding-left: 5px;
  }
  .footer-icons{
    width: 20px;
  }

  .footer-plain-text,
  .footer-text-wrapper{
    margin-bottom: 7px;
  }
}

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

  .tab-container{
    display: none;
  }

  .no-tab-container{
    display: block;
    position: relative;
    top: 18vh;
    left: -7%;
  }

  .header-text{
    font-size: calc(3vw + 3vh);
    font-weight: 900;
    font-family: 'Titillium Web', sans-serif;
    padding: 1vh 2vw 0px 0px;
    letter-spacing: 1px;
  }

  .mainHeader {
    font-weight: 700 !important;
  }

  .container-box-alt {
    margin-top: 0px;
  }

  .header-text-light{
    font-size: 20px;
  }

  .carousel-icon-desc{
    font-size: 12px;
  }
  .desktopButton{
    display: none;
  }

  .navLogo {
    width: 40vw;
  }

  #header-img-container {
    position: absolute;
    overflow: hidden;
    top: 0vh;
    height: 45vh;
    width: 72vw;
    left: 4vw;
}

.girlImg {
  height: 100%;
  width: auto;
  position: relative;
  margin-left: -18vw;
}

  .heroImgMobile {
    display: none;
    width: 80%;
    height: 100%;
    position: absolute;
    left: 4vw; 
    right: auto;
    top: 1vh;
  }
  
  .heroImgWeb {
    display: none;
    width: 85vw;
    height: 100%;
    position: absolute;
    right: calc(-4vw + -4vh);
  }

  .dotNet {
    height: 44vh;
    width: 47vw;
    position: relative;
    left: 33vw;
    top: 5vh;
  }
  
  #header-right {
    height: auto;
  }

  .mobileButton {
    display: block;
    position: absolute;
    margin-bottom: 4vh;
    left: 1vw;
    font-size: calc(1.5vw + 1.5vh) !important; 
    padding: 1.5vh 4vw !important;
    width: max-content;
}

.container-text-alt-header{
  font-size: 24px;
}
.alt-text-mobile{
  font-size: calc(1.5vw + 1vh);
}

.header-text-light{
  padding: calc(0vw + 0vh) 0px calc(0vw + 0vh) 0px;
}

.triangleImgMobile {
  position: absolute;
  /* bottom: auto; */
  height: 6vh;
  /* margin-top: 0vh; */
  /* top: 94vh; */
  padding: 0px;
  right: -92vw;
  width: 58vw;
  display: block;
}

.triangleImgWeb {
  display: none;
}

#change-text {
  font-size: calc(1vw + 1.8vh);
}

.hl { 
  border-top: 3px solid #EBE9F0;
}

#angled-line {
  right: 70vw;
  top: -6vh;
  width: 8vw;
}

#vl {
  border-left: 3px solid #EBE9F0;
  height: 100vh;
  top: -4.6vh;
  left: 7vw;
}

#hl-1 {
  display: none;
  }#hl-2 {
    display: none;
    }#hl-3 {
      display: none;
      }#hl-4 {
        display: none;
        }

  #moving-box-container {
    top: 2vh;
    left: -5vw;
  }

  .box-padding {
    margin-left: -10vw;
    font-size: calc(1vw + 1vh);
    text-align: left;
  }

  .sec2pic {
    width: calc(10vw + 10vh);
  }

  .container-box {
    margin: 5vh 0px 0px 0px;
    padding: 0px;
  }

  #moving-box {
    width: 24vw;
  }

  .design-chain-col-wrapper-right {
    position: relative;
    top: -31vh;
  }

  .design-chain-col-wrapper {
    position: relative;
    top: 47vh;
  }

  #design-supply-chain {
    background-position: -85vw ​-125v;
    height: 195vh;
}

.text-red {
  color: #E6646E;
  font-weight: 800;
  font-size: calc(1.5vw + 1.7vh);
  text-align: left;
}

#navbarSupportedContent {
  position: absolute;
    z-index: 100;
    top: 10vh;
    background-color: #2F1160;
    width: 100vw;
    height: 93vh;
    left: -9vw;
    padding: 0px 10vw;
}

.nav-anchors {
  font-family: 'Titillium Web', sans-serif;
  font-size: calc(1.7vw + 1.7vh);
  font-weight: 600;
}

.navbar-nav {
  margin-top: 4vh;
}

.navListMobile {
  display: block;
}

.navListWeb {
  display: none;
}

.spaceButton {
  font-size: calc(1.3vw + 1.3vh); 
  font-weight: 600; 
  border: calc(.1vw + .2vh) solid white;
  color: #2F1160;
  background-color: white;
  font-weight: bold;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  left: 10vw !important;
}

.nav-link.btn {
  padding: 8px 8px!important;
  border-color: #ffffff;
  color: #2F1160;
  background-color: white;
  font-weight: 1000;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

#nav-link-btn {
  padding: 10px 0;
  width: 33vw;
}

.subtext-header-heavy{
  font-weight: 1000;
  font-size: calc(1.5vw + 1.5vh);
}

.text-desc-m{
  font-size: calc(1.5vw + 1.5vh);
}

.gitButton {
  font-size: calc(1.5vw + 1.5vh); 
  padding: 1vh 2vw;
  width: 40vw;
}

.carousel-icons {
  width: 13vw !important;
}

.carousel-icons-visibility {
  width: 15vw !important;
}

#pay-icon{
  width: 19vw !important;
}

#one-to-one-icon{
  width: 30vw !important;
}

#same-day-icon{
  width: 18vw !important;
}

#nps-icon{
  width: 15.5vw;
}

.footer-icon-container {
  text-align: end !important;
}
 

}

@media screen and (max-width: 393px) {
  .input-group .btn{
    font-size: 15px;
  }
  .footer-plain-text, .plain-links {
    font-size: 10px;
  }
  .footer-icons {
    width: 18px;
  }
}
@media screen and (max-width: 375px) {
  .footer-right-section{
    padding-right: 0;
  }
  .footer-plain-text{
    padding-top: 6px;
    font-size: 9px;
  }
  .plain-links{
    font-size: 10px;
  }

  .footer-icon-container{
    text-align: start;
    padding-left: 12px;
  }
  .footer-icons{
    width: 20px;
  }
}

@media screen and (max-width: 360px) {
  .footer-plain-text{
    font-size: 8px;
  }
  
  .plain-links {
    font-size: 8px;
    padding-top: 8px;
  }
  .footer-icon-container {
    text-align: start;
    padding-left: 4px;
    padding-top: 6px;
  }
  .mobileButton{
    font-size: calc(1vw + 1vh);
  }
  .header-btn{
    font-size: calc(1.5vw + 1.5vh);
  }
}