*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
.header-section{
    width: 100%;
    height: 100vh;
    background-image: url(images/background.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.header {
    width: 100%;
    height: 100vh;
    background-color: #1f1f1fdb;
}

.bar{
    display: flex; 
    width: 100%;
}
.one{
    width: 80%;
}
.one img{
    width: 60px;
    padding-left: 30px; 
    margin-top: 15px;
}
.one p{
    color: white;
    font-size: 22px;
    padding-left: 70px;
    margin-top: -30px;
}
.two{
    width: 20%;
    padding: 15px;   
}
.two button{
    border-radius: 10px;
    align-items: center;
  justify-content: center;
}
.two .minus{
    padding: 8px;
    background-color: rgba(72, 230, 169, 0.945);
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-color: rgba(72, 230, 169, 0.945);
    border-style: solid;
}
.two .plus{
    padding: 8px;
    background-color:transparent;
    border-color: transparent;
    color: #fff;
    font-size: 15px;
    border-style: solid;
    padding-left: 20px;
}
.start{
    text-align: center;
}
.start p{
    font-size: 30px;
    font-weight: bold;
    color: rgba(72, 230, 169, 0.945);
    margin-bottom: 70px;
}
.start img{
    width: 70px;
}
.start h1{
    padding-top: 5px;
    color: #fff;
    font-size: 30px;
}
.start button{
    margin-top: 60px;
    padding: 10px;
    background-color: rgba(72, 230, 169, 0.945);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-color: rgba(72, 230, 169, 0.945);
    border-style: solid;
    border-radius: 5px;
}
.start button:hover {
    background-color: white;
    color: #00B997;
    transform: translatey(-4px);
    transition: 0.5s ease;
}
.button2{
    display: flex;
    justify-content: center;
    padding-top: 80px;
    border-radius: 50%;
    padding: 50px;


}
h2{
    text-align: center;
    font-size: 45px;
    margin-top: 60px;
}
.content{
    display:flex;
    width: 100%;
    align-items: center;
    margin-top: 200px;
}

.content-one {
    width: 50%;
    justify-content: center;
    text-align: center;
    align-items: center;
} 
.content-one h1{
    font-size: 35px;
    margin-top: 35px;
    
}
.content-one p{
    font-size: 28px;
    color: rgba(161, 157, 157, 0.719);
    padding: 25px;
    
}
.content-one img{
    width: 50%;
}
h3{
    text-align: center;
    font-size: 50px;
    margin-top: 150px; 
}
.comments{
    display:flex;
    width: 100%;
    justify-content: space-around;
    margin-top: 200px;
}

.content-two{
    width: 35%; 
    padding: 10px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.685);
    justify-content: center;
    text-align: center;
    align-items: center;
}
i{
    font-size: 100px;  
    color: rgba(209, 209, 209, 1);
} 

 .content-two p { 
    padding: 60px;
    font-size: 20px;
    font-weight: 500;
    color:rgba(119, 117, 117, 0.788);
    columns:rgba(119, 117, 117, 0.788);
    margin-bottom: 120px;
   
}
.profile{
    border-top: 1px solid rgba(205, 205, 205, 1);
    margin-bottom: 50px;
}
.profile img{
    margin-top: 15px;
}
.profile h4{
    margin-top: -40px;
    padding-left: 75px;
    font-weight: 600;
}
.section-circle{
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.dot{
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color:  rgba(228, 228, 228, 1);
    justify-content: space-between;
   
  }

.dot:nth-child(1) {
    background-color:rgba(173, 167, 167, 0.658);
}
.about{
    width: 100%;
    display: flex;
}
.about-one{
    width: 45%;
    align-items: center;
    justify-content: center;
    margin-top: 120px;
}
.about-one p{
    margin: 35px;
    font-size: 25px;
    font-weight: 400;
    padding-left: 25px;
}
.about-one img{
    width: 90%;
}
.end{
    width: 100%;
    background-color: black;
    align-items: center;
    border-top-right-radius: 700px 200px;
    border-top-left-radius: 700px 200px; 
}
.container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-content: center; 
} 
.footer{
    width: 100%;
    text-align: center;
  
}

.logo{
    padding-top: 135px;
    margin-bottom: 5px;
}
.logo p{
    font-size: 30px;
    font-weight: 700;
    color: rgba(72, 230, 169, 0.945);
    margin-bottom: 70px;
}
.logo img{
    width: 100px;
}
.footer h1{
    padding-top: 5px;
    color: #fff;
    font-size: 45px;
}
.footer button{
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 10px;
    background-color: rgba(72, 230, 169, 0.945);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-color: rgba(72, 230, 169, 0.945);
    border-style: solid;
    border-radius: 5px;
}
.footer button:hover {
    background-color: white;
    color: #00B997;
    transform: translatey(-4px);
    transition: 0.5s ease;
}

.footer-description{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6rem;
    border-top: 1px solid rgba(255, 255, 255, 1);
    padding-top: 1rem;
    padding-bottom: 15px;
    padding-left: 55px;
}
ul{
    display: flex;
    width: 50%;
    padding: 0 1rem;
}
ul li a{
    list-style: none;
    margin-right: 15px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
    
}

