*{
    padding:0px;
    margin:0px;
    box-sizing: border-box;
}
.header{
    background-color: #ffff;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:0 200px;
     border-bottom: 1px solid #424242;
}
.header img{
      height: 20px;
}

ul{
    display: flex;
    gap: 60px;
    list-style: none;
 
    
  }
  .header a{
    color: #666666;
     text-decoration: none;
  }
  .header a:hover{
   color: #387ED1;
  }
  .hero{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    height: 88vh;
    color: #424242;
    margin: 50px 20px;
  }
.hero img {
  width: 800px;
}
h1{
  font-size: 38px;
}
p{
  font-size: 20px;
}
button{
  font-size: larger;
  padding: 10px 30px;
  border-radius: 5px;
  background-color: #387ED1;
  border: none;
  color:#ffff ;
}
button:hover{
background-color: #424242;
}
.section-2 {
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 150px;
}

.section-2-left,
.section-2-right {
  width: 450px;
  height: 90vh;
}

.section-2-right img {
  width: 80vh;
  height: 80vh;
  
}
h3{
  font-size: 25px;
  padding: 40px 0 10px 0;
}
a{
  color: #387ED1;
  font-size: 20px;
}
a:hover{
  color: #424242;
}
.section-right-links {
  display: flex;
  justify-content: center;
  gap: 36px;
    text-decoration: none;
}

.logo-section {
  display: flex;
  justify-content: center;
  padding: 30px 0 90px 0;
}
.logo-section img:hover {
  opacity: 0.5;
}


.pricing-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 150px;
  padding-bottom: 100px;
}
.section-2-right a{
  text-decoration: none;
  margin-top: 19rem;
}



.pricing-section-left {
  width: 400px;
}
.pricing-section-left p{
  padding: 20px 0;
}
.pricing-section-left a{
  text-decoration: none;
}

.pricing-info {
  display: flex;
}

.pricing-info p {
  align-self: center;
  font-size: 12px;
  
}
.pricing-info img {
  width: 140px;
}

.container{
  padding: 50px 150px;
  display: flex;
  align-items: center;
  gap: 120px;
}
 .container p{ 
  padding: 25px 0;
}
.bottom{
  text-align: center;
  padding: 100px 0;

}
.bottom p{
  padding: 30px 0 ;
}
.child1 img {
  height: 30px;
}
.child1 p{
  font-size: 15px;
  color: #666666;
}
.footer{
  padding: 0px 50px;
}
.footer-up{
  display: flex;
  justify-content: space-evenly;
}

.child p{
  color: #424242;
  font-size: 23px;
}

.child li{
 list-style: none;
}

.child a{
  color: #666666;
}
.child a:hover{
  color: #387ED1;
}
.footer-down{
  padding: 60px 100px;

}
.footer-down p{
  font-size: 12px;
  color: #9b9b9b;
  
}
.footer-down a{
 color: #387ED1;
  font-size: 12px;
}
.footer-down a:hover{
  color: #424242;
}
.child a{
  text-decoration: none;
  font-size: 16px;
}