   /* All Fonts */

@font-face {
    font-family: p-regular;
    src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: p-light;
    src: url("../fonts/Poppins-Light.ttf");
}

@font-face {
    font-family: p-medium;
    src: url("../fonts/Poppins-Medium.ttf");
}

@font-face {
    font-family: p-bold;
    src: url("../fonts/Poppins-Bold.ttf");
}

@font-face {
    font-family: p-semibold;
    src: url("../fonts/Poppins-SemiBold.ttf");
}

/* ----------------------------------------------------------------------------------------------------- */



/* --------------------------------Generic Styling starts--------------------------------------------------------------------- */

a
{
    text-decoration: none !important;
    color: #d61d80;
}
a:hover
{
     
    color: #d61d80b0;
}

.mhrn {
    background: #542832 !important;
    border: 1px solid #542832;
    transition: 0.4s ease;
}

.mhrn:hover {
    background: #fff !important;
    color: #542832 !important;
}

.blu {
    background: #172c45;
    border: 1px solid #172c45;
    transition: 0.4s ease;
}

.blu:hover {
    background: #fff !important;
    color: #172c45 !important;
}

.whit {
    color: #fff !important;
}

.blu_clr {
    color: #172c45 !important;
}

::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d61d80;
    border-radius: 24px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #d61d80;
}

.gry {
    color: #7a7a7a !important;
}

/* ---------------------------------Generic Styling ends----------------------------------------------- */




/* Header css  starts*/
.navbar-expand-lg .navbar-nav .nav-link {
    transition: all 0.3s ease 0s;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    margin: 7px 2px;
}

header nav {
    margin-top: 0px;
}

nav#ftco-navbar {
    padding: 26px 43px;
}

.prop_logo {
    width: 178px;
    height: 39px;
    margin-right: 38px;
}

.prop_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

button#sendButton1 {
    padding: 7px 19px !important;
    border: 1px solid #d61d80;
    background: #d61d80;
    color: #fff;
    border-radius: 12px;
    font-size: 16px;
    transition: 0.4s ease;
}

button#sendButton1:hover {
    background: #fff;
    color: #d61d80;
}

.section-title h2 {
    font-size: 29px;
    font-family: 'p-semibold';
    color: #000000;
    text-align: center;
    margin: 0 0 30px 0;
}

/* toggler button css ends */

/* Header css  ends*/

/* -----------**-------------Home Page css starts----------**------------------------------------------------ */
.hm_bnr_img {
    position: relative;
    height: 500px;
    min-height: 350px;
}

.hm_bnr_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_banner {
    position: relative;
}

.home_banner .owl-dots {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
}

.home_banner .owl-nav {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 55px;
    color: #fff;
}

.home_banner .owl-nav .owl-prev span,
.home_banner .owl-nav .owl-next span {
    font-size: 30px;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    background: #d61d80;
    border-radius: 50%;
    color: #ffffff;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

.scnd_section {
    background: #d61d8026;
}

.scmd_hdng h3 {
    font-size: 32px;
    color: #000000;
    font-family: p-bold;
    margin: 28px 0;
}

.drvr_btn button {
    padding: 11px 37px;
    border-radius: 12px;
    color: #fff;
    background: #d61d80;
    border: 1px solid #d61d80;
    font-size: 18px;
    font-family: 'p-semibold';
    letter-spacing: 1px;
    transition: 0.4s ease;
    position: relative;
}

.drvr_btn button:hover {
    background: #fff;
    color: #d61d80;
}

.sc_content p {
    font-size: 20px;
    color: #000000;
    margin-bottom: 41px;
}

.scnd_section {
    padding: 51px 0;
}

.scnd_rit {
    padding-left: 32px;
}

.icon_hwks {
    width: 86px;
    height: 86px;
}
.icon_hwks img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.scnd_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.sell_banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 135px 30px;
    position: relative;
    margin: 41px 0;
    border-radius: 24px;
}

.sell_banner.passion_bnnr {
    background: url("../images/sell_banner.jpeg") !important;
}

.sell_banner:before {
    position: absolute;
    top: 0;
    left: 0;
    background: #0000009e;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 24px;
}

.sel_heading h3 {
    font-size: 24px;
    color: #fff;
    font-family: 'p-semibold';
    margin-bottom: 34px;
    position: relative;
}

.pass_headng h3 {
    font-size: 32px;
    font-family: 'p-semibold';
    color: #fff;
    margin-bottom: 22px;
    position: relative;
    z-index:1;
}

.pass_content p {
    font-size: 16px;
    color: #000000;
    font-family: p-light;
    padding-right: 20px;
    position: relative;
    z-index: 1;
}

.pass_left {
    padding: 48px 50px;
    background: url(../images/pizza-girl-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 15px 35px; */
    color: #fff;
    border-radius: 24px;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.pass_left:before {
    position: absolute;
    top: 0;
    left: 0;
    background: #00000091;
    content: "";
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    border-radius: 24px;
}

.passion_img {
    width: 100%;
    height: 350px;
    display: flex;
}

.passion_img img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
} 
 
.pass_right {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-direction: column;
    /* height: 100%; */
    padding: 48px 50px;
    background: url(../images/background-van.png);/*url(../images/freq_prson.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 15px 35px; */
    color: #fff;
    border-radius: 24px;
    position: relative;
    height: 100%;
}

.pass_right:before {
    position: absolute;
    top: 0;
    left: 0;
    background: #00000091;
    content: "";
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    border-radius: 24px;
}
.tiltImg {
    position: relative;
}

.tiltImg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    border: 8px solid #d61d80 !important;
    transform: rotate(-6deg) !important;
    -webkit-transform: rotate(-6deg) !important;
    -moz-transform: rotate(-6deg) !important;
    -ms-transform: rotate(-6deg) !important;
    -o-transform: rotate(-6deg) !important;
}

/* (A) TIMELINE CONTAINER */
.vtl {
    /* (A1) RELATIVE POSITION REQUIRED TO PROPERLY POSITION THE TIMELINE */
    position: relative;

    /* (A2) RESERVE MORE SPACE TO THE LEFT FOR THE TIMELINE */
    padding: 10px 10px 10px 50px;

    /* (A3) OPTIONAL WIDTH RESTRICTION *
    max-width: 400px;*/
}

.vtl,
.vtl * {
    box-sizing: border-box;
}

/* (B) DRAW VERTICAL LINE USING ::BEFORE */
.vtl::before {
    /* (B1) VERTICAL LINE */
    content: "";
    width: 5px;
    background-color: #d61d80;

    /* (B2) POSITION TO THE LEFT */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
}

