body,
html {
    overflow-x: hidden;
    width: 100%;
    margin: 0px;
    padding: 0px;
    line-height: 1.2;
    font-family: "Avenir Next", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* img {
    width:100%;
    height:100%;
} */


/* @font-face {
    font-family: 'Playfair_Display';
    src: url('/fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf') format('ttf'),
         url('/fonts/PlayfairDisplay-VariableFont_wght.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
} */


@font-face {
    font-family: 'Branch';
    src: url('https://cdn.prod.website-files.com/65f82e537b14755c37f50b36/65fd2c012e37ff64a9fc6aec_Branch.otf') format('opentype');
    /* font-weight: 400; */
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('https://cdn.prod.website-files.com/65f82e537b14755c37f50b36/65fd31a153e594d4dac4bc43_Avenir%20Next%20Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

.fonts-branch {
    font-family: 'Branch', sans-serif;
}

.black {
    color: black;
}

.white {
    color: #fff;
}

ul {
    margin-bottom: 0;
}

.mb-05 {
   margin-bottom: 5px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-6 {
    margin-top: 60px;
}

.mt-10 {
    margin-top: 100px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-1-5 {
    margin-bottom: 15px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-6 {
    margin-bottom: 60px;
}

.ml-1 {
    margin-left: 10px;
}

.mr-04 {
    margin-right: 4px;
}

.mr-1 {
    margin-right: 10px
}

.p-1 {
    padding: 10px;
}

.p-05 {
    padding:5px;
}

.pl-3 {
    padding-left: 30px;
}

.pr-1 {
    padding-right: 10px;
}

.pr-3 {
    padding-right: 30px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-5 {
    padding-bottom: 50px;
}

.pt-2 {
    padding-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.mr-2 {
    margin-right: 20px;
}

.font-weight-large {
    font-weight: 700;
}

.font-weight-medium {
    font-weight: 500;
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.justify-around {
    justify-content: space-around;
}

.justify-between {
    justify-content: space-between;
}

.justify-evenly {
    justify-content: space-evenly
}

.align-center {
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.width-half {
    width: 50%;
}

.background-size-cover {
    background-size: cover;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.width-full {
    width: 100%;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.position-fixed {
    position: fixed;
}

.spacing {
    margin: 85px 45px;
}

.inside-spacing {
    padding: 50px 40px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.click-more-btn a {
    color: #2F2F2F;
    font-weight: 700;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
}

/* wedding album card css */
/* wedding collection */
.wedding-collection {
    margin: 60px 0px 120px 0px;
    color: #2F2F2F;
}

.wedding-collection h2,
.Our-expertise h2 {
    font-size: 35px;
}

.wc-card {
    gap: 25px;
    margin-bottom: 30px;
}

.wc-card-details .name {
    font-weight: 700;
    font-size: 24px;
    font-family: 'Playfair Display';
}

.wc-card-details .category {
    font-size: 15px;
    font-family: 'Inter';
}

@media screen and (max-width: 767.98px) {
    .text-break {
        display: none;
    }
}