* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.font-work-sans {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
}
.banner {
    width: 100%;
    height: 809px;
    margin: 0 auto;
    padding: 0 10%;
    background-image: url(../images/banner/banner1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.banner-content {
    max-width: 525px;
    text-align: right;
}
.banner-content h1 {
    font-size: 65px;
    font-weight: bold;
    color: #151414;
    margin-bottom: 24px;
}
.banner-content p {
    font-size: 16px;
    color: #444343;
    margin-bottom: 32px;
}
.btn {
    background-color: #F15B22;
    border: none;
    border-radius: 5px;
    padding: 20px 25px;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    cursor: pointer;
}
.btn2 {
    background-color: #FFFFFF;
    border: none;
    border-radius: 5px;
    padding: 20px 25px;
    font-size: 20px;
    font-weight: 600;
    color: #F15B22;
    cursor: pointer;
}
#failures {
    margin: 370px 322px 370px 206px;
    max-width: 83%;
    width: 1070px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 87px;
}
#failures .circle-bg {
    width: 527px;
    height: 527px;
    background-color: #f15d2238;
    background-position: center 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-shrink: 0;
    overflow: visible;
}
#failures .circle-bg img {
    width: 569px;
    height: 723px;
    display: block;
}
#failures .section-content h2 {
    font-size: 40px;
    font-weight: bold;
    color: #151414;
    margin-bottom: 24px;
}
#failures .section-content p {
    font-size: 16px;
    color: #444343;
    line-height: 26px;
}
#plans, #tagline{
    max-width: 83%;
    width: 1140px;
    margin: 130px 230px;
}
#plans h2 {
    font-size: 40px;
    text-align: center;
}
#plans .plan-box {
    padding-top: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 86px;
    text-align: center;
}
#plans .plan-box .plan-card h3 {
    font-size: 30px;
    font-weight: bold;
    color: #151414;
    padding-top: 16px;
}
#plans .plan-box .plan-card p {
    font-size: 25px;
    font-weight: 500;
    color: #444343;
    padding-top: 16px;
}
#tagline {
    padding: 59px 617px 59px 64px;
    background-image: url(../images/gradient2.png), url(../images/watch.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#tagline .tagline-content h2{
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: 24px;
}
footer {
    background-color: #151414;
    width: 100%;
    height: 577px;
    padding: 130px 230px;
}
footer .footer-content{
    max-width: 83%;
    width: 1140px;
    display: flex;
    justify-content: space-between;
    gap: 331px;
}
footer .footer-content .content1 {
    width: 485px;
    height: 317px;
}
footer .footer-content .content1 h2 {
    font-size: 45px;
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom: 24px;
}
footer .footer-content .content1 p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
    padding-bottom: 24px;
}
footer .footer-content .content1 .footer-content-icons {
    display: flex;
    width: 175px;
    height: 46px;
    gap: 18px;
}
footer .footer-content .footer-form {
    width: 325px;
    height: 204px;
}
footer .footer-content .footer-form h3 {
    font-size: 25px;
    font-weight: 500;
    color: #FFFFFF;
    padding-bottom: 31px;
}
footer .footer-content .footer-form input[type="email"] {
    width: 400px;
    background-color: transparent;
    font-size: 18px;
    color: white;
    padding: 21px;
    border: none;
    border-radius: 5px;
    margin-bottom: 16px;
}