p,
a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    transition: background-color, color 0.2s ease;
}

a:hover, .footer-nav li a:hover {
    color: #E6C1B8;
}

.art-title {
    font-family: "TheSeason";
    letter-spacing: 0.4rem;
}

.fsc-6{
    font-size:1.1rem !important;
}

.lhc-3{
    line-height:1.6;
}


/* custom.css */
.letter-spacing-sm {
    letter-spacing: 0.5px;
}

.letter-spacing-md {
    letter-spacing: 1px;
}

.letter-spacing-lg {
    letter-spacing: 2px;
}

.art-sub-title {
    font-family: "TheSeason";
}

.menu-link {
    color: #0e0e0e;
}

input {
    outline: none;
}

body {
    /*min-width: 1300PX;*/
    overflow-x: hidden;
    width: 100%;
}

::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.f_row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.f_col {
    display: flex;
    flex-direction: column;
}

.j_c_a {
    justify-content: space-around;
}

.j_c_b {
    justify-content: space-between;
}

.dropdown-menu {
    border: none;
    background-color: transparent;
}

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

.gowns_wrap {
    padding: 1.25rem 9.375rem;
}

.more-btn {
    display: flex;
    justify-content: center;
}

.more-btn .btn {
    height: 3.125rem;
    line-height: 3.125rem;
    text-align: center;
    border-radius: 12.5rem;
    border: 0.125rem solid #E6C1B8;
    margin: 0 auto;
    font-size: 0.8rem;
    color: #E6C1B8;
    font-weight: 600;
    cursor: pointer;
    padding: 0 1.875rem;
    margin-top: 1.875rem;
}

