
.co1 {
    position: relative;
    /* display: none; */
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: white;
}

#myImg:hover{
    cursor: pointer;
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

.close {
    position: absolute;
    color: black;
    font-size: 35px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
    /* padding-right: 370px;
    padding-top: 50px; */
    top: 0px;
    right: 0px;
}

/* @media screen and (max-width:1400px){
    .close{
        top: 45px;
        right: 340px;
    }
} */

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
} 

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    /* height: 100vh; Add this line to set the grid container height to 100% of the viewport height */
   }
   
   .grid-item {
    /* border: 1px solid #ccc; */
    /* padding: 20px; */
    /* box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.20); */
    width: 100%;
   }
   
   .grid-item img {
    width: 90%;
    /* height: auto; */
    padding: 0;
   }

   @media screen and (max-width: 770px) {
    .grid-container {
       display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
        align-content: space-between;
    }
    .grid-item img{
        width: 100%;
    }
   }

.wafr .content{
    text-align: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom:20px;
    left:0;
    width:483px;
    height: 60px;
    background: white;
    transition: 0.5s;
    overflow:hidden;
    padding: 15px;
    margin: 5px;
    font-size: 16px;
    /* padding-right: 70px; */
}
.wafr:hover .content{
    width: 100%;
    height: 100%;
    bottom:0;
    left: 0;
    /* padding: 50px; */
    /* padding: 25px 50px 75px 100px; */
    /* margin: 20px; */
    font-size: 14px;
    padding-right: 13px;
    margin-right: 3px;
}

@media(max-width:1000px){
    .wafr:hover .content{
        font-size: 12px;
    }
}



@media(max-width:800px){
    .wafr:hover .content{
        font-size: 16px;
    }
}

@media(max-width:550px){
    .wafr:hover .content{
        font-size: 14px;
    }
}

@media(max-width:420px){
    .wafr:hover .content{
        font-size: 13px;
    }
}
@media(max-width:350px){
    .wafr:hover .content{
        font-size: 11px;
    }
}




/* @media only screen and(max-width:1000px){
    .wafr:hover .content{
        font-size: 12px;
    }
} */



@media only screen and(max-width:1200px){
    .wafr:hover .content{
        width:100%;
    }
}

.wafr{
    /* height: 2000px;
    width: 1500px; */
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;

}
.wafr img{
    height: 40%;
}

.wafr h3{
    text-align: center;

}

.additional-features-f {
    display: flex;
    justify-content: space-between;
}

.flex-grow-more-f {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%; /* Set a specific width for each feature container */
    padding: 10px; /* Add padding for spacing */
}

.feature-container-f {
    text-align: center;
}
/* img {
    max-width: 100%; /* Ensure images don't exceed the container width
    height: auto; Maintain image aspect ratio
} */


.text-justify-f {
    text-align: justify;
}

.flex-grow-more-f img {
max-height: 40px;
max-width: 100%;
margin-bottom: 10px;
max-width: 100%; /* Ensure images don't exceed the container width */
height: auto; /* Maintain image aspect ratio */
}

@media (max-width: 1000px) {
    .additional-features-f {
        flex-direction: column;
        align-items: center;
    }

    .flex-grow-more-f {
        width: 100%; /* Full width for each feature container on smaller screens */
        margin-bottom: 20px; /* Add margin between feature containers on smaller screens */
    }
}
.cont-1{
    text-align: center;
}