*{
  margin: 0px;
  padding: 0px;
}
 
.content{
 letter-spacing: 2px; 
 line-height: 27px;
 
 /* font-size: 20px; */
 font-weight:lighter; 
 text-align:center;

}
.carousel-inner img{
  width: 100%; 
  height: 88vh;
}
.overlay{
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay:hover{
  opacity: 1;
  transition: 0.4s;
}
.maintext{
  font-size: 42px;
  letter-spacing: 2px;
  font-weight: lighter;
  text-align: center;

}
.bg1{
  background-image: url('./images/desktop/1.webp');
  height: 90vh;
  /* width: 100%; */
  background-repeat: no-repeat;
  background-position:center ;
  background-size:100% 100% ;
} 
.bg2{
  background-image: url('./images/desktop/4.webp');
  height: 90vh;
  /* width: 100%; */
  background-repeat: no-repeat;
  background-position:center ;
  background-size:100% 100% ;
}
.bg3{
  background-image: url('./images/desktop/5.webp');
  height: 90vh;
  /* width: 100%; */
  background-repeat: no-repeat;
  background-position:center ;
  background-size:100% 100% ;
}
.bg4{
  background-image: url('./images/desktop/8.webp');
  height: 90vh;
  /* width: 100%; */
  background-repeat: no-repeat;
  background-position:center ;
  background-size:100% 100% ;
}
.bg5{
  background-image: url('./images/desktop/3.webp');
  height: 90vh;
  /* width: 100%; */
  background-repeat: no-repeat;
  background-position:center ;
  background-size:100% 100% ;
}

.shad:hover{
  box-shadow: 0px 1px #161414;
}

 a{
  text-decoration: none !important;
}
.cool-link {
  display: inline-block;
  color: #000;
  cursor: pointer;
  font-weight: lighter;
  text-transform: uppercase;

  text-decoration: none !important;
}
.drop-text{
  text-transform: uppercase;
font-weight: lighter;
}

.cool-link::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: gray;
  transition: width .3s;
  cursor: pointer;

}

.cool-link:hover::after {
  width: 100%;
  transition: width .3s;
  cursor: pointer;
}
#wed1{
  background-image: url('./images/10.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed1:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
}
#wed2{
  background-image: url('./images/1.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed2:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
}

#wed3{
  background-image: url('./images/2.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed3:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
}

#wed4{
  background-image: url('./images/3.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed4:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
}

