@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
.brand-logo {
      width: 250px;
}

.main-heading {
    font-weight: 900;
    font-family: 'Anton', sans-serif;
    font-size: 5rem;
    color: #E80067;
    letter-spacing: 4px;
}
.dontloadBtn{
    border: 1px solid #E80067 !important;
    font-size: 16px;
    text-decoration: none;
    color: #E80067;
    font-weight: 600;
    background-color: transparent;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
}
.dontloadBtn:hover{
    color: #E80067;
}
.getStartedBtn{
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #E80067;
    font-weight: 600;
    font-size: 22px;
}
/* Carousel section */
.img-carousel{
    width: 300px !important;
    float: inline-end;
    object-fit: cover;
}
.textColor{
    color: #910040 !important;
    font-weight: 600 !important;
}

/* Customize dots */
.owl-theme .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  background: #E80067 !important;
  opacity: 0.5;
  transition: 0.3s;
  cursor: default;
}

.owl-theme .owl-dots .owl-dot.active span {
  opacity: 1 !important;
}

.owl-theme .owl-dots {
  margin-top: 10px;
  text-align: center;
}
.owl-theme .owl-dots .owl-dot {
  cursor: default;
}

/* Testimonial Carousel */
.testimonial-carousel .item {
      text-align: center;
      /* max-width: 1000px; */
      margin: auto;
}

.testimonial-img {
    width: 60% !important;
    height:auto  !important;
    margin: auto;
}

.testimonial-divider {
    width: 60%;
    height: 2px;
    background: #8e206d;
    margin: 20px auto 10px;
}

.testimonial-title {
    font-family: 'Anton', sans-serif;
    font-size: 1.2rem;
    color: #8e206d;
    margin-bottom: 10px;
}

.testimonial-quote {
    font-style: italic;
    color: #5c2c4a;
    margin: 20px auto;
    max-width: 700px;
    font-size: 1.1rem;
    line-height: 1.7;
    position: relative;
    display: inline-block;
    text-align: center;
}

.quote-symbol {
  font-size: 100px;
  color: #8e206d;
  font-family: Georgia, serif;
  line-height: 0.2; /* ↓ Helps prevent extra spacing */
  vertical-align: top;
  position: relative;
  top: 10px; /* ↓ Pull the quote up */
  display: inline-block;
  margin: 0 6px;
}

.quote-symbol1 {
  font-size: 100px;
  color: #8e206d;
  font-family: Georgia, serif;
  line-height: 0.2; /* ↓ Helps prevent extra spacing */
  vertical-align: top;
  position: relative;
  top: 50px; /* ↓ Pull the quote up */
  display: inline-block;
  margin: 0 6px;
}
.textdark1{
    color: #000 !important;
    font-size: 22px !important;
}

.testimonial-name {
    margin-top: 10px;
    font-weight: bold;
    color: #5c2c4a;
    margin-left: 600px;
}

.owl-theme .owl-nav [class*='owl-'] {
    background: transparent;
    color: #8e206d;
    font-size: 2rem;
    margin: 0 10px;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.owl-theme .owl-dots {
    margin-top: 15px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #4D0022;
    opacity: 0.4;
}

.owl-theme .owl-dots .owl-dot.active span {
    opacity: 1;
}

.testimonial-divider-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
    position: relative;
}

.testimonial-divider-text span {
  font-size: 1.5rem;
  white-space: nowrap;
  position: relative;
  color: #000000 !important;
}

.testimonial-divider-text::before,
.testimonial-divider-text::after {
  content: "";
  flex: 1;
  height: 2px;
  background-color: #8e206d; /* Maroon-ish purple */
  max-width: 500px;
}

.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 50px !important;
    color: #91004080 !important;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    margin-bottom: 30px;
}

.align-items-center {
    align-items: center !important;
    margin-bottom: -50px;
}
.title{
    font-size: calc(1.275rem + .3vw) !important;
}
.footer-link{
    font-size: 18px;
    text-decoration: none;
    color: #FFF;
    text-decoration: none !important;
}
.footer-link:hover{
    color: #fff;
}

.app-link{
    height: 60px !important;
}

.owl-theme .owl-nav {
    margin-top: 10px;
    padding: 0px 120px;
}

/* Media Queries Started here.. */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .owl-theme .owl-nav {
        margin-top: 10px;
        padding: 0px;
    }

    .brand-logo {
      width: 160px;
    }
    .dontloadBtn{
        border: 1px solid #E80067 !important;
        font-size: 12px;
        text-decoration: none;
        color: #E80067;
        font-weight: 600;
        padding: 8px 20px;
        border-radius: 20px;
    }
    .mobile{
        margin-bottom: 0px;
    }
    .main-heading {
        font-weight: 900;
        font-family: 'Anton', sans-serif;
        font-size: 45px;
        color: #E80067;
        letter-spacing: 4px;
        line-height: 60px;
    }
    .title{
        font-size: 18px !important;
        color: #000000;
    }
    .coupleBanner{
        margin-top: 20px !important;
    }
    .carouselimage{
        display: none !important;
    }
    .lead{
        text-align: start;
        font-size: 15px !important;
    }

    .testimonial-section .container{
        width: 100%;
        padding-right: 0px !important;
        padding-left: 0px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .owl-theme .owl-nav {
        margin-top: -160px !important;
    }
    .owl-theme .owl-nav [class*=owl-] {
        color: rgba(255, 255, 255, 0.5) !important;
        font-weight: 100 !important;
    }
    .testimonial-divider-text {
        display: block;
        align-items: center;
        margin: 20px 0;
        position: relative;
    }
    .testimonial-divider-text span {
        font-size: 18px !important;
        white-space: normal !important;
        position: relative !important;
        color: #000000 !important;
    }

    .testimonial-quote {
        font-style: italic;
        color: #5c2c4a;
        margin: 20px auto;
        max-width: 700px;
        font-size: 16px !important;
        line-height: 1.7;
        position: relative;
        display: inline-block;
        text-align: start;
        padding: 0px 10px;
    }
    .testimonial-name {
        margin-top: 10px;
        font-weight: bold;
        color: #5c2c4a;
        margin-left: 0px;
        float: right;
        padding: 0px 15px;
    }
    .testimonial-img {
        width: 100% !important;
        height:auto  !important;
        margin: auto;
    }
    .textdark1{
        color: #000 !important;
        font-size: 16px !important;
    }
    .footer-link{
        font-size: 13px;
        text-decoration: none;
        color: #FFF;
    }
    .app-link{
        height: 100% !important;
        width: 100% !important;
    }
    .getStartedBtn{
        padding: 10px 20px;
        border-radius: 30px;
        background-color: #E80067;
        font-weight: 600;
        font-size: 16px;
    }

}

@media (max-width: 575px) {
  .testimonial-divider-text::before,
  .testimonial-divider-text::after {
    max-width: 80px;
  }
}
/* Media Query Section Ended here.. */
