@charset "UTF-8";
/* CSS Document * Varun Dewan 2019 */

.drop {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.swiper-scrollbar-drag{
    background: #c89933 !important;
}
.drop.open {
    z-index: 100;
}

.drop.open .drop-screen {
    z-index: 100;
    display: block;
}

.drop.open .drop-options {
    z-index: 200;
    max-height: 200px;
}

.drop select {
    display: none;
}

.link {
    text-align: center;
    margin: 20px 0px;
    color: #8CACD7;
}


.drop .drop-display {
    position: relative;
    padding: 0px 20px 5px 5px;
    width: 100%;
    z-index: 1;
    margin: 0px;
    font-size: 16px;
    min-height: 58px;
    background: #FFFFFF;
    border: 1px solid #E4E0D6;
    border-radius: 48px;
    height: 40px;
}

.drop .drop-display:hover:after {
    opacity: 0.75;
}

.drop .drop-display:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 24px;
    color: #444;
    font-family: fontawesome;
}

.drop .drop-display .item {
    position: relative;
    display: inline-block;
    margin: 5px 5px -4px 0px;
    padding: 0px 25px 0px 10px;
    overflow: hidden;
    line-height: 36px;
    background: #FFFFFF;
    border: 1px solid #E4E0D6;
    border-radius: 48px;
    height: 40px;
}

.drop .drop-display .item .btnclose {
    color: #444;
    position: absolute;
    font-size: 16px;
    right: 5px;
    top: 10px;
    cursor: pointer;
}

.drop .drop-display .item .btnclose:hover {
    opacity: 0.75;
}

.drop .drop-display .item.remove {
    -webkit-animation: removeSelected 0.2s, hide 1s infinite;
    animation: removeSelected 0.2s, hide 1s infinite;
    -webkit-animation-delay: 0s, 0.2s;
    animation-delay: 0s, 0.2s;
}

.drop .drop-display .item.add {
    -webkit-animation: addSelected 0.2s;
    animation: addSelected 0.2s;
}

.drop .drop-display .item.hide {
    display: none;
}

.drop .drop-options {
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    position: absolute;
    width: 100%;
    max-height: 0px;
    overflow-y: auto;
    transition: all 0.25s linear;
    z-index: 1;
}

.drop .drop-options a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    color: #000;
    position: relative;
    max-height: 40px;
    transition: all 1s;
    overflow: hidden;
}

.drop .drop-options a.remove {
    -webkit-animation: removeOption 0.2s;
    animation: removeOption 0.2s;
    max-height: 0px;
}

.drop .drop-options a.add {
    -webkit-animation: addOption 0.2s;
    animation: addOption 0.2s;
}

.drop .drop-options a.hide {
    display: none;
}

