@font-face {
    font-family: 'Untitled Sans';
    src: url('../fonts/untitled-sans-light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Untitled Sans';
    src: url('../fonts/untitled-sans-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Untitled Sans';
    src: url('../fonts/untitled-sans-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Untitled Sans';
    src: url('../fonts/untitled-sans-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Untitled Sans';
    src: url('../fonts/untitled-sans-black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Addington CF';
    src: url('./assets/fonts/AddingtonCF-Regular.woff2') format('woff2'),
        url('./assets/fonts/AddingtonCF-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html,
body {
    height: 100%;
}

html {
    /* 62.5% of 16px browser font size is 10px */
    font-size: 62.5%;
}

:root {
    --bs-golden: #A98B5E;
    --bs-golden-light: #AF8B56;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #414141;
    --bs-gray-dark: #231F20;
    --bs-light: #f8f9fa;
    --bs-dark: #111111;
    --bs-border: #979797;
    --bs-dark-rgb: 17, 17, 17;
    --bs-golden-rgb: 175, 139, 86;
    /* --bs-font-sans-serif: 'Untitled Sans';
    --bs-body-font-family: var(--bs-font-sans-serif); */
    --bs-body-font-size: 1.6rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #111111;
    --bs-border-color: #DCDCDC;
    --bs-border-radius: 0.6rem;
}

body {
    font-family: 'Untitled Sans' !important;
    display: flex;
    flex-direction: column;
}

.h1 {
    font-size: 4.2rem;
    /* line-height: 2.6rem; */
    font-weight: var(--bs-body-font-weight);
}

.bdf-paragraph {
    font-size: 1.8rem;
    line-height: 2.9rem;
}

a {
    text-decoration: none;
    transition: all .3s;
}

h6,
h5,
h4,
h3,
h2,
h1,
.h1,
p {
    margin-top: 0;
    margin-bottom: 0;
}

ul,
li {
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
}

.bdf-container-1180 {
    max-width: 118rem;
}

.bdf-fs-10 {
    font-size: 1rem;
}

.bdf-fs-12 {
    font-size: 1.2rem;
}

.bdf-fs-14 {
    font-size: 1.4rem;
}

.bdf-fs-16 {
    font-size: 1.6rem;
}

.bdf-fs-18 {
    font-size: 1.8rem;
}

.bdf-fs-20 {
    font-size: 2rem;
}

.bdf-fw-500 {
    font-weight: 500;
}

.bdf-lh-29 {
    line-height: 2.9rem;
}

.bdf-bg-golden {
    background-color: var(--bs-golden);
}

.btn {
    --bs-btn-padding-x: 2rem;
    --bs-btn-padding-y: 1.4rem;
    padding-bottom: 1.6rem;
    --bs-btn-font-size: var(--bs-body-font-size);
    --bs-btn-font-weight: 700;
    --bs-btn-border-radius: var(--bs-border-radius);
    transition: all .3s;
}

.btn-dark {
    background-color: var(--bs-gray-dark);
}

.btn-dark:hover {
    background-color: var(--bs-golden);
    border-color: var(--bs-golden);
}

body.bdf-fixed {
    overflow-y: hidden;
    position: fixed;
}

/* Topbar */
.bdf-topbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.bdf-topbar p span {
    display: inline-block;
}

.bdf-topbar strong {
    font-weight: 700;
}

.bdf-topbar a {
    color: var(--bs-white);
    display: inline-block;
}

/* Navbar */
.navbar-brand {
    border-right: rgba(var(--bs-white-rgb), 0.15) 1px solid;
}

.navbar-brand img {
    height: 4.6rem;
}

.navbar {
    --bs-navbar-padding-x: 2.2rem;
    --bs-navbar-color: rgba(var(--bs-white-rgb), 0.75);
    --bs-navbar-hover-color: rgba(255, 255, 255, 1);
    --bs-navbar-active-color: rgba(255, 255, 255, 1);
    --bs-navbar-nav-link-padding-x: 1.8rem;
    border-bottom: rgba(var(--bs-white-rgb), 0.15) 1px solid;
}

.navbar-nav {
    --bs-nav-link-padding-y: 2rem;
}

.nav-link {
    letter-spacing: 1px;
    position: relative;
}

.navbar-nav .nav-link:hover:after,
.navbar-nav .current-menu-item .nav-link.active:after,
.bdf-navbar-nav .nav-link.active:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: .4rem;
    background-color: var(--bs-golden);
}

.bdf-navbar-nav .nav-item:last-child .nav-link {
    padding-right: 4.5rem;
}

.bdf-navbar-nav .nav-item:last-child .nav-link:hover,
.bdf-navbar-nav .nav-item:last-child .nav-link:hover:after {
    background-color: transparent;
}

.bdf-navbar-nav .nav-link span,
.bdf-mobile-header-list li:last-child span {
    position: absolute;
    right: 0;
    top: 38%;
    background-color: var(--bs-white);
    width: 2.5rem;
    height: .2rem;
    border-radius: .5rem;
    display: inline-block;
    transform: translateY(-50%);
}

.bdf-navbar-nav .nav-item:first-child {
    border-left: rgba(var(--bs-white-rgb), 0.15) 1px solid;
}

.bdf-navbar-nav .nav-link span:last-child {
    top: 59%;
}

.bdf-navbar-nav .nav-link:hover {
    background-color: var(--bs-golden);
}

/* Mobile Menu */
.bdf-mobile-navbar {
    padding: 4rem 3rem;
    /* transform: translateY(-200%); */
    transition: all .5s;
    z-index: -1;
    background: url('./assets/images/menu-bg.jpg') no-repeat top center;
    background-size: cover;
    opacity: 0;
}

.bdf-mobile-navbar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--bs-black-rgb), 0.92);
}

.bdf-mobile-navbar.bdf-menu-open {
    /* transform: translateY(0%); */
    z-index: 9992;
    opacity: 1;
}

.bdf-mobile-logo img {
    height: 4.6rem;
}

.bdf-white-btn .btn-outline-secondary {
    --bs-btn-color: var(--bs-white);
    --bs-btn-border-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-white);
    --bs-btn-hover-color: var(--bs-black);
    --bs-btn-active-bg: var(--bs-white);
    --bs-btn-active-color: var(--bs-black);
}

.bdf-mobile-header-list li:last-child {
    cursor: pointer;
    padding: 2rem;
    padding-right: 4rem;
}

.bdf-mobile-header-list li:last-child span.bdf-first-line {
    transform: translateY(-50%) rotate(135deg);
    top: 33px;
}

.bdf-mobile-header-list li:last-child span.bdf-last-line {
    transform: translateY(-50%) rotate(-135deg);
    top: 33px;
}

.bdf-explore {
    color: rgba(var(--bs-white-rgb), 0.33);
    letter-spacing: 1px;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.bdf-mobile-menu-img-start img,
.bdf-mobile-menu-img-end img {
    object-fit: cover;
}

.bdf-mobile-menu-img-start img {
    height: calc(100vh - 400px);
}

.bdf-mobile-menu-img-end img {
    height: calc(100vh - 520px);
}

.bdf-mobile-menu-list li a {
    font-size: 2.6rem;
    color: rgba(var(--bs-white-rgb), 0.75);
    padding: 1.5rem;
    display: block;
    position: relative;
}

.bdf-mobile-menu-list li a:hover:before {
    transform: translateY(-50%) translateX(0%);
    opacity: 1;
}

.bdf-mobile-menu-list li span {
    position: relative;
}

.bdf-mobile-menu-list li span:before {
    content: '';
    position: absolute;
    left: -16rem;
    top: 50%;
    transform: translateY(-50%) translateX(-20%);
    width: 12rem;
    height: .2rem;
    background-color: var(--bs-white);
    opacity: 0;
    transition: all .3s;
}

.bdf-mobile-menu-list li a.active span:before,
.bdf-mobile-menu-list li a:hover span:before {
    transform: translateY(-50%) translateX(0%);
    opacity: 1;
}

.bdf-mobile-menu-footer-list {
    padding-left: 20%;
}

.bdf-mobile-menu-footer-list li {
    margin-left: 2rem;
    margin-right: 2rem;
    letter-spacing: 2.00293px;
}

.bdf-mobile-menu-footer-list li:first-child {
    margin-left: 0;
}

.bdf-mobile-menu-footer-list li:last-child {
    margin-right: 0;
}

.bdf-mobile-menu-footer-list li a {
    font-size: 1.3rem;
    color: rgba(var(--bs-white-rgb), 0.6);
    padding: 1rem;
}

.bdf-mobile-menu-footer-list li a:hover,
.bdf-mobile-contact a:hover {
    color: rgba(var(--bs-white-rgb), 1);
}

.bdf-social-list li {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
}

.bdf-social-list li a {
    padding: 1rem;
    display: block;
}

.bdf-mobile-contact {
    padding-right: 30%;
}

.bdf-mobile-contact a {
    display: block;
    font-size: 1.3rem;
    color: rgba(var(--bs-white-rgb), 0.6);
    letter-spacing: 2.00293px;
}

/* Home */
.bdf-hero {
    height: calc(100vh - 10.6rem);
    overflow: hidden;
    background-color: var(--bs-black);
}

.bdf-video-wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

.bdf-hero-meta {
    left: 11.5rem;
    top: 8rem;
    z-index: 1;
}

.bdf-hero-meta h1 {
    font-size: 1.6rem;
}

.bdf-hero-meta h2 {
    font-size: 3.6rem;
}

.bdf-arrow-down {
    width: 4.8rem;
    height: 4.8rem;
    bottom: 5rem;
    left: 11.5rem;
    cursor: pointer;
    z-index: 1;
}

.bdf-arrow-down:before {
    content: '';
    position: absolute;
    top: 1.4rem;
    left: 1.7rem;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 2px solid var(--bs-white);
    border-right: 2px solid var(--bs-white);
    transform: rotate(135deg);
}

.bdf-pt {
    padding-top: 6rem;
}

.bdf-view-pricing-header a {
    color: var(--bs-golden);
    cursor: text;
}

.bdf-pricing-detail {
    overflow-x: hidden;
    margin-top: 7rem;
}

.bdf-pricing-detail-header {
    border-top: rgba(var(--bs-dark-rgb), 0.15) 1px solid;
}

.bdf-pricing-detail-header p span {
    color: var(--bs-golden);
}

.bdf-pricing-detail-header p i {
    font-style: normal;
    text-decoration: line-through;
}

.bdf-the-knot {
    color: var(--bs-golden);
}

.bdf-icon-button {
    color: var(--bs-dark);
}

.bdf-icon-button svg {
    fill: var(--bs-dark);
    transition: all .3s;
}

.bdf-icon-button:hover {
    color: var(--bs-golden);
}

.bdf-icon-button:hover svg {
    fill: var(--bs-golden) !important;
    /* transform: rotate(45deg); */
}

.bdf-img-detail {
    z-index: 1;
    max-width: 33rem;
    right: 2rem;
    bottom: 2rem;
}

.bdf-img-detail .btn {
    cursor: default;
}

.bdf-premier-images .row {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
}

.bdf-premier-images .col-sm-6 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.bdf-premier-images {
    max-width: 84.5rem;
}

.bdf-premier-img-card {
    margin-top: 6rem;
}

.bdf-premier-img-card:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 57.2%, rgba(0, 0, 0, 0.5) 78.48%);
}

.bdf-premier-img-card-meta {
    padding: 5rem 5rem 4rem 5rem;
    left: 0;
    bottom: 0;
}

.bdf-premier-img-card-meta h2 {
    font-size: 4.2rem;
}

.bdf-premier-img-card img {
    height: 61.2rem;
    object-fit: cover;
}

.bdf-btn-outline {
    border-color: var(--bs-white);
}

.bdf-btn-outline:hover {
    border-color: var(--bs-golden);
    background-color: var(--bs-golden);
}

.bdf-card-hover {
    padding: 5rem;
    border: var(--bs-black) 1px solid;
    opacity: 0;
    z-index: -1;
    transition: all .3s;
}

.bdf-card-hover h2 {
    font-size: 4.2rem;
    font-weight: 500;
    color: var(--bs-black) !important;
}

.bdf-card-hover p {
    font-size: 1.6rem;
    margin-top: 2rem;
}

.bdf-card-hover .btn-dark {
    width: 15.6rem;
}

.bdf-premier-img-card:hover .bdf-card-hover {
    opacity: 1;
    z-index: 1;
}

.bdf-common {
    margin-top: 10rem;
}

.bdf-premier-header h2 span,
.bdf-premier-header p span {
    line-height: 0;
}

.bdf-common h2 span {
    font-weight: 500;
}

.bdf-common h2 i {
    font-weight: normal;
    font-style: normal;
}

.bdf-common-prara {
    padding-right: 7rem;
    color: var(--bs-gray);
}

.bdf-icons {
    padding-left: 7rem;
}

.bdf-icons li:not(:last-child) {
    margin-right: 2.8rem;
}

.bdf-icons li img {
    width: 7.5rem;
    height: 7.5rem;
}

.bdf-icons li a {
    display: block;
}

.bdf-common-meta .col-lg-6:last-child {
    padding-left: 8rem;
}

.bdf-common-meta p {
    border-left: var(--bs-golden-light) 1px solid;
    padding-left: 4rem;
    padding-right: 11rem;
    margin-bottom: 15rem;
    color: var(--bs-gray);
}

/*  */
.bdf-uncompromising-img {
    height: 597px;
    object-fit: cover;
}

.bdf-logos-list {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.bdf-logos-list li {
    width: 14.5rem;
}

.bdf-tabs .nav-tabs {
    padding-right: 8rem;
    z-index: 1;
    border-bottom: none;
}

.bdf-tabs .nav-tabs .nav-item:not(:first-child) {
    margin-top: 2rem;
}

.bdf-tabs .nav-tabs .nav-link {
    position: relative;
    font-size: 3.2rem;
    color: rgba(var(--bs-white-rgb), 0.5);
    width: 100%;
    text-align: right;
}

.bdf-tabs .nav-tabs .nav-link.active:before {
    content: '';
    position: absolute;
    left: -16.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 12rem;
    height: 2px;
    z-index: 1;
    background-color: var(--bs-white);
}

.bdf-tabs .nav-tabs .nav-link,
.bdf-tabs .nav-tabs .nav-link:hover,
.bdf-tabs .nav-tabs .nav-link.active {
    border: none;
}

.bdf-tabs .nav-tabs .nav-link.active {
    font-size: 4.8rem;
    color: rgba(var(--bs-white-rgb), 1);
    background-color: transparent;
}

.bdf-video-meta {
    z-index: 1;
    top: 6rem;
}

.bdf-video-meta h1 {
    font-size: 1.6rem;
    font-weight: normal;
}

.bdf-video-meta h2 {
    font-size: 3.6rem;
}

.bdf-weddings-img a:after,
.bdf-weddings-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50.52%, rgba(0, 0, 0, 0.65) 96.7%);
    width: 100%;
    height: 100%;
}

