@font-face {
  font-family: "Roboto";
  src: url(fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family: "AlexBrush";
  src: url(fonts/AlexBrush-Regular.ttf);
}
@font-face {
  font-family: "times-new-roman";
  src: url(fonts/times-new-roman.ttf);
}
a{
  text-decoration:none !important;
}
body,
html {
  overflow-x: hidden;
}
.font-18 {
  font-size: 18px;
}
.font-25 {
  font-size: 25px;
}
.font-27 {
  font-size: 27px;
}
.font-30 {
  font-size: 30px;
}
.font-45 {
  font-size: 45px;
}
.font-35 {
  font-size: 35px;
}
.font-lux-roman {
  font-family: "times-new-roman";
}
.font-alexbruh {
  font-family: "AlexBrush";
}
.font-roboto {
  font-family: "Roboto";
}
.color-1 {
  color: #54595f;
}
.color-2 {
  color: #ac0d39;
}
.line-height-1{
  line-height: 1;
}
.header-social-icons {
  display: flex;
  padding: 0;
  list-style: none;
}
.header-social-icons a {
  color: #000;
  padding: 10px;
  border-radius: 50px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  /* background: red; */
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-property: transform;
}
.header-social-icons a:hover {
  background-color: #e31e24;
  color: #000;
}
.landing-page-logo {
  width: 70px;
}

header .register-btn:hover {
  color: #e31e24;
}
/* .landing-banner {
  background-image: url(images/landing-page-banner.jpeg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 650px;
  background-attachment: fixed;
  display: flex;
  -webkit-background-clip: padding-box; 
} */

.landing-banner {
  background-image: url(images/mrs-maharashtra-landing.jpg);
  background-position: 50% 0%;
  -webkit-background-position: 50% 0%;
  background-repeat: no-repeat;
  min-height: 650px;
  display: flex;

  /* Background size */
  background-size: cover; /* Standard */
  -webkit-background-size: cover; /* Safari */

  /* Background attachment */
  background-attachment: fixed; /* Standard */
  -webkit-background-attachment: fixed; /* Safari */

  /* Background color */
  background-color: #f5f5f5; /* Standard */
  -webkit-background-color: #f5f5f5; /* Safari */

  /* Background clip */
  background-clip: padding-box; /* Standard */
  -webkit-background-clip: padding-box; /* Safari */

  /* Background origin */
  background-origin: border-box; /* Standard */
  -webkit-background-origin: border-box; /* Safari */
}


.inner-banner {
  padding: 30px 0px;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  width: 100%;
  margin-top: auto;
}
.mrs-maha-sec {
  background-color: #ac0d39;
  padding: 50px 0 129px;
  position: relative;
}
.mrs-logo img {
  width: 50%;
}
.landing-banner .white-shape{
  margin-bottom:-1px;
}
.white-shape {
  transform: rotate(180deg);
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  bottom:-1px;
  margin-bottom: -1px;
}
.white-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  transform: translateX(-50%) rotateY(180deg);
}
.white-shape svg .elementor-shape-fill {
  /* fill: #fff; */
   fill: #fcd7db;
  transform-origin: center;
  transform: rotateY(0);
}
.feature-star {
  margin-top: 50px;
}
.register-btn {
  padding: 12px 24px;
  background-color: #ffff;
  color: #000;
  font-family: "Roboto";
  font-size: 15px;
  text-decoration: none !important;
  transition: all 0.3s;
  border-radius: 50px;
  border: 2px solid #000;
}
.form-enq {
  background-color: #000;
  padding: 30px;
  border-radius: 25px;
  border: 10px solid #ac0d39;
  box-shadow: 1px 1px 3px 0 rgba(2, 2, 2, 0.23);
  background-color: #000;
}
.form-enq h3 {
  margin-bottom: 25px;
}

.form-enq .form-control {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0;
  color: #626262;
  background-color: #fff;
  border-color: #ebebeb;
  padding: 10px;
  box-shadow: none !important;
  border-radius: 0;
  font-family: "Roboto";
}
.form-enq .form-control:focus {
  color: #1982c2;
  background-color: #e9f5fc !important;
  border-color: #d5e5ee;
  box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
}
.form-enq .form-submit {
  color: #fff !important;
  border: 3px solid #fff !important;
  transition: all 0.3s;
  background-color: transparent !important;
  box-shadow: inset 0 0 0 0;
  padding: 11px 20px;
  font-family: "Roboto";
}
.form-enq .form-submit:hover {
  background-color: #e31e24 !important;
}
.form-enq .form-group {
  margin-bottom: 30px;
}

.form-enq .form-logo {
  width: 40%;
}
.circle-north .fa-circle-notch {
  color: #ac0d39;
  font-size: 18px;
}
.circle-north {
  width: max-content;
  margin: auto;
  position: relative;
}
.circle-north::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 0.5px;
  background-color: #7a7a7a;
  top: 50%;
  transform: translateY(-50%);
  right: 28px;
}
.circle-north::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 0.5px;
  background-color: #7a7a7a;
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
}
.feature-star .circle-north::before,
.feature-star .circle-north::after {
  width: 200px;
}

