*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Poppins';
    overflow-x: hidden;
}
body a:hover{
    color: hsl(180, 66%, 49%);
}
body button:hover {
    background-color: hsl(180, 66%, 60%);
  }
/* *************** nav start here **************** */
nav{
    display: flex;
}
nav a{
    text-decoration: none;
    color: hsl(257, 7%, 63%);
}
.n-img1{
    margin: 55px 45px 0 70px;
    width: 120px;
    height: 27px;
}
.n-d1{
    display: flex;
    margin: 60px 495px 0 0;
    gap: 33px;
    font-size: 15px;
    font-weight: bold;
}
.n-d2{
    display: flex;
    gap: 38px;

}
.n-a4{
    margin-top: 58px;
    font-size: 15px;
    color: hsl(257, 7%, 63%);
    font-weight: bold;
}
.n-btn1{
    width: 108px;
    height: 40px;
    border: none;
    border-radius: 50px;
    background-color: hsl(180, 66%, 49%);
    color: white;
    font-size: 15px;
    font-weight: bold;
    margin: 48px 0 77px 0;
}
/* ************* section-1 start here ************* */
.section-1{
    display: flex;
    margin-bottom: 155px;
}
.s1-d1{
    padding-left: 65px;
}
.s1-h1{
    margin: 85px 0 0 0;
    font-size: 80px;
    font-weight: 700;
    letter-spacing: -5px;
    line-height: 90px;
}
.s1-img1{
    position: relative;
    right: -130px;
    height: 485px;
}
.s1-p1{
    font-size: 20px;
    color: hsl(257, 7%, 63%);
    margin-bottom: 35px;
}
.s1-btn1{
    width: 200px;
    height: 58px;
    background-color: hsl(180, 66%, 49%);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
}
/* ************* section-2 start here ************* */
.section-2{
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    height: 170px;
    width: 1111px;
    background: url('./images/bg-shorten-desktop.svg');
    background-color: hsl(257, 27%, 26%);
    margin: 0 0 0 165px;
    border: none;
    border-radius: 8px;
}
.s2-input1{
    width: 770px;
    height: 66px;
    border: none;
    border-radius: 8px;
    color: hsl(257, 7%, 63%);
    margin: 50px 25px 0 66px;
    font-size: 18px;
    padding-left: 34px;
}
.s2-btn1{
    width: 170px;
    height: 65px;
    border: none;
    border-radius: 8px;
    background-color: hsl(180, 66%, 49%);
    color: white;
    font-weight: bold;
    font-size: 18px;
}


/* ************* section-3 start here ************* */
.section-3{
    position: relative;
    background-color: hsl(255, 20%, 96%);
    height: 910px;
    width: 100%;
}
.s3-h1{
    padding-top: 215px;
    text-align: center;
    font-size: 40px;
    color: hsl(260, 8%, 14%);
    margin-bottom: 15px;
}
.s3-p1{
    display: inline-block;
    text-align: center;
    color: hsl(257, 7%, 63%);
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 60px 412px;
    font-weight: 500;
}
.s3-d1{
    display: flex;
    margin-left: 165px;
}
.wrapper-1{
    width: 90px;
    height: 90px;
    border: none;
    border-radius: 50%;
    background-color:  hsl(257, 27%, 26%);
    text-align: center;
    position: absolute;
    top: 0;
    left: 33px;
    transform: translateY(-50%);
}
.wrapper-2{
    width: 90px;
    height: 90px;
    border: none;
    border-radius: 50%;
    background-color:  hsl(257, 27%, 26%);
    text-align: center;
    position: absolute;
    top: 0;
    left: 33px;
    transform: translateY(-50%);
}
.wrapper-3{
    width: 90px;
    height: 90px;
    border: none;
    border-radius: 50%;
    background-color:  hsl(257, 27%, 26%);
    text-align: center;
    position: absolute;
    top: 0;
    left: 33px;
    transform: translateY(-50%);
}
.s3-img1{
    margin-top: 20px;
}
.s3-img2{
    margin-top: 20px;
}
.s3-img3{
    margin-top: 20px;
}
.s3-d2{
    background-color: white;
    width: 355px;
    height: 270px;
    margin-top: 45px;
    position: relative;
    border-radius: 6px;
}
.s3-d3{
    background-color: white;
    width: 355px;
    height: 270px;
    margin-top: 90px;
    position: relative;
}
.s3-d4{
    background-color: white;
    width: 355px;
    height: 270px;
    margin-top: 135px;
    position: relative;
}
.s3-h2,.s3-h3,.s3-h4{
    margin: 85px 0 15px 35px;
    font-size: 22px;
}
.s3-p2,.s3-p3,.s3-p4{
    margin: 0 0 0 35px;
    font-size: 16px;
    color: hsl(257, 7%, 63%);
    line-height: 24px;
    font-weight: 400;
}
.space1{
    height: 8px;
    width: 30px;
    background-color:  hsl(180, 66%, 49%);
    margin-top: 205px;
}
.space2{
    height: 8px;
    width: 30px;
    background-color:  hsl(180, 66%, 49%);
    margin-top: 205px;
}
/* ************* section-4 start here ************* */
.section-4{
    height: 250px;
    width: 100%;
    background-color: hsl(257, 27%, 26%);
    background-image: url('./images/bg-boost-desktop.svg');
    background-repeat: no-repeat;
}
.s4-h1{
    padding: 70px 0 0 505px;
    color: white;
    font-size: 40px;

}
.s4-btn1{
    width: 200px;
    height: 55px;
    background-color: hsl(180, 66%, 49%);
    color: white;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    margin: 22px 0 0 620px;
}
/* ************* footer start here ************* */
footer{
    height: 310px;
    width: 100%;
    background-color: hsl(260, 8%, 14%);
    display: flex;
}
footer a{
    display: block;
    text-decoration: none;
    color: hsl(260, 19%, 79%);
}
footer p{
    color: white;
    font-weight: bold;
}
.replace-img{
    color: white;
    font-weight: 600;
    font-size: 34px;
    padding: 70px 0 0 165px;
}

.f-d1{
    margin: 80px 77px 0 260px;
    line-height: 32px;
}
.f-d2{
    margin: 80px 110px 0 0;
    line-height: 32px;
}
.f-d3{
    margin: 80px 100px 0 0;
    line-height: 32px;
}
.f-d4{
    margin-top: 80px;
    display: flex;
    gap: 10px;
}
.f-d4 img{
    width: 25px;
    height: 25px;
}
.f-p1,.f-p2,.f-p3{
    margin-bottom: 10px;
}