@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

html{
  scroll-behavior: smooth;
}

  
.switch{
    max-width: 100vw;
    margin: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    padding-top: 5vh;
    margin-bottom: -13vh;
}

h1.title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 1.5rem;
    margin-top: 15vh;
}
  
  .toggle-switch{
      display: flex;
      height: 30px;
      width: 100%;
      justify-content: center;
      align-items: center;
      
      text-transform: capitalize;
  }
  
  .toggler{
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      width: 50px;
      height: 25px;
      background-color: black;
      border-radius: 25px;
      margin: 0 1rem;
      position: relative;
  }
  
  .toggler::before{
      content: "";
      width: 16px;
      height: 16px;
      background-color: white;
      position: absolute;
      border-radius: 50%;
      top:50%;
      transform: translateY(-50%);
      right:4px;
  }
  
  .toggler:checked:before{
      right: 55%;
  }

.price-table{
    max-width: 100vw;
    margin: auto;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    padding-top: 5vh;
}


.col{
    flex: 25%;
    padding: 30px;
    max-width: 340px;
    box-sizing: border-box;
    margin-top:  12vh;
}

.table{
    background: #fff;
    font-family: 'Times New Roman', Times, serif;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px #00000070;
    border-radius: 15px;
    padding: 2rem;
}

.table2, .table1, .table3, .table4{
    height: 830px;
}

.table .btn-select:nth-child(4){
    margin-top: 285px;
}

.table .btn-select2:nth-child(4){
    margin-top: 290px;
}


.table h2{
    text-transform: uppercase;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 2vh;
}

.table ul{
    margin: 0;
    padding: 0;
}

.table ul li{
   padding: 10px 0; 
   list-style: none;
   font-size: 14px;
   text-align: left;
}

.price{
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 500;
}

h2>span{
    font-size: 13px;
}

/*.price span{
    display: block;
    font-size: 14px;
}*/

.table a{
    text-decoration: none;
    color: black;
    border: 1px solid;
    display: block;
    padding: 10px 0;
    margin: 10px 0;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    transition: 0.4s linear;
    margin-top: 3vh;
}

.table a:hover{
   background: linear-gradient(#4EB9AB, #6EBA77, #5CB05F);
   color: #fff;
}

/*-----------------------------------------------------------------------------------------------*/

.full{
    padding: 10px;
    background-color: white;
}

.tableP {
    border-collapse: collapse;
    border-spacing: 0;
    width: 90%;
    border: 1px solid #ddd;
    margin-top: 30px;
    margin-left: 5vw;
  }
  
  /* Style table headers and table data */
  th, td {
    text-align: center;
    padding: 16px;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
  }

  span{
    color: gray;
    font-size: 14px;
  }

  tr td{
      text-transform: capitalize;
      font-size: 16px;
      font-weight: 400;
  }
  
  th:first-child, td:first-child {
    text-align: left;
  }
  
  /* Zebra-striped table rows */
  tr:nth-child(even) {
    background-color: #f2f2f2
  }
  
  .fa-check {
    color: green;
  }
  
  .fa-remove {
    color: red;
  }
  
  

/*--------------------------------------BOTTOM SECTION-------------------------------------------*/

#join .btn-lg{
    width: 120px;
    text-transform: uppercase;
    font-weight: 400;
    background: green;
    color: white;
    border: 2px solid green;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px;
    font-size: 18px;
    margin: 0 auto;
    margin-bottom: 3vh;
    display: block;
    text-decoration: none;
 }

 
#join{
    background-color: white;
    padding-top: 4vh;
    padding-bottom: 5vh;
  }
  
  .bottominput{
   
    width: 100%;
    margin-top: -2vh;
    margin-bottom: 2vh;
    display: inline-block;
    text-align: center;
  }
  
  .bottominput input{
  height: 5vh;
  border-radius: 5px;
  margin-right: 5px;
  text-align: center;
  }
  
  .bottom{
    margin: 0 auto;
  }
  
  #join .btn-trial2{
    width: 15vw;
    text-transform: uppercase;
    font-weight: 400;
    background: linear-gradient(#4EB9AB, #6EBA77, #5CB05F);
    color: white;
    border: 1px solid;
    border-radius: 5px;
    cursor: pointer;
    padding: 5px;
    font-size: 90%;
  
    margin-bottom: 3vh;
    text-decoration: none;
  }
  
  
  #join h1{
    font-size: 26px;
      text-align: center;
      margin-top: 3vh;
      margin-bottom: 3vh;
      text-transform: uppercase;
      font-weight: 500;
  }


@media screen and (max-width:991px) {
    .col{
        flex: 50%;
    }

     .table1, .table3, .table4{
        max-height: 560px;
    }

    .table1, .table2, .table3{
        margin-bottom: -10vh ;
    }
    
    .table .btn-select:nth-child(4){
        margin-top: 15px;
    }
    
    .table .btn-select2:nth-child(4){
        margin-top: 20px;
    }

    .btn-trial2{
        min-width: fit-content;
        padding-left: 10px;
        padding-right: 10px;
        margin: 10px;
        margin-bottom: 15px;
      }
}

@media screen and (max-width:720px) {
    .col{
        flex: 100%;
    }

    .table1, .table3, .table4{
        max-height: 560px;
    }

    .table1, .table2, .table3{
        margin-bottom: -10vh ;
    }
    
    .table .btn-select:nth-child(4){
        margin-top: 15px;
    }
    
    .table .btn-select2:nth-child(4){
        margin-top: 20px;
    }

    .btn-trial2{

    }
}