@-webkit-keyframes pop {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pop {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes removeOption {
    from {
        max-height: 40px;
    }

    to {
        max-height: 0px;
    }
}

@keyframes removeOption {
    from {
        max-height: 40px;
    }

    to {
        max-height: 0px;
    }
}

@-webkit-keyframes addOption {
    from {
        max-height: 0px;
    }

    to {
        max-height: 40px;
    }
}

@keyframes addOption {
    from {
        max-height: 0px;
    }

    to {
        max-height: 40px;
    }
}

@-webkit-keyframes removeSelected {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes removeSelected {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes addSelected {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes addSelected {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes hide {

    from,
    to {
        max-height: 0px;
        max-width: 0px;
        padding: 0px;
        margin: 0px;
        border-width: 0px;
    }
}

@keyframes hide {

    from,
    to {
        max-height: 0px;
        max-width: 0px;
        padding: 0px;
        margin: 0px;
        border-width: 0px;
    }
}



/* post detail page css */
.main_title_business {
    text-align: center;
}

.main_title_business h3 {
    font-family: "Quattrocento", serif;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 28px;
    text-transform: uppercase;
}

.main_title_business p {
    margin-bottom: 15px;
    font-weight: 500;
}

.image_section p {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 20px;
    padding: 20px;
}

.main_title_business_post {
    padding-top: 70px;
    padding-bottom: 30px;
}

.image_section {
    width: 80%;
    margin: auto;
}

button#btn_area {
    background: #181818;
    border-radius: 40px;
    color: #fff;
    padding: 8px 25px;
    margin: 0px 25px;
}

.image_section img {
    width: 100%;
}

.background_section img {
    width: auto;
}

.background_section {
    background-image: url(images/post_person.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0px;
}

@media screen and (max-width: 580px) {
    .background_section {
        background-image: url(images/post_person.png);
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 40px;
    }

    .box {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        align-items: center;
        flex-direction: column !IMPORTANT;
    }

    .meta_tag {
        flex-wrap: wrap;
        justify-content: flex-start !important;
    }

    button#btn_area {
        margin: 0px 0px;
    }

    .background_section img {
        width: 20%;
    }
}

.main_title_business span {
    font-size: 13px;
}

.dropbtn {
    background: none;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 0;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #998049;
    color: #fff;
}

.dropdown:hover .dropdown-content {
    display: block;
}

button.dropbtn {
    background-image: url(images/dot.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.breadcrumb-main {
    width: 100%;
    display: inline-block;
    padding: 15px 0;
    color: #998049;
}

.breadcrumb-main a {
    color: #181818;
}

.meta_tag {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tag-section {
    text-align: left;
    padding: 50px 0px;
}

.btn-tag button {
    background: #EBEBEB;
    border-radius: 40px;
    padding: 15px 15px;
    border: solid 1px #EBEBEB;
    margin: 10px;
}

/* popup css */
.modal {

    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    /* border: 6px solid #9d8551; */
    border: 6px solid #dc7228;
    width: 50%;
}

/* The Close Button */
.modal-content .close {
    color: #9d8551;
    font-size: 57px;
    font-weight: bold;
    position: absolute;
    right: 20px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.form-group_content label {
    margin-bottom: 10px;
}

span.from_data a {
    color: #000;
    font-family: 'Montserrat';
}

.form-group_content .col-xs-12.col-sm-6 {
    margin-bottom: 10px;
}

.form-group_content label {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 18px;
    color: #998049;
}

.form-group_content h3 {
    margin-bottom: 20px;

}

@media screen and (max-width: 768px) {
    .modal-content {
        width: 80%;
    }
}

/*category page   */
.business_section {
    margin-top: 30px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 119px 0px;
}

.business_section {
    text-align: center;
    color: #fff;
}

.business_section h2 {
    font-family: 'Cal Roman Capitals';
    font-style: normal;
    font-weight: 400;
    font-size: 58px;
    line-height: 48px;
    color: #FFFFFF;
}

.business_section a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    text-decoration-line: underline;
    color: #FFFFFF;
}

.find_feature_category_section .find_feature_category_area .category_area.business .list-inline li {
    width: 25%;
    padding: 0px 10px;
}

@media (max-width: 360px) {
    .find_feature_category_section .find_feature_category_area .category_area.business .list-inline li {
        width: 50%;
        padding: 0px 10px;
    }
}

.search_area_category {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

button.btn-create {
    background: #181818;
    border-radius: 40px;
    color: #fff;
    padding: 7px 11px;
}

.category_search .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

.meta_area .name {
    color: #232323;
    font-weight: 500;
    font-size: 14px;

}

.main_title_business_post .name {
    text-align: left;
}

.main_title_business_post .by {
    text-align: left;
}

.meta_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 5px;
}

.meta_area .by {
    padding-top: 5px;
    color: #808080;
    font-size: 13px;

}

.right_area img {
    padding: 0px;
}

/*span.select2.select2-container.select2-container--default {*/
/*    margin-left: 10px;*/
/*}*/
.category_search {
    display: flex;
    align-items: center;
}

div#type {
    margin-left: 20px;
}

/*span.select2-selection.select2-selection--multiple
 {
    width: 150px !important;
}*/
@media screen and (max-width: 768px) {
    .search_area_category {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .category_search {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    select#myMulticategory span.select2-selection.select2-selection--multiple {

        width: 150px !important;
    }
}

@media screen and (max-width: 580px) {
    .search_area_category {

        flex-direction: column;
    }

}

span.select2.select2-container.select2-container--default {
    width: 100% !important;
}



/*/*Single post*/

.main_title_details {
    padding: 50px 40px;
}

.time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 30px;
}

.address {
    text-align: left;
}

.main_title_details {
    margin: 50px 0px;
    /*  width: 80%;*/
    margin: auto;

    line-height: 30px;
}

@media screen and (max-width: 768px) {
    .main_title_details {
        width: 100%;
    }

    .hours {

        width: 100% !important;
        margin-top: 30px;
    }

    .time span span {
        padding-left: 10px !important;
    }
}

section.address-section {

    margin: 50px 0px;
}

.address a {
    color: #000;
    font-size: 16px;
}

span.phone {
    font-size: 16px;
}

.main_title_details h3 {
    margin-bottom: 40px;
}

.time span span {
    padding-left: 23px;
}

.hours {

    width: 40%;
    margin-top: 30px;
}

.main_title_details p {
    font-size: 20px;
    margin-bottom: 20px;
}


/* Style the tab */
.tab {
    overflow: hidden;
    /*border: 1px solid #998049;
    background-color: #998049;*/
    color: #fff;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: #998049;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 26px;
    transition: 0.3s;
    font-size: 17px;
    margin: 5px 10px;
    color: #fff;
    border-radius: 60%;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #000;
    color: #fff;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #000;
    color: #fff;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 32px 12px;
    border: none;
    margin-top: 20px;
}

div#London {
    display: block;
}

.tab_feature_section h2 {
    margin-bottom: 30px;
}

.tab_feature_section {
    padding: 50px 0px;
}

i.fa-regular.fa-bookmark:before {
    content: '\f02e';
    font-family: FontAwesome;
    display: block;
    font-size: 20px;
}

i.fa-regular.fa-location-dot:before {
    content: '\f3c5';
    font-family: FontAwesome;
    display: block;
    font-size: 20px;
}

i.fa-duotone.fa-mobile:before {
    content: '\f3ce';
    font-family: FontAwesome;
    display: block;
}

i.fa-regular.fa-share-nodes:before {
    content: "\f1e0";
    font-family: FontAwesome;
    display: block;
    font-size: 20px;
}

/*single post page css*/
.main_title_post {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.address {
    border: solid 1px #ddd;
    padding: 15px 20px;
    background: #181818;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    border-radius: 40px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.phone_section {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    border-radius: 40px;
    padding: 15px 20px;
    display: inline;
}

.phone_section a {
    color: #181818;
    font-size: 13px;
}

.url_section {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    border-radius: 40px;
    padding: 15px 20px;
    margin: 10px
}

.url_section a {
    color: #181818;
    font-size: 13px;
}

.gmail_section {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 25%);
    border-radius: 40px;
    padding: 15px 20px;

}

.gmail_section a {
    color: #181818;
    font-size: 13px;
}

.main_title_post_colum {
    padding: 35px 0px;
}

.icons a {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 12%);
    padding: 8px;
    margin: 5px;
    border-radius: 50%;
    display: inline-block;
}

.icons {
    text-align: left;
}

.icons span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #181818;
}

.icons span {
    padding-right: 20px;
}

.box {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.imagee img {
    height: 310px;
}

@media screen and (min-width: 320px) and (max-width: 580px) {
    .main_title_post {
        display: block;

    }

    .main_title_business h3 {
        font-size: 16px;
        text-align: left;
    }

    .gmail_section {

        display: block;
        margin: 10px;
        display: block;
    }

    .url_section {

        display: block;
        margin: 10px;
    }

    .address {
        display: flex;
        align-items: center;
        margin: 10px;
        display: block;
    }

  
}

.phone_section {
    display: block;
    margin: 10px;
}

.address img {
    padding-right: 5px;
}


@media screen and (min-width: 581px) and (max-width: 990px) {
    .main_title_business h3 {
        font-size: 16px;
        text-align: left;
    }
}

/* The Modal (background) */
.modal {

    position: fixed;
    z-index: 1;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #ddd;
}

/* Modal Content */
.modal-content1 {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 600px;
}

.column {
    float: left;
    width: 25%;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.cursor {
    cursor: pointer;
    padding-top: 10px;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

.imagee img:first-child {
    display: block;
}

.imagee img {
    display: none;
}

.imagee span {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 40%;
    cursor: pointer;
    font-family: 'Cal Roman Capitals';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    transform: translate(-50px, -20px);
}

/*//end*/

/*Create post page*/
.images-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

/*.images-box i.fa-solid.fa-trash {
    background: #fff;
    padding: 5px;
    top: 46%;
    color: #000;
    left: 28%;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    border-radius: 2px;
    transform: translate(-50%, 50%);
}*/
.images-box i.fa-solid.fa-trash {
    background: #fff;
    padding: 5px;
    top: 0;
    color: #000;
    left: 90%;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    border-radius: 2px;
    transform: translate(-45%, 40%);
}

.multiple_video i.fa-solid.fa-play {
    background: #fff;
    padding: 10px;
    top: 50%;
    color: #000;
    left: 50%;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    border-radius: 20px;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 580px) {
    .images-box {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
        flex-direction: column;
    }
}

.multiple_images {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.multiple_video {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

input#exampleInputtext::placeholder {
    font-family: 'Montserrat';
    color: #181818;
    font-weight: 500;
}



/*new-css*/
.fa-trash {
    cursor: pointer;
}

.inner-product {
    margin-top: 10px !important;
}

select#size {
    background: #FFFFFF;
    border: 1px solid #E4E0D6;
    border-radius: 48px;
    height: 48px;
    width: 100%;
    padding: 0.375rem 0.75rem;
}


.categories-items.new {
    width: 100%;
    padding-top: 5px;
    display: flex !important;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
}



select#myMultiuniqe,
select#myMultiuniqe1,
select#myMultiuniq2 {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
}

.option-section span.select2-selection.select2-selection--multiple {
    display: block;
    width: 100% !important;
    /* height: 48px;*/
}

.option-section input.select2-search__field {
    border: none !important;
    margin-top: 5px;
}

.option-section input.select2-search__field:focus-visible {
    outline: unset !important;
}

.category-img li {
    width: 25% !important;
}

span.select2-dropdown.select2-dropdown--above {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 1051;
}

.select2-results__option {
    padding: 6px;
    -webkit-user-select: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
}

.breadcrumb-main .col-12 {
    font-size: 14px !important;
}

@media only screen and (max-width : 468px) {
    .align-format {
        padding-top: 50px;
        padding-left: 20px !important;
    }

    .product-detail-col,
    .inner-product {
        padding-bottom: 0;
    }

    .category-img li {
        width: 50% !important;
    }

    .icon-links {
        top: 85% !important;
    }

    .categories-items.new {
        display: grid !important;
        gap: 10px;
        grid-template-columns: 1fr 1fr;
    }

    .product-card {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .product-btn {
        padding-right: 4px !important;
    }

    .product-btn a {
        font-size: 12px;
    }
}



/*Create product*/
.categories-items-product {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 8px;
    display: grid;
}

.form-group select {
    background: #FFFFFF;
    border: 1px solid #E4E0D6;
    border-radius: 48px;
    height: 48px;
    width: 100%;
    padding: 10px;
}

input#exampleInputprice {
    background-image: url(../images/doller.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 53px;
}

.multiple_images span {
    background: #fff;
    padding: 5px;
    top: 0;
    color: #000;
    left: 90%;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    border-radius: 2px;
    transform: translate(-45%, 40%);
}

.multiple_video span {
    background: #fff;
    padding: 5px;
    top: 0;
    color: #000;
    left: 90%;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    border-radius: 2px;
    transform: translate(-45%, 40%);
}

.btn_section1 button {
    background-color: #000;
    padding: 8px 20px;
    width: 100%;
    height: 50px;
    margin: auto;
}

@media screen and (max-width: 580px) {
    .categories-items-product {
        grid-template-columns: 1fr;
        gap: 8px;
        display: grid;
    }

    .radio {
        display: flex;
        flex-wrap: wrap;
    }
}

div#datepicker input {
    background: #FFFFFF;
    border: 1px solid #E4E0D6;
    border-radius: 48px 0px 0px 48px;
    height: 48px;
    width: 100%;
    padding: 20px;
    border-right: 0px;
}

span.input-group-addon {
    background: #FFFFFF;
    border: 1px solid #E4E0D6;
    border-radius: 48px;
    padding: 15px;
}

div#datepicker {
    width: 100%;
    margin: 0px;
}

/*productnov*/

.col-xs-12.col-sm-4.align-format strong {
    font-family: Montserrat;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    font-weight: 500;
}

.upload-btn-wrapper1 {
    background: url(images/upload-video.png) no-repeat #FAFAFA center;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 200px;
    height: 150px;
    border: 2px solid #E4E0D6;
    border-radius: 5px;
}

.upload-btn-wrapper1 input[type=file] {
    opacity: 0;
}

.left-image .left_area {
    padding: 0px !important;
}

ul.featured-list {
    font-size: 16px;
    line-height: 32px;
    padding-top: 10px;
}

.icon-links i {
    padding: 10px;
}

.icon-links {
    position: absolute;
    right: 0;
    top: 60%;
}

.icon-links i.fa.fa-plus {
    color: white;
    background: #d64937;
}

.icon-links i.fa.fa-facebook-square {
    color: white;
    background: #4267B2;
}

.icon-links i.fa.fa-twitter {
    color: white;
    background: #1DA1F2;
}

.icon-links i.fa.fa-print {
    background: #657786;
    color: white;
}

.icon-links i.fa.fa-envelope {
    color: white;
    background: grey;
}

.icon-links i.fa.fa-plus {
    color: white;
    background: #d64937;
}

.inner-product .slick-list.draggable {
    padding-top: 10px;
}

.slider-for button.slick-prev.slick-arrow,
.slider-for button.slick-next.slick-arrow {
    bottom: 200px;
}

.related-section {
    padding-top: 0;
    padding-bottom: 0;
}

[aria-label="Previous"],
[aria-label="Next"] {
    visibility: hidden;
}

[aria-label="Previous"]:after {
    content: "\f053";
    visibility: initial !important;
    font-family: 'Font Awesome 5 Pro';
    float: left;
    color: white;
    background: #8F8F8F;
    border-radius: 30px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 3px
}

[aria-label="Next"]:after {
    content: "\f054";
    visibility: initial;
    font-family: 'Font Awesome 5 Pro';
    color: white;
    background: #000;
    border-radius: 30px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 3px
}

.action-arrow {
    display: flex;
    justify-content: space-between;
}

.detail-section {
    padding-top: 30px;
}

.slick-slide {
    height: auto;
}

button.slick-next.slick-arrow {
    position: absolute;
    right: 10px;
    bottom: 15px;
}

button.slick-prev.slick-arrow {
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 999;
}

.align-format {
    text-align: left;
    padding-top: 10px;
}

.product-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #232323;
    color: white;
    width: 100%;
    border-radius: 40px;
    padding-left: 15px;
    padding-right: 10px;
    height: 50px;
    margin-top: 30px;
}

.detail-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #232323;
    color: white;
    width: 50%;
    border-radius: 40px;
    padding-left: 15px;
    padding-right: 10px;
    height: 50px;
    margin-top: 30px;
}

.align-format button {
    color: white;
    background: no-repeat;
    border: unset;
    display: flex;
    align-items: center;
}

.product-btn a {
    background: #998049;
    color: white;
    border-radius: 40px;
    width: 30%;
    text-align: center;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px
}

.detail-feature {
    padding-top: 20px;
}

.upload-btn-wrapper1 {
    background: url(images/upload-video.png) no-repeat #FAFAFA center;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 200px;
    height: 150px;
    border: 2px solid #E4E0D6;
    border-radius: 5px;
}

.multiple_images span img.you-tube {
    padding: 5px;
    top: 100%;
    color: #000;
    left: -50px;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    border-radius: 2px;
    transform: translate(-100%, 100%);
}

input#exampleInputtext::placeholder {
    color: #808080;
}

ul.featured-list li {
    list-style: disc !important;
}

.btn_section1 button {
    border-radius: 48px !important;
}

/*arrow-css*/


/*******************************
Profile Page CSS
****************************************/

.profle_tag {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pond {
    padding-left: 25px;
}

div#tab1 {
    margin: 0px;
}

section.tab-section section.find_feature_section {
    padding: 20px 0px;
}

.pond h6 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 4px;
}

.one_third {
    z-index: 0 !important;
}

.pond span {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #808080;
}

.pond a {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #998049;
    text-decoration: underline;
}

.tabcontent {
    display: block;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.tab button:hover {
    background-color: transparent;
    color: #000;
}

div#tab2 {
    display: none;
}

div#tab3 {
    display: none;
}