/* (C) COSMETICS FOR EVENTS */
div.event {
    padding: 20px 30px;
    background-color: #d61d8026;
    position: relative;
    border-radius: 6px;
    margin-bottom: 10px;
}

/* (D) COSMETICS FOR EVENT DATE & TEXT */
p.date {
    font-size: 1.1em;
    font-weight: 700;
    color: #d61d80;
}

p.txt {
    margin: 10px 0 0 0;
    color: #222;
}

/* (E) EVENT "SPEECH BUBBLE CALLOUT" */
div.event::before {
    /* (E1) "MAGIC TRIANGLE" */
    content: "";
    border: 10px solid transparent;
    border-right-color: #d61d8026;
    border-left: 0;

    /* (E2) POSITION TO THE LEFT */
    position: absolute;
    top: 20%;
    left: -10px;
}

/* (F) CIRCLE ON TIMELINE */
div.event::after {
    content: "\f007";
    background: #fff;
    border: 4px solid #d61d80;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: -12%;
    left: -59px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 35px;
    padding: 2px 8px 2px 9px;
    color: #d61d80;
}

.hw_baner_wrppaer {
    background: url(../images/circle.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hw_baner {
    width: 100%;
    height: 584px;
}

.hw_baner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.prop_list {
    padding-left: 0;
}

.prop_list li {
    list-style: none;
    color: #7a7a7a;
    font-size: 16px;
    font-family: 'p-light';
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.prop_list li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    color: #7a7a7a;
    content: "✓ ";
}

.prob_partner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.blog_img {
    width: 100%;
    height: 450px;
    margin-bottom: 17px;
}

.blog_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.blg_list {
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.blg_list li {
    list-style: none;
    padding: 0 16px;
    font-size: 16px;
    color: gray;
    font-family: 'p-semibold';
    position: relative;
}

.blg_list li:before {
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: "";
    background: #d61d80;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.blog_hdng h3 {
    font-size: 20px;
    font-family: 'p-semibold';
    color: #150A33;
    margin-bottom: 14px;
}

.blog_pra p {
    font-size: 16px;
    color: #000000;
    font-family: 'p-light';
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hom_baner_content {
    position: absolute;
    top: 29%;
    left: 50%;
    transform: translate(-50%, -20%);
}

.read_mr {
    color: #d61d80;
    font-size: 18px;
    font-family: 'p-semibold';
}

.video_banner_pop {
    position: relative;
}

.vd_back {
    position: relative;
    padding-top: 30%;
    min-height: 300px;
}

.vd_back img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.vd_back::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #d61d8070;
}

.ply_icon i {
    font-size: 80px;
    color: #d61d80;
    transition: 0.4s ease;
}

.ply_icon:hover {
    transform: scale(1.5);
}

.ply_btnn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
}

.ply_icon {
    width: 80px;
    height: 80px;
    background: #ffffff94;
    text-align: center;
    border-radius: 50%;
    transition: 0.4s ease;
}

.beta_slider .owl-item>div {
    cursor: pointer;
    margin: 6% 8%;
    /* transition: margin 0.4s ease; */
}

.beta_slider .owl-item.center>div {
    cursor: auto;
    margin: 14px;
}

.beta_slider .owl-item:not(.center)>div:hover {
    opacity: .75;
}

.beta_slider .owl-item.active.center {
    border: 3px solid #d61d80;
    border-radius: 12px;
}

.beta_img {
    width: 100%;
    height: 400px;
}

.beta_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.beta_slider {
    padding: 60px 0;
} 

.beta_slider .owl-nav {
    text-align: center;
    margin: 24px 0;
    color: #fff;
}

.beta_slider button.owl-prev, .beta_slider button.owl-next {
    background: #ce2683 !important;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    margin-right: 18px;
}


.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}

.beta_hdng h3 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 31px;
    font-family: 'p-semibold';
    color: #000000;
}

.footer_wrap {
    background: #fff;
    padding: 43px 43px;
    border-top: 1px solid #80808052;
}

.copy_rit h3 {
    font-size: 16px;
    font-family: 'p-semibold';
    color: #000000;
}

.footer_list {
    padding-left: 0;
    display: flex;
    align-items: center;
}

.footer_list li {
    list-style: none;
    padding: 0 9px;
    font-size: 14px;
    color: #656565;
    font-family: p-medium;
    position: relative;
}

