.sec_one{
    height: 50vh;
    width: 100%;
    position: relative;
    background:url(img/product.webp);
    background-size: 100% 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
}
.title_one{
    font-size: 35px;
    font-weight: 600;
    color: white;
    text-align: center;
}
@media (max-width:1100px){
    .sec_one{
        height: 45vh;
    }
}
@media (max-width:1025px){
    .sec_one{
        height: 25vh;
    }
}
@media (max-width:900px){
    .sec_one{
        height: 20vh;
    }
}
@media (max-width:700px){
    .sec_one{
        height: 40vh;
    }
}
@media (max-width:500px){
    .sec_one{
        height: 20vh;
    }
    .title_one {
        font-size: 25px;
    }
}
/* section two */
.section_two{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.section-two-container{
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.container-two-box{
    width: 90%;
    min-height: 50vh;
    display: flex;
    background-color: #F3F3F3;
    border-radius: 5px;
    box-shadow: 0 1px 4px 0 rgba(14, 15, 13, 0.904), 0 1px 4px 0 rgba(18, 22, 17, 0.979);
    margin: 10px;
}
.container-two-box-one{
    width: 38%;
}
.img_boxer{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.img_boxer img{
    width: 90vh;
    height:  44vh;
    
}
.container-two-box-two{
    width: 62%;
    display: grid;
    justify-content: start;
    align-items: center;
}
.machine-name{
    font-size: 20px;
    color: rgb(11, 167, 245);
    text-transform: uppercase;
}
.price{
    font-size: 14px;
}
.weight{
    font-size: 14px;
}
.specific{
    display: flex;
    justify-content: center;
    align-items: center;
}
table {
    width: 80%;
    border-collapse: collapse;
  }
th, td {
    font-size: 12px;
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.buttoncard{
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rj7, .rj7 a{
    text-decoration: none;
    color: white;
    background: linear-gradient(180deg, #011B2A 0%, #004167 60%);
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
}
@media(max-width:1100px){
    .section-two-container {
        height: 75vh;
    }
    .container-two-box {
        height: 50vh;
    }
    .img_boxer img {
        width: 90%;
        height: 40vh;
    }
}
@media(max-width:1025px){
    .section-two-container {
        height: 90vh;
    }
    .container-two-box {
        height: 70vh;
        width: 132vh;
    }
    .img_boxer img {
        width: 90%;
        height: 30vh;
    }
}
@media(max-width:700px){
    .section-two-container {
        height: 55vh;
    }
    .container-two-box {
        height: 51vh;
    }
    .img_boxer img {
        width: 100%;
        height: 29vh;
    }
}
@media(max-width:550px){
    .section-two-container {
        min-height: 55vh;
        height: auto;
    }
    .container-two-box {
        display: grid;
        min-height: 44vh;
        height: auto;
    }
    .container-two-box-one{
        width: 100%;
    }
    .container-two-box-two{
        display: grid;
        width: 100%;
        justify-content: center;
        margin: 5px;
    
    }
    .img_boxer img {
        width: 100%;
        height: 33vh;
    }
    .machine-name {
        font-size: 18px;
    }
}

/* section three */
.section_three{
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.text_heading{
    font-size: 25px;
    color: darkgray;
    font-weight: 600;
    padding: 10px 30px;
}
.text_heading span{
    color: rgb(11, 167, 245);

}
.text_para {
    font-size: 16px;
    color: black;
    padding: 10px 30px;
    text-align: justify;
    line-height: 30px;
}
#section1_btn {
    font-size: 10px;
    background:rgba(28, 143, 224, 0.882);
    color: rgb(255, 255, 255);
    padding: 5px 15px;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 3px 5px 11px gray;
    float: right;
}
#section1_btn:hover {
    background: #0b1a0b;
}

#section2_btn:hover {
    background: #1d3723;
}

#section2_btn {
    font-size: 10px;
    background: rgba(28, 143, 224, 0.882);
    color: white;
    padding: 5px 15px;
    margin: 20px;
    border-radius: 10px;
    box-shadow: 3px 5px 11px gray;
    float: right;
}

#btn:hover {
    background:lightgreen;
    box-shadow: 3px 5px 11px black;
}

#section1_invisible_text {
    display: none;
}

#section2_invisible_text {
    display: none;
}
@media (max-width:500px) {
    .text_heading{
        font-size: 20px;
    }
    .text_para {
        font-size: 15px;
        line-height: 25px;
    }
    #btn {
        font-size: 5px;
        padding: 1px 9px;
        margin: 0px;
    }
}
@media (max-width:390px) {
    .text_heading{
        font-size: 17px;
    }
    .text_para {
        font-size: 14px;
    }
}
/* section four */
.section-four{
    width: 100%;
    display:none;
    overflow: hidden;
    position: relative;
    background-color: #F3F3F3;
    box-shadow: 0 1px 4px 0 rgba(14, 15, 13, 0.904), 0 1px 4px 0 rgba(18, 22, 17, 0.979);
}
.title-four{
    color: darkgray;
    font-size: 30px;
    margin: auto;
    text-align: center;
    text-transform: uppercase;
}
.title-four span{
    color: rgb(11, 167, 245);
}