.taining h6 {
    font-family: Cal Roman Capitals;
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
}

button.tablinks {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    background: transparent;
    color: #181818;
    padding: 26px 26px;
    border-radius: 0px;
    margin: 0px;
}

.tab button.active {
    color: #998049;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    font-family: Montserrat;
    border-bottom: solid;
}

.location {
    padding-bottom: 15px;
}

section.business_banner {
    padding: 40px 30px;

}

.about-business a {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #998049;
    text-decoration: underline;
}

.about-business-profile img {
    border-radius: 50%;
}

.tab {
    border-bottom: solid 1px #E4E0D6;
}

.profle_tag {
    position: relative;
}

.profle_tag span img {
    position: absolute;
    left: 60%;
    top: -5%;
}

.detail-section {
    max-width: 850px;
    margin: auto;
    padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .taining h6 {
        font-family: Cal Roman Capitals;
        font-size: 35px;
    }

    .box {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
    }
}

.about-business {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.about-business-profile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.taining {
    padding-left: 30px;
}

.box a {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.taining a {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: #181818;
    padding: 20px;
}

.box img {
    border-radius: 0px;
}

.phone_section1 a {
    padding-left: 0px;
}

.dropdown:hover .dropdown-menu,
.one_third {
    display: block;
    overflow: visible !important;
}

.dropdown-menu {
    margin-top: 0;
}

ul.dropdown-menu {
    top: -1px;
    right: 0;
}

.dropdown-menu {
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    border: 0px;
    right: 0;
}

.dropdown-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.img_area {
    border-radius: 10px !important;
}

.dropdown-menu a:hover {
    background: #998049;
    color: #fff;
}


/****************************************
End User profile page
*********************************************************/


/****************************************
About US
*********************************************************/

@media (max-width:990px) {
    #description h1 {
        font-size: 33px !important;
        line-height: 42.51px !important;
    }

    .head_text {
        font-size: 15px !important;
    }

    #about p {
        font-size: 59px !important;
    }

    .about_cust {
        font-size: 40px !important;
    }

    #about .learn {
        font-size: 27px !important;
    }
}

