@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    color: #fff;

}

#backimg {
    background: url(img/background.jpg);
    background-size: cover;
    height: 730px;
   
}

.background {
    background: rgb(0, 0, 0, .4);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent 60%);
    height: 100%;
}

.navbar {
    display: flex;
    padding: 20px 50px;
}

.logo {
    width: 15.4375rem;
    height: 8.8125rem;
    margin-right: auto;
}

.main {
    padding: 120px 60px;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
}

.main h1 {
    font-size: 2.8rem;
    margin-bottom: 10px;
}

.main p {
    font-size: 1.2rem;
    font-weight: 100;
}

.btn {
    padding: 0.7rem 1.4rem;
    background-image: linear-gradient(to right, #E32386 0%, #3E137C 100%);
    font-size: 15px;
    border: none;
    width: 300px;
    margin-top: 10px;
    height: 60px;
    cursor: pointer;
    transition: all .40s ease;

}

 .btn:hover {
    color: #ffffff;
    background: #73197F; 
  
}
.row {
    display: -ms-flexbox; 
    display: flex;
    -ms-flex-wrap: wrap; 
    flex-wrap: wrap;
    padding: 0 4px;
  }
  
 
  .column {
    -ms-flex: 25%; 
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
  }
  
  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }
  .now-img{
    background: #000000;
}
.now-img h4{
    text-align: center;
    font-size: 40px;
    margin-bottom: 10px;
}
.features3 {
    padding: 50px 12%;
    font-size: 22px;
    background: #000000;
  }
  .row {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px 0;
  }
  
  .text-col {
    flex-basis: 50%;
    margin-bottom: 10px;
  }
  .features3 p {
    font-size: 1rem;
    font-weight: 300;
  
  }
  
  .img-col {
    flex-basis: 50%;
    margin-bottom: 20px;
  }
  
  .img-col img {
    display: block;
    width: 90%;
    margin: auto;
  }
  .switch-section {
    background-image: url("img/price-banner.png");
    background-size: cover;
    justify-content: right;
    height: 500px;
  }
  .switch-cont {
    width: 100%;
    align-items: left;
    flex-wrap: wrap;
    padding: 50px 12%;
    justify-content: left;
  
  }
  .switch-text {
    margin-top: 100px;
    flex-basis: 50%;
    justify-content: center;
    float: left;
  }
  footer{
    background-color: #000000;
  }
  .footerContainer{
    width: 100%;
    padding: 70px 30px 20px;
  }
  .socialIcons{
    display: flex;
    justify-content: center;
  }
  .socialIcons a{
    text-decoration: none;
    padding: 10px;
    margin: 10px;
  }
  .socialIcons a i{
    font-size: 2em;
    color: #ffffff;
    opacity: 0.9s;
  }
  .socialIcons a:hover i{
    transition: 0.5s;
  }
  .footerNav{
    margin: 30px 0;
  }
  .footerNav ul{
    display: flex;
    justify-content: center;
    text-decoration: none;
    list-style-type: none;
  }
  .footerNav a{
    text-decoration: none;
  }
  .footerNav ul li a{
    color: #ffffff;
    margin: 20px;
    text-decoration: none;
    font-size: 1.3em;
    opacity: 0.7;
    transition: 0.5s;
  }
  .footerBottom{
    display: flex;
    justify-content: center;
    padding: 10px;
    margin: 10px;

  }
 
  @media screen and (max-width: 800px) {
    .column {
      -ms-flex: 50%;
      flex: 50%;
      max-width: 50%;
    }
  }
  
 
  @media screen and (max-width: 600px) {
    .column {
      -ms-flex: 100%;
      flex: 100%;
      max-width: 100%;
    }
  }

@media(max-width: 950px) {
    .main {

        padding: 18px 4%;

    }

    #backimg {
        margin: 0 auto;
    }

    .logo {
        width: 200px;
        height: 100px;
        margin: 0 auto;
    }

    .main h1 {
        font-size: 1.8rem;
    }

    .main p {
        font-size: 1rem;
    }

   
    #backimg{
        height: 485px;
    }


}
@media (max-width: 774px) {
    .text-col,
    .img-col {
      flex-basis: 100%;
    }
    .switch-cont{
      flex-basis:100%;
    }
  
    .text-cont,
    .img-cont {
      flex-basis: 100%;
    }
  
    .features3 h2 {
      font-size: 1.5rem;
    }
    .switch-text h2{
      font-size: 1rem;
    }
  
    .features3 p {
      font-size: 1.1rem;
    }
  
    .features3 .row {
      padding: 10px 0;
    }
    
  }

@media(max-width: 550px) {
    .main{
        padding-bottom: 0;
    }
    .main h1 {
        text-align: center;
        margin: 0 auto;
        font-size: 1.5rem;
    }
    #backimg{
        height: 500px;
    }
    .navbar{
        padding: 20px 15px;
    }
    

}
