.page-header{
    background-image: url('../images/header1.jpg');
    background-size: 100% ;
    background-repeat: no-repeat;
    background-position: center;
}
.testimonial-sec{
       background-image: url('../images/wall-bg.jpg');
    background-size: 100% ;
    background-repeat: no-repeat;
    background-position: center;
}
.home-section2-image{
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);

}
.img-border-radius{
    border-radius: 5px;
}
#header .header-container {
    height: 180px;
}
.logo-img{
    width: 180%;
    height: 100%;
    object-fit: contain;

}


.modal-title {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  /* margin-bottom: 20px; */
}

.modal-bottom-center {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  margin-bottom: 40px;
}

.modal-bottom-center .modal-content {
  margin: 0 15px 20px;
  width: 800px !important;
  height: 430px;
  /* background-color: #131416; */
}

@media (min-width: 576px) {
  .modal-dialog {
    width: 800px;
  }
}

/* .modal-dialog {
  width: 800px;
} */
.modal-content {
  background-color: #fff;
  background-image: url("../images/coockies.jpg");
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: center;

  /* height: 450px; */
  color: var(--primary);
  
}

.modal-body {
  color: #fff;
  /* margin: 80px; */
  /* padding: 40px; */
  border-radius: 5px;
  background-color: rgba(225 241 240 / 90%);
}

.modal-body::before {
  opacity: 0.8;
}
.pl-40{
  padding-left: 40px;
}