.why-chose-container{
    background-image: url('why-chose.jpg');
    width: 100%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -140px;
    background-size: cover;
    color: white;
    z-index: -2222;
    position: relative;
}
.why-chose-container::before{
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.658);
}
.breadcrumbs{
    z-index: 999;
    transform: translateY(35%);
    padding-top: 10px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.container-content{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
}
.container-content h1{
    color: white !important;
    z-index: 999;
}
.why-chose-container .container-content p{
    width: 50%;
    text-align: center;
    z-index: 999;
}
.info-nav {
    border-bottom: 1px solid white;
    z-index: 99999;
  }

.navbar{
    backdrop-filter: blur(0px);
    border-bottom: 1px solid white;
}
.why-chose-wrapper{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 58px;
}
.wrapper-container1{
    display: flex;
    width: 95%;
    justify-content: space-between;
}
.wrapper-container2{
    display: flex;
    width: 95%;
    margin-top: 30px;
    justify-content: space-between;
}
.wrapper-background{
    width: 32%;
    height: 300px;
    background-color: white;
    border: 1px solid gray;
    border-radius: 6px;
}
.wrapper1:hover{
    width: 100%;
    height: 100%;
    background-image: url('wrapper-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 6px;
}
.wrapper2:hover{
    width: 100%;
    height: 100%;
    background-image: url('wrapper-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 6px;
}
.wrapper3:hover{
    width: 100%;
    height: 100%;
    background-image: url('wrapper-3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 6px;
}
.wrapper4:hover{
    width: 100%;
    height: 100%;
    background-image: url('wrapper-4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 6px;
}
.wrapper5:hover{
    width: 100%;
    height: 100%;
    background-image: url('wrapper-5.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 6px;
}
.wrapper6:hover{
    width: 100%;
    height: 100%;
    background-image: url('wrapper-6.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 6px;
}
.wrapper-background:hover .wrapper-content{
    color: white;
    background-color: rgba(0, 0, 0, 0.459);
    height: 100%;
}
.wrapper-content{
 padding: 10px 40px;
 text-align: center;
 color: black;

}

.wrapper-content h4{
    margin-bottom: 10px;
    margin-top: 10px;
}
#para1{
    width: 50%;
    text-align: center;
    margin: 12px auto;
}
@media (max-width:768px) {
    .why-chose-container{
        height: 70vh;
    }
    .why-chose-container .container-content p{
        width: 90%;
    }
    .breadcrumbs{
        margin-bottom: 0px;
        margin-top: 120px;
    }
    .why-chose-wrapper{
        padding: 0px 10px;
    }
    .wrapper-container1{
        flex-direction: column;
        width: 100%;
        padding: 0px;
        margin: 30px 0px 0px 0px;
    }
    .wrapper-container2{
        flex-direction: column;
        width: 100%;
        padding: 0px;
        margin: 0px 0px;
    }
    
    .wrapper-background{
        width: 100%;
        height: 300px;
        margin-bottom: 10px;
    }
    .wrapper-content{
        padding: 10px;
        text-align: center;
        color: black;
       
     }
     #wrapper-icon{
      width: 80px;
      margin-top: 20px;
     }
     #para1{
        width: 100%;
        padding: 0px 20px;
     }

}