.bdf-tabs .fade:not(.show) {
    opacity: 1;
}

.bdf-weddings-content img {
    /* height: calc(100vh - 6.2rem); */
    height: 90rem;
    object-fit: cover;
    object-position: top center;
}

.bdf-play {
    background-color: transparent;
    border: rgba(var(--bs-white-rgb), 0.25) 1px solid;
    width: 12rem;
    height: 12rem;
    cursor: pointer;
    transition: all .3s;
}

.bdf-play:hover {
    border: rgba(var(--bs-white-rgb), 1) 1px solid;
}

.bdf-play-icon {
    border: 0;
    background: transparent;
    box-sizing: border-box;
    width: 0;
    height: 5.5rem;
    border-color: transparent transparent transparent var(--bs-white);
    transition: 100ms all ease;
    border-style: solid;
    border-width: 2.8rem 0 2.8rem 4.4rem;
    margin-left: .5rem
}

.bdf-weddings-footer {
    background: linear-gradient(175.96deg, rgba(0, 0, 0, 0) 80.66%, rgba(0, 0, 0, 0.2) 87.13%, rgba(0, 0, 0, 0.5) 93.03%);
    border-top: rgba(var(--bs-white-rgb), 0.25) 1px solid;
    padding: 3rem 12rem 3rem 3rem;
}

