* {
  margin: 0;
  padding: 0;
  font-family: "Inter";
}

@import url("https://rsms.me/inter/inter.css");
html {
  font-family: "Inter", sans-serif;
}
@supports (font-variation-settings: normal) {
  html {
    font-family: "Inter var", sans-serif;
  }
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("fonts/Inter-Thin.woff2") format("woff2"),
    url("fonts/Inter-Thin.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("fonts/Inter-ThinItalic.woff2") format("woff2"),
    url("fonts/Inter-ThinItalic.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("fonts/Inter-ExtraLight.woff2") format("woff2"),
    url("fonts/Inter-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("fonts/Inter-ExtraLightItalic.woff2") format("woff2"),
    url("fonts/Inter-ExtraLightItalic.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/Inter-Light.woff2") format("woff2"),
    url("fonts/Inter-Light.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("fonts/Inter-LightItalic.woff2") format("woff2"),
    url("fonts/Inter-LightItalic.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/Inter-Regular.woff2") format("woff2"),
    url("fonts/Inter-Regular.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/Inter-Italic.woff2") format("woff2"),
    url("fonts/Inter-Italic.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/Inter-Medium.woff2") format("woff2"),
    url("fonts/Inter-Medium.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/Inter-MediumItalic.woff2") format("woff2"),
    url("fonts/Inter-MediumItalic.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/Inter-SemiBold.woff2") format("woff2"),
    url("fonts/Inter-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/Inter-SemiBoldItalic.woff2") format("woff2"),
    url("fonts/Inter-SemiBoldItalic.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/Inter-Bold.woff2") format("woff2"),
    url("fonts/Inter-Bold.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/Inter-BoldItalic.woff2") format("woff2"),
    url("fonts/Inter-BoldItalic.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/Inter-ExtraBold.woff2") format("woff2"),
    url("fonts/Inter-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/Inter-ExtraBoldItalic.woff2") format("woff2"),
    url("fonts/Inter-ExtraBoldItalic.woff") format("woff");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/Inter-Black.woff2") format("woff2"),
    url("fonts/Inter-Black.woff") format("woff");
}
@font-face {
  font-family: "Inter";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("fonts/Inter-BlackItalic.woff2") format("woff2"),
    url("fonts/Inter-BlackItalic.woff") format("woff");
}

.main{
  background: #081859;
  height:5000px;
  width: 100%;
}

.homepage-header {
  background: #ffffff;
  display: flex;
  width: 910px;
  height: 80px;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), 0px 6px 20px rgba(0, 0, 0, 0.2);
}

.sticky-container {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}

.sticky {
  position: fixed;
  top: 3em;
  width: 1050px; /* Updated according to .homepage-header */
  z-index: 100;
}

.spacer {
  height: 1em;
}

.homepage-header ul {
  display: flex;
  list-style: none;
  flex-direction: row;
  gap: .5em;
  padding: 0;
  margin: 0;
}

.homepage-header ul li {
  font-family: 'Inter', sans-serif !important;
  font-weight: 500;
  color: rgb(103, 107, 95);
  cursor: pointer;
  padding: .2em .3em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.homepage-header ul li a{
  text-decoration: none;
}

.userAuthBtn {
  background: #1e2330;
  padding: .2em 2em;
  width: 100px;
  height: 50px;
  color: #e9e9e9 !important;
  border-radius: 60px;
}

.userLoginBtn {
  width: 70px;
}

.userRegBtn {
  background: #2A9D8F;
  width: 150px;
}

.userRegBtn:hover, .userLoginBtn:hover{
  opacity: 0.9;
}

.userAuthBtn:first-child {
  margin-left: auto;
}

.move-right{
  margin-left: 19em;
}

.move-left{
  margin-left: 3em;
}

.homepage-header ul li a:not(.homepageAuthBtns):hover{
  color: #2a9d8f !important;
}

.homepage-header ul li a:visited:not(.homepageAuthBtns){
  color: rgb(103, 107, 95);
}

.homepage-header ul li a:link:not(.homepageAuthBtns){
  color: rgb(103, 107, 95);
}

.mainHeader{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10em;
  gap: 3em;
  height: 80vh;
  transform: scale(1);
}

@media only screen and (min-width: 1900px){
  .mainHeader{
    transform: scale(1.3);
  }
}

.mainHeader .mainHeaderLeft h1{
  max-width: 580px;
  font-size: 63px;
  font-weight: bold;
  color: #d9d142;
  letter-spacing: -5px;
  line-height: 60px;
}

.mainHeaderLeft p{
  max-width: 600px;
  color: #d9d142;
  margin-top: 1.5em;
  line-height: 1.5rem;
  font-size: 16px;
}

.headerContentOnly{
  display: flex;
}

.userCustomBakeryURL{
  margin-top: 3em;
}

.userCustomBakeryURL input{
  height: 60px;
  width: 270px;
  border-radius: 10px;
  border: 1px solid transparent;
  text-indent: 1.2em;
}

.userCustomBakeryURL input::placeholder{
  font-size: 16px;
  position: relative;
  top: 2px;
}

.userCustomBakeryURL {
  position: relative;
  display: flex;
  gap: 1em;
}

#userInput {
  /* padding-left: 115px; */
}

#userInput{
  color: #676b5f;
  font-size: 16px;
  outline: none;
}

.startUserJourneyCTA{
  width: 180px;
  height: 64px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 16px;
  background: #705c22;
  color: #ffffff;
  /* transition: .1s ease-in-out; */
}

.startUserJourneyCTA:hover{
  opacity: 0.95;
  /* background: #1e2330;
  transition: .1s ease-in-out; */
}

.homepage-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: all 0.5s ease-in-out, background 0s ease-in-out;
}

.homepage-header {
  position: relative;
  top: 0em;  /* Adjust this to match your header's height */
  transition: all 0.5s ease-in-out;
}

.sticky{
  width: 100%;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
  transition: background 0s;
  background: #000123;
}

.homepage-header {
  top: 2em;  /* 3em from the top */
  transition: top 0.3s ease-in-out, width 0.5s ease-in-out;
}

.homepage-header.sticky {
  position: fixed;
  top: 0;  /* sticks to the top when scrolling down */
}

.bakery-feature-slide1{
  height: 1000px;
  background: #bd5940;
}

.initial-feature-slide{
  margin-top: 12em;
}

.bakery-slide-feature{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7em;
}

.feature-slide-content{
  max-width: 50%;
  gap: 1em;
}

.bakery-slide-feature h1{
  font-size: 63px;
  font-weight: bold;
  letter-spacing: -5px;
  line-height: 60px;
  color: #370a00;
  max-width: 550px;
}

.bakery-slide-feature p{
  font-size: 16px;
  margin-top: 1.5em;
  line-height: 1.5rem;
  font-size: 16px;
  max-width: 590px;
  color: #370a00;
}

.slide-feature-three{
  background: #f3f3f1;
}

.slide-feature-four{
  background: #780016;
}

.slide-feature-four h1, .slide-feature-four p{
  background: #780016;
  color: #e9c0e9;
}

.slide-btn{
  border-radius: 60px;
  font-size: 16px;
  border: 1px solid transparent;
  width: 200px;
  height: 60px;
  margin-top: 2em;
}

.initialSlideBtn{
  background: #370a00;
  color: #efcac2;
}

.redSlideBackgroundBtn{
  background: #370a00;
  color: #e9c0e9;
}

.longSlideTitle{
  font-size: 63px;
  font-weight: bold;
  letter-spacing: -5px;
  line-height: 60px;
  color: #370a00;
  /* max-width: 550px; */
}

.slide-feature-five{
  flex-direction: column;
  height: 970px;
}

.slide-feature-five h1{
  max-width: 100%;
  text-align: center;

}

.slide-feature-five p{
  max-width: 70%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.slide-feature-five .feature-slide-content{
  max-width: 100%;
}

.slide-banner-container{
  width: 312.99px;
  height: 435px;
  /* outline: 1px solid red; */
  background: #1a1a1c;
}

.slideMultiplePreviews{
  display: flex;
  justify-content: center;
  /* flex-wrap: wrap; */
}

.slideMultiplePreviews div{
  border-radius: 5px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1), 0px 3px 13px rgba(0, 0, 0, 0.2);
}

.slide-banner-short{
}

.slideBanner1{
  background-image: url('../images/home/customizeOrdersAll.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.slideBanner2{
  background-image: url('../images/home/inventory.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.slideBanner3{
  background-image: url('../images/home/trackByDay.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.slideBanner4{
  background-image: url('../images/home/orderStatus.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-feature-six{
  background: #081859;
  flex-direction: column;
  height: 470px;
}

.slide-feature-six h1{
  max-width: 100%;
  text-align: center;
  color: #e9c0e9;
}

.slide-feature-six p{
  max-width: 80%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #e9c0e9;
}

.slide-feature-six .userCustomBakeryURL{
  justify-content: center;
}

/* Pricing Page Start */
.homepage-header{
  z-index: 10;
}
.pricing-container{
  margin-top: 0em;
  position: absolute;
  top: 0em;
  width: 100%;
  height: 500px;
  background: #081859;
  z-index: 5;
}
.pricing-table{
  margin-top: 0em;
  position: relative;
  top: 11em;
  width: 100%;
  height: 1500px;
  background: #f3f3f1;
  z-index: 2;
  box-sizing: border-box;
  padding: 5em 7em;
}
.pricing-table h1{
  font-size: 63px;
  font-weight: bold;
  color: #333;
  letter-spacing: -5px;
  line-height: 60px;
}

.pricing-options{
  border: 1px solid transparent;
  border-radius: 20px;
  margin-top: 3em;
  display: flex;
  gap: 1em;
  width: 100%;
  justify-content: center;
}

.plan-title{
  display: flex;
  justify-content: center;
  margin-left: -5.3em;
}

.pricing-option-selection{
  width: 400px;
}

.pricing-top{
  background:#081859;
  padding: 2em 3em;
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #f3f3f1;
}

.pricing-top h3{
  font-size: 30px;
}

.pricing-top h3 span{
  font-size: 14px;
  font-weight: 400;
}

.pricing-bottom{
  background: #370a00;
  color: #f3f3f1;
  padding: 2em 3em;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  gap: 1em;
}

.pricing-bottom p{
  max-width: 300px;
}

.pricing-bottom button{
  font-size: 16px;
  background: transparent;
  color: #f3f3f1;
  border-radius: 10px;
  border: 1px solid #fff;
  margin-top: 1em;
  width: 250px;
  height: 65px;
  transition: .2s ease-in-out;
  font-weight: 600;
}

.pricing-bottom button:hover{
  background: #f3f3f1;
  color: #081859;
  transition: .2s ease-in-out;
}

.slide-pricing-page{
  margin-top: 12em;
}

.cost-savings-calculator{
  height: 950px;
  width: 100%;
  position: absolute;
  left: 0;
  margin-top: 6em;
  background: #301914;
  /* background: #780016; */
}

.cost-savings-calculator h1{
  max-width: 820px;
  font-size: 55px;
  text-align: center;
  margin: 0 auto;
  color: #e9c0e9;
  padding-top: 2em;
}

.cost-savings-calculator p{
  font-size: 16px;
  margin: 0 auto;
  margin-top: 1.5em;
  line-height: 1.5rem;
  font-size: 16px;
  max-width: 1090px;
  color: #e9c0e9;
  text-align: center;
}

/* General container styles */
.container {
  max-width: 800px;
  margin: auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

/* Toggle Button */
#plan-toggle {
  padding: 12px;
  background-color: #007BFF;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#plan-toggle:hover {
  background-color: #0056b3;
}

/* Slider */
input[type="range"] {
  width: 100%;
  margin: 18px 0;
}

/* Slider Title */
#slider-title {
  font-size: 24px;
  margin-bottom: 10px;
}

/* Result container */
#result-container {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 5px;
}

#result-container h3 {
  margin-top: 0;
}

#result-container p {
  font-size: 18px;
  margin-bottom: 8px;
}

#result-container span {
  font-weight: bold;
  color: #007BFF;
}

