body {
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: scroll;

}

.navbar {
    display: flex;
    justify-content: space-between;

}


.what-logo {
    width: 28px;

}

.whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 60px;
    margin-left: 60px;
}

.what-btn {

    background-color: rgb(74, 230, 74);
    border: none;
    margin-left: 3px;
    border-radius: 24px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    padding: 12px 14px 12px 14px;


}

.om {
    width: 60px;
}

#tele {
    background-color: rgb(24, 137, 207);
    margin-right: 3px;
}

#para1 {
    display: flex;
    justify-content: center;
    margin-top: 44px;
    border: 2px solid black;
    background-color: brown;
    color: white;
    padding: 11px 0px 11px 0px;

    font-size: x-large;
    font-weight: bold;
}

#para {
    border: 2px solid black;
    margin-top: -26px;
    background-color: yellow;

}

#para2 {
    display: flex;
    justify-content: center;

}

.main-btns {
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
}

.mainbtn {
    color: white;
    background-color: red;
    width: 210px;
    height: 40px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
}

#main-btn1 {
    background-color: rgb(71, 115, 6);
}

#main-btn2 {
    background-color: rgb(216, 13, 13);
}

#main-btn3 {
    background-color: rgb(102, 11, 187);
}

.show {
    margin-top: 30px;

}

.show2 {
    padding-top: 10px;
    background-color: black;
    color: white;
    padding-bottom: 10px;
}

#show2-para1 {
    display: flex;
    justify-content: center;
}

#show2-para2 {
    display: flex;
    color: yellow;
    justify-content: center;
}

.result-show {
    display: flex;
    justify-content: center;
    color: rgb(203, 41, 157);
}

#result-show-color {
    color: rgb(20, 20, 198);
}

#ad-line {
    display: flex;
    justify-content: center;
    background-color: black;
    color: white;
    margin-left: -16px;
    margin-right: -16px;
}

#offer-line {
    font-weight: bold;
    background-color: blue;
    height: 45px;
    display: flex;
    align-items: center;
}


.text-link1 {
    text-decoration: none;
    color: black;
    font-weight: bold;
    color: rgb(5, 5, 137);
}

.cal-what-button {
    display: flex;
    justify-content: space-evenly;

}

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

.offer-text {
    padding: 41px 133px 0px 125px;
    border: 2px solid black;
    height: 300px;
    border-style: dotted;
}

#offer-what-btn {
    background-color: green;
}

#offer-call-btn {
    background-color: blueviolet;
}

.box1-info {
    background-color: rgb(240, 201, 201);
    padding-top: 8px;
    padding-bottom: 14px;
    margin-top: 8px;
    border: 2px solid black;
    border-radius: 4px;

}

.main-content-info {
    display: grid;
    grid-template-columns: 628px 620px;
    gap: 8px;
    margin-top: 8px;

}

.element-3 {
    grid-column-start: 1;
    grid-column-end: 3;
    height: 150px;
    border: 2px solid black;
    color: white;
    background-color: rgba(230, 211, 211, 0.952);
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: none;

}



.element-1 {
    height: 150px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border: 2px solid black;
    color: white;
    background-color: #b84c12;
    border: none;

}