.feature-star .card-celebraty img {
  width: 200px;
  max-width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 50% 50% 50% 50%;
}
.feature-star .card-celebraty {
  text-align: center;
}
.feature-star .card-celebraty h3 {
  margin-top: 15px;
}
.feature-star .card-celebraty .circle-north {
  margin-bottom: 15px !important;
}
.feature-star .card-celebraty .circle-north::before,
.feature-star .card-celebraty .circle-north::after {
  width: 60px;
}
.mrs-maha-reg .btn {
  font-family: "Roboto";
  font-size: 26px;
  font-weight: 400;
  fill: #ffffff;
  color: #fff;
  background-color: #ac0d39;
  border-style: solid;
  border-width: 2px;
  border-color: #ac0d39;
  border-radius: 50px 50px 50px 50px;
  padding: 12px;
}
.mrs-maha-reg .btn:hover {
  color: #fff;
  background-color: #e31e24 !important;
}

.mrs-maha-reg {
  background-color: #f1f0f0;
  padding: 40px 0px;
  margin: 30px 0px;
}
.mrs-maha-reg__text-link:hover{
  color: #54595f;
}
.landing-page-testimonial {
  padding-bottom: 100px;
}
.testimonial-content {
  text-align: center;
}
.slick-prev:before, .slick-next:before {
  font-size: 0px !important;  
  color: white;
}

.landing-page-testimonial .slick-arrow:hover {
  /* background:unset !important; */
  background-color: #ac0d39 !important;
  border: 2px solid #ac0d39 !important;
  background-repeat: no-repeat !important;

}
button.slick-prev.slick-arrow {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 256 512'%3e%3c!--! Font Awesome Free 6.4.2 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3e%3cpath fill='%23777' d='M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z'/%3e%3c/svg%3e");
  background-size : 29% !important;

}
button.slick-next.slick-arrow{
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 256 512'%3e%3c!--! Font Awesome Free 6.4.2 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3e%3cpath fill='%23777' d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size : 29% !important;
}
.testimonial-content img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50% !important;
  border-radius: 0;
  max-width: 200px;
  width: 200px;
  height: 200px;
  margin: auto;
}
.testimonial-content h2 {
  margin-top: 20px;
}
.landing-page-testimonial .slick-arrow {
  padding: 10px;
  padding-bottom: 15px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  opacity: 1 !important;
  border: 2px solid #777;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: all 0.3s ease;
}
.landing-page-testimonial .slick-arrow:hover {
  background-color: #ac0d39 !important;
  border: 2px solid #ac0d39 !important;
}
.landing-page-testimonial .slick-prev:hover{
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 256 512'%3e%3c!--! Font Awesome Free 6.4.2 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3e%3cpath fill='%23fff' d='M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z'/%3e%3c/svg%3e") !important;
}
.landing-page-testimonial .slick-next:hover{
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 256 512'%3e%3c!--! Font Awesome Free 6.4.2 by %40fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3e%3cpath fill='%23fff' d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z'/%3e%3c/svg%3e");
}
.landing-page-testimonial .slick-arrow:hover .slick-arrow:before {
  color: #fff !important;
}
.testimonial-content p {
  font-size: 16px;
  line-height: 26px;
  text-transform: none;
  text-align: center;
  letter-spacing: normal;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 20px;
}
.testimonial-landing {
  padding: 0 50px;
}
.landing-page-testimonial .slick-arrow:before {
  opacity: 1;
  top: 50%;
  margin-top: 7px;
  color: #777;
}
.bg-sec {
  min-height: 85vh;
  background-color: #f1f0f000;
  background-image: url(images/diva-landing-MM-2023-footer-banner-1-scaled.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.bottom-form-sec .form-enq {
  border: none !important;
  border-radius: 0 !important;
  margin-top: -250px;
}

/* bottom svg */
.bottom-shape  {
  background-color: #AC0D39;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 20px 0px;
  /* margin-top: -1px; */
}
.bottom-shape svg{
  margin-top:-1px;
}
.bottom-shape  path.elementor-shape-fill {
  fill: #fff;
  transform-origin: center;
  transform: rotateY(0deg);
}
.bottom-shape-text-container{
  width:70%;
  margin : 0 auto;
  padding:  0;
  position: relative;
  top: -24px;
}
.bottom-shape .bottom-shape-text-container h2{
  color: #FFFFFF;
  font-size: 35px;
  font-weight: 200;
  font-style: normal;
  line-height: 44px;
  margin-bottom:20px;
}

.bottom-shape button{
  display: inline-block;
  line-height: 1;
  background : transparent;
  border:1px solid #fff;
  font-size: 15px;
  padding: 12px 24px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-radius: 50px 50px 50px 50px;
  color: #fff;
  text-align: center;
  transition: all .3s;

}
.bottom-shape button:hover{
  color: #E31E24;
background-color: #FFFFFF;

}

/* Footer copyright */
#footer-copyright{
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
margin-top: 25px;
margin-bottom: 10px;
padding: 10px;
}

#footer-copyright .social-links a {
  font-size: 18px;
  display: inline-block;
  background-color: #000000;
  color: var(--white);
  line-height: 1;
  padding: 4px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 28px;
  height: 28px;
  transition: 0.3s;
}
#footer-copyright h2{
  color: #000000;