.bdf-weddings-footer .bdf-icon-button svg,
.bdf-weddings-footer .bdf-icon-button:hover svg {
    fill: var(--bs-white) !important;
}

.bdf-icon-button:hover svg {
    transform: translateY(-5px) translateX(5px);
}

.bdf-text-title,
.bdf-timeless .bdf-text-title {
    font-size: 4.6rem;
}

.bdf-text-section .bdf-paragraph {
    color: var(--bs-gray);
}

.bdf-text-section .bdf-paragraph.border-start {
    border-color: var(--bs-golden-light) !important;
    border-width: 1px !important;
    padding-left: 4rem;
    padding-right: 20%;
    margin-left: 6%;
}

.bdf-instagram {
    margin-top: 5rem;
    display: block;
}

.bdf-instagram h2 {
    font-size: 2.6rem;
    margin-bottom: 8rem;
}

.bdf-instagram a {
    display: contents;
}

.bdf-instagram a span {
    color: var(--bs-dark);
}

.bdf-instagram h2 span {
    position: relative;
    top: 0;
}

#sb_instagram,
#sbi_images {
    padding-bottom: 0 !important;
}

#sb_instagram.sbi_col_6 #sbi_images .sbi_item:nth-child(even) {
    margin-top: -5rem !important;
}

#sb_instagram .sbi_photo {
    height: 290px !important;
}

.bdf-testimonials {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.bdf-testimonials svg {
    fill: var(--bs-white);
}

.bdf-testimonials-slider {
    max-width: 84.5rem;
}

.bdf-testimonials-slider p {
    font-size: 2.6rem;
    margin-top: 4rem;
}

.bdf-footer {
    flex-shrink: 0;
}

.bdf-footer .container {
    max-width: 120rem;
}

.bdf-footer-logo,
.bdf-footer-last-col {
    padding-top: 6rem;
}

.bdf-footer-last-col .bdf-footer-list li a {
    font-size: 1.1rem;
    font-weight: 700;
}

.bdf-footer-logo img {
    height: 6rem;
}

.bdf-footer {
    border-top: rgba(var(--bs-white-rgb), 0.25) 1px solid;
}

.bdf-footer-top {
    border-bottom: rgba(var(--bs-white-rgb), 0.25) 1px solid;
}

.bdf-footer-top .col-xl-7 {
    border-left: rgba(var(--bs-white-rgb), 0.25) 1px solid;
    border-right: rgba(var(--bs-white-rgb), 0.25) 1px solid;
    padding: 6rem 5rem;
}

.bdf-footer-list li:not(:first-child) {
    margin-top: 1.2rem;
}

.bdf-footer-list li a {
    font-size: 13px;
    letter-spacing: 2.00293px;
    color: rgba(var(--bs-white-rgb), 0.9);
}

.bdf-footer-list li a:hover {
    color: rgba(var(--bs-white-rgb), 1);
}

.bdf-footer-top .bdf-social-list {
    margin-left: -1rem;
}

.bdf-footer-top .bdf-social-list li {
    margin-left: 0;
    margin-right: 2.4rem;
}

.bdf-copyright {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.bdf-copyright p,
.bdf-static-links li,
.bdf-static-links li a {
    color: rgba(var(--bs-white-rgb), 0.6);
    letter-spacing: 1px;
}

.bdf-static-links li {
    padding-left: .5rem;
    padding-right: .5rem;
}

.bdf-static-links li:first-child {
    padding-left: 0;
}

.bdf-static-links li:last-child {
    padding-right: 0;
}

/* How It Works */
.bdf-how-it-works .bdf-premier-images {
    max-width: 127.8rem;
}

.bdf-how-it-works .bdf-premier-img-card-meta h2 {
    font-size: 3.2rem;
}

.bdf-count {
    background-color: var(--bs-gray-dark);
    width: 4.4rem;
    height: 4.4rem;
    line-height: 4.6rem;
}

.bdf-common-meta p {
    margin-bottom: 8rem;
}

.bdf-industry-leading .bdf-paragraph {
    max-width: 74rem;
}

.bdf-industry-leading-images .col-lg-4:last-child .col-lg-12:last-child {
    margin-top: 2rem;
}

.bdf-industry-leading-large {
    height: 60rem;
    object-fit: cover;
}

.bdf-industry-leading-small {
    height: 29rem;
    object-fit: cover;
}

.bdf-industry-leading h2 strong {
    font-weight: 500 !important;
}

.bdf-how-it-works-common {
    margin-top: 6rem;
}

.bdf-third-img {
    object-position: -20rem 0;
}

.bdf-how-it-works-common .bdf-common-meta .col-lg-6:first-child img {
    height: 59.7rem;
    object-fit: cover;
}

/* About Us */
.bdf-page-hero img {
    height: calc(100vh - 10.6rem);
    object-fit: cover;
}

.bdf-page-hero:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 7.81%, rgba(0, 0, 0, 0.260203) 21.35%, rgba(0, 0, 0, 0.0556701) 40.63%, rgba(0, 0, 0, 0.6) 67.19%, #000000 96.7%);
}

.bdf-page-hero .container {
    z-index: 1;
    padding-bottom: 10rem;
}

.bdf-page-hero .h1 {
    border-bottom: rgba(var(--bs-white-rgb), 0.15) 1px solid;
}

.bdf-page-hero .h1 span {
    font-weight: 500;
}

.bdf-page-hero p {
    padding-top: 4rem;
}

.bdf-black-section .bdf-pricing-detail-header {
    border-top: rgba(var(--bs-white-rgb), 0.15) 1px solid;
}

.bdf-black-section .bdf-icon-button svg {
    fill: var(--bs-white);
}

.bdf-black-section .bdf-icon-button:hover svg {
    fill: var(--bs-white) !important;
}

.bdf-black-section .bdf-img-detail hr {
    border-color: rgba(var(--bs-white-rgb), 0.15);
    opacity: 1;
}

.bdf-m-reset.bdf-common {
    margin-top: 6rem;
}

.bdf-our-passion .bdf-common-meta p {
    margin-bottom: 0;
    padding-bottom: 3rem;
}

.bdf-our-passion .bdf-common-meta p:last-of-type {
    padding-bottom: 0;
    margin-bottom: 8rem;
}

/* Pricing and Availability */
/* .bdf-price-and-availability-topbar p {
    color: var(--bs-black);
}

.bdf-price-and-availability-topbar strong:first-child {
    color: var(--bs-black);
} */

.bdf-price-and-availability-topbar i {
    font-style: normal;
    /*     color: var(--bs-golden); */
    font-weight: normal;
}

.bdf-availability hr {
    max-width: 30rem;
}

.bdf-view-pricing .bdf-pricing-image-detail img {
    height: 80.5rem;
    object-fit: cover;
    object-position: top center;
}

.bdf-view-pricing .col-sm-1 img {
    height: 61.6rem;
    object-fit: cover;
}

.bdf-availability h3 {
    color: var(--bs-golden);
}

.bdf-view-pricing-header p {
    font-size: 1.8rem;
    line-height: 2.9rem;
    margin-top: 2rem;
}

.bdf-view-pricing-header p em {
    color: var(--bs-golden);
}

.bdf-availability-form .col-md-6 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.bdf-availability-form textarea.form-control {
    height: 12.5rem;
    resize: none;
    padding-top: 1rem;
}

.bdf-availability-form .form-group {
    margin-top: 1.2rem;
}

.bdf-event h2 span {
    color: var(--bs-golden);
    display: block;
    font-weight: 500;
}

.bdf-event .bdf-paragraph.border-start {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 160%;
    padding-right: 25%;
}

.bdf-availability-form .bootstrap-datetimepicker-widget {
    font-family: 'Untitled Sans' !important;
}

.bdf-availability-form .bootstrap-datetimepicker-widget.dropdown-menu {
    width: 28rem;
    padding-top: 1rem;
}

.bdf-availability-form .bootstrap-datetimepicker-widget table th {
    height: 2.6rem;
    line-height: 3rem;
}

.bdf-availability-form .bootstrap-datetimepicker-widget table th,
.bdf-availability-form .bootstrap-datetimepicker-widget table td.day {
    font-size: 1.4rem;
    font-weight: 500;
    height: 2.4rem;
    line-height: 3rem;
}

.bdf-availability-form .bootstrap-datetimepicker-widget table td.day:hover {
    background-color: var(--bs-black);
    color: var(--bs-white);
}

.bdf-availability-form .bootstrap-datetimepicker-widget .year.active,
.bdf-availability-form .bootstrap-datetimepicker-widget .month.active,
.bdf-availability-form .bootstrap-datetimepicker-widget table td.active {
    background-color: var(--bs-golden) !important;
    color: var(--bs-white) !important;
}

.bdf-availability-form .bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: var(--bs-white);
}