.footer_list li::before {
    width: 1px;
    height: 50%;
    background: #656565;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

 .play_btns {
            background: #2c2d2b;
            padding: 100px 0;
        }

       .play_img {
            width: 213px;
            height: 65px;
            margin: 12px auto;
            border-radius: 9px;
        }

       .play_img img {
            max-width: 100%;
            max-height: 100%;
            object-fit: fill;
            border-radius: 9px;
        }
        
        
        
        .ft_1 {
            padding: 12px 20px;
            border: 1px solid #8080805e;
            height: 100%;
            margin: 46px 0;
            border-radius: 14px;
            box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
        }

        .foot_mnuuu {
            background: #424142;
            padding: 50px 0;
        }

       .footer_mennuu {
            display: flex;
            align-items: flex-start;
            flex-wrap: wrap;
            flex-direction: column;
        }

        .footer_mennuu li {
            list-style: none;
            padding-right: 43px;
            color: #fff;
            margin-bottom: 19px;
        }

        .footer_mennuu li a {
            font-size: 16px;
            color: #000000;
            font-family: p-regular;
        }
        
        .maz_mrgn
        {
           margin: 10px 0 60px 0;
        }
        
        .foot_bg {
            background: #ad529136;
        }

        .social_icons {
            display: flex;
            align-items: center;
            justify-content: left;
            flex-wrap: wrap;
            margin-top: 14px;
        }
       .social_icons li {
            list-style: none;
            margin: 18px 20px;
        }


       .social_icons i {
            font-size: 24px;
            color: #b4488d;
        }

        .copy_rit_text p {
            font-size: 16px;
            color: #000000;
            font-family: 'p-regular';
            margin-top: 12px;
        }
 .copy_rit p {
    font-size: 18px;
    margin-top: 29px;
    text-align: right;
    color: #000000;
    font-family: 'p-light';
}

.social_media_icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.scl a {
    text-decoration: none;
}

.scl i {
    width: 47px;
    height: 47px;
    background: #d61d80;
    margin-right: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    color: #fff;
    border-radius: 8px;
    transition: 0.4s ease;
    border: 1px solid #d61d80;
}

.scl i:hover {
    background: #fff;
    color: #d61d80;
}

.footer_logo {
    width: 200px;
    height: 47px;
    margin-left: auto;
}

.footer_logo>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.footer_last {
    display: flex;
    align-items: center;
    height: 100%;
}


.subscribe-area {
    background-image: linear-gradient(to top, #724078bf 0%, #d61d80 100%);
    padding: 70px 0;
}

.subscribe-text span {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 5px;
}

.subscribe-text h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 6px;
}

.subscribe-wrapper {
    overflow: hidden;
}

.subscribe-form {}

.subscribe2-wrapper .subscribe-form input:focus-visible {
    border: 1px solid #fff !important;
    box-shadow: none !important;
    outline: none !important;

}

.subscribe2-wrapper .subscribe-form input {
    background: none;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    height: 57px;
    margin-right: 17px;
    padding-left: 35px;
    width: 70%;
    cursor: pointer;
}

.subscribe2-wrapper .subscribe-form input::placeholder {
    color: #fff;
}

.subscribe2-wrapper .subscribe-form button {
    background: #ffff;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #4b5d73;
    display: inline-block;
    font-size: 18px;
    font-family: 'p-medium';
    font-weight: 400;
    line-height: 1;
    padding: 18px 33px;
    transition: all 0.3s ease 0s;
}

.subscribe2-wrapper .subscribe-form button:hover {
    background: transparent;
    color: #fff;
}

.subscribe2-wrapper .subscribe-form button i {
    font-size: 18px;
    padding-left: 5px;
}

.subscribe-text h3 {
    font-size: 28px;
    font-family: 'p-semibold';
    color: #fff;
    margin-bottom: 11px;
    text-align: center;
}

.subscribe-text p {
    font-size: 16px;
    text-align: center;
    color: #ffe4e4cf;
    font-family: 'p-semibold';
    margin: 29px 0;
}

.fearturedSlider {
    position: relative;
    padding: 30px 0;
}

.fearturedSlider .owl-item>div {
    cursor: pointer;
    margin: 1% 1%;
    transform: scale(0.6);
    transition: all 0.4s ease;
}

.fearturedSlider .owl-item.center>div {
    cursor: auto;
    /* margin: 0; */
    transform: scale(1.0);
}

.fearturedSlider .owl-nav {
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    top: 38%;
    font-size: 35px;
    color: #fff;
    background-color: #000;
}

.fearturedSlider .owl-prev {
    position: absolute;
    left: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 20%;
}

.fearturedSlider .owl-next {
    position: absolute;
    right: 0;
    transform: translate(-50%, -50%);
    top: 50%;
    right: 17%;
}

.fearturedSlider .owl-nav button span {
    background: #d61d80ad !important;
    padding: 20px;
    border-radius: 8px;
}

.feat_imgg {
    margin: 20px auto;
    text-align: center;
    width: 60px;
    height: 60px;
    
}

.feat_imgg img {
    width: 100%;
    height: 100%;
    object-fit: content;
    filter: invert(15%) sepia(79%) saturate(3370%) hue-rotate(327deg) brightness(125%) contrast(88%);
}

.feat_hdng h3 {
    font-size: 22px;
    text-align: center;
    margin: 10px 0;
    color: #150A33;
    font-family: 'p-medium';
}

.ft_praa p {
    font-size: 14px;
    text-align: center;
    color: #656565;
    font-family: 'p-light';
    padding: 0 29px;
    margin: 13px 0;
}

.featur_wrapper {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    padding: 25px 0 63px 0;
    border-radius: 24px;
    margin: 19px 0;
}

.feat_headnggg h3 {
    font-size: 28px;
    text-align: center;
    margin: 20px 0;
    font-family: 'p-semibold';
    color: #212529;
}

.how_it_hdng h3 {
    font-size: 28px;
    text-align: center;
    margin: 20px 0;
    font-family: 'p-semibold';
    color: #212529;
    text-align: left;
    margin-bottom: 30px;
}
.ft_hdngg h3 {
    font-size: 22px;
    color: #000000;
    margin: 10px 0 20px 0;
    font-family: 'p-medium';
}
.glr_wrap {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 20px 0px;
}

.gal_1 {
    width: 150px;
    height: 150px;
    margin: 0 12px;
    border-radius: 17px;
    flex: 0 0 150px;
}

.gal_1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.gal_2 {
    width: 250px;
    height: 150px;
    margin: 0 0px;
    border-radius: 17px;
    flex: 0 0 250px;
}

.gal_2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}


:root {
    --color-text: navy;
    --color-bg: papayawhip;
    --color-bg-accent: #ecdcc0;
    --size: clamp(10rem, 1rem + 40vmin, 30rem);
    --gap: calc(var(--size) / 14);
    --duration: 400s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
}

@media (prefers-color-scheme: dark) {
    :root {
        --color-text: papayawhip;
        --color-bg: navy;
        --color-bg-accent: #2626a0;
    }
}

* {
    box-sizing: border-box;
}

.marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
    margin-bottom: 20px;
    gap: var(--gap);
    mask-image: linear-gradient(var(--mask-direction, to right),
            hsl(0 0% 0% / 0),
            hsl(0 0% 0% / 1) 20%,
            hsl(0 0% 0% / 1) 80%,
            hsl(0 0% 0% / 0));
}

.marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll-x var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
    .marquee__group {
        animation-play-state: paused;
    }
}

.marquee--vertical {
    --mask-direction: to bottom;
}

.marquee--vertical,
.marquee--vertical .marquee__group {
    flex-direction: column;
}

.marquee--vertical .marquee__group {
    animation-name: scroll-y;
}

.marquee--reverse .marquee__group {
    animation-direction: reverse;
    animation-delay: -7s;
}

@keyframes scroll-x {
    from {
        transform: translateX(var(--scroll-start));
    }

    to {
        transform: translateX(var(--scroll-end));
    }
}

@keyframes scroll-y {
    from {
        transform: translateY(var(--scroll-start));
    }

    to {
        transform: translateY(var(--scroll-end));
    }
}

/* Element styles */
.marquee svg {
    display: grid;
    place-items: center;
    width: var(--size);
    fill: var(--color-text);
    background: var(--color-bg-accent);
    aspect-ratio: 16/9;
    padding: calc(var(--size) / 10);
    border-radius: 0.5rem;
}

.marquee--vertical svg {
    aspect-ratio: 1;
    width: calc(var(--size) / 1.5);
    padding: calc(var(--size) / 6);
}

