:root {
  --myco-violet: #2A2971;
  --myco-cyan: #1FE9D3;
}

.mycoCyan {
  color: var(--myco-cyan);
}

.mycoViolet {
  color: var(--myco-violet);
}

body {
  font-family: 'Montserrat', sans-serif !important;
  position: relative;
  margin: 0;
  background-color: rgb(245, 245, 245, 0.5) !important;
  background-image: url('../images/mycoAssets/patterns/crossesWhite.png');
  background-size: 450px;
}

#logo {
  margin-left: 30px;
  margin-top: 8px;
}

.mycoLogoImg {
  height: 60px;
  z-index: 2;
}

#header {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  background-color: rgb(245, 245, 245);
  background-image: url("../images/mycoAssets/patterns/crossesWhite.png");
  background-size: 286px;
  box-shadow: 0 4px 20px -12px grey;
  z-index: 100;
}

.myco-nav {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding-top: 32px;
  padding-right: 12px;
}

.myco-nav li {
  font-size: 10px;
  padding: 5px 16px;
}

.myco-nav li a {
  text-decoration: none;
  color: var(--myco-violet);
}

#menuItems {
  display: flex;
  justify-content: space-around;
  font-weight: bold;
  height: 80px;
  margin-right: 30px;
}

#menuSignupButtonLarge {
  width: 208px;
  font-size: 20px;
  margin-top: 7px;
  background-color: var(--myco-cyan);
  border-radius: 36px;
  cursor: pointer;
}

#menuSignupButtonLarge a,
#menuSignupButtonSmall a {
  text-decoration: none;
  color: var(--myco-violet);
  font-weight: bold;
}

#menuSignupButtonLarge div {
  width: fit-content;
  margin: 6px auto 0;
  padding-top: 16px;
}

#menuSignupButtonSmall div {
  width: fit-content;
  margin: 10px auto 0;
}

#menuSignupButtonSmall {
  width: 120px;
  height: 45px;
  font-size: 14px;
  padding-top: 2px;
  background-image: url('../images/mycoAssets/shapes/pillCyan.png');
  background-size: 120px;
  background-repeat: no-repeat;
  margin-top: 30px;
  cursor: pointer;
}

.textBlack {
  color: #1B1C1E;
}

#overview {
  font-size: 15px;
  display: flex;
  justify-content: space-around;
  margin: 0 10%;
  padding-top: 135px;
}

#overviewTextAndCTA {
  margin-top: 145px;
  width: 50%;
  min-width: 425px;
}

#overviewImage {
  overflow: hidden;
  position: relative;
}

#overviewImageUnderlay {
  width: 100%;
  height: 335px;
  position: absolute;
  top: 250px;
  z-index: -1;
}

#overviewImageUnderlayBlock {
  background-color: var(--myco-cyan);
  float: right;
  width: 20%;
  height: 100%;
}

#overviewImage img {
  position: relative;
  right: -94px;
  max-height: 450px;
}

#clients {
  margin-top: 75px;
  background-color: #E5E5E5;
  background-image: url('../images/mycoAssets/patterns/crossesWhite.png');
  display: flex;
  justify-content: space-around;
  padding: 64px 3%;
  background-size: 240px;
  margin-bottom: 80px;
}

.clientLogo {
  height: 75px;
  background-color: black;
  border-radius: 5px;
}

#features {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 5% 60px;
}

#features>div {
  flex: 0 45%;
  padding: 2%;
}

.feature {
  display: flex;
  justify-content: space-between;
}

.featureIcon>img {
  height: 125px;
}

.featureText>h3 {
  font-size: 1.5em;
}

.featureText>p {
  font-size: 1.25em;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev {
  left: 5%;
}

.slick-next {
  right: 5%;
}

.review:nth-of-type(even) {
  background-color: var(--myco-cyan);
}

.review:nth-of-type(odd) {
  background-color: var(--myco-violet);
}

.slick-slide {
  margin: 0 27px;
  height: 220px;
  color: white;
  border-radius: 100px;
}

#reviewsContainer {
  font-size: 1.25em;
}

.reviews {
  margin-bottom: 150px;
  width: 100%;
}

#pricing {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10%;
}

#monthlyYearlySwitch {
  margin-bottom: 12px;
}

#tiers {
  display: flex;
  justify-content: space-around;
}

.tier {
  background-color: #E5E5E5;
  border-radius: 25px;
  min-height: 360px;
  margin: 0 12px;
  width: 100%;
  padding: 35px 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tierText>div {
  text-align: center;
}

.tierText li {
  list-style: none;
  font-size: 1.25em;
}

.tierText ul {
  padding: 10px;
  width: 85%;
  text-align: left;
  margin: 0 auto;
}

.tierPriceDisplay {
  width: 110px;
  height: 45px;
  font-size: 14px;
  padding-top: 10px;
  background-image: url('../images/mycoAssets/shapes/pillCyan.png');
  background-size: 105px;
  background-repeat: no-repeat;
  margin: 0 auto;
}

.tierPriceDisplay div {
  width: fit-content;
  margin: 0 auto;
  color: var(--myco-violet);
  font-weight: bold;
}

.tierTextTitle {
  font-size: 1.5em;
}

#pricingCTA {
  width: 180px;
  font-size: 20px;
  margin-top: 80px;
  background-image: url('../images/mycoAssets/shapes/pillCyan.png');
  background-size: 180px;
  background-repeat: no-repeat;
  height: 70px;
  margin-bottom: 105px;
  cursor: pointer;
}

