
.text-pink-color {
    color: #ff6d6d;
}

.banner {
    width: 100%;
    height: auto;
}

body {
    /*background-color: #FEF4F4;*/
    /*font-family: "Playfair Display", serif;*/
    scroll-behavior: smooth;
}

/* .icon-color{
    color: red;
} */

.swiper-slide h1 {
    font-size: 50px;
}

.update-btn {
    margin-right: 10px;
    min-width: 130px;
    /* color: #5664e1; */
    color: #fff;
    padding: 13px 30px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    z-index: 0;
    background: white;
    overflow: hidden;
    border: 1px solid;
    color: red;
    /* color: linear-gradient(90deg,rgba(86, 100, 225, 1) 0%, rgba(131, 151, 242, 1) 100%); */
}

.update-btn:hover {
    color: white;
}

.update-btn:hover:after {
    width: 100%;
}

.update-btn:after {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.3s ease;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
     background:linear-gradient(270deg, #80ED99 0%, #168AAD 100%);
    /*background: linear-gradient(to left, #ff4495 25%, #ff6d6d 100%);*/
}

.published-btn {
    padding: 16px 50px;
    margin: 15px 10px;
    border: none;
     background:linear-gradient(270deg, #80ED99 0%, #168AAD 100%);
    /*background: linear-gradient(to left, #ff4495 25%, #ff6d6d 100%);*/
    color: white;
    border-radius: 30px;
    font-size: larger;
    box-shadow: 2px 4px 7px 3px rgba(102, 102, 102, 1);
}

.published-btn:hover {
    transition: .3s ease;
    transform: scale(1.1);
}

.know-btn,
.download-app {
     background:linear-gradient(270deg, #80ED99 0%, #168AAD 100%);
    /*background: linear-gradient(to left, #ff4495 25%, #ff6d6d 100%);*/
    box-shadow: 2px 4px 7px 3px rgba(102, 102, 102, 1);
}

.know-btn:hover {
    transition: .3s ease;
    transform: scale(1.1);
}

.icon1 {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid white;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 10px;
    margin-left: 0px;
    opacity: 0.4;
}

.box15-footer {
    background-color: #FEF4F4;
}

.copyright p {
    text-align: center;
}

/* .back-img {
    background-image: url('./images/banner-2-shape.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
}

.back-img2 {
    background-image: url('./images/svg\ \(3\).png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
} */

.back-img {
    background-image: url('../images/product/banner-img-1.png'); 
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;   /* ✅ FULL SVG VISIBLE */
    width: 100%;
    min-height: 100vh;
}

.back-img2 {
    background-image: url('../images/product/banner-img-2.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;   /* ✅ FULL SVG VISIBLE */
    width: 100%;
    min-height: 100vh;
}

@media (max-width: 768px) {
    .back-img,
    .back-img2 {
        background-attachment: scroll;
        background-size: contain;
        min-height: auto;
        padding: 60px 0;
    }
}

/* .circle-bg{
    background-image: url('./images/Circle\ 1.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center;
} */

.box {
    box-shadow: -7px 6px 7px -3px rgba(102, 102, 102, 1);
}

.img-box {
    height: 250px;
    width: 250px;
}

.register-form {
     background:linear-gradient(270deg, #80ED99 0%, #168AAD 100%);
    /*background: linear-gradient(to left, #ff4495 25%, #ff6d6d 100%);*/

}

.ed-img:hover {
    transition: .2s ease;
    transform: scale(1.1);
}

.toggle-btn {
    background:linear-gradient(270deg, #80ED99 0%, #168AAD 100%);
    /*background: linear-gradient(to left, #ff4495 25%, #ff6d6d 100%);*/
    width: 220px;
    padding: 10px;
    margin: 20px;
    border: none;
    border-radius: 30px;
}
.dancing-script {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  /* font-weight: <weight>; */
  font-style: normal;
}

#typing-text-1 {
 font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  /* font-weight: <weight>; */
  font-style: normal;
  font-size: 5rem;
  color: #000;
}

#typing-text-2 {
 font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  /* font-weight: <weight>; */
  font-style: normal;
  font-size: 5rem;
  color: #000;
}
.mobile-Btn{
    border-radius: 25px;
}

.desktop-Btn{
    border-radius: 25px;
}