/* Parent wrapper */
.gallr_wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    margin: auto;
    max-width: 100vw;
    margin-top: -81px;
    margin-bottom: 77px;
}

.gallr_wrapper--vertical {
    flex-direction: row;
    height: 100vh;
}

/* Toggle direction button */
/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/
  .p_relative{
        position: relative !important;
        z-index: 1 !important;
        }
        .wrk_icon {
        width: 50px;
        height: 50px;
        margin-right: 23px;
        }
        .wrk_icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        filter: invert(15%) sepia(79%) saturate(3370%) hue-rotate(327deg) brightness(125%) contrast(88%);
        }
        .wrk_crd_wraper_1 {
        display: flex;
        align-items: center;
        margin-bottom: 14px;
        }
        .wrk_card_hdng h3 {
        font-size: 22px;
        font-family: 'p-semibold';
        margin-bottom: 0;
        }
        .wrk_card_wraper2 p {
        font-size: 18px;
        font-family: p-regular;
        margin-top: 25px;
        }
        .wrk_cards {
        padding: 80px 40px 61px;
        border: 1px solid #80808040;
        box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
        margin-bottom: 30px;
        height: 100%;
        }
    .specials {
        overflow: hidden;
        background: #fff;
        padding: 59px 0;
    }
.abt_hdng_new h3 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 21px;
    font-family: 'p-semibold';
    color: #212529;
}
.abt_bttnn a {
    padding: 10px 22px;
    background: #d61d80;
    color: #fff;
    border-radius: 10px;
    transition: 0.4s ease;
    border: 1px solid #d61d80;
    font-size: 18px;
    font-family: 'p-medium';
}
.abt_bttnn a:hover { 
    background: #fff;
    color: #d61d80 ;
}
.abt_bttnn {
    text-align: center;
}
.specials .nav-tabs {
    border: 0;
}

.specials .nav-link {
    border: 0;
    padding: 12px 15px;
    transition: 0.3s;
    color: #000000;
    border-radius: 0;
    border-right: 2px solid #d61d80;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    font-family: 'p-semibold';
}

.icon_hwks i {
    font-size: 115px;
    color: #d61d80;
}

.specials .nav-link:hover {
    color: #d61d80;
}

.specials .nav-link.active {
    color: #fff;
    background: #d61d80;
    border-color: #d61d80;
    font-family: 'p-semibold';
}

.specials .nav-link:hover {
    border-color: #d61d80;
}

.specials .tab-pane.active {
    -webkit-animation: fadeIn 0.5s ease-out;
    animation: fadeIn 0.5s ease-out;
}

.card_sell {
    display: flex;
    /* height: 100%; */
    align-items: center;
    margin: 40px 0;
    padding: 33px 16px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 24px;
}

.specials .details h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #4c4f4f;
    font-family: 'p-semibold';
}

.specials .details p {
    color: #000000;
}

.specials .details p:last-child {
    margin-bottom: 0;
}

@media (max-width: 992px) {
    .specials .nav-link {
        border: 0;
        padding: 15px;
    }
}

@media (max-width: 1300px) {
          .play_img img {
            max-width: 85%;
            max-height: 100%;
            object-fit: fill;
            border-radius: 9px;
        }
}


.hom_baner_content {
    position: absolute;
    top: 29%;
    left: 50%;
    transform: translate(-50%, -20%);
    z-index: 1;
}

.hm_bnr_img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000b0;
    content: "";
    z-index: 0;
}

.work_secctn {
    margin: 68px 0;
}


/* Property dashboard css */

 /* dashboard css */
 .dashboardWrap {
    display: flex;
}
.dash_left {
    flex: 0 0 15%;
    background: #d61d80;
    border-radius: 0;
    transition: 0.4s ease;
}
 
.dash_right {
    flex: 0 0 85%;
    background: #9e9e9e29;
	 
}
.dash_logo {
    width: 149px;
    height: 133px;
    margin: auto;
    padding: 36px 0;
    position: sticky;
    top: 5px;
}
.dash_logo.colp_logo {
    width: 90px !important;
    height: 102px !important;
}
.dash_logo img{
     width: 100%;
	 height: 100%;
	 object-fit: contain;
}
.dashboad_ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    margin: 10px 0;
    padding: 16px 14px;
    position: relative;
    color: #5D636E;
}
.dashboad_ul li.active {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    margin: 19px 0; 
    position: relative;
    background: #090B0F;
    opacity: 0.8;
    color: #fff !important;
	position: relative;
}
.dashboad_ul li.active::before {
     position: absolute;
	 top: 0;
	 left: 0;
	 background: #d3b4c5;
	 border-radius: 0px 10px 10px 0px;
	 width: 5px;
	 height: 100%;
	 content: "";
	 opacity: 1;
}
.dashboad_ul {
    height: calc(100vh - 204px);
    overflow-y: auto;
    padding-left: 0;
}
.sid_img {
    /* width: 30px;
    height: 22px; */
    margin-right: 13px;
}
.sid_img i {
    font-size: 25px;
    color: #fff;
}
span.badge.badge-secondary.pp_badg {
    font-size: 10px;
    padding: 4px 5px 3px 5px;
    text-align: center;
    background: #0D1524;
    border: 0.5px solid #A1A1A1;
    border-radius: 3px;
    opacity: 1;
    color: #FEFEFE !important;
}
.dashboad_ul a {
    color: #fff;
}
.dash_menu {
    margin-top: 53px;
    position: sticky;
    top: 158px;
    background: #d61d80;
	border-radius: 0px 0px 30px 0px;
}
.dash_cont p {
    font-size: 14px;
    font-family: 'p-medium';
    margin-bottom: 0;
    margin-left: 5px;
    color: #fff;
}
.dsh_hdmenu a {
    color: #000000;
    font-size: 14px;
    font-family: 'p-semibold';
}
.dash_main {
    margin: 28px 0;
}
.dash_header {
    padding: 20px 37px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}
.dsh_hdmenu ul {
    display: flex;
    align-items: center;
}
.notificationss
{
	position: relative;
}
.notificationss:before {
    position: absolute;
    width: 26px;
    height: 26px;
    background: #1c1e2e;
    content: "";
    top: -11px;
    left: 40%;
    transform: rotate(45deg);
}
.bel_icon {
    margin-left: 14px;
    background: #262941 0% 0% no-repeat padding-box;
    border-radius: 19px;
    opacity: 1;
    padding: 10px 10px 4px 10px;
    cursor: pointer;
    transition: 0.4s ease;
    position: relative;
}
.bel_icon:before {
    position: absolute;
    content: "";
    background: #EE0000;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: 21px;
    top: 9px;
    border: 1px solid #000000;
}
.bel_icon i {
    font-size: 20px;
	transition: 0.4s ease;
}

