/* .nav-bg { 
background: linear-gradient(to left, #ff4495 30%, #ff6d6d 100%, #7db9e8 100%);
} */

/* .text-color{
    color: #ff6d6d;
    color: linear-gradient(to bottom, #ff4495 0%, #ff6d6d 100%, #7db9e8 100%);
} */

/* .bg-color{
    color: #5664e1;
    background-color: linear-gradient(to bottom, #ff4495 0%, #ff6d6d 100%, #7db9e8 100%);
} */

.banner {
    width: 100%;
    height: 500px;
}

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(to left, #ff4495 25%, #ff6d6d 100%);
}

.published-btn {
    padding: 16px 50px;
    margin: 15px 10px;
    border: none;
   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(to left, #ff4495 25%, #ff6d6d 100%);
    /* background: linear-gradient(90deg,rgba(86, 100, 225, 1) 0%, rgba(131, 151, 242, 1) 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;
}

/* .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(to left, #ff4495 25%, #ff6d6d 100%);
    /* background: linear-gradient(to bottom, #ff4495 0%, #ff6d6d 100%, #7db9e8 100%); */
    /* background: linear-gradient(90deg,rgba(86, 100, 225, 1) 0%, rgba(131, 151, 242, 1) 100%); */
}

.ed-img:hover {
    transition: .2s ease;
    transform: scale(1.1);
}

.toggle-btn {
     background: linear-gradient(to left, #ff4495 25%, #ff6d6d 100%);
    /* background: linear-gradient(to bottom, #ff4495 0%, #ff6d6d 100%, #7db9e8 100%); */
    width: 220px;
    padding: 10px;
    margin: 20px;
    border: none;
    border-radius: 30px;
}

.lavishly-yours-regular {
  font-family: "Lavishly Yours", cursive;
/* font-weight: 400; */
  font-style: 200px;
  
}