/* Variables */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #3c8dbc;
}

.container {
  width: 100%;
  min-height: 100vh;
}

.container h1 {
  color: #fff;
  font-size: 50px;
  text-align: center;
}

.container h2 {
  color: #fff;
  font-size: 5rem;
  padding: 20px 0;
  text-align: center;
}

.container h3 {
  color: #fff;
  font-size: 25px;
  text-align: center;
}

.container h4 {
  color: #fff;
  font-size: 15px;
  padding: 20px 0;
  text-align: center;
}

.container h3 {
  color: #fff;
  font-size: 25px;
  text-align: center;
}

.container h4 {
  color: #fff;
  font-size: 15px;
  padding: 20px 0;
  text-align: center;
}

.container h3 {
  color: #fff;
  font-size: 25px;
  text-align: center;
}

.container h4 {
  color: #fff;
  font-size: 15px;
  padding: 20px 0;
  text-align: center;
}

.price-row {
  width: 90%;
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 35px 35px;
}

.price-col {
  background: #4D6C7D;
  padding: 10% 15%;
  border-radius: 10px;
  color: #fff;
  text-align: center;
}

.price-col p {
  font-size: 22px;
}

.price-col h3 {
  font-size: 44px;
  margin: 20px 0 40px;
  font-weight: 500;
}

.price-col h3 span{
  font-size: 16px;
}

.price-col ul {
  text-align: left;
  margin: 20px 0;
  color: #ddd;
  list-style: none;
}

.price-col ul li {
  margin: 15px 0;
}

.price-col ul li::before {
  content: '\2022';
  color: #BDBA2A;
  font-weight: bold;
  margin-right: 8px;
}

button {
  width: 100%;
  padding: 14px 0;
  background: transparent;
  color: #a7a8aa;
  font-size: 15px;
  border: 1px solid #3c8dbc;
  border-radius: 6px;
  margin-top: 30px;
  cursor: pointer;
  transition: background 0.5s;
  position: relative;
  z-index: 1;
}

button:hover {
  background: #3c8dbc;
  color: white;
}

button:disabled {
  opacity: 0.5;
  cursor: default;
}

#payment-message {
  color: #fe87a1;
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
}

#payment-element {
  margin-bottom: 24px;
}


@media (max-device-width:768px) and (orientation: landscape) {
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}

@media (max-width: 1600px) {
  .link {
    display: none;
  }
}

@media (min-width: 1601px) {
  .link {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #ffffe3;
    text-decoration: none;
    display: flex;
    float: right;
    margin-top: -3rem;
    margin-right: 20px;
    border: 2px solid #BDBA2A;
    padding: 10px 14px;
    border-radius: 4px;
    transition: background 0.2s;
    position: relative;
    z-index: 1;
  }
  .link:hover {
    background: #BDBA2A;
    color: #ffffe3;
  }
}