#result-container {
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 20px;
}

#slider-title {
  font-size: 1.2em;
  margin-bottom: 10px;
}

#order-slider {
  width: 100%;
  transform: scale(1.1);
}

button#plan-toggle {
  padding: 10px;
  cursor: pointer;
}

#order-slider {
  width: 30%;  /* Adjust this value to your preference */
  margin: auto;
}

.cost-calculator{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1300px;
  margin-top: 3em;
}

#plan-toggle{
  margin: 0 auto;
  text-align: center;
  display: flex;
  margin-top: 5em;
  transform: scale(1.3);
}

#result-container{
  /* background: #000123; */
  padding: 3em;
}

.resultText{
  color: #333 !important;
}

#slider-title{
  font-size: 30px !important;
  color: #f7f7f7;
  font-weight: bold;
}
/* Pricing Page End */

/* Mobile */
@media only screen and (max-width: 600px){
  .homepage-header{
    width: 100vw;
    justify-content: center;
    height: auto;
    align-items: center;
    margin: 0 auto;
    border-radius: 0;
    padding-bottom: 1.5em;
    padding-top: 1.2em;
    background: #000123;
    box-shadow: none;
    /* display: none !important; */
  }
  .spacer{
    height: 0em;
  }
  .homepage-header{
    top: 0em;
  }
  .homepage-header ul{
    /* flex-wrap: wrap; */
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
  }

  .userAuthBtn:last-child{
    width: 139px;
  }

  .hideOnMobile{
    display: none !important;
  }

  .userAuthBtn {
    padding: 0 !important;
  }

  .move-left{
    margin-left: 0em;
  }

  .move-right{
    margin-left: 0em;
  }

  .mainHeader{
    flex-wrap: wrap;
  }

  .bakery-slide-feature{
    flex-wrap: wrap;
  }

  .feature-slide-content img, .mainHeaderRight img{
    width: 350px;
  }
  .feature-slide-content{
    max-width: 350px;
  }

  .mainHeader{
    height: 100vh;
  }

  .mainHeader .mainHeaderLeft h1, .feature-slide-content h1, .plan-title h1{
    font-size: 30px;
    max-width: auto;
    line-height: initial;
    letter-spacing: initial;
    text-align: center;
  }

  .mainHeader p{
    text-align: center;
    line-height: initial;
    letter-spacing: initial;
    font-size: 16px;
    max-width: 350px;
    margin: 0 auto;
    margin-top: 1em;
  }

  .userCustomBakeryURL{
    flex-wrap: wrap;
    justify-content: center;
  }

  .mainHeader{
    margin-top: 1em;
    gap: 1em;
  }

  .mainHeader .mainHeaderLeft{
    order: 2;
  }

  .mainHeader .mainHeaderRight{
    order: 1;
  }

  .bakery-slide-feature{
    gap: 0em;
    text-align: center;
  }

  .initial-feature-slide .slidePointPos1 {
    order: 2;
  }
  .initial-feature-slide .slidePointPos2 {
    order: 1;
  }

  .slide-feature-four .slidePointPos1 {
    order: 2;
  }
  .slide-feature-four .slidePointPos2 {
    order: 1;
  }

  .slide-feature-five{
    height: 820px;
    gap: 3em;
  }

  /* .slideMultiplePreviews{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  } */
  .homepage-header.sticky {
    position: fixed;
    /* top: 1.5em; */
    left: 0 !important;
    right: auto;
}
  .pricing-options {
    flex-wrap: wrap;
  }
  .pricing-top, .pricing-bottom, .pricing-options{
    border-radius: 0;
  }

  .pricing-table h1{
    font-size: 30px;
    max-width: auto;
    line-height: initial;
    letter-spacing: initial;
    text-align: center;
    margin-left: 0;
    margin-top: -1em;
  }

  .cost-calculator{
    flex-wrap: wrap;
  }
  #result-container {
    border-radius: 0;
  }
}

/* Mobile end */

/* .joinNowStarter:disabled {
  background-color: #ccc;
  cursor: not-allowed;
} */

.paymentLinkHide{
  display: none !important;
}