/* new css  */
.bread_crumb {
    padding: 10px 0px;
    color: #181818 !important;
    font-family: Montserrat;
}

.text_dark a {
    color: #181818 !important;
}

#about {
    line-height: 58px;
    text-align: center;
}

#about p {
    text-transform: uppercase !important;
    font-size: 80px;
    font-family: 'Cal Roman Capitals';
    font-weight: 400 !important;
    text-align: center;
}

.about_cust {
    font-size: 48px;
}

#about .learn {
    text-transform: uppercase !important;
    font-size: 36px;
    font-family: 'Cal Roman Capitals';
    font-weight: 300 !important;
    text-align: center;
}

#description {
    text-align: center;
    padding: 40px;
}

#description p {
    text-align: center;
    font-family: Montserrat;
    Font-style: Regular;
    Font-size: 16px;
    line-height: 32px;
    vertical-align: top;
    font-weight: 400;
}

.author {
    font-family: Montserrat;
}

#description h1 {
    font-size: 48px;
    font-weight: 600;
    line-height: 58.51px;
    font-family: Montserrat;
}

.author span {
    font-style: italic;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}

.author p {
    font-size: 16px;
    align-items: center;
    font-weight: 400;
}

.head_text {
    line-height: 30px;
    font-weight: 400;
    font-size: 22px;
}

