@font-face {
  font-family: "AmazonEmber";
  src: url("../Amazon-Ember-Regular.ttf");
  /* src: 
		local('Lovely Font'),
		local('Lovely-Font'),
		url('fonts/lovely_font.otf') 
		format('opentype'); */
}

.navbar {
  margin-bottom: 0px;
}
.modal-header {
  border-bottom: none;
}
.modal-body {
  padding: 0px;
}
.responsive {
  width: 60%;
  height: auto;
  align-self: center;
}
.main {
  display: flex;
  flex: 1;
}
.navbarHeader {
  display: flex;
  flex: 2;
  align-items: center;
  justify-content: flex-end;
  margin-top: 2px;
}
.navbar-items {
  display: flex;
  flex: 6;
  align-items: center;
  justify-content: flex-start;
  margin-left: 20px;
}
#navbarButton {
  display: flex;
  flex: 2;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
.navText {
  color: black;
  font-size: 18px;
}
.button {
  background-color: #0096d6;
  border: none;
  color: white;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
}
.sliderContainer {
  min-height: 30vh;
  max-height: 70vh;
}
.mySlides {
  display: none;
}
img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  padding: 8px 12px;
  position: absolute;
  bottom: 150px;
  width: 100%;
  left: -340px;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 5px;
  width: 5px;
  margin: 0 2px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid white;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #ffffff00;
  height: 10px;
  width: 10px;
  /* margin-top: 30px; */
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px;
  }
}
.container {
  width: 100%;
}
.dotSection {
  position: absolute;
  bottom: 20px;
  left: 200px;
}
.sliderText1 {
  /* font-size: 25px; */
  /* color: #0096d6; */
  font-family: AmazonEmber;
  font-size: 46px;
  font-weight: bold;
  margin: 30px;
}
.sliderText2 {
  font-size: 20px;
  margin-left: 50px;
}
.div2 {
  height: 37vh;
  background-color: #232f3e;
}
.div2Text {
  color: white;
  font-family: AmazonEmber;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  text-align: center;
  padding: 30px 45px 0 45px;
}
.card {
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
  transition: 0.3s;
  width: 180px;
  height: 174px;
  border-radius: 5px;
  background-color: white;
  margin-right: 20px;
  padding: 20px 25px 20px 25px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.card svg {
  width: 50px;
  height: 60px;
}
.card:hover {
  box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.2);
}
.cardContainer {
  height: 48vh;
  background-color: white;
}
.cardVid {
  transition: 0.3s;
  width: 180px;
  height: 174px;
  border-radius: 5px;
  background-color: white;
  /* margin-right: 20px; */
  /* padding: 27.4px 20px 16px 14px; */
  border-radius: 10px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  /* margin:30px; */
}
.cardDiv {
  margin-top: 80px;
  margin-left: 55px;
  margin-right: 55px;
  display: flex;
  flex-direction: row;
}
.cardImage {
  display: flex;
  flex: 4;
  justify-content: center;
}
.cardText {
  display: flex;
  flex: 6;
  align-items: center;
  font-family: AmazonEmber;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #232f3e;
  line-height: 1.67;
}
.section2 {
  height: 80vh;
  background-color: white;
  display: flex;
  padding: 40px 100px 40px 100px;
  justify-content: center;
  flex-direction: column;
}
.section2Header {
  font-family: AmazonEmber;
  font-size: 38px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.37;
  letter-spacing: normal;
  text-align: center;
  color: #232f3e;
  display: flex;
  flex: 2.5;
  align-items: center;
  justify-content: center;
}
.section2Cards {
  display: flex;
  flex: 7.5;
  margin-bottom: 20px;
  margin-top: 10px;
}
.cardContent {
  display: flex;
  flex: 2.5;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 25px;
}
.imageSection {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  /* background-color: red; */
}
.step {
  display: flex;
  flex: 4;
  justify-content: center;
  align-items: center;
  height: 22px;
  font-family: AmazonEmber;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.33;
  color: #232f3e;
  /* background-color: green; */
}
.description {
  display: flex;
  flex: 4;
  justify-content: center;
  align-items: center;
  font-family: AmazonEmber;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #232f3e;
}
.benifits {
  height: 90vh;
  background-image: linear-gradient(to bottom, rgba(235, 235, 235, 0), rgba(235, 235, 235, 0.18) 9%, #ebebeb);
  display: flex;
  flex: 1;
  flex-direction: column;
}
.benifitsHeading {
  display: flex;
  flex: 1;
  font-family: AmazonEmber;
  font-size: 42px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: normal;
  text-align: center;
  color: #232f3e;
  align-items: center;
  justify-content: center;
  display: flex;
}

.benifitsTiles {
  display: flex;
  flex: 6;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  flex-direction: row;
  /* padding-left: 100px;
  padding-right: 30px; */
}
.benifitsFooter {
  height: 30vh;
  background-color: #232f3e;
  width: 90%;
  align-self: center;
  justify-content: center;
  margin-top: -100px;
  display: flex;
  flex-direction: column;
  padding: 70.1px 91.9px 45.6px 51.7px;
  box-shadow: 2px 3px 20px 0 rgba(0, 0, 0, 0.14);
}
.benifitRow1 {
  display: flex;
  flex: 5;
  flex-direction: column;
  margin-left: 170px;
  justify-content: center;
  align-items: flex-start;
}
.benifitRow2 {
  display: flex;
  flex: 5;
  flex-direction: column;
  margin-right: 170px;
  justify-content: center;
  align-items: flex-start;
  margin-left: 70px;
}
.tile {
  display: flex;
  flex: 5;
  align-items: center;
  margin-bottom: 30px;
}
.benifitImage {
  display: flex;
  flex: 2;
}
.benifitImage svg {
  width: 138px;
  height: 138px;
}
.benifitText {
  display: flex;
  flex: 5;
  font-family: AmazonEmber;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: left;
  color: #232f3e;
}
.content {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
}
.tileText1 {
  display: flex;
  flex: 5;
  font-family: AmazonEmber;
  font-size: 32px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: white;
  align-items: center;
  justify-content: center;
}
.tileText2 {
  display: flex;
  flex: 3;
  font-family: AmazonEmber;
  font-size: 57px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: white;
  align-items: center;
  justify-content: center;
}
.tileText3 {
  display: flex;
  flex: 2;
  font-family: AmazonEmber;
  font-size: 57px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: left;
  color: white;
  align-items: center;
  justify-content: center;
}
.tileTop {
  display: flex;
  flex: 6;
}
.tileBottom {
  display: flex;
  flex: 4;
}
.tileText4 {
  align-items: center;
  justify-content: center;
  display: flex;
  flex: 3;
  font-family: AmazonEmber;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: white;
  margin-right: 15px;
}
.tileText4 {
  align-items: center;
  justify-content: center;
  display: flex;
  flex: 2;
  font-family: AmazonEmber;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: white;
  margin-left: 50px;
}
.started {
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}
.startedText {
  font-family: AmazonEmber;
  font-size: 42px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.24;
  letter-spacing: normal;
  text-align: center;
  color: #232f3e;
}
.rectangle {
  width: 164px;
  height: 4px;
  margin: 16px 253px 67.4px 231px;
  background-color: #0096d6;
}

.needSection {
  background-color: #eff9ff;
  height: 80vh;
  flex-direction: column;
  display: flex;
  flex: 1;
}
.needHeading {
  display: flex;
  flex: 1.5;
  font-family: AmazonEmber;
  font-size: 28px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  text-align: left;
  color: #232f3e;
  padding: 70px 130px 30px 130px;
}
.needTiles {
  display: flex;
  flex: 8.5;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.needTile {
  display: flex;
  flex: 3.3;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.needImage {
  display: flex;
  flex: 2;
  margin-bottom: 20px;
}
.needTileHeading {
  font-family: AmazonEmber;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #232f3e;
  display: flex;
  flex: 4;
  margin-bottom: 15px;
}
.needSubHeading {
  font-family: AmazonEmber;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  text-align: center;
  color: #232f3e;
  display: flex;
  flex: 4;
  padding-left: 100px;
  padding-right: 100px;
}

.simpleSteps {
  display: flex;
  flex: 1;
  height: 90vh;
  background-color: white;
  flex-direction: column;
}
.stepsHeading {
  display: flex;
  flex: 2;
  align-items: center;
  justify-content: center;
  font-family: AmazonEmber;
  font-size: 36px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: #232f3e;
}
.stepsCard {
  display: flex;
  flex: 6;
  align-items: center;
  justify-content: center;
}
.stepsButton {
  display: flex;
  flex: 2;
  align-items: center;
  justify-content: center;
}
.simpleStepTile {
  display: flex;
  flex: 3;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.simpleStepImage {
  display: flex;
  flex: 2;
  margin-bottom: 15px;
}
.simpleStepHeading {
  font-family: AmazonEmber;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #232f3e;
  display: flex;
  flex: 4;
  margin-bottom: 15px;
}
.stepSubHeading {
  font-family: AmazonEmber;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #232f3e;
  display: flex;
  flex: 4;
  padding-left: 50px;
  padding-right: 50px;
}
.regiter-button {
  background-color: #0096d6;
  border: none;
  color: white;
  padding: 12px 89px 11px;
  border-radius: 23px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  font-family: AmazonEmber;
  font-size: 20px;
  font-weight: 500;
}
.joinUs {
  box-shadow: 2px 3px 20px 0 rgba(0, 0, 0, 0.14);
  background-color: #232f3e;
  height: 60vh;
  align-items: center;
  justify-content: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 40px 100px 40px 100px;
}
.joinSubHeading {
  font-family: AmazonEmber;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: white;
  display: flex;
  flex: 2;
  justify-content: center;
  align-items: center;
}
.joinHeading {
  font-family: AmazonEmber;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: white;
  display: flex;
  flex: 5;
  justify-content: center;
  align-items: center;
  padding: 10px 70px 10px 70px;
}
.joinButton {
  display: flex;
  flex: 3;
  justify-content: center;
  align-items: center;
}

.emptySection {
  display: flex;
  flex: 3.5;
  min-height: 30%;
}
.discoverContentSection {
  display: flex;
  flex: 1;
  flex-direction: column;
  /* background: linear-gradient(180deg, white 50%, #d6ecf8 50%); */
  background-color: white;
  min-height: 30vh;
}
.emptyContainer {
  display: flex;
  flex: 3;
  min-height: 20vh;
}
.imageContent {
  display: flex;
  flex: 4;
  justify-content: flex-start;
  /* align-items: flex-start; */
  margin-top: -150px;
}
.contentSection {
  font-family: AmazonEmber;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: #232f3e;
  display: flex;
  flex: 5;
  justify-content: center;
  align-items: flex-end;
}
.discoverContent {
  display: flex;
  flex: 7;
  flex-direction: row;
  background-color: #d6ecf8;
}
.discoverSection {
  display: flex;
  flex: 6;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.discoverButton {
  display: flex;
  flex: 5;
  justify-content: center;
  align-items: center;
}

.footerSection {
  min-height: 55vh;
  width: 100%;
  background-color: #212c3b;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.brand {
  display: flex;
  flex: 4;
  flex-direction: row;
}
.brandLinks {
  display: flex;
  flex: 3;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: white;
}
.emptyFooter {
  display: flex;
  flex: 3;
}
.brandLogo {
  display: flex;
  flex: 3;
  align-items: center;
  justify-content: center;
  /* background-color: yellowgreen; */
}
.navigation {
  display: flex;
  flex: 7;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 80px;
  flex-direction: column;
}
.navigationTitle {
  font-family: AmazonEmber;
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left;
  color: white;
}
.links {
  font-family: AmazonEmber;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: white;
  list-style-type: none;
  margin-top: 15px;
}
#link:link,
#link:visited {
  color: white;
  font-size: 14px;
}
#link:hover {
  text-decoration: none;
}
.amazonLink {
  justify-content: center;
  align-items: center;
}
#amazonLinks:link,
#amazonLinks:visited {
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: white;
}
button:focus {
  border: none;
  outline: none;
}
.moveToTop > button {
  background: none !important;
}
.arrowImage > button {
  background: none !important;
}
.footer {
  display: none;
  position: fixed;
  bottom: 1px;
  width: 100%;
  flex: 1;
  flex-direction: row;
  height: 10vh;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
}
.startedText2 {
  display: flex;
  flex: 2;
  font-family: AmazonEmber;
  font-size: 24px;
  font-weight: 550;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
  text-align: left;
  color: #232f3e;
  justify-content: flex-end;
  padding-right: 30px;
}
.startedButton {
  display: flex;
  flex: 2;
}
.moveToTop {
  display: flex;
  flex: 4;
  font-family: AmazonEmber;
  font-size: 24px;
  font-weight: 550;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.2;
  letter-spacing: normal;
  text-align: left;
  color: #232f3e;
  justify-content: center;
}
.registerButton2 {
  background-color: #0096d6;
  border: none;
  color: white;
  padding: 5px 30px 5px;
  border-radius: 23px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  font-family: AmazonEmber;
  font-size: 20px;
  font-weight: 500;
}
.arrow {
  font-size: 20px;
  font-weight: 900;
  margin-left: 50px;
}
.arrowImage {
  justify-content: center;
  margin-left: 30px;
}
.imageSection svg {
  width: 80px;
  height: 53px;
}
