* {
    margin: 0px;
}

body {
    transform: scale(0.8);
    transform-origin: top left;
    width: 125%;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
}

/* General Classes */
.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.bold {
    font-weight: 800;
}

.light {
    font-weight: 400;
}

.text-gray {
    color: rgba(39, 39, 39, 0.60);
}

.text-white {
    color: #fff;
}

.text-black {
    color: #272727;
}

.margin {
    margin: 80px 240px;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.radius {
    border-radius: 8px;
}

.line-height {
    line-height: 30px;
}

/* Header */
.header {
    padding: 50px 240px 0px 240px;
    background-color: #E554731A;
    margin-bottom: 150px;
}

.banner-title {
    margin-bottom: 20px;
    color: #272727;
    font-size: 80px;
    font-weight: 800;
}

.banner-description {
    margin-bottom: 20px;
    font-size: 18px;
    color: rgba(39, 39, 39, 0.60);
    font-weight: 400;
    line-height: 30px;
}

.banner-contant {
    text-align: left;
    max-width: 600px;
}

.banner-img {
    max-width: 600px;
}

.primary-btn {
    background-color: #E55473;
    color: #fff;
    border: 0px;
    border-radius: 8px;
    padding: 20px 43px;
    font-size: 20px;
    font-weight: 600;
}

/* Footer */
.footer {
    max-height: 500px;
    background-color: #111010;
    padding: 140px 0px;
}

.footer-title {
    color: #fff;
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 25px;
}

.footer-description {
    color: rgba(255, 255, 255, 0.90);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 25px;
}

.shop-rights {
    color: rgba(255, 255, 255, 0.40);
    font-size: 16px;
    font-weight: 400;
}

/* Input and Placeholder */
input {
    border-radius: 8px;
    background: #FFF;
    width: 700px;
    height: 60px;
    border: 0px;
    margin-right: 6px;
}

input::placeholder {
    color: rgba(39, 39, 39, 0.60);
    font-size: 18px;
    font-weight: 400;
    padding-left: 10px;
}

/* Section Styles */
.subscribe-content {
    padding: 120px 0px;
}

.subscribe {
    background-image: url(img/Rectangle\ 9.png);
    background-repeat: no-repeat;
    max-height: 499px;
    border-radius: 8px;
}

/* Flex Alignment and Helpers */
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-space-evenly {
    display: flex;
    justify-content: space-evenly;
}

/* Text Elements */
.sub-title,
.hot-deal-title,
.feature-title,
.instagram {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #272727;
}

.text-description {
    color: rgba(39, 39, 39, 0.60);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.img-text-edit {
    margin-top: 34px;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    text-decoration-line: underline;
}

.coupon,
.support-p {
    font-size: 24px;
    font-weight: 600;
    margin-top: 15px;
    color: rgba(39, 39, 39, 0.80);
}

/* Bonus Section */
.bonus-img {
    border-radius: 300px 300px 0px 0px;
    width: 464px;
    height: 538px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.colour-1 {
    background: rgba(167, 33, 98, 0.15);
}

.colour-2 {
    background: rgba(5, 151, 160, 0.15);
}

.colour-3 {
    background: rgba(71, 125, 17, 0.15);
}

/* Feedback */
.feedback {
    background: rgba(229, 84, 115, 0.05);
    padding: 50px 240px;
}

.feedback-img {
    border: 3px solid #ffffff;
    border-radius: 50px;
    margin-right: 10px;
}

.feedback-cover {
    margin-bottom: 15px;
}

.feedback-photo {
    width: 300px;
    border: 3px solid #ffffff;
    border-radius: 8px;
    padding: 18px;
}

.feedback-p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 44px;
    font-style: oblique;
    color: rgba(39, 39, 39, 0.719);
}