.dropdown-item {
  color: #fff;
}

.dropdown .dropdown-menu {
  display: none;
  background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
  display: block;
  margin-top: .1em;
  margin-left: .1em;
}

@media screen and (min-width:769px) {
  .dropend:hover>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }

  .dropend .dropdown-toggle {
    margin-left: .5em;
  }
}

.a {
  margin-left: 14%;
}

.a1 {
  background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);

}

.a2 {
  margin-left: 10%;
  border-radius: 20px;
}
.a3{
  font-size:94%;
  color: black !important;
}

.a3:hover {
  border-bottom: 3px solid red;
}

.carousel-item {
  background: no-repeat;
  background-size: cover;
}

.carousel-caption {
  bottom: 30%;
}

.a5 {
  width: 30%;
  height: 50% !important;
  margin-left: 35%;
  color: black !important;
  border: 1px solid pink;
}
.a5 {
  border: 1px solid;
  overflow: hidden;
  position: relative;
  width: 100px;
  text-decoration: none !important;
  margin-left: 1%;
  margin-bottom: 9%;
  
  
  span {
    z-index: 20;
  }
  
  &:after {
    background: #da2c2c;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .4;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
  }
}

.a5:hover {
  
  &:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  }
}
.a6 {
  height: 120px;
  width: 160px;
  border-radius: 10px;
}

.a7 {
  color: rgb(222, 12, 145);
  text-decoration: underline;
}

.a7:hover {
  transform: scale(1.5);
}

.slider-wrapper {
  display: flex;
  align-items: center;
}

