html {
  box-sizing: border-box;
  font-size: 15px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.isToggled {
  background-image: linear-gradient(to right, hsl(236deg, 72%, 79%), hsl(236deg, 72%, 79%)) !important;
}

.isSwitched {
  left: 2.1rem !important;
}

body {
  position: relative;
  width: 100%;
  max-height: 100vh;
  background: hsl(240deg, 78%, 98%);
}
@media (min-width: 40em) {
  body {
    overflow: hidden;
  }
}
body .bg-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 43%;
  margin-top: -5%;
  height: 37%;
  background-image: url("../images/bg-top.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: -76px;
}
@media (min-width: 40em) {
  body .bg-1 {
    width: 17%;
    margin-top: -7%;
    height: 100%;
    background-image: url("../images/bg-top.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 0px;
  }
}
body .bg-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  width: 43%;
  margin-bottom: -5%;
  height: 8%;
  background-image: url("../images/bg-bottom.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -76px;
}
@media (min-width: 40em) {
  body .bg-2 {
    position: absolute;
    width: 21%;
    margin-bottom: -8%;
    height: 52%;
    background-image: url("../images/bg-bottom.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 0px;
    bottom: 0;
    left: 0;
    display: block;
  }
}

.wrapper {
  width: 90%;
  min-height: 100vh;
  margin: 0 auto;
}

.our-pricing {
  padding: 15% 0;
  max-width: 338px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 40em) {
  .our-pricing {
    max-width: 338px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
  }
}
.our-pricing__heading {
  text-align: center;
  color: hsl(233deg, 13%, 49%);
  margin-bottom: 5%;
  font-size: x-large;
}
@media (min-width: 40em) {
  .our-pricing__heading {
    margin-bottom: 15%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 49px;
    position: absolute;
    top: 2px;
  }
}
.our-pricing__toggle {
  margin-bottom: 15%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 40em) {
  .our-pricing__toggle {
    position: absolute;
    top: 58px;
  }
}
.our-pricing__toggle span {
  color: hsl(234deg, 14%, 74%);
  font-size: small;
}
.our-pricing__toggle__mode {
  position: relative;
  margin-inline: 1rem;
  background-image: linear-gradient(to right, hsl(236deg, 72%, 79%), hsl(237deg, 63%, 64%));
  left: 0;
  top: 0;
  height: 2rem;
  width: 4rem;
  border-radius: 25px;
  transition: all 0.7s;
}
.our-pricing__toggle__mode__btn {
  position: absolute;
  top: 3px;
  left: 4px;
  height: 1.6rem;
  width: 1.6rem;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.5s;
  cursor: pointer;
}
.our-pricing__card {
  z-index: 100;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 40em) {
  .our-pricing__card {
    margin-right: 1rem;
    min-width: 325px;
  }
}
@media (min-width: 64em) {
  .our-pricing__card {
    margin-right: 1.1rem;
    min-width: 330px;
  }
}
.our-pricing__card__basic {
  box-shadow: hsla(237deg, 63%, 64%, 0.119) 0px 7px 29px 0px;
  border-radius: 0.8rem;
  background-color: #fff;
  padding: 2rem;
}
.our-pricing__card__basic__heading {
  color: hsl(233deg, 13%, 49%);
  font-size: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.our-pricing__card__basic__price {
  position: relative;
  color: hsl(232deg, 13%, 33%);
  font-size: 4.3rem;
  margin-bottom: 1.7rem;
  font-weight: 700;
}
.our-pricing__card__basic__price::before {
  position: absolute;
  top: 23px;
  content: "$";
  font-size: 1.9rem;
  left: var(--value, 13px);
}
.our-pricing__card__basic p {
  color: hsl(233deg, 13%, 49%);
  font-size: 0.8rem;
  padding: 1rem 0px;
  text-align: center;
  border-top: 1px solid hsl(234deg, 14%, 74%);
}
.our-pricing__card__basic p:last-of-type {
  border-bottom: 1px solid hsl(234deg, 14%, 74%);
}
.our-pricing__card__basic a {
  margin-top: 2rem;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  letter-spacing: 3px;
  width: 100%;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid transparent;
  background-image: linear-gradient(to right, hsl(236deg, 72%, 79%), hsl(237deg, 63%, 64%));
}
.our-pricing__card__basic a:hover {
  color: hsl(237deg, 63%, 64%);
  background: #fff;
  border: 1px solid hsl(236deg, 72%, 79%);
}
.our-pricing__card__professional {
  box-shadow: hsla(237deg, 63%, 64%, 0.119) 0px 7px 29px 0px;
  border-radius: 0.8rem;
  padding: 2rem;
  background-image: linear-gradient(to bottom, hsl(236deg, 72%, 79%), hsl(237deg, 63%, 64%));
}
@media (min-width: 64em) {
  .our-pricing__card__professional {
    transform: scale(1.1);
  }
}
.our-pricing__card__professional__heading {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1.7rem;
  text-align: center;
}
.our-pricing__card__professional__price {
  position: relative;
  color: #fff;
  font-size: 4.3rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.our-pricing__card__professional__price::before {
  position: absolute;
  top: 23px;
  content: "$";
  font-size: 1.9rem;
  left: var(--value, 7px);
}
.our-pricing__card__professional p {
  color: #fff;
  font-size: 0.8rem;
  padding: 1rem 0px;
  text-align: center;
  border-top: 1px solid #fff;
}
.our-pricing__card__professional p:last-of-type {
  border-bottom: 1px solid #fff;
}
.our-pricing__card__professional a {
  margin-top: 2rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  letter-spacing: 3px;
  width: 100%;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: hsl(237deg, 63%, 64%);
  text-transform: uppercase;
  background-color: #fff;
}
.our-pricing__card__professional a:hover {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.our-pricing__card__master {
  box-shadow: hsla(237deg, 63%, 64%, 0.119) 0px 7px 29px 0px;
  border-radius: 0.8rem;
  background-color: white;
  padding: 2rem;
}
@media (min-width: 64em) {
  .our-pricing__card__master {
    transform: scale(1);
  }
}
.our-pricing__card__master__heading {
  color: hsl(233deg, 13%, 49%);
  font-size: 1rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.our-pricing__card__master__price {
  position: relative;
  color: hsl(232deg, 13%, 33%);
  font-size: 4.3rem;
  margin-bottom: 1.7rem;
  font-weight: 700;
}
.our-pricing__card__master__price::before {
  position: absolute;
  top: 23px;
  content: "$";
  font-size: 1.9rem;
  left: var(--value, 7px);
}
.our-pricing__card__master p {
  color: hsl(233deg, 13%, 49%);
  font-size: 0.8rem;
  padding: 1rem 0px;
  text-align: center;
  border-top: 1px solid hsl(234deg, 14%, 74%);
}
.our-pricing__card__master p:last-of-type {
  border-bottom: 1px solid hsl(234deg, 14%, 74%);
}
.our-pricing__card__master a {
  margin-top: 2rem;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  letter-spacing: 3px;
  width: 100%;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: white;
  text-transform: uppercase;
  background-image: linear-gradient(to right, hsl(236deg, 72%, 79%), hsl(237deg, 63%, 64%));
}
.our-pricing__card__master a:hover {
  color: hsl(237deg, 63%, 64%);
  background: #fff;
  border: 1px solid hsl(236deg, 72%, 79%);
}/*# sourceMappingURL=main.css.map */