.fsred {
  color: rgb(212, 15, 15) !important;
}

.pdf5 {
  padding-top: 5%;
  padding-bottom: 5%;
}

.boxshadowimg {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.boxshadow2 {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.pt5 {
  padding-top: 5%;
}

.pt10 {
  padding-top: 10%;
}

.pb10 {
  margin-bottom: 120px !important;
}

.rounded-5 {
  border-radius: 20px;
}

.img-fluids {
  width: 250px;
  margin: 15px;
}

.mb-6 {
  margin-bottom: 5% !important;
}

.mybannersection {
  position: relative;
  height: 100vh; /* Full screen height */
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* Black overlay with 50% opacity */
  z-index: 2; /* Places the overlay above the image */
}

.mybannersection img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Ensures the image covers the entire section */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; /* Places the image behind the text */
}

.myslider-content {
  position: relative;
  z-index: 2; /* Ensures the text is above the image */
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.mybannersection h1 {
  font-size: 8.5rem;
  line-height: 1.2;
  color: white;
}

.mytext-1 {
  font-size: 3.5rem;
  margin-top: 10px;
  font-style: italic;
}

.lineheight {
  line-height: 1.6 !important;
}

.img-fluid {
  width: 100% !important;
  height: auto !important;
}

.mt-6 {
  margin-top: 100px;
}

.whychosse {
  height: 120px;
  background-color: #fff8f6 !important;
}

.imgheight {
  height: 100%;
  width: auto;
}

.slideerfonfamily {
  font-family: "Raleway", sans-serif !important;
}

.pr-5 {
  padding-right: 10%;
}

/*--------------------------------------Media Query---------------------*/
@media (max-width: 768px) {
  .mybannersection h1 {
    font-size: 6.5rem;
    line-height: 1.2;
    color: white;
  }
  .mytext-1 {
    font-size: 3.5rem;
    margin-top: 10px;
    font-style: italic;
    line-height: 1.3;
  }
  .mt-6 {
    margin-top: 15px;
  }
  .whychosse {
    height: 120px;
    background-color: #fff8f6 !important;
    display: none;
  }
  .pb10 {
    margin-bottom: 15px !important;
  }
}/*# sourceMappingURL=mycss.css.map */