* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Roboto", sans-serif;
    margin: 10px 0px;
}

.container {
    max-width: 1140px;
    margin: auto;
    text-align: center;
}

header h3 {
    font-size: 43px;
    color: black;
    font-weight: 600;
    margin-bottom: 40px;
}

header h3 span {
    color: #007E0D;
}

.sub-header {
    background-color: #FFF531;
}

.sub-header h3 {
    font-size: 28px;
    text-transform: uppercase;
    color: #D30000;
    font-weight: 600;
    padding: 2px;
}

.heading h1 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 12px;
}

.heading h2 {
    font-size: 40px;
    text-transform: uppercase;
    color: #E40000;
}

.button {
    background-color: #118000;
    font-size: 23px;
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    padding: 12px 24px;
    display: inline-block;
    margin: 15px 5px 35px 5px;
    border-radius: 10px;
}

.arcimg {
    max-width: 776px;
    margin: auto;
    border-radius: 20px;
}

.arcimg img {
    width: 100%;
    border-radius: 20px;
}

.content {
    border: 3px dotted green;
    padding: 30px;
    margin-bottom: 25px;
}

.content h3 {
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 20px;
    line-height: 25px;
}

.content h3 span {
    font-weight: 600;
}

.content .image {
    max-width: 500px;
    margin: auto;
}

.content .image img {
    width: 100%;
}

.section2 {
    margin: 40px 0px;
}

.section2 .main-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.section2 .main-box .box1 {
    width: 50%;
    background-color: #FEDAA0;
    border-radius: 20px;
    padding: 15px;
    text-align: left;
}

.section2 .main-box .box1 .image {
    width: 50%;
}

.section2 .main-box .box1 .image img {
    width: 100%;
    object-fit: contain;
    border-radius: 15px;
}
.section2 .main-box .box1 .description{
    font-size: 19px;
    margin: 15px 0px;
    
}
.section2 .main-box .box1 .cut-price{
    text-decoration: line-through;
    color: #CD0202;
    font-size: 19px;
    margin: 25px 0px;
}
.section2 .main-box .box1 h2{
    font-size: 40px;
    font-weight: 700;
    color: #189200;
}
.section2 .main-box .box1 h6{
    color: #189200;
    font-size: 15px;
        margin: 15px 0px;
}
.section2 .main-box .box1 h5{
    font-size: 17px;
}
.section2 .main-box .box1 h4{
    font-weight: 800;
    color: #CD0202;
    font-size: 19px;
    margin: 18px 0px;
}
.section2 .main-box .box1 h1{
    font-size: 22px;
    text-transform: uppercase;
}
.section2 .main-box .box2 {
    width: 50%;
}

.section2 .main-box .box2 img {
    width: 100%;
    object-fit: contain;
    border-radius: 20px;
}
.section5 {
    margin: 40px 0px;
}

.section5 .main-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.section5 .main-box .box1 {
    width: 50%;
    background-color: #FEDAA0;
    border-radius: 20px;
    padding: 15px;
    text-align: left;
}

.section5 .main-box .box1 .image {
    width: 50%;
}

.section5 .main-box .box1 .image img {
    width: 100%;
    object-fit: contain;
    border-radius: 15px;
}
.section5 .main-box .box1 .description{
    font-size: 19px;
    margin: 15px 0px;
    
}
.section5 .main-box .box1 .cut-price{
    text-decoration: line-through;
    color: #CD0202;
    font-size: 19px;
    margin: 25px 0px;
}
.section5 .main-box .box1 h2{
    font-size: 40px;
    font-weight: 700;
    color: #189200;
}
.section5 .main-box .box1 h6{
    color: #189200;
    font-size: 15px;
        margin: 15px 0px;
}
.section5 .main-box .box1 h5{
    font-size: 17px;
}
.section5 .main-box .box1 h4{
    font-weight: 800;
    color: #CD0202;
    font-size: 19px;
    margin: 18px 0px;
}
.section5 .main-box .box1 h1{
    font-size: 22px;
    text-transform: uppercase;
}
.section5 .main-box .box2 {
    width: 50%;
}

.section5 .main-box .box2 img {
    width: 100%;
    object-fit: contain;
    border-radius: 20px;
}


.section3 {
    width: 100%;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    text-align: left;
    margin-bottom: 50px;
    padding-top: 10px;
}

.section3 .heading {
    border: 3px dashed #00c400;
    margin: 10px;
}

.section3 .heading h3 {
    font-size: 26px;
    padding: 10px;
    text-align: left;
}

.section3 h4 {
    font-size: 17px;
    font-weight: 300;
    padding: 20px 10px;
}