/****************************************
End About Us
*********************************************************/




/*------------------------------------ -new css------------------------------------------- */
.grid_cst {
    box-shadow: 0px 0px 20px -10px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.col_cst {
    position: relative;
    margin-top: 2rem;
}

.grid_cst img {
    border-radius: 10px;
    transition: .5s;
    width: 100%;
}

.grid_cst:hover img {
    transform: scale(1.2);
}

/* .content {
    transform: translateY(-10px)!important;
} */
.content {
    box-shadow: 0px 0px 20px -10px;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    bottom: 12px;
    background-color: #fff;
    line-height: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 14px;
    gap: 9px;
    width: 94%;
    transition: .5s;
}

@media screen and (max-width: 1200px) {
    .content {
        width: 92%;
    }
}

@media screen and (max-width: 770px) {
    .content {
        width: 96%;
    }
}

@media screen and (max-width: 570px) {
    .content {
        width: 93%;
    }
}

.content img {
    border-radius: 100%;
    box-shadow: 0px 0px 20px -10px;
    padding: 7px;
    margin-right: 1rem;
}

.content button {
    border: none;
}

.content button:hover .dropdown-menu {
    display: block !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
}

.content ul.dropdown-menu {
    position: absolute;
    left: -10rem;
    top: 22px;
}

.content a.dropdown-item {
    padding: 18px;
}

.content span {
    padding-top: 5px;
    color: #808080;
    font-size: 13px;
    line-height: 36px;
}

.div_cst1 tr td {
    font-family: 'Montserrat';
    font-size: 14px;
    line-height: 17.08px;
    font-weight: 500;
    padding: 15px 0px;
    border: none;
}

.div_cst1 .modal-content {
    border: none;
}


h5 {
    font-family: Montserrat;
}

.modal-footer {
    display: block;
    font-size: 15px;
    text-align: left;
    font-family: Montserrat;
}

.profle_tag {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pond {
    padding-left: 25px;
}

div#tab1 {
    margin: 0px;
}

section.tab-section section.find_feature_section {
    padding: 20px 0px;
}

.pond h6 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 4px;
}

