*{
  margin: 0;
  border: 0;
  font-family: none;
}
.navbar-nav{
  margin-left: auto;
}
  .hover:hover{
    transform: scale(1.1,1.1);
  }
  .fade-in {
    animation: fadeIn ease 5s;
  }
  @keyframes fadeIn{
    0% {
      opacity:0;
    }
    100% {
      opacity:1;
    }
  }
  /***** Slide right*****/
.slide-right {
  animation: 3s slide-right;
}
@keyframes slide-right {
  from {
    margin-right: 100%;
  }
  to {
    margin-left: 0%;
  }
}
 /***** Slide Left *****/
 .slide-left {
  animation: 3s slide-left;
}
@keyframes slide-left {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0%;
  }
}
.customer{
  margin-right: 200px;
}
.navbar-brand{
  width: 75px;
  height: 50px;
}
.btnStartfree{
  background-color: rgb(33,61,52);
  border-radius: 50px;
  color: aliceblue;
}
ui li a{
  color: rgb(33,61,52);
  font-family: work sans;
}
@media only screen and (max-width:
 600px) {
  .row-cols-sm-2{
    flex-direction: column;
  }
  .card1{
min-width: 100%;
  }
  .col-sm-3{
    min-width: 100%; 
   text-align: center;
   
  }
  .col-sm-4{
    min-width: 100%; 
  }
.container1{
  min-width: 100%; 
}
.videoImage{
  min-width: 100%; 
}
.borderbox{
  min-width: 100%;
}
 }
.row-cols-sm-2{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.card1{
  width: 210px;
  height: 339px;
  margin: 5px;
  background-color: aliceblue;
  border-radius: 34px;
}
.happyusers{
  color: aliceblue; 
  background-color: rgb(33,61,52); 
  width: 110%; 
  height: 149px;
  margin-top: 80px;
  margin-left: -10px;
  border-radius: 34px;
}
.image2{
  height: 60%; 
  width: 100%; 
background-image: url(/ginny-rose-stewart-_kUCAyYFVBI-unsplash\ 1.png);
background-position: center;
background-size: cover;
  border-radius: 15px;
  margin-top: 10px;
}
.containerborder{
  border: 1px solid rgb(33,61,52);
  border-radius: 1000px 0px 0px 1000px;
}
.container1{
  border-radius: 1000px 0px 0px 1000px;
  border-left: none;
  justify-items: center;
  align-items: center;
  place-content: center;
}
.container2{
  justify-items: center;
  align-items: center;
  place-content: center;

 
}
.borderbox{
  border: 1px solid rgb(33,61,52);
  border-radius: 1000px 1000px 1000px 1000px;
  justify-items: center;
  align-items: center;
  place-content: center;
  width: 95%;
  height: 95%;
}
.videoImage{
  border: 1px solid rgb(33,61,52);
border-color: 2px salmon;
  border-radius: 1000px 1000px 1000px 1000px;
  width: 90%;
  height: 90%;
background-image: url(/yakov-leonov-0wWYos3ZGqU-unsplash\ 1.png);
background-position: center;
background-size: cover;
}
.container3{

  place-content: center;
  
  width: 50%;
  height: 400px;
}
.container4{
  justify-items: center;
  align-items: center;
  place-content: center;
  width: 50%;
  height: 400px;
}
.d-block{
  height: 350px;
  width: 260px;
}
.col-sm-3{
  border-radius: 1000px 1000px 1000px 1000px;
  width: 250px;
  height: 347px;
  background-repeat: no-repeat;
  background-size: cover;
}
.col-sm-6{
  width: 50%;
  height: 500px;

}
.col-sm-4{
  margin: 0;
  border-radius: 1000px 1000px 1000px 1000px;
  width: 110%;
  height: 150px;
  border: 1px solid rgb(33,61,52);
}
.part1{
  width: 70%;
}
.backgroundImage{
  width: 98%;
  height: 98%;
  background-image: url(/Picture\ \(5\).png);
  background-position: center;
background-size: 99% 99%;
  background-repeat: no-repeat;
  
}
.testimonial{
background-color: rgb(241,242,237);
border-radius: 24px;
justify-content: space-around;
margin: 5px;
}
.priceCard2{
  width: 250px;
  height: 460px;
  border-radius: 24px 0px 0px 24px;
  border: 2px solid rgb(33,61,52);
}
.priceCard1{
  width: 250px;
  height: 500px;
  border-radius: 24px;
  background-color: rgb(217,239,120);
  border: 2px solid rgb(33,61,52);
}
.priceCard3{
  width: 250px;
  height: 460px;
  border-radius: 0px 24px 24px 0px;
  border: 2px solid rgb(33,61,52);
}
.article{
 justify-content: center;
  width: 250px;
  height: 397px;
  border-radius: 24px;
  border: none;
  background-color: aliceblue;
}
.imageview{
  margin-top: 10px;
  margin-left: -5px;
  width: 98%;
  height: 230px;
border-radius: 24px;
 background-position: center;
 background-size: cover;
}
.quesionbox{
  width: 500px;
  height: 400px;
}
footer{
margin-top: 100px;
  background-color: rgb(33,61,52);;
}
.heightset{
  height: 200px;
}