.bdf-availability-form .bootstrap-datetimepicker-widget table th.prev,
.bdf-availability-form .bootstrap-datetimepicker-widget table th.next {
    position: relative;
    width: 23px;
    height: 20px;
}

.bdf-availability-form .bootstrap-datetimepicker-widget table th.next::after,
.bdf-availability-form .bootstrap-datetimepicker-widget table th.prev::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 10px;
    width: 10px;
    height: 10px;
    border-top: 3px solid var(--bs-black);
    border-right: 3px solid var(--bs-black);
    clip: initial;
}

.bdf-availability-form .bootstrap-datetimepicker-widget table th.next::after {
    transform: rotate(45deg);
    left: 11px;
}

.bdf-availability-form .bootstrap-datetimepicker-widget table th.prev::after {
    transform: rotate(-135deg);
    left: 13px;
    top: 12px;
}

.bdf-availability-form .error {
    font-size: 1.3rem;
    color: var(--bs-golden);
}

/* Our Collections */
.bdf-our-collections h3 span {
    position: relative;
    padding-bottom: 2rem;
}

.bdf-our-collections h3 span::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: rgba(var(--bs-golden-rgb), 0.15);
    width: 100%;
    height: 1px;
}

.bdf-awards li img {
    width: 7.5rem;
    height: 7.5rem;
}

.bdf-photography .row {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
}

.bdf-photography .col-sm-6 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.bdf-photography-container {
    /* max-width: 84.5rem; */
    max-width: 81.5rem;
}

.bdf-card {
    margin-top: 4rem;
    /* padding: 5rem; */
}

.bdf-card-body {
    padding: 3rem 4rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.51) 31.51%, rgba(255, 255, 255, 0.6) 78.48%);
    border: 1px solid var(--bs-black);
    backdrop-filter: blur(2px);
}

.bdf-photography-collections .bdf-card-body {
    min-height: 41.5rem;
}

.bdf-cinematography-collections .bdf-card-body {
    min-height: 56rem;
}

.bdf-card h2 {
    font-size: 3.6rem;
}

.bdf-card-price {
    color: var(--bs-golden);
}

.bdf-card-list {
    padding-left: 2.5rem;
}

.bdf-card-list li {
    list-style-type: disc;
}

.bdf-card-img img {
    height: 23rem;
}

.bdf-card-img img {
    object-fit: cover;
}

.bdf-complete-collections .bdf-view-pricing-header .bdf-paragraph {
    color: var(--bs-golden);
}

.bdf-complete-collections .bdf-pricing-img {
    height: 48.5rem;
    object-fit: cover;
}

.bdf-complete-collections .bdf-pricing-image-detail img {
    /* height: 60rem; */
    object-fit: cover;
}

.bdf-complete-collections .bdf-pricing-detail.bdf-pricing-detail-one .bdf-pricing-img {
    height: 55rem;
}

.bdf-complete-collections .bdf-pricing-detail.bdf-pricing-detail-two .bdf-pricing-img {
    height: 61rem;
}

.bdf-complete-collections .bdf-pricing-detail.bdf-pricing-detail-one .bdf-pricing-image-detail img {
    height: 70rem;
}

.bdf-complete-collections .bdf-pricing-detail.bdf-pricing-detail-two .bdf-pricing-image-detail img {
    height: 76rem;
}

.bdf-complete-collections .bdf-img-detail {
    height: calc(100% - 4rem);
    max-width: 45rem;
    padding: 2.5rem;
}

.bdf-complete-collections .bdf-img-detail .my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.bdf-complete-collections .bdf-img-detail .bdf-card-list li {
    margin-top: 5px;
}

.bdf-complete-collections .bdf-img-detail .my-sm-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.bdf-img-detail .btn {
    background-color: var(--bs-golden);
    border-radius: 0;
    margin-top: 2rem;
    padding: 1.5rem !important;
}


.bdf-img-detail .btn:first-child:active {
    background-color: var(--bs-golden);
}

.bdf-complete-collections .bdf-pricing-detail:last-child .bdf-img-detail {
    margin-top: 7rem;
    right: initial;
    left: 2rem;
}

.bdf-customizations .bdf-paragraph.border-start {
    padding-right: 0;
}

.bdf-customizations-list {
    padding-left: 2.5rem;
}

.bdf-customizations-list li {
    list-style-type: disc;
    margin-top: .5rem;
}