.one_third {
    z-index: 0 !important;
}

.pond span {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #808080;
}

.pond a {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #998049;
    text-decoration: underline;
}

.tabcontent {
    display: block;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.tab button:hover {
    background-color: transparent;
    color: #000;
}

div#tab2 {
    display: none;
}

div#tab3 {
    display: none;
}

div#tab4 {
    display: none;
}

div#tab5 {
    display: none;
}

.taining h6 {
    font-family: Cal Roman Capitals;
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
}

button.tablinks {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    background: transparent;
    color: #181818;
    padding: 26px 26px;
    border-radius: 0px;
    margin: 0px;
}

.tab button.active {
    color: #998049;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    font-family: Montserrat;
    border-bottom: solid;
}

.location {
    padding-bottom: 15px;
}

.feature-box .location{height: auto; overflow-y: auto; font-size: 10px; line-height: 18px; color: #000; font-weight: normal;}
.feature-box .Name {
  padding-left: 0px;
  padding-top: 10px;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  clear: both;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 500;
  color: #000;
}
.feature-box .price, .feature-box .Date, .feature-box .Time {
  margin-left: 0px;
  padding: 0px 0px;
   font-size: 13px!important; 
  color: rgba(0,0,0,1);
  line-height: 24px;
  font-weight: normal;
}
/*.feature-box:hover span, .feature-box:hover .name, .feature-box:hover .Date, .feature-box:hover .Time, .feature-box:hover .location span {color: #fff;}*/
.feature-box:hover ul li span i{color: #000;}
.feature-box .main-days-frame span, .feature-box span.days-box{color:#000;}
.feature-box:hover span{color: #000;}
video.d-block.w-100{margin-bottom: 10px;}

section.business_banner {
    padding: 40px 30px;

}

.about-business a {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: #998049;
    text-decoration: underline;
}

.about-business-profile img {
    border-radius: 50%;
}

.tab {
    border-bottom: solid 1px #E4E0D6;
}

.profle_tag {
    position: relative;
}

/* .profle_tag span img {
    position: absolute;
    left: 47%;
    top: 65%;
} */

.detail-section {
    max-width: 850px;
    margin: auto;
    padding-bottom: 40px;
}


@media screen and (max-width: 768px) {
    .taining h6 {
        font-family: Cal Roman Capitals;
        font-size: 22px;
    }

    .about-business-profile {
        flex-direction: column !important;
    }

    section.business_banner {
        padding: 31px 0;
    }

    .box {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: column;
    }
}

.about-business {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.about-business-profile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.taining {
    padding-left: 30px;
}

.box a {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.taining a {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: #181818;
    /* padding: 20px; */
}

.box img {
    border-radius: 0px;
}

.phone_section1 a {
    padding-left: 0px;
}

.dropdown:hover .dropdown-menu,
.one_third {
    display: block;
    overflow: visible !important;
}

.dropdown-menu {
    margin-top: 0;
}

ul.dropdown-menu {
    top: -1px;
    right: 0;
}

#show_notifications .dots-menu ul.dropdown-menu {top:35px;}

.dropdown-menu {
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    border: 0px;
    right: 0;
}

.hour_slt select.form-select {
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 17.07px;
    padding: 10px;
    border-radius: 300px;
    margin: 10px 0 22px 0;
}

#model_cl span {
    text-decoration: underline;
    font-weight: 600;
}

.dropdown-menu a {
    color: black;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

.img_area {
    border-radius: 10px !important;
}

.dropdown-menu a:hover {
    background: #dc7228;
    color: #fff!important;
}

#cst_model .modal-content {
    border: none;
}

#cst_model h4 {
    font-family: 'Cal Roman Capitals';
    font-weight: 400;
    font-size: 36px;
    line-height: 36px;
}

.modal-backdrop {
    position: relative !important;
}

.modal {
    background: #0000006e;
    z-index: 9999;
}

.modal-content {
    width: 100%;
}

/* 
**************************Entertainment Page************************************ */

.entertainment_listing {
    text-align: center;
    margin: 20px 0;
}


.card-box-entertainment {
    position: relative;
    overflow: hidden;
    height: 97%;
    margin-bottom: 7px;
    box-shadow: 0px 0px 2px #fcd152;
    padding: 5px;
    border: 1px solid #fcd152;
    border-radius: 5px;
    padding-bottom: 8px;
    position: relative;
    background: #fff;
    transition: all linear 1s;
}




/* Selectric Dropdown */
.selectric-wrapper {
  margin: 40px auto;
  width: 50%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: white url('ajax-loader.gif') center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide img.slick-loading {
  background: white url('ajax-loader.gif') center center no-repeat;
  padding-bottom: 100%;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
.slick-prev:before {
  content: '\2190';
}

.slick-next {
  right: -25px;
}
.slick-next:before {
  content: '\2192';
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  outline: none;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\2022';
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
}

.new-blog-post .content-slider .slick-dots {bottom: 0; width: 98%;}
.new-blog-post .content-slider .slick-dots li{width: 15px; height: 15px;}
.new-blog-post .content-slider .slick-dots  li button{font-size: 10px;}
.new-blog-post .content-slider .slick-dots  li button::before{font-size: 10px; color: #000;}

.content {
  width: 80%;
  margin: auto;
}

.main, html {
  background: #2b2b2b;
  color: #fff;
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  outline: none;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '\2022';
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: white;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
}

.category {
  position: relative;
}
.category .show-more-link {
  position: absolute;
  width: auto;
  height: auto;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
}
.category .show-more {
  display: none;
  position: absolute;
  width: 80%;
  height: auto;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px;
  background: #cccccc;
}
.category .show-more p {
  width: 80%;
  float: left;
  color: white;
}
.category .show-more .close {
  width: 20%;
  float: left;
  color: red;
}



/*new slider*/

 @import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600&family=Roboto:wght@500;700&display=swap");

:root {
  --clr-text: hsl(0, 0%, 100%);
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/*body {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(115,12,50);
background: radial-gradient(circle, rgba(115,12,50,1) 5%, rgba(13,12,12,1) 60%);
  min-height: 100vh;
}*/

#recipes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0px 60px;
  font-family: "Quicksand", sans-serif;
}

.recipe-container {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 25px;
  /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(13px);
  -webkit-backdrop-filter: blur(13px); */
  padding: 0px 0;
  width: min(1200px, 100%);
}

.recipe-container > h1 {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    color: #b9913b;
    margin: 20px 0 20px;
}

.swiper {
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}

.swiper-scrollbar {
  --swiper-scrollbar-bottom: 0px;
  --swiper-scrollbar-drag-bg-color: #dda3b6;
  --swiper-scrollbar-size: 5px;
}

.post {
  position: relative;
  max-width: 400px;
  padding: 1rem;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 500;
  color: var(--clr-text);
  background-color: transparent;
  border-radius: 10px;
  isolation: isolate;
}

.post::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 15px;
  /* background: rgba(236, 149, 200, 0.2); */
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  z-index: -1;
}

.post-img {
  width: 100%;
  max-width: 400px;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 6px;
}

.post-body {
  display: grid;
  grid-template-columns: 15% 60% 20%;
  align-items: center;
  gap: 8px;
  padding: 15px 0;
  cursor: default;
}

.post-name {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post-author {
  width: fit-content;
  font-size: 0.8rem;
  font-weight: 600;
  opacity: 0.6;
  color: var(--clr-text);
}

.post-avatar {
  width: 40px;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 5px;
  cursor: pointer;
}

.post-actions {
  position: relative;
}

.post-actions-content {
  position: absolute;
  bottom: 130%;
  right: 0;
  padding: 8px;
  border-radius: 8px;
  background: rgba(172, 172, 172, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 2px 2px 10px 2px hsl(0, 0%, 0%, 0.25);
  transition: opacity 0.25s, scale 0.25s;
  transform-origin: bottom right;
}

.post-actions-content[data-visible="false"] {
  pointer-events: none;
  opacity: 0;
  scale: 0;
}

.post-actions-content[data-visible="true"] {
  pointer-events: unset;
  scale: 1;
  opacity: 1;
}

.post-actions-content li {
  padding: 0.5rem 0.65rem;
  border-radius: 0.25rem;
  list-style: none;
}

.post-actions-content li:is(:hover, :focus-within) {
  background-color: rgba(248, 132, 169, 0.7);
}

.post-actions-link {
  width: max-content;
  display: grid;
  grid-template-columns: 1rem 1fr;
  align-items: center;
  gap: 0.6rem;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.post-like {
  text-decoration: none;
  color: var(--clr-text);
  margin-right: 5px;
  font-size: 1.1rem;
  opacity: 0.65;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.35s ease;
}

.post-actions-controller {
  border: 0;
  background: none;
  color: var(--clr-text);
  cursor: pointer;
  opacity: 0.65;
}

.post-like:hover,
.post-actions-controller:hover {
  opacity: 1;
}

.post-like:focus {
  outline: none;
}

.post-like.active {
  color: rgb(255, 0, 0);
  opacity: 1;
  transform: scale(1.2);
}

.featured-slider .slick-prev::before, .featured-slider .slick-next::before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: red;
  opacity: 1;
  display: none;
}

.featured-slider .slick-prev {
  background-image: url("right.png") !important;
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: 30px !important;
  width: 30px;
  height: 30px;
}

.featured-slider .slick-next {
  background-image: url("right.png") !important;
  background-repeat: no-repeat;
  background-size: 30px !important;
  width: 30px;
  height: 30px;
}

.shop-blog-post .shop-blog-box {margin-bottom: 20px !important;height: 270px; padding: 10px;}
.shop-blog-post .shop-blog-box img, .shop-blog-post .shop-blog-box video{object-fit: cover;width: 100%;height: 250px;}
.shop-blog-post h4{font-weight: 600; margin-bottom: 15px;}
.shop-blog-post h5{font-size: 14px; margin-top: 2px; color: #000;}
.shop-blog-post p{font-size: 13px;}


/* MEDIA QUERIES */

@media (max-width: 1200px) { 
  .swiper {
      width: 80%;
    }
}

@media (max-width: 900px) {
  #recipes {
    padding: 60px 80px;
  }

  .swiper {
    width: 100%;
  }
}

@media (max-width: 765px) {
  .swiper {
    width: 70%;
  }
  .recipe-container{
    padding: 0px !important;
  }
  .featured-slider .slick-prev{left:2px;}
  .featured-slider .slick-next{right:2px;}
  .blog-img-caption h2{font-size: 16px;}
}

@media (max-width: 550px) {
  #recipes {
    padding: 0px 10px;
  }

  .swiper {
    width: 100%;
  }
}

.job-detail p a {
    background: #f3c94e;
}

#bump-type .slick-prev, #bump-type .slick-next {
    display: none !important;
}