@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Varta:wght@300&display=swap');

@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
body{
  font-family: "poppins", sans-serif;
}
  .packages {
    margin: 20px;
    height: auto;
    width: 370px;
    font-family: "poppins", sans-serif;
    font-weight: 600;
    padding: 1.5em;
    background-color: #ffffff;
    border: 1px solid #e7e7e7;

    border-radius: 20px;
    box-shadow: 0 19px 38px rgb(255 255 255), 0 15px 12px rgb(146 146 146 / 20%);
    flex-wrap: wrap;
    color: #080808;
  }

  .packages2 {
    margin: 20px;
    height: auto;
    width: 600px;
  font-family: "poppins", sans-serif;
    font-weight: 600;
    padding: 1.5em;
    background-color: #ffffff;
    border: 1px solid #e7e7e7;

    border-radius: 20px;
    box-shadow: 0 19px 38px rgb(255 255 255), 0 15px 12px rgb(146 146 146 / 20%);
    flex-wrap: wrap;
    color: #080808;
  }
  .list li {
    
    line-height: 20px;
    list-style: none;
    padding: 10px;
  }
  .first {
    margin-top: 20px;
    border-top: 1px solid #f4f4f4;
  }
  .list {
      width: 100%;
      display: contents;
  }
  .top {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .button {
    padding: 10px 30px;
    text-decoration: none;
    font-size: 1.4em;
    margin: 15px 15px;
    border-radius: 50px;
    color: #f4f4f4;
  }
  .pricing-button {
    color: white;
    background-color: black;
  font-family: "poppins", sans-serif;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
    padding: 15px 40px 15px 40px;
    width: auto;
    height: auto;
    border-radius: 50px;
  }
  .pricing-button:hover {
    color: white;
    background-color: rgb(32, 32, 32);
  }
  .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1e2321;
    -webkit-transition: 0.4s;
    transform: translate(0px, 0px);
    transition: 0.6s ease transform, 0.6s box-shadow;
  }
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  input:checked + .slider {
    background-color: #50bfe6;
  }
  input:focus + .slider {
    box-shadow: 0 0 1px #50bfe6;
  }
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  .slider.round {
    border-radius: 34px;
  }
  .slider.round:before {
    border-radius: 50%;
  }
  .package-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .pricing-title {
    font-size: 27px;
  }
  .pricing-head {
  font-family: "poppins", sans-serif;
    font-weight: 900;
    font-size: 25px;
  }
  
  .text1 {
    padding-top: 20px;
    padding-bottom: 20px;
  font-family: "poppins", sans-serif;
    font-weight: 800;
    font-size: 20px;
  }
  .text2 {
    padding-top: 20px;
    padding-bottom: 20px;
  font-family: "poppins", sans-serif;
    font-weight: 800;
    font-size: 20px;
  }



  .contactcss {
      display: flex;
      flex-direction: column;
      align-items: center;
      margin: auto;
      font-family: Arial, Helvetica, sans-serif;
      /* background: #11a5df2b; */
      width: 80vw;
      padding: 15px;
  }
  



  
  .textcss {
      color: #403333;
  }
  
  .contact-info {
      display: flex;
      width: 90%;
  }
  
  form {
      display: flex;
      flex-direction: column;
      width: 60%;
      box-shadow: 0 0 15px grey;
      text-align: center;
      color: gray;
      border-radius: 5px;
      padding: 7px;

  }

  
  .details {
      font-family: 'Ubuntu', sans-serif;
      display: flex;
      flex-direction: column;
      width: 40%;
      background: linear-gradient(336deg, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%);
      color: white;
      border-radius: 5px;
      padding: 7px;
      box-shadow: 0 0 15px rgb(46, 119, 196);

  }
  .contact-items{
      
      align-items: center;
      font-size: 12px;
      /* margin-left: 5px; */
  }
  .contact-items-wrapper{
      padding: 25px;
  }
  
  .details h3 {
      text-align: center;
  }
  
  .details p {
      font-size: 15px;
      margin-left: 15px;
  }

  .details p a{
  color: white;
  }
  .details p a:hover{
  color: rgb(160, 154, 154);
  }

  .material-icons{
      width: 12px;
      margin: 5px;
  }
  
  input {
      margin: 5px 15px;
      height: 45px;
      border: none;
      border-bottom: 1px solid gray;

  }
  
  input:focus {
    border: none;
    border-bottom: 2px solid black;
} 
  textarea {
      height: 100px;
      margin: 5px 15px;
      border: none;
      border-bottom: 1px solid gray;
  }

  textarea:focus {
    height: 100px;
    margin: 5px 15px;
    border: none;
    border-bottom: 2px solid black;
}
  
  .button2 {
      margin: 5px 15px;
      width: 80px;
      background: #0069f7;
      padding: 3px 10px;
      border: 0;
      border-radius: 5px;
      color: white;
      font-size: 15px;
  }
  

  
      
  
  @media screen and (max-width:780px) {
      .contact-info {
      flex-direction: column;
      width: 90%;
  }
  form{
      width: 100%;
      margin-bottom: 5px;
  }
  .details{
      width: 100%;
  }
  }

  .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    height: 48px;
    width: 48px;
  }