.slider-wrapper .image-list {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(10, 1fr);
  font-size: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.slider-wrapper1 {
  display: flex;
  align-items: center;
}

.slider-wrapper1 .image-list1 {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(10, 1fr);
  font-size: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.slider-wrapper1 .image-list1 .img-item1 {
  width: 340px;
  height: 240px;
  object-fit: cover;
  transition: transform .3s;
  border-radius: 20px;
}

.img-item1:hover {
  transform: scale(0.7);
  opacity: 0.5;
}

.a8 {
  text-decoration: none;
  color: rgb(198, 54, 133) !important;
  transition: transform .2s;
  margin: 0 auto;
  padding: 40px;
}

.a8:hover {
  transform: scale(1.5);
}

.a9:hover {
  transform: scale(1.5);
}

.btn2 {
  width: 30%;
  height: 50% !important;
  margin-left: 35%;
  color: black !important;
  border: 1px solid pink;
}
.btn2 {
  border: 1px solid;
  overflow: hidden;
  position: relative;
  
  span {
    z-index: 20;
  }
  
  &:after {
    background: #dacbcb;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .4;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
  }
}

.btn2:hover {
  
  &:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.card {
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.card-img-top {
  transition: all 1.1s;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.card:hover .card-img-top {
  transform: scale(1.1);
}

.card-body:hover .btn2 {
  transform: scale(1.1);
  background-color: rgb(198, 41, 143);
  color: white !important;
}

.parent1{
 
  margin: 5px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.cild1{
  background-size: cover;
  transition: all 1.1s;
}
.parent1:hover .cild1{
  transform: scale(1.0);
}

/* my css */

.parent{
    width: 240px;
    height: 240px;
    margin: 5px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.cild{
    height: 240px;
    width: 240px;
    background-size: cover;
    transition: all 1.1s;
}
.parent:hover .cild{
    transform: scale(1.2);
}
.Bride{
  width: 240px;
  height: 240px;
}
.Mackup{
  margin-top: 260px;
  font-size: 18px;
  margin-left: -250px;
  color: #fc354c; 
  background-image: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
  color: transparent;
  background-clip: text;
  
}
  

.image-list a{
  text-decoration: none;
}




/* SLIDER css */
#Wedding{
  height:300px;
  margin-top: 50px;
}
#BRIDE{
  width: 450px;
  height: 150px;
}
.bride2{
  text-align: center;
  color: black;
}
#left{
  z-index: 1;
}

.wrapperpopi{
  display: flex;
  max-width: 1200px;
  position: relative;
}
.wrapperpopi i{
  top: 50%;
  height: 44px;
  width: 44px;
  color: #343F4F;
  cursor: pointer;
  font-size: 1.15rem;
  position: absolute;
  text-align: center;
  line-height: 44px;
  background: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.wrapperpopi i:active{
  transform: translateY(-50%) scale(1);
}
.wrapperpopi i:hover{
  background: #f2f2f2;
}
.wrapperpopi i:first-child{
  left: -22px;
  display: none;
}
.wrapperpopi i:last-child{
  right: -22px;
}
.wrapperpopi .carouselpopi{
  font-size: 0px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  scroll-behavior: smooth;
}
.carouselpopi.dragging{
  cursor: grab;
  scroll-behavior:auto;
}
.carouselpopi.dragging img{
  pointer-events: none;
}
.carouselpopi img{
  height: 340px;
  object-fit: cover;
  user-select: none;
  margin-left: 14px;
  width: calc(100% / 3);
}
.carouselpopi img:first-child{
  margin-left: 0px;
}

@media screen and (max-width: 900px) {
  .carouselpopi img{
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 550px) {
  .carouselpopi img{
    width: 100%;
  }
}
/*   second slider css*/

.popi{
  margin-top: 250px;
}
.b{
  width: 360px;
  height: 400px;
  background-color: #ffffff;
  border-radius: 5%;
  margin-left: -6%;
}
.b1{
  margin-left: 1.6%;
  margin-top: 3%;
  border-radius: 5%;
}
.b2{
  margin-left: 4%;
  margin-top: 2%;
  font-size: 18px;
  font-weight: bold;
  color: black;
  /* text-decoration: none !important; */
  
}
.b3{
  margin-left: 17.5%;
  position: absolute;
  margin-top: -3.5%;
  color: #ee609c;
}
.b4{
  position: absolute;
  margin-left: 19.2%;
  margin-top: -3.5%;
  color: black;
}
.b5{
  position: absolute;
  margin-left: 21%;
  margin-top: -3.4%;
  color: gray;
}
.b6{
  position: absolute;
  margin-left: 1%;
  color: gray;
  margin-top: 0.5%;
  font-size: 14px;
}
.b7{
  position: absolute;
  width: 3%;
  height: 6%;
  margin-left: 12.5%;
  color: grey;
}
.b8{
  margin-left: 53.2%;
  margin-top: 6%;
  font-size: 13px;
  color: gray;
  text-decoration: none;
}
.b9{
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background-color: grey;
}
.b10{
  margin-left: 25px;
  margin-top: 25px;
position: absolute;
}
.b11{
  position: absolute;
  font-size: 15px;
  color: gray;
  margin-left: 2%;
}

.b12{
  position: absolute;
  margin-left: 1%;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  color: black;
}
.b13{
  background-color: #b0aeae;
  height: 5.5%;
  width: 22%;
  margin-left: 3%;
  margin-top: 3%;
}
.b14{
  position: absolute;
  font-size: 12px;
  margin-left: 0.1%;
  color: black;
}
.b15{
  background-color: #b0aeae;
  height: 5.5%;
  width: 22%;
  margin-left: 30%;
  margin-top: -6.1%;
   color: black; 
}
.b16{
  position: absolute;
  font-size: 12px;
  margin-left: 0.6%;
}
.b17{
  position: absolute;
  font-size: 15px;
  color: gray;
  margin-left: 14%;
}
.b18{
  position: absolute;
  font-size: 18px;
  margin-left: 14%;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  color: black;


}
.b19{
  position: absolute;
  font-size: 12px;
  margin-left: 0.6%;
}
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}
.c{
  border-radius: 10%;
}
.c1{
  margin-left: 22%;
  color: #ee609c !important;
  text-decoration: none !important;
  position: absolute;
}
.c2{
  border-radius: 10%;
}

.d{
  margin-top: -10%;
}
.d1{
  height: 200px;
  width: 350px;
}
.e{
  /* background-color: grey;
  height: 300px;
  width: 250px; */
  margin-top: -40%;
}
.to{
  margin-top: -60%;
}
.e1{
  height: 380px;
  width: 260px;
}
.e2{
  font-weight: bold;
  font-size: 18px;
  font-family: 'Times New Roman', Times, serif;
  color: black;
} 
.e3{
  position: absolute;
  margin-top: -1%;
  color:#ee609c ;
  font-family: 'Times New Roman', Times, serif;
  font-size: 16px;
}
.e4{
  position: absolute;
  margin-top: 1%;
  color: gray;
  font-family: 'Times New Roman', Times, serif;
  font-size: 13px;
}
.ma{
  margin-left:-3%;
}
.mar{
  margin-left: 3%;
}
.fl{
  position: absolute;
  margin-left: 40%;
}