.sec-four-container{
    min-height: 50vh;
    height: auto;
    display: flex;
    justify-content: center;
    justify-items: center;
    padding: 20px;
}
.detail{
    width: 90%;
    display: flex;
    justify-content: center;
    padding: 10px;
    margin-bottom: 20px;
}
.detail-child-one{
    width: 30%;
    margin: 5px;
}
.detail-img-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.detail-img-box img{
    width: 100%;

}

.detail-child-two{
    width: 100%;
    display: grid;
    justify-content: center;
    border-bottom: 2px solid #012841b4 ;
}
.detail-text-box{

    margin-left: 0;
    margin-right: 0;
}
.part_name{
    color: rgb(11, 167, 245);
    font-size: 22px;
    margin-bottom: 10px;
}
.part_detail{
    color: #0b1a0b;
    font-size: 16px;
    margin: auto;
    text-align: justify;
    letter-spacing: 1px;
}
@media(max-width:1025px){
    .detail-img-box img {
        width: 95%;
        height: 20vh;
    }
}
@media (max-width:800px){
    .detail {
        width: 100%;
    }
    .detail-img-box img {
        width: 70%;
        height: 30vh;
    }
    .part_detail {
        font-size: 14px;
    }
}
@media(max-width:770px){
    .detail-img-box img {
        width: 100%;
        height: 25vh;
        margin-top: 15px;
    }
}
@media (max-width:600px){
    .sec-four-container {
        padding: 0px;
    }
    .detail {
        padding: 3px;
        width: 95%;
        display: grid;
    }
    .detail-child-one {
        margin: auto;
        width: 80%;
        margin-bottom: 10px;
    }
    .detail-child-two {
        margin: auto;
        width: 90%;
    }
    .title-four {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .part_name {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .detail-img-box img {
        width: 65%;
        height: 22vh;
    }
    .part_detail {
        font-size: 16px;
        line-height: 25px;
    }
}
@media(max-width:451px){
    .detail-img-box img {
        width: 102%;
        height: 26vh;
        margin-top: 43px;
    }
}
@media(max-width:390px){
    .part_detail {
        font-size: 14px;
        line-height: 25px;
    }
}
.simple-table {
    border-collapse: collapse;
    width: 98vh;
    margin: 43px 0;
    font-size: 35px;
    text-align: left;
    font-weight: 600;
}
@media (max-width:900px){
    .simple-table{
        width: 70vh;
    }
    
}
.simple-table th,
.simple-table td {
    padding: 12px 15px;
    border: 1px solid #dddddd;
    height: 50px; /* Set a fixed height for all table cells */
    vertical-align: middle; /* Center text vertically */
}

.simple-table thead {
    background-color: #f2f2f2;
}

.simple-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}
.machine_heading{
    color: white;
    text-align: center;
    font-size: 30px;
    background: linear-gradient(180deg, #011B2A 0%, #004167 60%);

}


.gallery {
    min-height: 50vh;
    display: flex;
    gap: 10px;
    padding: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery-item img {
    width: 44vh;
    height: 43vh;
    display: block;
}

.gallery-item img:hover {
    transform: scale(1.05);
}
@media(max-width:500px) {
    .gallery-item img {
        width: 20vh;
        height: 20vh;
        display: block;
    }
    
}