.section4 {
    background: linear-gradient(180deg, #00C42D26 0%, #FFEC003B 100%);
    ;
    padding: 50px 0px;
}

.section4 .heading {
    width: 100%;
    background-color: #007C13;
    margin-bottom: 20px;
}

.section4 .heading h3 {
    font-size: 30px;
    padding: 5px;
}

.section4 .image {
    max-width: 400px;
    margin: auto;
}

.section4 .image img {
    width: 100%;
    object-fit: contain;
    border-radius: 20px;
}

.section4 h4 {
    font-size: 25px;
    color: #CD0202;
    margin: 20px;
}

.section4 h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin: 20px 0px;
    padding: 5px;
}

.section4 h5 span {
    color: #ff0000;
}

.section4 .heading2 {
    width: 100%;
    background-color: #000000;
    margin-bottom: 20px;
}

.section4 .heading2 h3 {
    font-size: 26px;
    color: white;
    padding: 5px;
}

.section4 h6 {
    font-size: 23px;
    margin: 40px 5px;
    line-height: 35px;
}

.section4 .image2 {
    max-width: 600px;
    margin: auto;
}

.section4 .same {
    width: 100%;
    object-fit: contain;
}

.section4 h2 {
    color: #CD0202;
    font-size: 24px;
}

.section4 .textbox {
    border: 3px solid black;
    padding: 5px;
    margin: 26px 0px 10px 0px;
}

.section4 .textbox .line {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.section4 .textbox .line h3 {
    font-size: 17px;
}

.section4 .textbox .line svg {
    width: 25px;
    height: 25px;
}

.section4 .textbox2 {
    text-align: left;
    background-color: white;
    padding: 10px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
}

.section4 .textbox2 h3 {
    color: #008121;
    font-size: 18px;
}

.section6 .heading {
    background-color: #138B00;
}

.section6 .heading h3 {
    color: white;
    font-size: 24px;
    padding: 5px;
}

.section6 .heading2 {
    margin: 40px 0px;
}

.section6 .heading2 h2 {
    font-size: 38px;
    color: black;
}

.section6 .heading2 h2 span {
    color: #06C200;
    text-decoration: underline;
}

.section6 .google {
    max-width: 320px;
    margin: auto;
}

.section6 .google img {
    width: 100%;
    object-fit: contain;
}

.section6 .review {
    display: flex;
    gap: 36px;
}

.section6 .review .box {
    width: 33%;
    text-align: center;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.section6 .review .box .profile {
    width: 60%;
    margin: auto;
}

.section6 .review .box .profile img {
    width: 100%;
    object-fit: contain;
    border-radius: 15px;
}

.section6 .review .box .star {
    display: flex;
    align-items: end;
    justify-content: center;
    padding-top: 24px;
}

.section6 .review .box .star svg {
    width: 20px;
    height: 20px;
}
.section6 .review .box .text{
    padding: 26px;
}
.section6 .review .box .text h3 {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 30px;
}

.section6 .review .box .text h4 {
    font-size: 20px;
    font-weight: 600;
}

.section6 .review2 .box {
    margin: 20px 0px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    padding: 35px 10px;
}

.section6 .review2 .box .profile {
    width: 120px;
    margin: auto;
}

.section6 .review2 .box .profile img {
    width: 100%;
    object-fit: contain;
}

.section6 .review2 .box .name {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.section6 .review2 .box .name h3 {
    font-size: 20px;
    font-weight: 600;
}

.section6 .review2 .box .name img {
    width: 20px;
}

.section6 .review2 .box h4 {
    font-size: 16px;
    font-weight: 400;
    padding: 30px 0px 10px 0px;
    text-align: left;
}

.section6 .review3 .box {
    width: 100%;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
    padding: 10px 0px;
    margin-bottom: 20px;
}

.section6 .review3 .box .image {
    max-width: 600px;
    margin: auto;
}

.section6 .review3 .box .image img {
    width: 100%;
    object-fit: contain;
}
.description{
    margin-bottom:140px ;
}
.description h3 {
    font-size: 16px;
    font-weight: 400;
    color: #313131;
}

footer {
    background-color: #E4F2FF;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    text-align: center;
    padding: 10px 0;
    z-index: 1000;
    /* ensures it stays above other content */
}

footer .clock {
    display: flex;
    flex-direction: column;
    width: fit-content;
    align-items: center;

}

footer .offer {
    background-color: #038d18;
    border-radius: 10px;
    width: fit-content;
}

footer .offer h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #FFF;
    padding: 10px 30px;
}

footer .timer {
    display: flex;
    gap: 200px;
    padding: 5px 60px;
    border: 2px solid black;
    width: fit-content;
    border-radius: 10px;
}

footer .timer .digits{
    color: #CD0202;
    font-size: 28px;
    font-weight: 600;
}
footer .timer .label{
    color: #CD0202;
    font-size: 10px;
    font-weight: 500;
}

footer .leftbtn h3{
    font-weight: 700;
    text-transform: uppercase;
    color: #CD0202;
    margin-top: 10px;
}