.bdf-customizations-list li span {
    font-weight: 400;
}

/* Our Portfolio */
.bdf-portfolio-text-section {
    margin-top: 8rem;
    margin-bottom: 8rem;
}

.bdf-portfolio h2 span {
    position: relative;
    padding-bottom: 2.5rem;
}

.bdf-portfolio h2 span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: var(--bs-golden);
}

.bdf-simple-tabs {
    margin-top: 6rem;
}

.bdf-simple-tabs.nav-tabs {
    --bs-nav-tabs-border-width: 0;
    --bs-nav-tabs-border-color: transparent;
    --bs-nav-tabs-border-radius: 0;
    --bs-nav-tabs-link-hover-border-color: transparent;
    --bs-nav-tabs-link-active-color: rgba(var(--bs-black-rgb), 1);
    --bs-nav-tabs-link-active-bg: transparent;
    --bs-nav-tabs-link-active-border-color: transparent;
    border-bottom: none;
}

.bdf-simple-tabs.nav {
    --bs-nav-link-padding-x: 2rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: rgba(var(--bs-black-rgb), .5);
    --bs-nav-link-hover-color: rgba(var(--bs-black-rgb), 1);
}

.bdf-simple-tabs.nav-tabs .nav-link {
    font-size: 3.2rem;
}

.bdf-video:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 14.24%, rgba(0, 0, 0, 0.5) 59.02%);
}

.bdf-video img {
    height: 23rem;
    object-fit: cover;
}

.bdf-video-play {
    z-index: 1;
}

.bdf-video-play img {
    width: 4.8rem;
    height: 4.8rem !important;
}

.bdf-video-title {
    font-weight: 500;
    font-size: 2.6rem;
    color: var(--bs-black);
}

/* Blog */
.bdf-blog-hero img {
    object-position: top center;
}

.bdf-hero .bdf-hero-meta {
    margin-top: 8rem;
}

.bdf-hero-footer {
    z-index: 1;
    margin-bottom: 4rem;
}

.bdf-hero-footer h2 {
    font-size: 4.2rem;
    padding-right: 30%;
}

.bdf-hero-footer-meta {
    border-top: rgba(var(--bs-white-rgb), 0.15) 1px solid;
    margin-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.bdf-hero-footer-meta p {
    font-size: 1.6rem;
    padding-top: 0;
}

.bdf-hero-footer-meta a {
    color: var(--bs-white);
}

.bdf-hero-footer-meta a svg {
    fill: var(--bs-white);
}

.bdf-hero-footer .bdf-arrow-down {
    z-index: 1;
    left: 0;
    bottom: 0;
}

.bdf-blog-card {
    margin-top: 5rem;
}

.bdf-blog-card img {
    height: 27.5rem;
    object-fit: cover;
}

/* .bdf-blog-card-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 57.2%, rgba(0, 0, 0, 0.5) 78.48%);
} */

.bdf-blog-date {
    color: var(--bs-golden);
}

.bdf-blog-card h2 {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 3.2rem;
    font-family: 'Addington CF';
}

.bdf-blog-card h2 a {
    color: var(--bs-black);
}

/* Breadcrumb */
.breadcrumb {
    --bs-breadcrumb-divider-color: #6c757d;
    --bs-breadcrumb-item-active-color: var(--bs-black);
    font-size: 1.4rem;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 2rem;
}

.breadcrumb-item {
    font-size: 1.4rem;
    position: relative;
}

.breadcrumb-item.active {
    font-weight: 400;
    color: var(--bs-black);
    padding-left: 2rem;
}

.breadcrumb-item a {
    font-weight: 700;
    color: var(--bs-golden);
}

.breadcrumb-item+.breadcrumb-item::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    margin-top: 6px;
    position: absolute;
    top: 2px;
    left: 4px;
}

/* Blog Detail */
.bdf-blog-detail .container {
    max-width: 90rem;
}

.bdf-breadcrumb span {
    font-size: 1.4rem;
}

.bdf-breadcrumb span a {
    font-weight: 700;
    color: var(--bs-golden);
}

.bdf-breadcrumb .current-item {
    font-weight: 400;
    color: var(--bs-black);
}

.bdf-separator {
    background: url('./assets/images/chevron-right.svg') no-repeat center top;
    width: .7rem;
    height: 1.3rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0 .8rem;
    background-size: 100%;
    position: relative;
    top: 0;
}

.bdf-blog-detail h1 {
    font-family: 'Addington CF';
    font-size: 3.6rem;
    font-weight: 500;
    margin-bottom: 3rem;
}

.bdf-blog-detail p {
    font-family: 'Untitled Sans';
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
    text-align: left !important;
}

.bdf-blog-detail h3,
.bdf-blog-detail h4 {
    margin-bottom: .5rem;
    text-transform: uppercase;
    letter-spacing: .05px;
    font-size: 1.8rem;
    font-weight: 700 !important;
    color: var(--bs-gray);
    text-align: left !important;
}

.bdf-blog-detail p strong,
.bdf-blog-detail ul strong,
.bdf-blog-detail ol strong,
.bdf-blog-detail h3 strong,
.bdf-blog-detail h4 strong {
    font-weight: 700 !important;
}

.bdf-blog-detail ol,
.bdf-blog-detail ul {
    padding-left: 0;
}

.bdf-blog-detail a,
.bdf-blog-detail span a,
.bdf-blog-detail p span a,
.bdf-blog-detail p a {
    color: var(--bs-golden);
}

.bdf-blog-detail h2 {
    font-size: 1.8rem;
    text-transform: uppercase;
    margin-top: 3rem;
}

/* Wedding Photographer */
.bdf-wedding-photographer {
    padding-top: 3.5rem;
}

.container {
    max-width: 112.5rem;
}

.bdf-photographer-img img {
    height: auto;
    width: 40rem;
    object-fit: cover;
}

.bdf-photographer-meta h2 {
    font-size: 1.6rem;
    font-weight: 400;
}

.bdf-photographer-meta h1 {
    font-size: 4.6rem;
}

.bdf-photographer-meta p {
    font-size: 1.8rem;
    margin-top: 1rem;
}

.bdf-view-more-btn {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--bs-golden);
    cursor: pointer;
}

.bdf-photographer-sm {
    padding-left: 9.4rem;
}

.bdf-photographer-sm .card {
    border: 1px solid var(--bs-black);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.51) 31.51%, rgba(255, 255, 255, 0.6) 78.48%);
    backdrop-filter: blur(2px);
    border-radius: 0;
    padding: 2.5rem 3rem;
    margin-top: 3.2rem;
    margin-bottom: 4rem;
    display: none;
}

.bdf-photographer-sm .card.active {
    display: block;
}

.bdf-photographer-sm .row:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--bs-golden);
    width: 1px;
    height: 50%;
}

.bdf-photographer-sm .card .col-xl-6:first-child {
    padding-right: 7%;
}

.bdf-photographer-sm .card .col-xl-6:last-child {
    padding-left: 7%;
}

.bdf-photographer-sm .card h2 {
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    color: var(--bs-black);
}

.bdf-photographer-sm .card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: var(--bs-black);
}