.bel_icon i.icn_color
{
	color:  #FB731F !important;
}

.dsh_hdmenu ul li {
    list-style: none;
    padding: 0px 24px;
}
.rit_hdr {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 75px;
}
.pro_logimg {
    width: 46px;
    height: 46px;
    margin-right: 10px;
}
.pro_logimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pro_loginWrap {
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
}
.prof_text h3 {
    font-size: 18px;
    font-family: inherit;
    margin-bottom: 0;
}
.prof_text p {
    font-size: 14px;
    font-family: pop-light;
}
.bel_icon {
    margin-left: 14px;
}
.notifi_barr {
    position: absolute;
    background: #1C1E2E;
    width: 426px;
    right: 18px;
    top: 94px;
    border-radius: 20px;
    display: none;
    transition: 0.4s ease;
	z-index: 4;
}
.not_img {
    width: 58px;
    height: 58px;
    flex: 0 0 20%;
}
.not_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.cls_iconn i {
    position: absolute;
    right: 15px;
    top: 12px;
    color: #ff914d;
}
.not_hdng {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #474852;
    padding: 4px 0;
}
.noti_br h3 {
    font-size: 16px;
    font-family: 'pop-medium';
    margin: 10px 0;
    margin-left: 96px;
}
.icon_not p {
    font-size: 12px;
    font-family: 'pop-medium';
    color: #FB731F;
    margin: 10px 0;
    margin-right: 26px;
}
.not_conttnt h3 {
    font-size: 14px;
    font-family: pop-semibold;
    color: #FB731F;
    margin-bottom: 0;
}
.not_conttnt p {
    font-size: 12px;
    font-family: pop-lightitalic;
    color: #DBDBDB;
}
.not_scndp p {
    font-size: 12px;
    font-family: 'pop-regular';
    margin: 9px 0;
    color: #A2A2A2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dashboad_ul li.mn_lst_cnt
{
	justify-content: center !important;
}
.notifa_msgs {
    height: calc(100vh - 258px);
    overflow-y: auto;
    margin: 0 0 17px 0;
}
.notifa_msgs li {
    list-style: none;
    padding: 17px 0;
    border-bottom: 1px solid gray;
    width: 100%;
     
}
.notifa_msgs li.unread {
    list-style: none;
    padding: 13px 0 6px 0;
    border-bottom: 1px solid gray;
    width: 100%;
    background: #090B0F;
    position: relative;
}
.notifa_msgs li.unread:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-radius: 24px;
    content: "";
    background: #fb731f;
}
.notifa_msgs a {
    display: flex;
    align-items: flex-start;
}
.not_conttnt {
    flex: 0 0 80%;
    padding-right: 5px;
	position: relative;
}
.time_span p {
    font-size: 12px;
    color: #8F8F8F;
    font-family: 'pop-italic';
}
.time_span {
    position: absolute;
    top: 0;
    right: 24px;
} 
#bars {
    width: 26px;
    height: 16px;
    cursor: pointer;
    z-index: 13;
}
  
  #bars div {
	width: 100%;
	height: 3px;
	background: #d61d80;
	margin: 4px auto;
	transition: all 0.3s;
	backface-visibility: hidden;
  }
  
  #bars.on .one {
	transform: rotate(45deg) translate(5px, 5px);
  }
  
  #bars.on .two {
	opacity: 0;
  }
  
  #bars.on .three {
    transform: rotate(-45deg) translate(4px, -6px);
}
.dash_left.colp_left {
    flex: 0 0 3% !important
}
.dash_cont.colp_pp {
    display: none !important;
}
.dash_right.col_right {
    flex: 0 1 97% !important;
}
 
/* icons */

