.minu h1{
    background-color: #838383 !important; 
    padding-bottom: 20px;
    padding-top: 20px;
    border-radius: 20px;
    margin-bottom: 40px;
    margin-top: 40px;
}

*{
    background-color: black;
    font-size: 800;
    font-style: italic;
}
.backimg img{
    display: flex !important; 
 width: 100%;
    padding-left: 0%;
    height: auto;
}
.main{
    text-align: center;
    color: #fff;
}
:root {
    --text-main-color: #ffff;
    --text-secondary-color: #0e0e0e;
    --background-main-color: rgb(255, 255, 255);
    --background-secondary-color: #34343470;
    --cards-color: #f4f4f4;
    --main-color: #ffffff;
    --shadow-first-background-color: #ffffffc8;
    --shadow-second-background-color: #000000a8;
    --transation: 0.3s;
    --margin-top-large: 70px;
    --margin-top-small: 75px;
    --border-radius: 8px;
}
.conatiner img {
  height: 23rem !important;
}
section {
  margin: -34px 0px 40px;
  padding: 0;
  box-sizing: border-box;
  width: 99%;
  min-height: 63vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden !important;
  margin-bottom: 40px;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 35px !important;
  z-index: 1;
}

.swiper-slide {
  width: 300px;
  height: 400px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);

  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
  overflow: hidden;
}

.swiper-slide {
  flex-shrink: 0;
  width:40vh !important;
  height: 50vh !important;
  position: relative;
  transition-property: transform;
}

.swiper-slide span {
  text-transform: uppercase;
  color: #fff;
  background: #000000;
  padding: 7px 18px 7px 25px;
  display: inline-block;
  border-radius: 0 20px 20px 0px;
  letter-spacing: 2px;
  font-size: 0.8rem;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
}

.swiper-slide--one span {
    background: #000000;
  margin-bottom: 10px;
}

/* .swiper-slide--two span {
    background: #000000;
  margin-bottom: 10px;
}

.swiper-slide--three span {
    background: #000000;
  margin-bottom: 10px;
}

.swiper-slide--four span {
    background: #000000;
  margin-bottom: 10px;
} */



  section h3 {
  position: absolute;
  inset: auto auto -40px 500px !important;
  margin-left: 5px;
  transition: inset .3s .3s ease-out;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: normal;
  font-size: 20px;
  }

  &:hover  section p {
      margin-left: 35px;
      inset: auto auto 120px ;
      transition: inset .3s ease-out;
      
      }
&:hover  section .h2 {
margin-left: 35px;
inset: auto auto 90px ;
transition: inset .3s ease-out;

}
&:hover section h3 {
  margin-left: 35px;
  inset: auto auto 66px ;
  transition: inset .3s ease-out;
  
  }
.swiper-slide--1 {
  background: 
    url("img/11.png")
      no-repeat 50% 50% / cover;
}

.swiper-slide--2 {
  background:
  url("12.png")
      no-repeat 50% 50% / cover;
}
.swiper-slide--3{
  background: 
  url("3.png")
      no-repeat 50% 50% / cover;
}

.swiper-slide--4 {
  background: 
    url("4.png")
      no-repeat 50% 50% / cover;
}





.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}

.minu1 img{
    display: inline-block;
    width: 100% !important;
    height: 100% !important;
    padding: 1px;
}
.te{
    text-align: center;
    color: #fff;
}
.te h2{

margin-top: 30px;
background-color: rgba(128, 128, 128, 0.329);
padding: 5px;
}
/* .img11{
    width: 30px !important;
    height: 10px !important;
} */