.bdf-photographer-reviews {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.bdf-photographer-reviews h2 {
    flex: 0 0 38%;
}

.bdf-photographer-slider-meta {
    border-left: var(--bs-golden) 1px solid;
    padding-left: 12%;
}

.bdf-photographer-slider img {
    left: 5rem;
    top: 0;
}

.bdf-photographer-slider p {
    font-size: 2.2rem;
    color: var(--bs-white);
}

.bdf-photographer-slider h3 {
    font-size: 1.4rem
}

.bdf-photographer-slider .slick-prev,
.bdf-photographer-slider .slick-next {
    background-color: transparent;
    position: absolute;
    top: 6.2rem;
    z-index: 1;
    border: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.bdf-photographer-slider .slick-prev {
    left: -1.7rem;
}

.bdf-photographer-slider .slick-next {
    left: 4rem;
}

.bdf-photographer-slider .slick-prev:before,
.bdf-photographer-slider .slick-next:before {
    content: '';
    position: absolute;
    background: url('../images/arrow-circle.svg') no-repeat top center;
    width: 4.8rem;
    height: 4.8rem;
}

.bdf-photographer-slider .slick-prev:before {
    transform: rotate(180deg);
}

.bdf-photographer-portfolio h2 {
    font-size: 3.2rem;
    text-align: center;
    font-weight: 400;
}

/* Static Pages */
.bdf-static-pages .container {
    max-width: 90rem;
}

.bdf-static-pages h1 {
    font-family: 'Addington CF';
}

.bdf-static-pages p {
    margin-top: 2rem;
}

.bdf-static-pages h4 {
    font-size: 2rem;
    margin-top: 3rem;
}

.bdf-static-pages ul {
    margin-left: 2.8rem;
    margin-top: 1.5rem;
}

.bdf-static-pages ul li {
    list-style-type: disc;
    margin-top: .5rem;
}

.bdf-static-pages a,
.bdf-static-pages p a,
.bdf-static-pages ul li a {
    color: var(--bs-golden) !important;
}

.bdf-static-pages table {
    border: var(--bs-border) 1px solid;
    margin-top: 3rem;
}

.bdf-static-pages table th,
.bdf-static-pages table td {
    padding: 1rem 2rem;
    font-size: 1.4rem;
}

.bdf-static-pages table td {
    border: var(--bs-border) 1px solid;
}

/* Media Queries */
.bdf-404 {
    flex: 1 0 auto;
}

.bdf-404 h1 {
    font-family: 'Addington CF';
}

@media(min-width: 1440px) {
    .btn {
        --bs-btn-padding-x: 3rem;
        --bs-btn-padding-y: 2rem;
        padding-top: 1.8rem;
        padding-bottom: 1.9rem;
    }

    /* Mobile Menu */
    .bdf-mobile-menu-list li a {
        font-size: 3.6rem;
    }

    .bdf-explore {
        margin-top: 5rem;
        margin-bottom: 4rem;
    }

    /* Our Collections */
    /* .h1 {
        font-size: 5.2rem;
    } */

    .bdf-pt {
        padding-top: 8rem;
    }

    .bdf-m-reset.bdf-common {
        margin-top: 10rem;
    }

    .bdf-common {
        margin-top: 14rem;
    }

    .bdf-logos-list {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .bdf-tabs .nav-tabs {
        padding-right: 12rem;
    }

    .bdf-text-title {
        font-size: 5.6rem;
    }

    .bdf-timeless .bdf-text-title {
        font-size: 5rem;
    }

    .bdf-testimonials {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }

    .bdf-how-it-works .bdf-premier-img-card-meta h2 {
        font-size: 4.2rem;
    }

    .bdf-complete-collections .bdf-pricing-detail.bdf-pricing-detail-one .bdf-pricing-img {
        height: 61rem;
    }

    .bdf-complete-collections .bdf-pricing-detail.bdf-pricing-detail-two .bdf-pricing-img {
        height: 67rem;
    }

    .bdf-complete-collections .bdf-pricing-detail.bdf-pricing-detail-one .bdf-pricing-image-detail img {
        height: 73rem;
    }

    .bdf-complete-collections .bdf-pricing-detail.bdf-pricing-detail-two .bdf-pricing-image-detail img {
        height: 79rem;
    }

    .bdf-complete-collections .bdf-img-detail .my-sm-5 {
        margin-top: 2rem !important;
        margin-bottom: 2rem !important;
    }

    .bdf-img-detail .btn {
        margin-top: 2rem;
    }

    .bdf-complete-collections .bdf-pricing-detail:last-child {
        margin-top: 10rem;
    }

    .bdf-video-meta {
        top: 8rem;
    }

    /* Portfolio */
    .bdf-portfolio-text-section {
        margin-top: 10rem;
        margin-bottom: 10rem;
    }

    /* Blog */
    .bdf-hero-footer h2 {
        font-size: 5.2rem;
    }

    .bdf-blog-card h2 {
        font-size: 2.6rem;
    }

    .bdf-blog-detail h1 {
        font-size: 4.6rem;
    }
}

@media (min-width: 991px) and (max-width: 1043px) {

    /* Navbar */
    .navbar-expand-lg .navbar-nav {
        font-size: 1.2rem;
    }
}

@media (max-width: 1199px) {
    .bdf-photographer-sm .row:after {
        display: none;
    }

    .bdf-photographer-sm .card .col-xl-6:first-child {
        padding-right: .8rem;
    }

    .bdf-photographer-sm .card .col-xl-6:last-child {
        padding-left: .8rem;
    }

    .bdf-photographer-sm .card {
        margin-top: 2.2rem;
    }

    .bdf-photographer-sm {
        padding-left: 5rem;
    }

    .bdf-copyright .container {
        display: flex;
    }

    .bdf-footer-top .bdf-social-list li {
        margin-right: 1rem;
    }

    .bdf-static-links {
        margin-left: auto;
    }

    .bdf-copyright p {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
    }
}

@media (max-width: 900px) {
    .bdf-flex-content {
        display: block !important;
    }

    .bdf-photographer-sm {
        padding-left: 0;
        margin-top: 3rem !important;
        margin-bottom: 3rem;
    }
}

@media (max-width: 991px) {

    /* Navbar */
    .navbar-toggler {
        display: none;
    }

    .bdf-navbar-nav .nav-item:first-child {
        padding-right: 3rem !important;
    }

    .navbar-brand {
        border-right: none;
    }

    .bdf-navbar-nav .nav-item:first-child .nav-link {
        padding-left: 2rem;
    }

    /* Mobile Menu */
    .bdf-mobile-menu-list li a {
        padding: 1rem;
        font-size: 2rem;
    }

    .bdf-mobile-menu-list li span:before {
        left: -12rem;
        width: 8rem;
    }

    .bdf-mobile-menu-footer-list {
        padding-left: 2rem;
    }

    .bdf-mobile-menu-footer-list li {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .bdf-social-list li {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .bdf-mobile-contact {
        padding-right: 2rem;
    }

    .bdf-photographer-slider img {
        left: 4rem;
    }

}

@media (max-width: 800px) {
    #sb_instagram.sbi_tab_col_2 #sbi_images .sbi_item {
        width: 25% !important;
    }

    #sb_instagram.sbi_col_6 #sbi_images .sbi_item:nth-child(5),
    #sb_instagram.sbi_col_6 #sbi_images .sbi_item:nth-child(6) {
        display: none !important;
    }

    #sb_instagram .sbi_photo {
        height: 150px !important;
    }
}

@media (max-width: 767px) {
    .bdf-testimonials-slider p {
        font-size: 1.8rem;
        line-height: 3rem;
    }

    /* Footer */
    .bdf-footer .col-xl-2 {
        border-bottom: rgba(var(--bs-white-rgb), 0.25) 1px solid;
        padding-top: 3rem;
        padding-bottom: 3rem;
        padding-left: 3rem;
    }

    .bdf-footer-top .col-xl-7 {
        border-left: none;
        border-right: none;
        padding: 3rem 3rem;
        margin-bottom: 3rem;
        border-bottom: rgba(var(--bs-white-rgb), 0.25) 1px solid;
    }

    .bdf-footer-top .col-lg-4 {
        padding-bottom: 3rem;
    }

    .bdf-footer-top .col-xl-7 .col-xl-3 {
        border-top: none;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .bdf-footer-list li a {
        color: rgba(var(--bs-white-rgb), 1);
    }

    .bdf-copyright {
        padding: 3rem 3rem !important;
    }

    .bdf-copyright .container {
        flex-direction: column;
    }

    .bdf-static-links {
        margin-left: initial;
    }

    /* Wedding Photographer */
    .bdf-photographer-reviews {
        padding-top: 4rem;
        padding-bottom: 11rem;
    }

    .bdf-photographer-meta .col-md-6 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .bdf-photographer-sm {
        background-color: var(--bs-white);
        margin-top: -14.5rem;
        padding: 2rem;
    }

    .bdf-photographer-meta h1 {
        font-size: 3.2rem;
    }

    .bdf-slider-flex {
        text-align: center;
    }

    .bdf-photographer-slider img {
        position: relative !important;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        width: 2.6rem;
    }

    .bdf-photographer-slider-meta {
        padding-left: 0;
        border-left: none;
    }

    .bdf-slider-flex hr {
        border-color: var(--bs-golden);
        opacity: 1;
        width: 26rem;
        margin-left: auto;
        margin-right: auto;
        margin-top: 2rem;
        margin-bottom: 3rem;
    }

    .bdf-photographer-slider p {
        font-size: 1.8rem;
        margin-top: 3rem;
    }

    .bdf-photographer-slider .slick-prev,
    .bdf-photographer-slider .slick-next {
        transform: none;
        top: initial;
        bottom: -32px;
        z-index: 1;
    }

    .bdf-photographer-slider .slick-prev {
        left: 40%;
    }

    .bdf-photographer-slider .slick-next {
        left: 51%;
    }

    .bdf-testimonials-slider p {
        font-size: 1.8rem;
    }

    .bdf-photographer-portfolio h2 {
        font-size: 2.4rem;
    }

    .bdf-photographer-meta p {
        font-size: 1.6rem;
    }

    #sb_instagram.sbi_tab_col_2 #sbi_images .sbi_item {
        width: 20% !important;
    }

    #sb_instagram.sbi_col_6 #sbi_images .sbi_item:nth-child(5) {
        display: none !important;
    }
}

@media (max-width: 576px) {

    body {
        overflow-x: hidden;
    }

    .container,
    .bdf-pricing-detail {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .btn {
        --bs-btn-padding-y: 1.5rem;
        padding-top: 1.4rem;
        padding-bottom: 1.6rem;
        --bs-btn-font-weight: 500;
    }

    .h1 {
        font-size: 3.2rem;
    }

    .bdf-fs-18 {
        font-size: 1.6rem;
        line-height: 2.5rem;
    }

    .bdf-pt {
        padding-top: 4rem;
    }

    .bdf-paragraph {
        font-size: 1.6rem;
        line-height: 160%;
    }

    /* Topbar */
    .bdf-price-and-availability-topbar {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .bdf-topbar p {
        font-size: 1.4rem;
    }

    .bdf-topbar p span {
        display: initial;
    }

    .bdf-topbar strong:first-child {
        display: block;
    }

    /* Navbar */
    .navbar {
        --bs-navbar-padding-x: 1.2rem;
    }

    .navbar-brand {
        padding-top: 1.2rem;
        padding-bottom: 1.1rem;
    }

    .navbar-brand img {
        height: 4rem;
    }

    .navbar-nav {
        font-size: 1.1rem !important;
        --bs-nav-link-padding-x: 1rem;
        --bs-nav-link-padding-y: 2.3rem;
        padding-left: 0px !important;
    }

    .bdf-navbar-nav .nav-item:first-child {
        padding-right: 0 !important;
    }

    .bdf-navbar-nav .nav-item:last-child .nav-link {
        padding-top: 3rem;
        padding-bottom: 2.7rem;
    }

    .bdf-navbar-nav .nav-link span {
        top: 42%;
    }

    .bdf-navbar-nav .nav-link span:last-child {
        top: 62%;
    }

    /* Mobile Menu */
    .bdf-mobile-navbar {
        padding: 3rem 2rem;
    }

    .bdf-explore {
        margin-top: 5rem;
        margin-bottom: 4rem;
    }

    .bdf-social-list li {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .bdf-mobile-menu-list li a {
        padding: 1.6rem;
    }

    .bdf-mobile-menu-list li span:before {
        left: -5rem;
        width: 3rem;
    }

    /* Wedding Photographer */
    .bdf-photographer-sm-outer {
        padding-left: 2rem;
        padding-right: 2rem;
        margin-top: -140px;
        position: relative;
    }

    .bdf-photographer-sm {
        background-color: var(--bs-white);
        margin-top: 0 !important;
        margin-bottom: 0px !important;
    }

    .bdf-photographer-img img {
        width: 100%;
    }

    .bdf-photographer-sm .card {
        border: none;
        background: none;
        backdrop-filter: initial;
        padding: 0px;
        margin-bottom: 0px;
    }

    .bdf-photographer-slider .slick-prev {
        left: 32%;
    }

    .bdf-photographer-slider .slick-next {
        left: 50%;
    }

    /* Home */
    .bdf-hero-meta {
        left: 2rem;
    }

    .bdf-hero-meta h2 {
        font-size: 2.8rem;
    }

    .bdf-arrow-down {
        width: 4.2rem;
        height: 4.2rem;
        left: 2rem;
        bottom: 2rem;
    }

    .bdf-arrow-down:before {
        top: 1.3rem;
        left: 1.5rem;
        width: 12px;
        height: 12px;
    }

    .bdf-pricing-detail-header p,
    .bdf-icon-button {
        font-size: 1.4rem;
    }

    .bdf-icon-button svg {
        width: 1.4rem;
        height: 1.4rem;
    }

    .bdf-img-detail {
        left: 0;
        bottom: 0;
        right: initial;
        max-width: 30rem;
        padding: 2rem !important;
    }

    .bdf-photography-container .bdf-img-detail {
        padding: 0 !important;
    }

    .bdf-premier-img-card-meta {
        padding: 3rem;
    }

    .bdf-premier-img-card {
        margin-top: 2rem;
    }

    .bdf-premier-img-card-meta h2,
    .bdf-card-hover h2 {
        font-size: 3.2rem;
    }

    .bdf-common {
        margin-top: 4rem;
    }

    .bdf-icons li img {
        width: 6rem;
        height: 6rem;
    }

    .bdf-icons li:not(:last-child) {
        margin-right: 0;
    }

    .bdf-logos-list {
        overflow-x: scroll;
    }

    .bdf-logos-list::-webkit-scrollbar {
        display: none;
    }

    .bdf-logos-list li {
        flex: 0 0 40%;
    }

    .bdf-logos-list li img {
        width: 80% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .bdf-tabs .nav-tabs .nav-item:not(:first-child) {
        margin-top: 1rem;
    }

    .bdf-tabs .nav-tabs {
        padding-right: 2rem;
    }

    .bdf-tabs .nav-tabs .nav-link {
        font-size: 1.8rem;
    }

    .bdf-tabs .nav-tabs .nav-link.active {
        font-size: 2.5rem;
    }

    .bdf-play {
        left: 2rem !important;
        width: 5.5rem;
        height: 5.5rem;
    }

    .bdf-tabs .nav-tabs .nav-link.active:before {
        left: -8rem;
        width: 6rem;
    }

    .bdf-play-icon {
        height: 2rem;
        border-width: 1.2rem 0 1.2rem 2rem;
    }

    .bdf-play-icon {
        margin-left: 3px;
    }

    .bdf-weddings-footer {
        padding-right: 2rem;
    }

    .bdf-weddings-footer .bdf-icon-button {
        font-weight: 500 !important;
    }

    .bdf-text-section .bdf-paragraph.border-start {
        padding-left: 3rem;
    }

    .bdf-weddings-img img {
        height: 37.5rem;
        object-fit: cover;
        object-position: -9rem 0;
    }

    .bdf-testimonials {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .bdf-how-it-works .bdf-premier-img-card img {
        height: 40rem;
        object-fit: cover;
    }

    .bdf-common.bdf-how-it-works-common {
        margin-top: 4rem;
    }

    .bdf-industry-leading-large {
        height: 33rem;
    }

    .bdf-industry-leading-small {
        height: 15.5rem;
    }

    .bdf-page-hero .container {
        padding-bottom: 6rem;
    }

    .bdf-page-hero img {
        height: 52.5rem;
    }

    .bdf-page-hero p {
        padding-top: 2rem;
    }

    .bdf-availability-form .col-md-6 {
        padding-left: .8rem;
        padding-right: .8rem;
    }

    .bdf-event .bdf-paragraph.border-start {
        font-size: 2.2rem;
    }

    .bdf-availability h3 {
        font-size: 1.8rem;
    }

    .bdf-our-collections .bdf-awards {
        overflow-x: auto;
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    .bdf-our-collections .bdf-awards::-webkit-scrollbar {
        display: none;
    }

    /* Hide scrollbar for IE, Edge and Firefox */
    .bdf-our-collections .bdf-awards {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */
    }


    .bdf-our-collections .bdf-awards li:not(:last-child) {
        margin-right: 2.6rem;
    }

    /* .bdf-awards li img {
        width: 7.2rem;
        height: 7.2rem;
    } */

    .bdf-card {
        height: auto;
        padding: 0 1.6rem;
        margin-top: 3rem;
    }

    .bdf-card-body {
        padding: 2rem;
    }

    .bdf-card-price,
    .bdf-card-info {
        font-size: 1.4rem;
    }

    .bdf-card-list li {
        font-size: 1.2rem;
    }

    .bdf-photography-container .col-sm-6:nth-child(2) {
        order: -1;
    }

    .bdf-complete-collections .bdf-pricing-image-detail img {
        height: 35rem !important;
    }

    .bdf-complete-collections .bdf-img-detail {
        position: relative !important;
        max-width: 90%;
        margin-top: -10rem;
        margin-left: auto;
        margin-right: auto;
    }

    .bdf-complete-collections .bdf-pricing-detail:last-child .bdf-img-detail {
        margin-top: -15rem;
        left: 0 !important;
    }

    .bdf-complete-collections .bdf-img-detail h2 {
        font-size: 1.8rem;
    }

    .bdf-customizations-list li {
        font-size: 1.6rem;
    }

    .bdf-portfolio h2 span {
        padding-bottom: 2rem;
    }

    .bdf-simple-tabs {
        margin-top: 4rem;
    }

    .bdf-simple-tabs.nav-tabs .nav-link {
        font-size: 2.4rem;
    }

    /* Footer */
    .bdf-footer-top .container {
        padding-left: 0;
        padding-right: 0;
        overflow-x: hidden;
    }

    .bdf-footer-top .col-xl-7 {
        margin-bottom: 2rem;
        padding-bottom: 2rem;
    }

    .bdf-footer-top .col-lg-4 {
        padding-bottom: 2rem;
    }

    .bdf-footer-logo,
    .bdf-footer-last-col {
        padding-top: 0rem;
    }

    .bdf-copyright {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Blog */
    .bdf-hero.bdf-page-hero .container {
        padding-bottom: 3rem;
    }

    .bdf-hero .bdf-hero-footer {
        margin-bottom: 2rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .bdf-hero .bdf-hero-meta {
        padding-left: 0;
    }

    .bdf-hero-footer-meta .bdf-icon-button {
        bottom: 8px;
        right: 2rem;
        font-weight: 400 !important;
    }

    .bdf-hero .bdf-hero-footer h2 {
        padding-right: 0%;
        font-weight: 500;
    }

    .bdf-hero.bdf-page-hero p {
        font-size: 1.4rem;
    }

    .bdf-blog-detail h2 {
        line-height: 2.6rem;
    }

    .bdf-blog-detail h1 {
        font-size: 3.2rem;
    }

    .bdf-view-pricing-header p {
        font-size: 1.6rem;
        line-height: 2.6rem;
        margin-top: 1.6rem;
    }

    .bdf-static-pages p,
    .bdf-static-pages ul li {
        font-size: 1.4rem;
    }

    .bdf-static-pages h4 {
        font-size: 1.6rem;
    }

    .bdf-instagram h2 {
        margin-bottom: 5rem;
    }

    .bdf-blog-detail h3,
    .bdf-blog-detail h4 {
        font-size: 1.6rem;
    }

    #sb_instagram.sbi_col_6 #sbi_images .sbi_item:nth-child(even) {
        margin-top: -3rem !important;
    }

    #sb_instagram.sbi_tab_col_2 #sbi_images .sbi_item {
        width: 33.33333% !important;
    }

    #sb_instagram.sbi_col_6 #sbi_images .sbi_item:nth-child(4),
    #sb_instagram.sbi_col_6 #sbi_images .sbi_item:nth-child(5),
    #sb_instagram.sbi_col_6 #sbi_images .sbi_item:nth-child(6) {
        display: none !important;
    }

    #sb_instagram .sbi_photo {
        height: 111px !important;
    }

    #sb_instagram.sbi_col_6 #sbi_images .sbi_item:nth-child(2) .sbi_photo {
        height: 141px !important;
    }

    /* Packages Pages */
    .bdf-photography-container {
        padding-left: 0;
        padding-right: 0;
    }

    /* New Changes */
    .bdf-common-meta p {
        margin-bottom: 4rem;
    }

    .bdf-view-pricing .bdf-pricing-image-detail img,
    .bdf-about-us-common.bdf-how-it-works-common .col-lg-6:first-child img {
        height: 32.7rem;
    }

    .bdf-view-pricing .col-sm-1 img {
        height: 50rem;
    }

    .bdf-card-hover {
        padding: 2rem;
    }

    .bdf-third-img {
        object-position: -8rem 0;
    }

    .bdf-timeless .bdf-text-title {
        font-size: 3.2rem;
    }

    .bdf-price-an-availability .bdf-pricing-image-detail img {
        height: 36rem;
    }

    .bdf-price-an-availability .bdf-img-detail {
        max-width: 31rem;
    }

}

@media screen and (max-height: 800px) {
    .bdf-mobile-menu-list li a {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}
