/*  ===========================
======== google fonts ======== 
============================ */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

/*  ===========================
======== Basic reset ======== 
============================ */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
        overflow-x: hidden;
        scroll-behavior: smooth;
}
body {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: inherit;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
section{
    padding: 80px 0px;
}
p{
    color: #2a2a2a;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin: 0;
}
h1,h2,h3,h4,h5,h6{
    color: #191919;
    margin: 0;
}
img{
    max-width: 100%;
    max-height: 100%;
    display: block; /* remove extra space below image */
}
/*add css */
.add-container {
    height: 89px;
}
/*  ===========================
    ======== header area ======== 
    ============================ */

    a.logo img{
        width: 75px;
        display: inline-block;
        margin-bottom: 50px;
    }
/*  ===========================
    ======== hero area ======== 
    ============================ */
    .coming-soon.text-center.pt-3 h2 {
        font-size: 34px;
        font-weight: 700;
        color: #191919;
        text-transform: uppercase;
    }
    .for-desktop-ad{
        display: block;
    }
    .for-mobile-ad{
        display: none;
    }
    main{
      position: relative;
    }
    .hero {
        background-image: linear-gradient(180deg, #ffeff0 0%, #ffeff4 60%);
        margin-bottom: 0px;
        padding: 100px 0px 100px 0px;
        height: 100vh;
        background-size: cover;
        background-position: center top;
        display: flex;
        align-items: center;
        position: relative;
    }
    .app-d-btn {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .app-d-btn img {
        width: 200px;
        height: 59.27px;
    }
    .heading-main{
        font-size: 68px;
        font-weight: 800;
        color: #BF176C;
    }
            /*screensize of responsive*/
    .only-for-mobile{
        display: none;
    }
    .app-main-logo{
        display: none;
    }
    .hero-text-box p {
        border-left: 3px solid #BF176C;
        font-size: 24px;
        line-height: 34px;
        padding-left: 30px;
        margin: 35px 0px;
    }
    .shape.shape-bottom {
        transform: rotate(181deg);
        bottom: -18px;
        overflow: hidden;
        position: absolute;
        left: 0;
        width: 100%;
        line-height: 0;
        direction: ltr;
    }
    
    svg {
        transform: translateX(-50%) rotateY(180deg);
        display: block;
        width: calc(100% + 1.3px);
        position: relative;
        left: 50%;
        /* transform: translateX(-50%); */
        z-index: -1;
    }
    
    path.shape-fill {
        fill: #fff;
        transform-origin: center;
        transform: rotateY(0deg);
    }
    form span {
        font-size: 21px;
        color: #BF176C;
        display: inline-block;
        font-weight: 600;
        text-align: center;
        margin-bottom: 12px;
    }
    form {
        width: 70%;
        margin: auto;
        background: #fff;
        padding: 40px 30px;
        /* margin: 105px; */
        border-radius: 8px;
        border-width: 10px;
        border-style: solid;
        border-image: url('img/Beautiful\ floral\ pattern\ -\ 800.jpg') 30 round;
    }
    label {
        color: #191919;
    }
    form input {
        width: 100%;
        padding: 8px 10px;
        margin-bottom: 12px;
        border: none;
        outline-color: #BF176C;
        background-image: linear-gradient(180deg, #ffeff0 0%, #ffeff4 60%);
        color: #191919;
        border-radius: 8px;
    }
    input[type="submit"] {
        background: #001e2a;
        color: #fff;
        margin-top: 8px;
        padding: 12px 0px;
    }
    form span img {
        margin: auto;
        padding-bottom: 10px;
    }

    /*  ===========================
      ==== Features area====
    ============================ */
    .section-title h2 {
        font-size: 48px;
        font-weight: 700;
        color: #191919;
        margin-bottom: 10px;
    }
    .features-area{
        padding: 30px 0px;
    }
    .features-img img {
        box-shadow: 0 0 25px rgba(0,0,0,0.08);
        border: 2px solid black;
        border-radius: 35px;
        height: 770px;
        margin: auto;
        object-fit: cover;
    }

  .flower-features img{
    box-shadow: 0 0 25px rgba(0,0,0,0.08);
    border-radius: 8px;
    border-width: 10px;
    border-style: solid;
    border-image: url('img/Beautiful\ floral\ pattern\ -\ 800.jpg') 30 round;
  margin: auto;
  }
    .no-slide img{
        border-radius: initial;
        border: initial;
    }
    .feature-point {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        padding: 40px 20px 40px 20px;
        margin-bottom: 20px;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 25px;
        height: 300px;
    }
    

    .section-title.text-center {
        padding: 0px 90px;
    }
    .feature-point svg {
        width: 40px;
        height: 40px;
        left: initial;
        transform: scale(1.5);
    }
    
    .feature-point svg path {
        fill: #396ed6;
    }
    
    .feature-point h4 {
        color: #191919;
        margin-top: 30px;
        font-weight: 600;
        font-size: 20px;
        line-height: 35px;
        text-align: center;
    }
    .feature-point p {
        font-size: 14px;
        margin-top: 8px;
        line-height: 22px;
        text-align: center;
    }
    ul.planner-list li {
        color: #191919;
        font-size: 16px;
        line-height: 28px;
        display: flex;
        align-items: baseline;
    }
    
    ul.planner-list li b {
        margin-right: 10px;
    }
    
    ul.planner-list {
        margin-top: 12px;
    }
    .feature-point img {
        width: 65px;
        margin-bottom: -10px;
    }
    /*owl carousel dots*/
    .owl-carousel .owl-item img {
        display: block;
        width: initial;
    }
     .owl-dots{
        position: absolute;
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: center;
      }
       .owl-dot {
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        margin: 5px;
        outline: none;
        background-color: #000000;
    }
    .owl-dot.active{
        background-color: #396ed6 !important;
    }
    .pt-only-top{
        padding-top: 40px;
    }
    .owl-carousel-mobile-view{
        display: none;
    }
    .owl-carousel-slider{
        display: block;
    }
/*  ===========================
      ==== Footer area====
    ============================ */
    footer {
        position: relative;
        background-image: linear-gradient(180deg, #ffeff0 0%, #ffeff4 60%);
        padding: 150px 0px 0px 0px;
    }
    section.footer-bottom {
        border-style: solid;
        border-width: 1px 0px 0px 0px;
        border-color: #F4D9D1;
    }
    .footer-shape.shape-top {
        overflow: hidden;
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        line-height: 0;
        direction: ltr;
    }
    
    .shape-top svg {
        height: 130px;
        transform: translateX(-50%) rotateY(180deg);
        display: block;
        width: calc(100% + 1.3px);
        position: relative;
        left: 50%;
        z-index: initial;
    }
    .footer-content-box h2 {
        color: #191919;
        text-align: center;
        font-size: 32px;
        font-weight: 700;
    }
    .footer-content-box .app-d-btn img {margin: auto;}

.available-heading {
    color: #191919;
    text-align: center;
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
}
.footer-btn {
    justify-content: center;
}
.copyright-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright-container a {
    color: #191919;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
}

.copyright-menu ul li {
    display: inline-block;
    margin-right: 15px;
}

.copyright-menu ul li:last-child {
    margin-right: 0;
}
.social-media {
    text-align: center;
}
.social-media {
    text-align: center;
    margin: 0px 0px 50px 0px;
  }
  
  .social-media .available-heading {
    display: block;
    font-size: 24px; 
    margin-bottom: 20px; 
  }
  
  .social-media ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  
  .social-media li {
    display: inline-block;
    margin: 0 5px; 
  }
  
  .social-media li a {
    display: block;
    width: 50px; 
    height: 50px; 
    line-height: 50px; 
    border-radius: 50%;
    background-color: #B40C5F;
    color: white;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  
  .social-media li a:hover {
    background-color: #9C094D; 
  }

/*  ===========================
      ==== All Responsive codes ====
    ============================ */
/*Mobile menu do here*/
@media(min-width: 992px){

  }
 
/*Md devices*/
@media (min-width: 768px)  and (max-width:  998px) {
    .for-desktop-ad{
        display: block;
    }
    .for-mobile-ad{
        display: none;
    }
    .hero-text-box h1 {
        font-size: 46px;
    }
    .hero-text-box p {
        font-size: 20px;
        line-height: 27px;
    }
    .features-img {
        margin-top: 40px;
    }
    /*screensize of responsive*/
    .section-title.text-center {
        padding: 0px 40px;
    }
    .hero-banner-for-tablet img {
        border: 2px solid #191919;
        border-radius: 15px;
    }
    .owl-carousel-mobile-view{
        display: block;
    }
    .owl-carousel-slider{
        display: none;
    }
 }
/*Mobile menu do here*/
@media(min-width: 992px){

    .hero-text-box h1 {
        font-size: 62px;
    }
}
/* small  mobile :320-767px.   */
@media (max-width: 767px)   {
    .coming-soon.text-center.pt-3 h2 {
        font-size: 28px;
    }
    .for-desktop-ad{
        display: none;
    }
    .for-mobile-ad{
        display: block;
    }
    .logo-first-index{
        display: none;
    }
    .hero {
        height: initial;
        padding: 20px 0px 70px 0px;
    }
    .shape.shape-bottom {
        bottom: -4px;
    }
    form {
      width: 100%;
      padding: 30px 20px;
  }
        /*screensize of responsive*/
        .header{
            display: none;
        }
        .app-main-logo{
            display: block;
        }
        .app-main-logo img {
            width: 100px;
            margin: auto;
            padding-top: 15px;
        }
    .only-for-mobile{
        display: block;
    }
    .only-for-desktop-screen-one{
        display: none;
    }
    .heading-main {
        font-size: 34px;
        text-align: center;
        margin-bottom: 10px;
    }
    .hero-text-box p {
        border-left: none;
        font-size: 18px;
        line-height: 30px;
        padding-left: 0px;
        text-align: center;
        margin: 0px 0px 20px 0px;
    }

    a.logo {
        width: 60px;
    }
    .features-area {
        padding: 60px 0px;
    }
    .section-title h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .pt-only-top{
        padding-top: 0px;
    }

    .footer-content-box h2 {
        font-size: 28px;
    }
    .copyright-container {
        flex-direction: column;
        gap: 20px;
    }
    .copyright-container div {
        text-align: center;
    }
    .features-img {
        margin-top: 0px !important;
    }
    .app-d-btn {
        justify-content: center;
    }
    .section-title.text-center {
        padding: 0px 0px;
    }
    .hero-banner-for-mobile img {
        border: 2px solid #191919;
        border-radius: 35px;
    }
       .owl-carousel-mobile-view{
        display: block;
    }
    .owl-carousel-slider{
        display: none;
    }
    .shape-top svg {
        height: 38px;
    }
    footer {
        padding: 70px 0px 0px 0px;
    }
    .features-area {
        padding: 30px 0px;
    }
  }




  