font-family: "Times New Roman", Sans-serif;
font-size: 16px;
font-weight: 900;
margin-top: 10px;
}
#footer-copyright h2 a{
  text-decoration:none;
  color:#000000;
}

#footer-copyright .social-links a:hover {
  background: #E31E24;
  color: var(--white);
  text-decoration: none;
}
/* benefits of diva */
.diva-benefits {
  background: #fcd7db;
  padding: 60px 20px;
  margin-bottom: 60px;
  font-family: 'Arial', sans-serif;
  color: #000;
  text-align: center;
  position: relative;
}
.diva-benefits::before{
  content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fcd7db;
    top: -10%;
    left: 0;
    z-index: -1;
}
.diva-benefits h2 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}
.diva-benefits p.intro {
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 1.6;
}
.diva-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  text-align: left;
}
.diva-benefit-box {
  background: #1b1f36;
  color: #fff;
  border-radius: 10px;
  padding: 40px 32px 40px 56px;
  position: relative;
}
.diva-benefit-box .icon-circle {
  position: absolute;
  top: 50%;
  left: -20px;
  background: #ff4b72;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  transform: translateY(-50%);
}
.diva-benefit-box h3 {
  margin-top: 0px;
  font-size: 18px;
  margin-bottom: 0px;
}
.diva-benefit-box .icon-circle img{
  width: 30px;
  height: 30px;
  filter: brightness(0) invert(1);
}



/* end */

/* form styles  */

.first-form-sec .enq-form {
  /* background-color: #fff; */
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  padding: 1rem;
  width: 100%;
  gap: 0.5rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: .5rem;
  place-items: center;
}
.first-form-sec .form-enq h3{
  margin-bottom: unset !important;
  margin-top: 20px;
}
.first-form-sec .form-enq{
  padding: unset !important;
  border-radius: unset;
} 
.first-form-sec .enq-form .form-group{
  margin-bottom: unset;
}
.first-form-sec .enq-form .form-group .form-submit{
  padding: 8px 54px;

}
@media screen and (min-width : 350px){
  .first-form-sec .enq-form{
      grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width : 768px){
  .first-form-sec .enq-form{
      grid-template-columns: repeat(2, 1fr);
  }
  .first-form-sec .enq-form .form-group .form-submit{
    position: relative;
    left: 100%;
  
  }
}

@media screen and (min-width: 992px) {
  .first-form-sec .form-enq{
    padding: 10px 30px;
    border-radius: unset;
  } 
  .first-form-sec .enq-form .form-group .form-submit{
    position: relative;
    left: unset;
  
  }
  .first-form-sec .enq-form {
      grid-template-columns: repeat(5, 1fr);
      padding: 1rem 0;
  }
}
@media screen and (min-width : 1280px) {
  .first-form-sec .enq-form {
      grid-template-columns: repeat(7, 1fr);

  }
}


/* Media queries */
@media (max-width:768px){
  h3{
    font-size: 23px !important;
  }
  .fs-sm-15{
    font-size: 15px !important;
  }
 
  .landing-banner h2{
    font-size: 21px;
    
  }
  .landing-page-testimonial h2{
    font-size: 32px;
  }
  .landing-page-testimonial h2 span{
    font-size: 30px;
  }
  .mrs-maha-sec {
    padding: 50px 0 62px;
  }
  .landing-banner h3{
    font-size: 18px;
    width: 80%;
    margin: 0 auto;
  }
  .feature-star h2{
    font-size: 23px;
  }
  .break{
    display: block;
  }
  .register-btn{
    padding:5px;
    font-size:13px;
  }
  .mrs-maha-reg .btn{
    font-size: 20px;
    padding: 10px;
  }
  .landing-page-testimonial button.slick-next.slick-arrow {
    right:0;
  }
  .landing-page-testimonial button.slick-prev.slick-arrow {
    left:0;
  }
  .bottom-shape .bottom-shape-text-container h2{
    font-size: 25px;
    line-height: 1.3em;
  }
  .bottom-shape-text-container{
    width:92%;
    margin : 0 auto;
    padding: 2rem 0;
    position:unset;
  }
  #footer-copyright h2{
    font-size: 12px;
  }
  .feature-star .circle-north::before, .feature-star .circle-north::after{
    width:60px;
  }

}
@media screen and (max-width: 992px) {
  .first-form-sec .enq-form .form-group .form-submit{
    margin-top:10px;
  }
  .first-form-sec .enq-form {
    gap: 0.9rem;
  }
}
@media (max-width:640px){
  .landing-banner {
    background-image: url("images/diva-mrs-maharashtra-2024-mob.jpg");
    background-repeat: no-repeat;
    background-size: auto;
    min-height: 525px; 
}
.diva-benefit-grid {
    grid-template-columns: repeat(1, 1fr);
}
.diva-benefit-box h3 {
    font-size: 18px !important;
}
}