.gowns_wrap .title {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

.gowns_prev {
    left: -8.5rem;
    opacity: 1;
}

.gowns_prev .carousel-control-prev-icon {
    background-image: url('../Elements/BB homepage_Left arrow grey icon.png');
    height: 3.125rem;
}

.gowns_prev .carousel-control-prev-icon:hover {
    background-image: url('../Elements/BB homepage_Left arrow pink icon.png');
}

.gowns_next {
    right: -8.5rem;
    opacity: 1;
}

.gowns_next .carousel-control-next-icon {
    background-image: url('../Elements/BB homepage_Right arrow grey icon.png');
    height: 3.125rem;
}

.gowns_next .carousel-control-next-icon:hover {
    background-image: url('../Elements/BB homepage_Right arrow pink icon copy.png');
}

.main {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

.flower {
    position: absolute;

}

.flower1 {
    left: -6rem;
    top: 2rem;
    width: 9.375rem;
}

.flower2 {
    right: -6rem;
    top: 9rem;
    width: 12.5rem;
}

.flower4 {
    left: -18rem;
    top: 21.25rem;
    width: 13.75rem;
}


.mobile-search {
    display: none;
}


.weddin-wrap {
    margin-top: 8vh;
    padding: 1.25rem 18rem;
    display: flex;

}

.weddin-wrap .pic {
    margin-right: 2vw;
    width: 100%;
    position: relative;
}

.weddin-wrap .pic .img {
    position: relative;
    z-index: 2;
}

.weddin-wrap .title {
    font-size: 2rem;
    font-weight: 600;
}

.weddin-wrap .weddin-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.weddin-wrap .weddin-info .more_box {
    text-align: left;
    margin-top: 0;
}

.weddin-wrap .dec {
    color: #9E9D98;
    /*width: 28.125rem;*/
}


.weddin-wrap .img-box {
    display: flex;

}

.weddin-wrap .img-box img {
    /*margin-top: 1.875rem;*/
    margin-right: 1.875rem;
    width: 50%;
}

.ideas-wrap {
    padding: 3.125rem 12.5rem;
    display: flex;
    position: relative;
}

.ideas-wrap .info {
    width: 15.625rem;
    margin-right: 1.875rem;
}

.ideas-wrap .dec {
    color: #9E9D98;
}

.ideas-wrap .title {
    font-size: 2rem;
    font-weight: 600;
}

.ideas-wrap .ideas-show {
    padding: 0 11.25rem;
}

.ideas-wrap .item-info {
    width: 50%;
}

.ideas-wrap .item-info .img {
    width: 100%
}

.ideas-wrap .continue {
    color: #E1C896;
}

.flower7 {
    right: 0px;
    top: -80px;
    width: 12.5rem;
}


.traditions-wrap {
    padding: 3.125rem 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.traditions-wrap .left_pic {
    width: 15.625rem;
    height: 62.5rem;
    flex-shrink: 0;
}

.traditions-wrap .info {
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    justify-content: center;
    width: 24rem;
    margin-right: 1.875rem;
    flex-shrink: 0;
}

.traditions-wrap .title {
    font-size: 2rem;
    font-weight: 600;
}

.traditions-wrap .right_pic {
    width: 68.75rem;

}

.guid-wrap {
    padding: 3.125rem 12.5rem;
    text-align: center;
}

.guid-wrap .title {
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
}

.guid-wrap .dec {
    color: #9E9D98;
}

.guid-wrap .big {
    font-size: 1.25rem;
}

.guid-wrap p {
    margin-top: 1.25rem;
}


.events-mobile {
    display: none;
}

.footer {
    background-color: #3d3d3d;
    padding: 6rem 10rem;
    color: #fff;
    position: relative;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.footer-nav li {
    width: 30.33%;
    list-style-type: none;
    color: #fff;
    flex-shrink: 0;
}

.footer-nav li a {
    color: #fff;
}

.footer .app {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}

.footer .app img {
    width: 8rem;
}

.footer .tool {
    position: fixed;
    right: 0;
    bottom: 10rem;
    z-index: 1000;
}

.footer .tool li {
    list-style-type: none;
}

.footer .tool img {
    width: 8rem;
}

.footer .contact-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
}

.footer .contact {
    display: flex;
    padding-left: 0;
}

.footer .contact li {
    list-style-type: none;

}

.footer .contact a {
    color: #272727;
    overflow: hidden;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    margin-right: 5px;
    border-radius: 50%;
    background-repeat: no-repeat;
    float: left;
    transition: background-color 0.2s ease;
}

.footer .contact a:hover {
    background-color: #E1C896;
    float: left;
}

.footer .contact a:hover li i {
    color: #fff;


}

.footer .contact li i {
    font-size: 1.25rem;
    color: #272727;
    line-height: 2rem;
    text-align: center;
    width: 2rem;
    height: 2rem;
    transition: color 0.2s ease;

}

.footer .contact img {
    width: 2rem;
}

.footer .copyright {
    display: flex;
}

.footer .copyright img {
    width: 3rem;
    flex-shrink: 0;
}

.pd-right-3 {
    padding-right: 3px;
}

.mg-right-3 {
    margin-right: 3px;
}


.n-wrap {
    /*padding:5vh 10vw;*/
}

.home-dec {
    color: #9E9D98;
}

@media (min-width: 960px) {
    .n-wrap {
        padding: 5vh 15vw;
    }
}

.modal-header {
    background: #4fd1c5;
    color: #fff;
    border-radius: 1px 1px 0 0;
    -webkit-border-radius: 1px 1px 0 0;
    border-bottom: none;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

.izl-rmenu {
    z-index: 99;
}

.izl-rmenu {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 72px;
    background: url(../../images/r_b.png) 0 bottom no-repeat;
    z-index: 999
}

.izl-rmenu .nbtn {
    width: 73px;
    height: 73px;
    margin-bottom: 2px;
    cursor: pointer;
    position: relative;
    text-align: center;
    border-radius: 5px;
}

.izl-rmenu .btn-qq {
    color: #3D3D3D;
    background: #E6C0B8;
    font-size: 4rem;
    line-height: 73px;
}

.izl-rmenu .btn-qq:hover {
    background-color: #E1C896;
}


.izl-rmenu .btn-wx {
    /*background: url(../../images/r_emag.png) no-repeat #4fd1c5*/
    font-size: 4.5rem;
    line-height: 73px;
    color: #3D3D3D;
    background: #E6C0B8;

}

.izl-rmenu .btn-wx:hover {
    background-color: #E1C896;
}

.izl-rmenu .btn-wx .pic {
    top: 0;
    height: 160px
}

.izl-rmenu .btn-phone {
    /*background: url(../../images/r_phone.png) no-repeat #4fd1c5*/
}

.izl-rmenu .btn-phone:hover {
    background-color: #E1C896;
}

.izl-rmenu .btn-wedding-tools {
    display: none;
    font-size: 4.5rem;
    line-height: 73px;
    color: #3D3D3D;
    background: #E6C0B8;
}

.izl-rmenu .btn-wedding-tools:hover {
    background-color: #E1C896;
}

.izl-rmenu .btn-phone .phone, .izl-rmenu .btn-wedding-tools .phone {
    background-color: #E6C0B8;
    top: 0;
    line-height: 73px;
    color: #3D3D3D;
    font-size: 18px;
    text-align: center
}

.izl-rmenu .btn-top {
    display: none;
    font-size: 2.5rem;
    line-height: 73px;
    color: #3D3D3D;
    background: #E6C0B8;
}

.izl-rmenu .btn-top:hover {
    background-color: #E1C896;
}

.izl-rmenu .btn-phone .phone, .izl-rmenu .btn-wedding-tools .phone, .izl-rmenu .btn-wx .pic {
    left: -160px;
    width: 160px;
    position: absolute;
    display: none
}