#pricingCTA a {
  text-decoration: none;
  color: var(--myco-violet);
  font-weight: bold;
}

#pricingCTA div {
  width: fit-content;
  margin: 6px auto 0;
  padding-top: 16px;
}

.monthlyCost {
  display: block;
}

.yearlyCost {
  display: none;
}

.yearlyCostDescription {
  color: var(--myco-violet);
  margin-top: 20px;
  height: 20px;
}

.netliva-switch {
  font-weight: bold;
}

.netliva-switch input+label:before {
  color: var(--myco-violet);
}

.activeSwitch,
.activeSwitch::before {
  color: var(--myco-violet) !important;
}

.inactiveSwitch,
.inactiveSwitch::before {
  color: var(--myco-cyan) !important;
}

#clientReview {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  height: 256px;
  z-index: 2;
}

#clientReview::before {
  background-image: url("../images/mycoAssets/patterns/crossesWhite.png");
  background-size: 360px;
  background-color: #E5E5E5;
  border-radius: 100%;
  position: absolute;
  right: -20px;
  left: -20px;
  top: -200px;
  content: '';
  bottom: 0;
}

#reviewLogo {
  display: flex;
  align-items: center;
}

#overlay {
  background-color: var(--myco-violet);
  width: 100%;
  height: 345px;
  position: absolute;
  bottom: -90px;
}

.copyright {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  z-index: 3;
  color: var(--myco-cyan);
  font-weight: bold;
}

.requiredInput {
  color: red;
}

.modal {
  font-family: 'Montserrat', sans-serif;
}

.read-more {
  background-color: var(--myco-cyan);
  color: var(--myco-violet);
  border-radius: 5px;
}


/* hamburger menu */

.hamburgerDisplay {
  margin-top: 10px;
}

.hamburger {
  background: none;
  line-height: 45px;
  padding: 5px 15px 0px 15px;
  color: var(--myco-violet);
  border: 0;
  font-size: 1.4em;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  z-index: 10000000000000;
}

.cross {
  background: none;
  padding: 7px 15px 0px 15px;
  color: var(--myco-violet);
  border: 0;
  font-size: 3em;
  line-height: 65px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  z-index: 10000000000000;
}

.hamburgerMenu {
  z-index: 1000000;
  font-weight: bold;
  font-size: 0.8em;
  width: 100%;
  background: #f1f1f1;
  position: absolute;
  top: 88px;
  text-align: center;
  font-size: 12px;
}

.hamburgerMenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}

.hamburgerMenu li {
  display: block;
  padding: 15px 0 15px 0;
  border-bottom: #dddddd 1px solid;
}

.hamburgerMenu li:hover {
  display: block;
  background: #ffffff;
  padding: 15px 0 15px 0;
  border-bottom: #dddddd 1px solid;
}

.hamburgerMenu ul li a {
  text-decoration: none;
  margin: 0px;
  color: #666;
}

.hamburgerMenu ul li a:hover {
  color: #666;
  text-decoration: none;
}

.hamburgerMenu a {
  text-decoration: none;
  color: #666;
}

.hamburgerMenu a:hover {
  text-decoration: none;
  color: #666;
}

#overviewBackground {
  display: none;
}

.review {
  height: fit-content;
  padding: 45px;
}

#fullReviewText {
  font-size: 18px;
}

a {
  cursor: pointer;
}

.expandArrow {
  display: none;
}

.featureInfo {
  display: block;
}


/* handle smaller screen sizes */

@media (max-width:1534px) {
  #tiers {
    flex-wrap: wrap;
  }
  .tier {
    flex: 0 45%;
    margin: 12px 12px;
    padding: 35px 5%;
  }
}

@media (max-width:1390px) {
  #overviewTextAndCTA {
    width: 100%;
    margin: auto auto;
    text-align: center;
    min-width: unset;
  }
  #menuSignupButtonSmall {
    margin: 30px auto 0;
  }
  #overviewImage {
    display: none;
  }
  #overviewImageUnderlay {
    display: none;
  }
  #overview {
    display: flex;
    position: relative;
    margin: 0 10%;
    height: 565px;
    padding-top: 135px;
    z-index: 2;
  }
  #overview::after {
    content: "";
    background: url(../images/mycoAssets/stockImagery/twoWorkers.png) no-repeat;
    background-size: 1335px;
    background-position: -175px -240px;
    background-color: var(--myco-cyan);
    width: 100%;
    opacity: 0.35;
    top: 120px;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    margin: 0 auto;
    z-index: -1;
  }
}

@media (max-width:960px) {
  #features>div {
    flex: 0 100%;
  }
  .featureIcon>img {
    height: 60px;
  }
}

@media (max-width:832px) {
  #logo {
    width: 68%;
    text-align: right;
  }
  #pricing {
    margin: 0 4%;
  }
}

@media (max-width:600px) {
  #overview::after {
    background-position: -211px -176px;
    background-size: 1226px;
  }
  .clientLogo {
    height: 45px;
  }
}

@media (max-width:520px) {
  .tier {
    flex: 0 100%;
  }
  #pricingCTA {
    margin-top: 15px;
    margin-bottom: 60px;
  }
  #clientReview::before {
    right: -75px;
    left: -75px;
  }
  .featureText {
    width: 100%;
  }
  .featureHeader {
    display: flex;
    justify-content: space-between;
  }
  .featureInfo {
    display: none;
  }
  .expandArrow {
    display: inline-block;
  }
}