/*your custom css goes here*/

/* front page custom css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    scroll-behavior: smooth;
}

.mt-15 {
    margin-top: 5rem;
}

nav {
    background-color: whitesmoke;
}

.wrapper {
    background-color: #9b2c47;
    color: white;
    background-image: url('{{ asset("public/assets/img/home/pattern-1.png") }}');
    /*width: 100%;
    object-fit: contain;*/
    background-size: 20%;
    background-repeat: repeat;
}

.img_1 {
    background-image: url("https://bheservice.com/public/assets/img/home/n1.png");
    height: 100vh;
    object-fit: center;
    background-size: cover;
}

.img_1 .logo_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 4rem;
}

.bhe_1 a {
    font-size: 2.5rem;
    font-style: italic;
    font-weight: 900;
    font-family: emoji;
    color: white !important;
}

.up_btn {
    padding: 0.5rem 1rem;
    border-radius: 10px;
    border: 1px solid white;
    background: transparent;
    color: white;
    font-weight: 750;
    text-decoration: none;
}

.up_btn:hover {
    cursor: pointer;
    background: #9b2c47 !important ;
    color: whitesmoke;
    text-decoration: none;
}

#cont {
    color: #eee;
    background: #222;
}

.footer_wrap {
    color: #eee;
    background: #222;
}

.social-icon a {
    color: #eee;
}

.red_line {
    height: 5px;
    background-color: whitesmoke;
    width: 5rem;
}

.about-section h4 {
    color: wheat;
}

.about-section ul {
    line-height: 2.45rem;
}

.shaadi_sec {
    line-height: 2rem;
}

#abou-sec {
    padding: 3rem;
}

.about-section .register {
    padding: 0.5rem 2rem;
    background: transparent;
    border-radius: 8px;
    color: white;
    font-size: larger;
    border-color: white;
    border: 1px solid #fff;
}

.about-section .register:hover {
    cursor: pointer;
    background-color: white;
    color: #9b2c47;
    border-color: #9b2c47;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
        rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.apps {
    margin: 2rem;
}

.section_apps {
    /*padding: 8rem;*/
}

.section_apps h2 {
    color: antiquewhite;
}

.img-border {
    background-image: url('{{ asset("public/assets/img/home/border.png") }}');
    background-color: white;
    height: 45px;
}

.test-1 {
    margin: 2rem;
    padding: 1rem;
    border-radius: 2rem;
}

.test-a {
    background-color: white;
    color: #9b2c47;
}

.download {
    /*border: 1px solid;*/
    height: auto;
    align-items: center;
}

.img-border-2 {
    background-image: url('{{ asset("public/assets/img/home/shaadi-organization-pakistan-border-hr-down.png") }}');
    background-color: white;
    height: 40px;
    background-size: contain;
}

.contact-us {
    background-image: url('{{ asset("public/assets/img/home/Shaadi-Organization-Pakistani-Rishtay-Pattern.png") }}');
    /*background-color:#9B2C47 ;*/
    color: #9b2c47;
    height: auto;
    background-size: 20%;
    background-repeat: repeat;
}

/*.contact-input{
    padding-left: 5rem;
}*/

.contact-input h3 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #9b2c47;
}

.contact-input p {
    font-size: 1.5rem;
}

/*.input-txt{
    width: 35%;
    height: 20%;
    margin: 5px;
    border-radius: 1rem;
    padding: 0px 10px;
}*/

/*.input-msg{
    margin: 5px;
    width: 71.3%;
    height: 6rem;
    border-radius: 1rem;
    padding: 0px 10px;
}*/

input[type="text"] {
    width: 100%;
    padding: 10px 20px;
    margin: 8px 0;
    margin-bottom: 0.5rem;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}

input[type="text"]:focus {
    border: 3px solid #555;
}

.button-51 {
    border-radius: 4px;
    border: 1px solid #266db6;
    box-sizing: border-box;
    color: #555;
    font-family: "Avenir Next LT W01 Bold", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 11px 23px;
    position: relative;
    text-decoration: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: manipulation;
}

.button-51:hover,
.button-51:active {
    outline: 0;
}

.button-51:hover {
    background-color: transparent;
    cursor: pointer;
    color: #eee;
}

.button-51:before {
    background-color: #d5edf6;
    content: "";
    height: calc(100% + 3px);
    position: absolute;
    right: -7px;
    top: -9px;
    transition: background-color 300ms ease-in;
    width: 100%;
    z-index: -1;
}

.button-51:hover:before {
    background-color: #6dcff6;
}

.contact-information h3 {
    color: #9b2c47;
    font-weight: 600;
}

.mobile_footer_nav {
    position: sticky;
    bottom: 0;
}

.mobile-bottom-nav svg {
    width: 25px;
}

.mobile-bottom-nav p {
    font-size: 12px;
    color: #5c5b5b;
}

.profile_tab {
    color: #fff;
    background: linear-gradient(225deg, rgba(94, 50, 225, 1) 0%, rgb(230, 46, 4) 100%);
    padding: 0.5rem 2rem;
    border-radius: 10px;
}

.second_nav-item {
    white-space: nowrap;
}

@media (min-width: 768px) {
    .button-51 {
        padding: 16px 32px;
    }
}
@media (max-width: 426px) {
    #abou-sec {
        padding: 1rem;
        margin-top: 3rem;
    }
    .section_img {
        display: none;
    }

    .section_apps {
        padding: 1rem;
        margin-top: 3rem;
    }

    .mob-img {
        display: none;
    }

    .testimonials h1 {
        padding: 1rem;
    }

    .test-1 {
        margin: 0.5rem;
    }

    .test-1 > img {
        border-radius: 10px;
    }

    .test-a {
        margin: 0.5rem;
    }
    .download h1,
    a {
        margin: 0;
        text-align: center;
    }
    .contact-input {
        height: auto;
    }
    .contact-input input {
        padding: 0.2em;
        box-sizing: border-box;
        width: 100%;
    }
}

@media (max-width: 768px) {
    #abou-sec {
        padding: none !important;
    }
}

/* front page custom css end */

/*.home-slider-area {*/
/*    margin-top: 6.9rem;*/
/*}*/

/* body .py-5.bg-white, body .pt-6.pb-4.bg-white.text-center, body .container .contact-us, body .py-4.py-lg-5 {
    margin-top: 10rem;
} */