/* nav-icon-1 */
.nav-icon-1 {
    width: 22px;
    height: 22px;
    position: relative;
    transition: .1s;
    margin: 10px 10px;
    cursor: pointer;
    display: none;
    margin-top: 15px;
}
  .nav-icon-1 span {
    width: 3px;
    height: 3px;
    background-color: #fd8f4b;
    display: block;
    border-radius: 50%;
    position: absolute;
}
  .nav-icon-1:hover span{
	transform: scale(1.2);
	transition: 350ms cubic-bezier(.8, .5, .2, 1.4);
  }
  .nav-icon-1 span:nth-child(1) {
    left: 0;
    top: 5px;
}
.nav-icon-1 span:nth-child(2) {
    left: 9px;
    top: 5px;
}
.nav-icon-1 span:nth-child(3) {
    right: 1px;
    top: 5px;
}
.nav-icon-1 span:nth-child(4) {
    left: 0;
    top: 12px;
}
.nav-icon-1 span:nth-child(5) {
    position: absolute;
    left: 9px;
    top: 12px;
}
.nav-icon-1 span:nth-child(6) {
    right: 1px;
    top: 12px;
}
.nav-icon-1 span:nth-child(7) {
    left: 0px;
    bottom: 0px;
}
.nav-icon-1 span:nth-child(8) {
    position: absolute;
    left: 9px;
    bottom: 0px;
}
.nav-icon-1 span:nth-child(9) {
    right: 1px;
    bottom: 0px;
}
  .nav-icon-1.open{
	transform: rotate(180deg);
	cursor: pointer;
	transition: .2s cubic-bezier(.8, .5, .2, 1.4);
  }
  .nav-icon-1.open span{
	border-radius: 50%;
	transition-delay: 200ms;
	transition: .5s cubic-bezier(.8, .5, .2, 1.4);
  }
  .nav-icon-1.open span:nth-child(1) {
  	left: -2px;
  	top: -2px;
  }

  .nav-icon-1.open span:nth-child(2) {
  	left: 4px;
  	top: 3px;
  }

  .nav-icon-1.open span:nth-child(3) {
  	right: -1px;
  	top: -2px;
  }

  .nav-icon-1.open span:nth-child(4) {
  	left: 6px;
  	top: 12px;
  }

  .nav-icon-1.open span:nth-child(5) {
  	position: absolute;
  	left: 10px;
  	top: 8px;
  }

  .nav-icon-1.open span:nth-child(6) {
  	right: 4px;
  	top: 3px;
  }

  .nav-icon-1.open span:nth-child(7) {
  	left: 1px;
  	bottom: 3px;
  }

  .nav-icon-1.open span:nth-child(8) {
  	left: 15px;
  	bottom: 7px;
  }

  .nav-icon-1.open span:nth-child(9) {
  	right: -1px;
  	bottom: 3px;
  }
  .dash_wlcm {
    border-bottom: 1px solid #707070;
    padding: 13px 34px 7px 0;
    margin-left: 34px;
	}
	.dash_wlcm h3 {
		font-size: 24px;
		font-family: 'pop-medium';
		color: #FEFEFE;
	}
	.ddsh_crd {
		background: #182132;
		padding: 30px;
		text-align: center;
		box-shadow: 0px 3px 6px #00000057;
		border-radius: 24px;
		opacity: 1;
		margin: 33px 13px;
		position: relative;
		cursor: pointer;
	}
	.dash_crds {
		padding-right: 31px;
	}
	.d_count {
		position: absolute;
		top: 26px;
		left: 34px;
	}
	.d_count p {
		font-size: 21px;
		font-family: 'pop-medium';
		color: #FFFFFF;
	}
	.ddcard_img {
		width: 100%;
		height: 123px;
		margin: auto;
		margin-bottom: 44px;
		margin-top: 9px;
	}
	.ddcard_img img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.dc_title h3 {
		font-size: 26px;
		font-family: 'pop-regular';
		margin-right: 15px;
		color: #FFFFFF;
	}
	.dc_title h3 span {
		margin-left: 14px;
		font-size: 26px;
	}

	.cel2_crdWrap.intrvie_crd {
		width: 41%;
		margin: 16px 40px 14px 25px;
	}
	
    
	.cel2_crdWrap.intrvie_crd .clk_img img { 
		filter: brightness(0) invert(1) !important;
	}


	.cl_hd.int_hd h4 {
		font-size: 18px;
		font-family: pop-semibold;
		margin-bottom: 0;
	}
	.tim_hd h3 {
		font-size: 14px;
		margin-bottom: 0;
		font-family: 'pop-regular';
		letter-spacing: 1px;
		color: #FFFFFF;
	}
	.int_list p {
		font-size: 14px;
		font-family: 'pop-light';
		color: #fff;
		margin-right: 0;
	}
	 
	.int_writr p
	{
		font-size: 14px;
		font-family: pop-medium;
		color: #FFFFFF;
		margin-bottom: 15px;
	}
	.int_writr.int_reqq p
	{
		font-family: pop-regular !important;
	}
	.sh_intvw {
		margin: 27px 0 8px 0;
		text-align: center;
	}
	.sh_intvw a {
		background: linear-gradient(45deg, #fe904c, #FB731F);
		box-shadow: 3px 5px 7px #57575730;
		opacity: 1;
		padding: 10px 34px;
		color: #fff;
		font-size: 14px;
		font-family: 'pop-semibold';
		border-radius: 24px;
		transition: 0.4s ease;
		border: 1px solid #FB731F ;
	}
	.sh_intvw a:hover {
		 background: #fff;
		 color: #FB731F;
	}
	.Celbscnd_cards.intr_cardss {
		height: calc(100vh - 100px);
		overflow-y: auto;
	}
	.int_hdng h3 {
		font-size: 20px;
		margin-left: 26px;
		padding-top: 15px;
		margin-top: 11px;
		margin-bottom: 15px;
		color: #FFFFFF;
		font-family: 'pop-regular';
		position: relative;
		display: inline-block;
	}
	.int_hdng h3:before {
		position: absolute;
		top: 0;
		left: 0;
		background: #FB731F;
		width: 48px;
		height: 4px;
		border-radius: 24px;
		content: "";
	}
	.int_hdng h3 span {
		background: #FB7422;
		padding: 8px 8px;
		border-radius: 24px;
		font-size: 14px;
		margin-left: 12px;
		font-family: pop-semibold;
		position: absolute;
		top: 11px;
		left: 100%;
	}
	.btnaccptWrp {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.sh_dcline {
		margin: 27px 0 8px 0;
		text-align: center;
	}
	.sh_dcline a {
		background: transparent;
		box-shadow: 3px 5px 7px #57575730;
		opacity: 1;
		padding: 10px 34px;
		color: #fff;
		font-size: 14px;
		font-family: 'pop-semibold';
		border-radius: 24px;
		transition: 0.4s ease;
		border: 1px solid #fff ;
	}
    
    .refr_wrap {
        display: flex;
        align-items: flex-start;
        border-bottom: 2px solid #ccc;
        margin-left: 32px;
        margin-top: 11px;
        padding-bottom: 20px;
        position: relative;
    }
    .refr_wrap:before {
        position: absolute;
        top: 100%;
        left: 0;
        background: #d61d80;
        content: "";
        width: 231px;
        height: 2px;
    }
    .hdref_img {
        filter: invert(49%) sepia(50%) saturate(1280%) hue-rotate(345deg) brightness(100%) contrast(97%);
    }
    .refhd_acitve h3 {
        color: #d61d80 !important;
    }
    .refr_frnd_hdng h3 {
        font-size: 22px;
        margin-left: 12px;
        margin-bottom: 0px;
        font-family: 'p-semibold';
    }
    .property_fromWrapper {
        background: #ab5c8666;
        margin: 33px 31px;
        border-radius: 24px;
        padding: 55px 0;
        box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    }
    .property_fromWrapper label {
        font-size: 16px;
        font-family: 'p-medium';
    }
    .property_fromWrapper .form-control {
        height: 48px;
        border-radius: 12px;
        color: #000000;
        border: none;
        font-size: 16px;
        font-family: p-light;
    }
    .property_fromWrapper .form-control:focus
    {
        border: 1px solid #d61d806e;
        box-shadow: none;
    }
    .property_fromWrapper .form-group {
        margin-bottom: 23px;
    }
    .property_fromWrapper textarea {
        height: 153px !important;
    }
    .update_btn button {
        font-size: 16px;
        background: #d61d80;
        border: 1px solid #d61d80;
        padding: 7px 26px;
        border-radius: 12px;
        font-family: 'p-medium';
        color: #fff;
        transition: 0.4s ease;
    } 
    .update_btn a {
        font-size: 16px;
        background: #d61d80;
        border: 1px solid #d61d80;
        padding: 7px 26px;
        border-radius: 12px;
        font-family: 'p-medium';
        color: #fff;
        transition: 0.4s ease;
    } 
    .update_btn button:hover
    {
        background: #fff;
        color: #d61d80;
    }
    .update_btn.nw_upd_btn
    {
        margin-top: 60px;
    }
    .prv_wrpaer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .prv_wrpaer .form-group {
        margin-bottom: 0;
        flex: 0 0 78%;
    }
    .prv_wrpaer small {
        margin-bottom: 10px;
    }
    .update_btn.nw_upd_btn { 
        flex: 0 0 20%;
    }
    .property_fromWrapper small {
        margin-bottom: 10px;
    }
    .lstng_img {
        width: 450px;
        height: 350px;
        margin: auto;
    }
    .lstng_img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .listing_text p {
        text-align: center;
        font-size: 20px;
        font-family: 'p-medium';
        color: #625e5e;
        margin: 28px 0;
    }
    .listing_text a {
        color: #d61d80;
        text-decoration: none;
    }   
    .carer_fil.file-upload , .pdf_fill.file-upload {
        display: block;
        text-align: center;
        font-family: Helvetica, Arial, sans-serif;
        font-size: 12px;
    }
    .carer_fil.file-upload .file-select, .pdf_fill.file-upload .file-select {
        display: block;
        border: 1px solid #c7c7c7;
        color: hsl(210, 29%, 29%);
        cursor: pointer;
        height: 50px;
        line-height: 40px;
        text-align: left;
        background: #FFFFFF;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }
    .carer_fil.file-upload .file-select .file-select-button, .pdf_fill.file-upload .file-select .file-select-button  {
        border-top: 3px solid #d61d80;
        border-bottom: 3px solid #d61d80;
        background: #d61d80;
        color: #FFFFFF;
        font-size: 16px;
        cursor: pointer;
        font-family: 'p-medium';
        padding: 0 20px;
        display: inline-block;
        height: 50px;
        line-height: 45px;
        letter-spacing: 1px;
    }
    .carer_fil.file-upload .file-select .file-select-name, .pdf_fill.file-upload .file-select .file-select-name {
        line-height: 40px;
        display: inline-block;
        padding: 0 10px;
    }
    .carer_fil.file-upload .file-select input[type=file], .pdf_fill.file-upload .file-select input[type=file] {
        z-index: 100;
        cursor: pointer;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer;
    }
  
    [type="radio"]:checked,
    [type="radio"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }
    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label
    {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }
    [type="radio"]:checked + label:before,
    [type="radio"]:not(:checked) + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 18px;
        height: 18px;
        border: 1px solid #ddd;
        border-radius: 100%;
        background: #fff;
    }
    [type="radio"]:checked + label:after,
    [type="radio"]:not(:checked) + label:after {
        content: '';
        width: 12px;
        height: 12px;
        background: #d61d80;
        position: absolute;
        top: 3px;
        left: 3px;
        border-radius: 100%;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    [type="radio"]:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    [type="radio"]:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
     
    .cstm_chk_box {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }
      
      /* Hide the browser's default checkbox */
      .cstm_chk_box input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
      }
      
      /* Create a custom checkbox */
      .checkmark {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        height: 18px;
        width: 18px;
        background-color: #eee;
    }
      
      /* On mouse-over, add a grey background color */
      .cstm_chk_box:hover input ~ .checkmark {
        background-color: #ccc;
      }
      
      /* When the checkbox is checked, add a blue background */
      .cstm_chk_box input:checked ~ .checkmark {
        background-color: #d61d80;
      }
      .abt_img {
        background-position: center !important;
        background-size: 100% 100% !important;
        background-repeat: no-repeat !important;
        padding:  0;
    }
    .abt_img_1 {
        width: 500px;
        height: 100%;
        margin: auto;
        padding: 33px;
    }
    .abt_img_1 img
    {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
      
      /* Create the checkmark/indicator (hidden when not checked) */
      .checkmark:after {
        content: "";
        position: absolute;
        display: none;
      }
      
      /* Show the checkmark when checked */
      .cstm_chk_box input:checked ~ .checkmark:after {
        display: block;
      }
      
      /* Style the checkmark/indicator */
      .cstm_chk_box .checkmark:after {
        left: 7px;
        top: 3px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    .pric_cardds {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
    }
    
    .pric_cardds .card-basic,
    .pric_cardds .card-premium,
    .pric_cardds .card-standard {
      margin: 0 2rem 1rem 0;
      padding: 0 0 0.5rem 0;
      width: 15rem;
      background: #fff;
      color: #444;
      text-align: center;
      border-radius: 1rem;
      box-shadow: 0.5rem 0.5rem 1rem rgba(51, 51, 51, 0.2);
      overflow: hidden;
      transition: all 0.1ms ease-in-out;
    }
    .pric_cardds .card-basic:hover,
    .pric_cardds .card-premium:hover,
    .pric_cardds .card-standard:hover {
      transform: scale(1.02);
    }
    
    .pric_cardds .card-header {
      height: 5rem;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 0.8rem;
      padding: 1rem 0;
      color: #fff;
      clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
    }
    
    .pric_cardds .header-basic,
    .pric_cardds .btn-basic {
      background: #d61d80;
    }
    
    .pric_cardds .header-standard,
    .pric_cardds .btn-standard {
      background: linear-gradient(135deg, #b202c9, #cf087c);
    }
    
    .pric_cardds .header-premium,
    .btn-premium {
      background: #a71379;
    }
    
    .pric_cardds .card-body {
      padding: 0.5rem 0;
    }
    .pric_cardds .card-body h2 {
        font-size: 2rem;
        font-weight: 700;
        position: relative;
        padding: 16px 0;
    } 
    .pric_cardds .card-element-container {
        color: #444;
        list-style: none;
        padding-left: 0;
        padding: 10px 10px;
    }
    .pric_cardds .card-header h1 {
        font-size: 18px;
        font-family: 'p-semibold';
        padding: 10px 0;
        color: #ffff;
        letter-spacing: 1px;
    }
    .pric_cardds .btn {
        margin: 0.5rem 0;
        padding: 0.7rem 1rem;
        outline: none;
        border-radius: 1rem;
        font-size: 1rem;
        font-weight: 700;
        color: #fff;
        border: none;
        cursor: pointer;
        transition: all 0.1ms ease-in-out;
        width: 84%;
        margin: 0 17px;
        text-align: center;
    }
    .pric_cardds .card-body h2:before {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(50%) rotate(119deg);
        width: 5px;
        height: 100%;
        background: #d61d80;
        content: "";
        border-radius: 24px;
    }
    .pric_cardds.btn:hover {
      transform: scale(0.95);
    }
    
    .pric_cardds .btn:active {
      transform: scale(1);
    }
    
    .pric_cardds .card-element-hidden {
      display: none;
    } 
    .dlt_pra p {
        font-size: 16px;
        font-family: 'p-light';
        margin-left: 45px;
        text-align: center;
        margin-bottom: 20px;
        color: #000000;
    }
    .hdng_login h3 {
        font-size: 25px;
        text-align: center;
        font-family: 'p-medium';
        color: #000000;
    }
    .hdng_login {
        text-align: center;
        margin: 20px auto;
    }
    .login_Wrapr {
        background: linear-gradient(45deg, #d61d80, transparent);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: calc(100vh - 100px);
        overflow-y: auto;
    }
    .update_btn {
        margin-bottom: 12px;
    }
    .lgn input, .lgn button, .lgn a {
        padding: 10px 10px;
        background: #d72584;
        display: block;
        color: #fff;
        text-align: center;
        font-family: 'p-medium';
        border-radius: 12px;
        transition: 0.4s ease;
    }
     .lgn input, .lgn button, .lgn a:hover
    {
        background: #fff;
        color: #d72584;
    }
  
    .fearturedSlider .owl-next {
        position: absolute;
        right: 0;
        transform: translate(-50%, -50%);
        top: 50%;
        right: 17%;
        background: #d61d80 !important;
    }
    
    .fearturedSlider .owl-theme .owl-nav [class*=owl-] {
        color: #FFF !important;
        font-size: 15px !important;
        margin: 5px !important;
        padding: 6px 10px 10px !important;
        background: #e91e63 !important;
        display: inline-block !important;
        cursor: pointer !important;
        border-radius: 3px !important;
    }

    .fearturedSlider .owl-prev {
        position: absolute;
        left: 0;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 20%;
        background: #d61d80 !important;
    } 

    .fearturedSlider .owl-nav button span {
        background: none !important;
    }
    .scnd_rit {
        padding:  0;
    }

/* -----------**-------------Home Page css ends----------**------------------------------------------------ */

@media screen and (max-width: 991px) {
    .footer_flxx {
        flex-direction: column-reverse;
    }

    .footer_logo {
        width: 200px;
        height: 47px;
        margin: 10px auto 40px auto;
    }

    .copy_rit {
        text-align: center;
        margin: 30px 0;
    }

    .footer_list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .subscribe2-wrapper .subscribe-form input {
        width: 100%;
        cursor: pointer;
        margin-bottom: 17px;
    }

    ul.navbar-nav.scnd_ul {
        align-items: flex-start !important;
    }
    .dash_left {
        display: none;
        position: relative;
    }
    .dash_logo {
        width: 149px;
        height: 112px;
    }
    .dashboad_ul {
        height: 100vh;
        overflow-y: auto;
    }
    .dash_right {
        flex: 0 0 100%;
    }
    .dash_left.cmp_hide {
        display: block !important;
        position: absolute;
        z-index: 12;
     }
 
}

@media screen and (max-width: 767px) {
    .footer_list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .social_media_icons {
        margin: 10px 0 40px 0;
    }

    .footer_logo {
        width: 227px;
        height: 66px;
        margin: auto;
    }

    .prop_logo {
        width: 119px;
        height: 30px;
        margin-right: 38px;
    }

    nav#ftco-navbar {
        padding: 26px 20px;
    }

    .navbar-toggler {
        padding: 0 !important;
    }

    .sel_heading h3 {
        font-size: 16px;
        color: #fff;
        font-family: 'p-semibold';
        margin-bottom: 34px;
    }
    .p_relative{
           position: relative !important;
           z-index: 1 !important;
        }

    .drvr_btn button {
        font-size: 12px;
        padding: 11px 21px;
    }

    .feat_headnggg h3 {
        font-size: 18px;
    }

    .hom_baner_content {
        top: 16%;
        left: 50%;
    }

    .icon_hwks i {
        font-size: 115px;
        color: #d61d80;
        margin-bottom: 23px;
    }
    .update_btn.nw_upd_btn {
        flex: 0 0 100%;
        margin-top: 14px;
    }
    .prv_wrpaer .form-group {
        margin-bottom: 0;
        flex: 0 0 100%;
    }
    .lstng_img {
        width: calc(100% - 13px);
        height: 350px;
        margin: 13px;
    }
    .listing_text p { 
        font-size: 16px; 
    }
    .fearturedSlider .owl-nav {
        top: 100%;
        margin-top: 20px;
    }
    .fearturedSlider .owl-prev { 
        left: 40%; 
    }
    .fearturedSlider .owl-next { 
        right: 26%; 
    }
}

@media screen and (max-width: 576px) {
    .abt_img_1 {
        width: 100%;
        height: 350px;
        margin: auto;
    }
   .play_img { 
        margin: 20px auto;
    }
    .social_icons i {
        font-size: 26px;
        color: #656465;
    }
    .footer_mennuu li a {
        font-size: 14px;
        color: #000000;
        font-family: p-regular;
    }
    
    .ft_1 {
        padding: 23px 20px; 
        height: unset;
        margin: 14px 0;
        border-radius: 14px;
        box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    }
    .blg_list li {
        font-size: 12px;
    }

    .blog_hdng h3 {
        font-size: 14px;
        text-align: center;
    }

    .blog_pra p {
        font-size: 14px;
    }

    .read_mr {
        font-size: 14px;
    }

    .blog_img {
        width: 100%;
        height: 300px;
        margin-bottom: 17px;
    }

    .blog_wraper {
        padding: 14px;
    }

    .pass_headng h3 {
        font-size: 20px;
        font-family: 'p-semibold';
        color: #fff !important ;
        margin-bottom: 22px;
        z-index:1;
        position: relative;
    }

    .pass_content p {
        font-size: 14px;
        padding-right: 0;
        positon: relative;
        z-index: 1;
    }

    .pass_right { 
        padding: 0 27px;
        margin-bottom: 67px;
        margin-top: 60px;
    }

    .hw_baner {
        width: 100%;
        height: 300px;
        margin-bottom: 12px;
    }

    .how_it_hdng h3 {
        font-size: 24px;
        margin-bottom: 46px;
    }

    .beta_slider {
        padding: 22px 0;
    } 
    .prob_partner {
        height: 403px;
        width: 100%;
    }

    .hm_bnr_img {
        position: relative;
        height: 350px;
    }

    .scmd_hdng h3 {
        font-size: 23px;
        color: #000000;
        font-family: p-bold;
        margin: 28px 0;
        white-space: nowrap;
    }

    .drvr_btn button {
        font-size: 12px;
        padding: 11px 10px;
    }
    .beta_img {
        width: 100%;
        height: 100%;
    }
}