body {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
}

/* Navigation bar  */

nav .navbar {
    min-height: 80px;
}

nav.sticky-top {
    z-index: 9;
    background: hsla(350, 86%, 86%, 0.941);
    backdrop-filter: blur(5px);
    height: 95px;
}

.sticky-top .navbar {
    min-height: 40px;
}

.sticky-top .siteLogo {
    top: 0%;

    width: 80px;
}
.navbar {
    padding: 0;
}
nav .menu {
    margin: 0;
    list-style: none;
}

nav .menu li {
    display: inline-block;
    padding: 0px 20px;
}

nav .menu li a {
    color: #000;
}

nav .toggler {
    display: none;
}

nav .close {
    display: none;
}

/* Home banner */

.Home-bg {
    top: 0;
}

#hero .Home-bg h2 {
    width: 510px;
    font-weight: 600;
    font-size: 39px;
}

.hero-line {
    width: 59px;
    height: 10px;
    /* background: #fabbc6; */
    background-color: #e85493;
    margin-top: 22px;
}

.Home-bg p {
    margin: 0px;
    font-size: 20px;
    width: 450px;
    font-weight: 500;
}

.mobile {
    object-fit: cover;
    height: 490px;
}

.apple-google img {
    width: 180px;
}

/* Service Section */
.service-text p {
    margin: 0;
}

.service-text h3 {
    font-size: 36px;
    font-weight: 600;
}

.service-line {
    width: 59px;
    height: 7px;
    /* background: #fabbc6; */
    background: #e85493;
    margin: auto;
}

.service p {
    font-size: 16px;
    /* font-weight: 500; */
    padding: 15px 0;
}

/* work  section */

.works {
    z-index: 2;
}

.work .work-italic {
    color: #2b2b2b;
    font-size: 14px;
    margin-bottom: 20px;
}
.work h3 {
    font-size: 36px;
    font-weight: 600;
}
.work-line {
    width: 59px;
    height: 7px;
    /* background: #fabbc6; */
    background: #e85493;
    margin: 0px;
    margin-bottom: 10px;
}

.works h2 {
    font-size: 39px;
    font-weight: 700;
}

.howorks {
    z-index: -1;
    bottom: 0;
    right: 0;
}

/* about */
.about {
    background-image: url("./assests/upload/about-bg.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.about .about-img {
   width: 329px;
    height: 566px !important
}

.about h1 {
    font-size: 36px;
    margin: 0;
    /* line-height: 65px; */
    font-weight: 600;
}

.about .about-line {
    /* background: #fabbc6; */
    background: #e85493;
    width: 80px;
    height: 6px;

    margin: 15px 0;
}
.about p {
    /* font-weight: 400;
    font-size: 18px; */
    line-height: 30px;
}

/* Testimonial */

.testimonial {
    height: 559px;
}

.testimonial .container {
    height: 100%;
}

.testi-line {
    width: 59px;
    height: 7px;
    /* background: #fabbc6; */
    background: #e85493;
    margin: 20px 0px;
}

.testi h2 {
    font-size: 39px;
    font-weight: 700;
}

.testimonial-img {
    z-index: -1;
    bottom: 0;
    right: 0;
}

.slider-1 {
    width: 20px !important;
    height: 20px !important;
    border-radius: 20px !important;
    border: 0px !important;
    color: #000 !important;
    background-color: #000 !important;
}

.carousel-indicators button:hover {
    /* background: rgb(0, 0, 0) !important; */
    background: #e85493 !important;
    opacity: 100% !important;
}
/* FAQ */
/* Service Section */
.faq-text p {
    margin: 0;
}

.faq-text h3 {
    font-size: 35px;
    font-weight: 600;
}

.faq-line {
    width: 59px;
    height: 7px;
    /* background: #fabbc6; */
    background: #e85493;
    margin: auto;
}

.h3 {
    font-weight: 400;
    margin: 0;
    font-size: 20px;
    color: #000;
}

.accordion-flush .accordion-item .accordion-button {
    color: #000;
    background: transparent;
    box-shadow: none;
    font-weight: 600;
}
.accordion-flush .accordion-item .accordion-button:active {
    color: #000;
    background: transparent;
    box-shadow: none;
}
.accordion-button::after {
    display: none;
}

.accordion-button::before {
    color: #000;
    margin-right: 10px !important;
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-right: 10px;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}

.accordion-button:not(.collapsed) {
    color: #ff859a !important;
}

/* tips */

.tip h1 {
    font-size: 36px;
    font-weight: 700;
}
.tip .tip-line {
    width: 59px;
    height: 6px;
    /* background: #fabbc6; */
    background: #e85493;
    margin: auto;
}
.tip p {
    font-size: 16px;
}

.tip .black-line {
    width: 45px;
    height: 3px;
    background: #000000;
    margin-bottom: 8px;
}
.tip .title {
    font-size: 16px;
    font-weight: 500;
}
.tip .heading {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 6px;
}

.tip .italic {
    font-size: 14px;
    margin-top: 20px;
    color: #2b2b2b;
}

.owl-theme .owl-dots .owl-dot {
    margin: 0 5px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px !important;
    height: 15px !important;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px !important;
}

.owl-carousel {
    padding-top: 20px !important;
}

/* Contact us */

.cont-line {
    width: 59px;
    height: 7px;
    /* background: #fabbc6; */
    background: #e85493;
    margin: auto;
}
.btn-submit {
    /* background: #f8bac4; */
    background: #e85493;
    /* color: rgb(0, 0, 0); */
    color: #fff;
    min-width: 150px;
    height: 46px;
    border: 0px;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
}

.btn-submit:hover {
    background: #f8bac4;
    color: rgb(0, 0, 0);
    min-width: 150px;
    height: 46px;
    border: 0px;
    outline: none;
    text-transform: uppercase;
    font-weight: 500;
}
input,
textarea {
    color: #000 !important;
}
.form-control {
    padding: 0;
    color: #000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

.form-control:focus {
    color: #21252900;
    background-color: rgba(255, 255, 255, 0);
    border-color: #000000;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0);
}

.hocontact {
    z-index: -1;
    bottom: 0;
    right: 0;
}

.contact-text-1 {
    color: #bcbcbc;
}

.contact-social {
    width: 20px;
    font-size: 20px;
}

/* footer */

footer {
    background: rgb(0 0 0 / 80%);
}
.footer-text {
    font-size: 12px;
}

