@font-face {
  font-family: "Montserrat";
  src: url("./fonts//Montserrat/Montserrat-Bold.ttf");
  font-weight: bold;
}

@font-face {
  font-family: "Montserrat";
  src: url("./fonts/Montserrat/Montserrat-Medium.ttf");
  font-weight: 400;
}

:root {
  --btn1Img: linear-gradient(to bottom, #59D9D9, #1d8bc0);
  --planBhHead: #727586;
}

html {
  scroll-behavior: smooth;
}

/* width */
html::-webkit-scrollbar {
  width: 9px;
  background: var(--dashBgA);
}

/* Track */
html::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* Handle */
html::-webkit-scrollbar-thumb {
  background: rgba(158, 158, 158, 0.726);
  border-radius: 10px;
}

/* Handle on hover */
html::-webkit-scrollbar-thumb:hover {
  background: rgba(158, 158, 158, 1);
}

/*WAIT SCREEN*/
.waitScreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(66 66 66 / 65%);
  color: #FFFFFF;
  font-size: 200%;
  text-align: center;
  z-index: 5000;
  opacity: 0;
  transition: all .3s;
}

.spinCont {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  max-height: 45px;
  padding: 0;
  border: 0;
  overflow: hidden;
  height: 0;
}

.spinChar {
  position: relative;
  top: 45%;
  font-size: 60%;
  font-family: Roboto;
  color: #FFFFFF;
  font-weight: 400;
  text-align: center;
}

/*LOGIN ALTER CLASES*/

.pageCnt {
  font-size: 18px;
  position: absolute;
  top: 63px;
  height: calc(100% - 63px);
  width: 50%;
  transition: all .5s;
  right: -50%;
  overflow: hidden;
}

.pageCnt footer {
  display: none;
}

.pageVAlign {
  vertical-align: top;
  padding-top: 3vh;
}

.logoLogFrm {
  margin-bottom: 20px;
}

.pageBoxCnt {
  max-width: 390px;
}

.loginBtn2 {
  display: none;
}

.errTblBox {
  padding: 15px 5px;
}

.errBox {
  position: absolute;
}

/**/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #1f2639;
  padding: 10px 50px;
  min-height: 60px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-left {
  display: flex;
  align-items: center;
  width: 20%;
}

.logo {
  height: 43px;
  font-size: 13px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  padding-left: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(./img/minlogotransparent.png);
  display: flex;
  align-items: center;
}

.navbar-center {
  display: flex;
  align-items: center;
}

.navbar-center ul {
  display: flex;
  list-style: none;
}

.navbar-center ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  margin: 0 20px;
}

.navbar-center ul li a:hover {
  color: #52D9D9;
}

.navbar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 20%;
}

.navbar-right span {
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  margin-left: 20px;
  cursor: pointer;
}

.header {
  position: relative;
  overflow-x: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  padding: 0 50px;
  background: linear-gradient(to bottom right, #1B80BF 0%, #59D9D9);
  justify-content: center;
}

.header-text {
  color: #fff;
  max-width: 810px;
  width: 100%;
  transition: all .5s;
  text-align: center;
}

.header-text h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}

.header-text p {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.benefits {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #F2F2F2;
}

.benefits h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
  color: #1f2639;
}

.benefits-container {
  display: flex;
  justify-content: center;
}

.benefit {
  max-width: 300px;
  margin: 0 30px;
  text-align: center;
}

.benefit i {
  font-size: 48px;
  color: #2694BF;
  margin-bottom: 20px;
}

.benefit h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  min-height: 100px;
  display: flex;
  align-items: center;
  color: #1f2639;
}

.benefit p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #1f2639;
}

.plans {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(#4ACAD9, #2694BF);
}

.plans h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  color: #f2f2f2;
}

.planCnt {
  /*background-color: var(--chartBg);*/
  width: 85%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 15px;
  padding-bottom: 5vh;
  padding-top: 2vh;
  margin-bottom: 1vh;
  /*box-shadow: 2px 4px 15px 1px #0000004f;*/
}

.plansContainer {
  display: flex;
  justify-content: space-around;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: nowrap;
  flex-direction: row;
  column-gap: 1%;
}

