@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
    font-family: 'Futura BT';
    src: url('../fonts/futuralight.ttf');
}

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
  font-family: 'Futura BT';
  scroll-behavior: smooth;
}
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  display: inline-block;
}
.btn_black{
	border-radius: 30px;
  color: #f7c8ce;
  font-weight: 400;
  background-color: #565656;
  border: 1px solid #565656;
  font-size: 14px;
  padding: 10px 20px;
  text-decoration: none;
  font-family: "Poppins", serif;
  display: inline-block;
  width: 100%;
  max-width: fit-content;
}
.btn_light{ 
    padding: 10px 24px;
    font-size: 14px;
    color: #5c5c5c;
    font-weight: 500;
    font-family: "Poppins", serif;
    border-radius: 17px;
    background-color: #f7c8ce;
    border: 1px solid #f7c8ce;
    text-decoration: none;
    display: inline-block;
}
.btn_black.btn_sm{
  font-size: 13px;
  padding: 8px 15px;
}
.common_title{
  font-size: 30px;
  font-weight: 600;
}
.title_second{
  color: #9d515b;
  font-size: 1.70rem;
}
.common_text{
  font-size: 20px;
  font-weight: 500;
}
.main_title_text {
    font-size: 50px;
    font-weight: 500;   
}
.bglight_pink{
  background-color: #f9dae0 !important;
}
.btndark_pink{
  border-radius: 30px;
  color: #f7c8ce !important;
  font-weight: 600 ;
  border: 1px solid #94444d;  
  letter-spacing: 1px;
  font-size: 14px;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  max-width: fit-content;
  background-color: #94444d !important;
}
.bg_pink{
  background-color: #facfd2 !important;
}
.bgdark_pink{
  background-color: #e0a0a7 !important;
}
.text_primary{
  color: #f5c1c7;
}
.textdark_primary{
  color: #b86873;
}
.list_disc{
  padding-left: 20px;
}
.list_disc li{
  list-style-type: disc;
      list-style-type: disc;
    display: list-item;
}

/*Start Popup*/
.modal.video_play .modal-content .btn-close {
    position: absolute;
    top: -15px;
    right: -15px;
    background-color: #ffffff !important;
    color: #000000;
    width: 30px;
    height: 30px;
    z-index: 11;
    border-radius: 50%;
}