*{
  box-sizing: border-box;
}
:root{
    --main-color: #f72585;
}
body{
  font-family: "Playfair Display", serif;
  
}
#home {
  background-image: url(../assets/homeImage.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  height: 100vh;
  .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100vh;
  }
  .caption h1{
    font-size: 4rem;
    text-shadow: 1px 1px 0 var(--main-color), 2px 2px #000, 3px 3px 0 var(--main-color);
  }
  .caption p{
    font-size: 2rem;
  }
 
}
.icon{
    width:2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    &:hover{
        border-color: var(--main-color) !important;
        color:var(--main-color);
        cursor: pointer;
    }
}

.icon2{
  width:4rem;
    height: 4rem;
}
.text-pink{
    color:var(--main-color);
}
#about {
  background-image: url(../assets/line-dotted.jpg);
  background-attachment: fixed;

 
 

}
 .first-heading{
    font-size: 3rem;
    color: #0000003e;
    letter-spacing: 0.8rem;
  }
  .second-heading{
    font-size: 2rem;
    letter-spacing: 0.4rem;
  }
#services{
background-image: url(../assets/line-dotted.jpg);
  background-position: center center;
  background-attachment: fixed;
  
  .brdr{
    height: 3px;
    background-color: var(--main-color);
  }
  
  
  
}
.bg-custom{
    background-color: rgba(0,0,0,0.8);
  }
#contact{
  background-image: url(../assets/line-dotted.jpg);
  background-position: center center;
  background-attachment: fixed;
}
.about-icon{
    height: 4.5rem;
    width:4.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    &:hover{
      background-color: var(--main-color) !important;
      color:white;
      cursor: pointer;
    }
  }
#testimonials{
  background-image: url(../assets/line-dotted.jpg);
  background-attachment: fixed;
  
}

@media (max-width:992px){
    .custom{
        background-color: #000;
    }
    
}
.carousel-indicators [data-bs-target]{
  text-indent: 0;
  height:2rem;
  border-radius: 50%;
  overflow: hidden;
}