.plan {
  width: calc(33.3333% - 30px);
  max-width: 280px;
  background-color: #f2f2f2;
  padding: 25px 15px;
  padding-top: 45px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 2px 10px rgb(0 0 0 / 23%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

.planLblHead {
  background-color: var(--planBhHead);
  width: 100%;
  position: absolute;
  top: 0px;
  text-align: center;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  font-size: 75%;
}

.planLblHead[selected] {
  background-color: #727586;
}

.plan h3 {
  font-size: 120%;
  margin-bottom: 5px;
  margin-top: 0;
  color: #1f2639;
  font-weight: 400;
}

.plan p {
  font-size: 85%;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #1f2639;
  min-height: 100px;
  display: flex;
  align-items: center;
}

.price {
  font-size: 155%;
  font-weight: bold;
  color: #1f2639;
  padding-bottom: 15px;
  margin-bottom: 5px;
  border-bottom: 1px solid #1f2639;
  width: 90%;
}


.planExitCnt {
  width: 98%;
  text-align: right;
  color: #FFF;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  align-items: center;
}

.planTit {
  font-weight: bold;
}

.planSubTit {
  font-size: 85%;
  font-weight: 400;
  padding-top: 5px;
}

.freqSwitch {
  column-gap: 5px;
  width: 250px;
  display: flex;
  flex-direction: row;
  border-radius: 20px;
  padding: 2.5px;
  justify-content: space-between;
  background-color: #47506b;
  margin-top: 20px;
  position: relative;
  height: 35px;
  font-size: 85%;
  box-shadow: 0.5px 0.5px 10px 0px #171c2b9c;
}

.freqOptBg {
  background: #34A6BF;
  left: 2.5px;
  position: absolute;
  width: calc(50% - 5px);
  z-index: 1;
  height: calc(100% - 5px);
  border-radius: 20px;
  top: 2.5px;
  transition: all .3s ease-out;
}

.freqOpt {
  width: 50%;
  font-size: 100%;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
  transition: all .5s;
  background-color: transparent;
}

.freqOpt.freqActv {
  font-weight: bold;
}

.freqOpt span {
  position: absolute;
  font-size: 80%;
  width: 100px;
  left: 100%;
  font-weight: 400;
  text-align: center;
}

.popularTag {
  right: -41px;
  width: 140px;
  height: 30px;
  display: flex;
  position: absolute;
  background-color: #0033be;
  top: 12px;
  z-index: 5;
  align-items: center;
  transform: rotate(45deg);
  justify-content: center;
  box-shadow: 2px 2px 15px 0px #171c2bb0;
}


.popularTxt {
  font-size: 53%;
  text-shadow: 0px 0px 5px black;
  color: #f2f2f2;
  text-wrap: nowrap;
  font-weight: bold;
}

.popularTriangle {
  border-bottom: 10px solid #f2f2f2;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 0px solid transparent;
  position: absolute;
  bottom: 0;
}

.planBenefCnt {
  display: flex;
  padding-top: 5px;
  font-size: 95%;
  min-height: 305px;
  flex-direction: column;
  justify-content: flex-start;
}

.planBenefRow {
  display: flex;
  flex-direction: row;
  column-gap: 5px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
}

.planBenefLbl {
  font-size: 84%;
  text-align: left;
}

.button {
  display: inline-block;
  background-color: #59D9D9;
  background: var(--btn1Img);
  color: #fff;
  font-size: 80%;
  font-weight: bold;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  transition: all .5s;
  min-width: 96px;
}

/* The animation code */
@keyframes bgplan {
  from {
    background: #4ACAD9;
  }

  to {
    background: #34A6BF;
  }
}

/* The element to apply the animation to */
.button:hover {
  background: #34A6BF;
  animation-name: bgplan;
  animation-duration: .4s;
}

.contact {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #2694BF;
  background: linear-gradient(#2694BF, #1f2639);
}

.contact h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
}

.contact p {
  font-size: 18px;
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
}

.contact form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  width: 100%;
}

.contact form div {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}

.contact form label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #fff;
}

.contact form input,
.contact form textarea {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  resize: none;
  outline: none;
  border: 2px solid #52D9D9;
  color: #1f2639;
}

.contact form textarea {
  min-height: 100px;
}

.contact form button[type="submit"] {
  display: block;
  background-color: #4ACAD9;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  padding: 12px 30px;
  margin-top: 20px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  transition: background-color 0.3s ease-in-out;
}

.contact form input[type="submit"]:hover {
  background-color: #34A6BF;
}

footer {
  width: 100%;
  height: 49px;
  text-align: center;
  color: #f2f2f2;
  font-size: 10px;
  background-color: #1f2639;
  display: flex;
  justify-content: center;
  align-items: center;
}