#wed5{
  background-image: url('./images/4.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed5:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}
#wed6{
  background-image: url('./images/5.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed6:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}


#wed7{
  background-image: url('./images/6.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed7:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}


#wed8{
  background-image: url('./images/7.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed8:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}


#wed9{
  background-image: url('./images/8.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#we9:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}


#wed10{
  background-image: url('./images/9.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed10:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}


#wed11{
  background-image: url('./images/2.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed11:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}


#wed12{
  background-image: url('./images/3.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed12:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}


#wed13{
  background-image: url('./images/4.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed13:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}


#wed14{
  background-image: url('./images/5.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed14:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}


#wed15{
  background-image: url('./images/6.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed15:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}


#wed16{
  background-image: url('./images/7.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed16:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}


#wed17{
  background-image: url('./images/8.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed17:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}


#wed18{
  background-image: url('./images/9.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed18:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}


#wed19{
  background-image: url('./images/10.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed19:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}


#wed20{
  background-image: url('./images/4.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed20:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}


#wed21{
  background-image: url('./images/3.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed21:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}


#wed22{
  background-image: url('./images/5.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed22:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed23{
  background-image: url('./images/32.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed23:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed24{
  background-image: url('./images/33.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed24:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed25{
  background-image: url('./images/34.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed25:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed26{
  background-image: url('./images/35.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed26:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed27{
  background-image: url('./images/36.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed27:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed28{
  background-image: url('./images/37.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed28:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed29{
  background-image: url('./images/38.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed29:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed30{
  background-image: url('./images/39.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed30:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed31{
  background-image: url('./images/40.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed31:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed32{
  background-image: url('./images/41.jpg');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed32:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed33{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed33:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed34{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed34:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed35{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed35:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed36{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed36:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed37{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed37:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed38{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed38:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed39{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed39:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed22{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed22:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed40{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed22:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed22{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed22:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed22{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed22:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed22{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed22:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed22{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed22:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed22{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed22:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed22{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed22:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed22{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed22:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed22{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed22:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed22{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed22:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed22{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed22:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed22{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed22:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed22{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed22:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed22{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed22:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed22{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed22:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed22{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed22:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed22{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed22:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed22{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed22:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed22{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed22:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed22{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed22:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed22{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed22:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed22{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed22:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}
/* .images-circle{
  height: 67%;
  width: 92%;
  border-radius: 50% !important;
} */

#wed22{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed22:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed22{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed22:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed22{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed22:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed22{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed22:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed22{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed22:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed22{
  background-image: url('./images');
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 400px;
}

#wed22:hover {
  background-color: rgba(23, 10, 0, 0.5);
  background-blend-mode: overlay;
  background-position: 10% 10%;
  transition:1s;
  display: block;
}

#wed1:hover div{
  display: block !important;
} 

.teamimg{
  height: 300px;
  width: 100%;
  border-bottom: 1px solid #948c8c;
  /* filter: grayscale(100%); */
  
  
}
.underline{
  
  border-bottom:4px solid gray !important;
}
.card-2{
  filter: grayscale(100%);
  
  
}
.card-2:hover{
  filter: none;
    transition: .5s;
  }
.founderimg{
  background-image: url('./images/founder-word.webp');
  height: 95vh;
  /* width: 100%; */
  background-position:center;
  background-repeat: no-repeat;
  background-size:100% 100%;
}
.executeimg{
  background-image: url('../assets/images/exe_team_photo_lighter.jpg');
  height: 100vh;
  /* width: 100%; */
  background-position:center;
  background-repeat: no-repeat;
  background-size:100% 100%;
}
.career{

  background-image: url('./images/career.jpg');
  height:95vh;
  width: 100%;
  background-position:center;
  background-repeat: no-repeat;
  background-size:100% 100%;
  
}
.trans{
  background-image: url('../assets/images/transparent.jpg');
  height: auto;
  width: 100%;
  background-position:center;
  background-repeat: no-repeat; 
  background-size:cover;
  
}
.background-overlay{
  height: auto;
  width: 100%;
  background-color: rgba(170, 169, 169, 0.61);
}
#background{
  background-image: url('./images/14.jpg');
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 300px;
  background-blend-mode: overlay;
  background-color: rgba(23, 10, 0, 0.5);
}
/* .overlay{
  display: table-cell;
  vertical-align: middle;
} */

.decor-text{
  padding: 35px 0px ;
  line-height: 30px;
  text-align: justify;
}
.footer-text{
  letter-spacing: 10px;
  font-weight: bold;
  color: gray;
}
.footer{
  font-weight: lighter;
  color: #495057;
}
.copy-right{
  font-size: 15px;
  font-weight: lighter;
  letter-spacing: 2px;
  color: gray;
}
.icon-size{
  color: gray;

  border-radius: 50%;

}
.icon-size:hover{
  background-color: lightgray;
  border-radius: 50%;
  transition: 1s;
  color: gray;
}
.career-text{
  color: gray;
  font-weight: lighter;
}
.career-heading{
  font-weight: lighter;
}
.card-heading{
  font-weight: lighter;
  color: gray;
}
.Page-heading{
  font-weight: lighter;
}
.team-text{ 
  font-size: 40px;
  font-weight: lighter;
  color: gray;
}
.team-heading2{
font-weight: lighter;
color: gray;
}
.overlay1{
  background-color:rgb(0 0 0 / 52%);
  width: 100%;
  height: 100%;
  opacity: 2; 
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-labal{
  color: gray;
}
.btn-cat2{
  display: none;
}
.btn-cat:hover{
  /* display: block; */
 background-color: #000 !important; 
}
.btn-cat2{
  /* height: auto !important; */
  /* padding: 50px 10px ; */
}
.card-title{
  color: #495057;
}


 

@media screen and (max-width:492px){
  /* .carosal-respo img{
    height: 60vh;
  } */
  .carousel-inner img {
    width: 100%;
    height: auto;
}
  .bg1 {
    position: relative;
    background-image: url('./images/mobile/Weddings.webp');
    height:50vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 50vh;
  }
  .fronttextsize{
    font-size: 60px;
    text-align: center;
  }

  .bg2 {
    background-image: url('./images/mobile/Non\ Profit.webp');
    height: 50vh !important;
    width: 100% !important;
    background-repeat: no-repeat;
    background-size: 100% 50vh !important;
  }
  .bg3 {
    background-image: url('./images/mobile/Corporate.webp');
    height: 50vh !important;
    width: 100% !important;
    background-repeat: no-repeat;
    background-size: 100% 50vh !important;
  }
  
  .bg5 {
    background-image: url('./images/mobile/Branding\ &\ Consulting.webp');
    height: 50vh !important;
    width: 100% !important;
    background-repeat: no-repeat;
    background-size: 100% 50vh !important;
  }
  .decor-text {
    padding: 0px 10px;
    line-height: 30px;
  }
  .sli{
    height: 450px !important;
  }  
  .maintext{
    padding-top: 10px ;
    font-size: 26px;
    /* line-height: 30px; */
    font-weight: 300 !important;
    /* text-align: justify; */
  }
  
  .content{
    font-size: 15px;
    /* text-align: left !important; */
    text-align: justify;
    padding: 0px 10px;

  }   
  .text-respon{
    font-size: 45px !important;
    text-align: center !important;
  } 
  .footer-text{
    letter-spacing: 5px;
    font-weight: bold;
    color: gray;
  
  }   
  .footer{
   font-size: 13px !important;
    color: #495057;
  } 
  .footer>span>a{
    font-size: 13px !important;
     color: #495057;
   }  
   .footer>a>span{
    font-size: 17px !important;
     color: #495057;
   }
.book-respon{
  font-size: 28px !important;
}
.cool-link{
  font-size: 20px !important;
}
.career-heading{
  font-size: 25px;
}
.career{
  height:400px;
  width: 100%;
  background-position:center;
  background-repeat: no-repeat;
  background-size:cover; 
  
}
.founderimg{
  height:50vh;
  /* width: 100%; */
  background-position:center;
  background-repeat: no-repeat;
  background-size:cover;  
}
.executeimg{
  height:35vh;
  width: 100%;
  background-position:center;
  background-repeat: no-repeat;
  background-size:cover;  
}
.nav-logo{
  margin-left: 0% !important;
}
.nav-drop{
  margin-top: 20px ;
}

.founder-desc>p{
text-align: left !important;
}
.founder-heading{
  border-bottom: 2px solid black !important;
}
.drop-manu{
  background-color: transparent;
}
.drop-manu a{
  font-size: 15px !important;
  font-weight: lighter;
  color: gray;
}
.nav-text{
  font-size: 16px !important;
}
.nav-ul{
  display:grid !important;
  grid-template-columns: auto auto !important;
  width: 100% !important;
}
/* .contact-email{
  font-weight: 200 !important;
} */
.small-link{
  font-size: 15px;
}
}



.btn{
  display: none;
  cursor: pointer;
  position: fixed; 
  bottom: 20px;
  right: 30px;
  z-index: 99;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgb(12, 12, 12);
  /* color: white; */
  border: none;
}
.btn>i{
  font-size: 30px;
  /* background-color: #000 !important; */
  color: white;
}






.nav-ul {

  list-style-type: none;
  margin-top: 40px !important;
  padding: 20px;
  overflow: hidden;
  text-align:center;
  background-color:rgb(51, 51, 51);
  display:flex;
  justify-content:center;
  /* margin: auto !important; */
}


.small-link {
  display: block;
  color: gray;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;

}
.small-link>a{
  color: gray;
}

.small-link:hover .a-tag{
color:lightgray !important;
/* border-bottom: 2px solid gray; */
} 
.small-link:hover{
  color:lightgray !important;
  border-bottom: 2px solid gray;
  } 
.small-link>a:hover {
  color:lightgray !important;
  /* border-bottom: 2px solid gray; */
  } 
.active-2 {
  color:lightgray !important;
  /* padding-top: 20px !important; */
  border-bottom:2px solid gray ;
  }
  .active-2>a {
    color:lightgray !important;
    /* padding-top: 20px !important; */
    /* border-bottom:2px solid gray ; */
    }