@keyframes animate {
  0%{
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100%{
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

.circles {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 19s linear infinite;
}

.circles li:nth-child(0) {
  left: 51%;
  width: 107px;
  height: 107px;
  bottom: -107px;
  animation-delay: 1s;
}
.circles li:nth-child(1) {
  left: 45%;
  width: 182px;
  height: 182px;
  bottom: -182px;
  animation-delay: 3s;
}
.circles li:nth-child(2) {
  left: 72%;
  width: 151px;
  height: 151px;
  bottom: -151px;
  animation-delay: 1s;
}
.circles li:nth-child(3) {
  left: 90%;
  width: 167px;
  height: 167px;
  bottom: -167px;
  animation-delay: 10s;
}
.circles li:nth-child(4) {
  left: 25%;
  width: 153px;
  height: 153px;
  bottom: -153px;
  animation-delay: 7s;
}
.circles li:nth-child(5) {
  left: 2%;
  width: 174px;
  height: 174px;
  bottom: -174px;
  animation-delay: 13s;
}
.circles li:nth-child(6) {
  left: 30%;
  width: 107px;
  height: 107px;
  bottom: -107px;
  animation-delay: 22s;
}
.circles li:nth-child(7) {
  left: 64%;
  width: 177px;
  height: 177px;
  bottom: -177px;
  animation-delay: 25s;
}
.circles li:nth-child(8) {
  left: 75%;
  width: 198px;
  height: 198px;
  bottom: -198px;
  animation-delay: 39s;
}
.circles li:nth-child(9) {
  left: 1%;
  width: 184px;
  height: 184px;
  bottom: -184px;
  animation-delay: 32s;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}
.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #1f283b;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #1f283b;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

form {
  width: 30vw;
  min-width: 500px;
  align-self: center;
  box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
  0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
  padding: 40px;
  background: #ffffff;
  color: #a7a8aa;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 600px) {
  form {
    width: 80vw;
    min-width: 100%;
    margin-right: -1.5rem;
    background: #4D6C7D;
    color: #fff;
    position: relative;
    z-index: 1;
  }
}

.pricingTable {
  text-align: center;
  background: #fff;
  margin: 0 -15px;
  box-shadow: 0 0 10px #ababab;
  padding-bottom: 40px;
  border-radius: 10px;
  color: #cad0de;
  transform: scale(1);
  transition: all .5s ease 0s
}

.pricingTable:hover {
  transform: scale(1.05);
  z-index: 1
}

.pricingTable .pricingTable-header {
  padding: 40px 0;
  background: #f5f6f9;
  border-radius: 10px 10px 50% 50%;
  transition: all .5s ease 0s
}

.pricingTable:hover .pricingTable-header {
  background: #ff9624
}

.pricingTable .pricingTable-header i {
  font-size: 50px;
  color: #858c9a;
  margin-bottom: 10px;
  transition: all .5s ease 0s
}

.pricingTable .price-title {
  font-size: 25px;
  color: #ff9624;
  transition: all .5s ease 0s
}

.pricingTable .price-value {
  font-size: 35px;
  color: #ff9624;
  transition: all .5s ease 0s
}

.pricingTable .month {
  display: block;
  font-size: 14px;
  color: #cad0de
}

.pricingTable:hover .month,
.pricingTable:hover .price-value,
.pricingTable:hover .price-title,
.pricingTable:hover .pricingTable-header i {
  color: #fff
}

.pricingTable .heading {
  font-size: 24px;
  color: #ff9624;
  margin-bottom: 20px;
  text-transform: uppercase
}

.pricingTable .pricing-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px
}

.pricingTable .pricing-content ul li {
  line-height: 30px;
  color: #a7a8aa
}

.pricingTable .pricingTable-signup a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  padding: 10px 35px;
  border-radius: 20px;
  background: #ffa442;
  text-transform: uppercase;
  transition: all .3s ease 0s
}

.pricingTable .pricingTable-signup a:hover {
  box-shadow: 0 0 10px #ffa442
}

.pricingTable.blue .heading,
.pricingTable.blue .price-value,
.pricingTable.blue .price-title
{
  color: #4b64ff
}

.pricingTable.blue .pricingTable-signup a,
.pricingTable.blue:hover .pricingTable-header {
  background: #4b64ff
}

.pricingTable.blue .pricingTable-signup a:hover {
  box-shadow: 0 0 10px #4b64ff
}

.pricingTable.red .heading,
.pricingTable.red .price-value {
  color: #ff4b4b
}

.pricingTable.red .pricingTable-signup a,
.pricingTable.red:hover .pricingTable-header {
  background: #ff4b4b
}

.pricingTable.red .pricingTable-signup a:hover {
  box-shadow: 0 0 10px #ff4b4b
}

.pricingTable.green .heading,
.pricingTable.green .price-value,
.pricingTable.green .price-title
{
  color: #40c952
}

.pricingTable.green .pricingTable-signup a,
.pricingTable.green:hover .pricingTable-header {
  background: #40c952
}

.pricingTable.green .pricingTable-signup a:hover {
  box-shadow: 0 0 10px #40c952
}

.pricingTable.blue:hover .price-value,
.pricingTable.blue:hover .price-title,
.pricingTable.green:hover .price-value,
.pricingTable.green:hover .price-title,
.pricingTable.red:hover .price-value,
.pricingTable.red:hover .price-title {
  color: #fff
}

@media screen and (max-width:990px) {
  .pricingTable {
    margin: 0 0 20px
  }
}