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

@font-face {
    font-family: Monallesia;
    src: url(../fonts/MonallesiaScript-4BgXp.woff);
}

.bg_grey {
    background: #f8f8f8;
}

p {
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    color: #525252;
    margin-bottom: 0;
    font-size: 18px;
}

.font-fmly {
    font-family: Monallesia;
}

.fs-35 {
    font-size: 35px;
    color: #939580;
}

.fs-20 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 29px;
    color: #939580;
    display: block;
    margin: 0;
}

.fs-40 {
    font-weight: 400;
    font-size: 40px;
    line-height: 58px;
    font-family: "Jost", sans-serif;
    color: #323232;
    text-transform: uppercase;
}

.f-size-32 {
    font-weight: 400;
    font-size: 32px;
    line-height: 1.5;
    color: #323232;
    text-transform: uppercase;

}

/**************** Main_header *******************/
.offcanvas-body {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.navbar-nav .nav-item a {
    font-weight: bold;
    font-size: 15px;
    line-height: 0.5;
    padding: 35px 20px 0 0px;
    display: block;
    color: #4d4c4c;
    position: relative;
    text-transform: uppercase;
}

.socil_icon li a {
    color: #ff8051;
    padding-right: 30px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 12px;
    background-color: #ffd9ca;
    color: #ff8d62;
    cursor: pointer;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    border: 1px solid #ff8d62;
}

#myBtn:hover {
    background-color: #fff;
}

.navbar.navbar-expand-lg {
    width: 100%;
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ff7947;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 15px 30px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-weight: bold;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.burger_menu {
    width: 100%;
    justify-content: space-around;
    align-items: center;
}

.navbar .burger_menu .main span {
    transition: margin-left .5s;
    padding: 5px 12px;
    position: relative;
    left: 0;
    color: #fff;
    background: #ff8051;
    font-size: 20px;
    border-radius: 5px;
}

.btn-primary {
    color: #fff;
    background-color: #ff8051;
    border-color: #ff8051;
    font-size: 20px;
}

.btn-primary:hover {
    color: #000;
    background-color: #ffe7de;
    border-color: #ff8051;
}

.modal-content {
    width: 400px;
}

.header_wrap .navbar-expand-lg .navbar-nav .nav-link:hover::before {
    content: "";
    background: #ff8051;
    width: 55px;
    height: 3px;
    position: absolute;
    bottom: -20px;
}

.header_wrap .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #ff8051;
    transition: 0.1s;
}

/*****************Home banner**************************/
.hm_banner {
    padding: 7rem 0;
}

.hm_banner .banner_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hm_banner .container {
    max-width: 90%;
}

.bn_circle_wrap .circle_frame img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0;
    -webkit-animation: circle 60s linear infinite;
    animation: circle 60s linear infinite;
    z-index: -1;
}

.bn_circle_wrap .circle_frame {
    position: absolute;
    transform: translatey(-50%);
    z-index: -1;
    top: 50%;
    left: 0;
}

.bn_circle_wrap {
    position: relative;
}

.bn_circle_wrap .inner_pic {
    left: 100px;
    padding: 20px;
    border-radius: 50%;
    z-index: 0;
    top: 15px;
    position: relative;
}

.hm_banner .inner_pic img {
    width: 65%;
    height: 65%;
    border-radius: 50%;
    /* z-index: 1; */
    border: 30px solid #fff;
    box-shadow: 0px 0px 6.1px 3.9px rgba(28, 31, 86, 0.06);
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.name_title h1 {
    font-family: Monallesia;
    font-size: 50px;
    color: #444444;
    margin: 40px 0;
    font-weight: 500;
}

.hm_banner .name_title {
    padding-bottom: 20px;
}

.hm_banner .name_title span {
    color: #323232;
    font-size: 20px;
    font-family: jost;
    font-weight: 400;
    /* padding-bottom: 28px; */
}

.date_inner_wrap li .time_box h3 {
    font-size: 55px;
    font-weight: 400;
    line-height: 1.7;
    color: #ff8d63;
    font-family: Monallesia;
}

.date_inner_wrap li .time_box {
    padding: 10px 40px;
}

.date_inner_wrap li .time_box span {
    font-size: 18px;
    color: #365872;
    font-weight: 400;
}

/***************** couple_part **********************/
.couple_part {
    padding: 5rem 0;
}

.bride_img .img_wrp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.groom_img .img_wrp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.couple_part .name_title h1 {
    font-size: 40px;
    font-weight: 400;
    color: #323232;
    margin-top: 50px;
}

.bride_img .img_wrp {
    position: relative;
}

.bride_img .img_wrp:after {
    content: "";
    position: absolute;
    width: 102%;
    height: 102%;
    right: -1%;
    bottom: -1%;
    border: 1px solid #ff8051;
    -webkit-transform: rotate(-5deg);
    transform: rotate(5deg);
    border-color: #ff8051;
}

.bride_img .img_wrp:before {
    position: absolute;
    width: 102%;
    height: 102%;
    left: -1%;
    top: -1%;
    border: 1px solid #D4B0A5;
    -webkit-transform: rotate(5deg);
    transform: rotate(-5deg);
    content: "";
    border-color: #ff8051;
}

.groom_img .img_wrp {
    position: relative;
}

.groom_img .img_wrp:after {
    content: "";
    position: absolute;
    width: 102%;
    height: 102%;
    right: -1%;
    bottom: -1%;
    border: 1px solid #ff8051;
    -webkit-transform: rotate(-5deg);
    transform: rotate(5deg);
    border-color: #ff8051;
}

.groom_img .img_wrp:before {
    position: absolute;
    width: 102%;
    height: 102%;
    left: -1%;
    top: -1%;
    border: 1px solid #D4B0A5;
    -webkit-transform: rotate(5deg);
    transform: rotate(-5deg);
    content: "";
    border-color: #ff8051;
}

.couple_part .socil_icon li a .fa {
    color: #ff8558;
    font-size: 20px;
    padding-right: 25px;
}

.couple_part .name_title span {
    font-size: 18px;
    color: #848892;
    line-height: 1.8em;
}

.couple_part .socil_icon {
    justify-content: center;
    padding-top: 2rem;
}

.video_part {
    background: url(../images/video.jpg)no-repeat scroll center / cover;
    height: 420px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 5rem;
}

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    /* background: #fa183d; */
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #d0d6db;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    transition: all 200ms;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #fff;
}

.video-play-button:hover:after {
    background-color: darken(#fa183d, 10%);
}

.video-play-button img {
    position: relative;
    z-index: 3;
    max-width: 100%;
    width: auto;
    height: auto;
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}



.video-overlay {
    position: fixed;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.80);
    opacity: 0;
    transition: all ease 500ms;
}

.video-overlay.open {
    position: fixed;
    z-index: 1000;
    opacity: 1;
}

.video-overlay-close {
    position: absolute;
    z-index: 1000;
    top: 15px;
    right: 20px;
    font-size: 36px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 200ms;
}

.video-overlay-close:hover {
    color: #fa183d;
}

.video-overlay iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    /* width: 90%; */
    /* height: auto; */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

/*************************our_story*************************/
/**************** Our story box one***********************/
.our_stry .img_wrp img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our_stry {
    position: relative;
}

.box-one .img_wrp {
    clip-path: polygon(0 0, 100% 8%, 90% 100%, 0 100%);
    position: relative;
}

.box-one::before {
    transform: skewY(-5deg);
    content: "";
    z-index: 11;
    position: absolute;
    width: 99%;
    height: 92%;
    left: -2%;
    top: 7%;
    border: 1px solid #D4B0A5;
    border-color: #ff8558;
}

.story_content {
    background: #fff;
    margin: 95px 0 0px -105px;
    position: relative;
    z-index: 12;
    max-width: 613px;
    padding: 2rem;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}

.line_title {
    max-width: 550px;
    margin: 0 auto;
}

.line_title h2 {
    position: relative;
}

.line_title h2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 128, 81, 0.1);
    bottom: -10px;
    left: 0;
}

.line_title h2::after {
    position: absolute;
    content: "";
    width: 60%;
    height: 1px;
    background: rgba(255, 128, 81, 0.1);
    bottom: -20px;
    right: 100px;
}

/**************** Our story box two***********************/
.story_wrap_item_two .story_content {
    margin: 95px -105px 0px 0px;
}

.story_wrap_item_two .story_content .title_content {
    text-align: right;
}

.story_wrap_item_two .img_wrp {
    clip-path: polygon(0 8%, 100% 0, 100% 100%, 6% 100%);
}

.box-two {
    position: relative;
}

.box-two::before {
    transform: skewY(6deg);
    content: "";
    z-index: 11;
    position: absolute;
    width: 99%;
    height: 92%;
    right: -25px;
    top: 7%;
    border: 1px solid #D4B0A5;
    border-color: #ff8558;
}

.story_wrap_item_two .story_content .data {
    text-align: right;
}

.hm_gallery {
    margin: 5rem 0;
}

.gallery_wrap .grid_box {
    margin: 15px;
}

.gallery_wrap .grid_box .img_wrp {
    position: relative;
    transition: all 0.3s;
}

.gallery_wrap .grid_box .img_wrp::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.82);
    opacity: 0;
    transform: scale(0);
    transition: all 0.3s;
}

.gallery_wrap .grid_box .img_wrp:hover:before {
    opacity: 1;
    transform: scale(1);
}

.gallery_wrap .grid_box .hover_plus {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    text-decoration: none;
    color: #fff !important;
    opacity: 0;
    transition: all 0.3s;

}

.grid_box:hover .hover_plus {
    opacity: 1;
}

.slick-track {
    display: flex;
    flex-wrap: wrap;
}

.slider_item img {
    width: auto;
    margin: 0 auto;
}

.home_testimonial {
    margin: 5rem 0;
}

.slider_item .grid_box {
    width: 100%;
    height: 180px !important;
    border: 1px solid #D3D3D3;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/********************* our_wedding *************************/
.our_wedding {
    margin: 5rem 0;
}

.wed_event_box {
    border: 4px solid rgba(255, 128, 81, 0.4);
}

.wed_event_box .wed_img img {
    width: 100%;
    height: 288px;
    object-fit: cover;
}

.wed_event_box .wed_img {
    position: relative;
    padding: 30px;
}

.wed_event_box .wed_img::before {
    content: "";
    position: absolute;
    background: #ff8051;
    width: 2px;
    height: 110px;
    left: 50%;
    top: 75%;
}

.wed_event_box .wed_img .img_title h3 {
    color: #323232;
    padding: 15px 15px;
    background: rgba(255, 255, 255, 0.4);
    font-weight: 400;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
}

.wed_event_box .wed_img .img_title {
    position: absolute;
    top: 35%;
    left: 60px;
}

.wed_details {
    padding: 50px 35px;
    text-align: center;
    background: #fff;
    border-top: 4px solid #EEE1DD;
    border-top-color: rgba(255, 128, 81, 0.4);
}

.wed_details ul li {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    max-width: 270px;
    margin: 0 auto;
    margin-bottom: 0px;
    color: #828282;
    margin-bottom: 18px;
}

.wed_details ul .btn a {
    text-decoration: none;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    color: #ff8558;
    font-weight: bold;
    transition: 0.3s;
}

.wed_details ul .btn a:hover {
    color: #000;
}

.our_wedding .box-2 {
    border-left: 0;
    border-right: 0;
    position: relative;

}

.our_wedding .box-2 .wed_img::before {
    content: "";
    position: absolute;
    background: #ff8051;
    width: 2px;
    height: 100px;
    left: 50%;
    top: -40px;
}

/************* .our_news  *****************/

.news_wrap .img_wrp img {
    width: 100%;
    height: 100%;
}

.our_news {
    margin: 5rem 0;
}

.news_content ul .strock {
    font-size: 55px;
    line-height: 1;
    font-weight: 500;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #323232;
    color: #fff;
    padding-bottom: 5px;
}

.news_content ul li {
    color: #939580;
    font-size: 20px;
    font-weight: 500;
}

.news_content h3 {
    font-size: 34px;
    color: #323232;
    font-weight: 600;
    transition: 0.3s;
}

.news_content {
    padding-top: 25px;
}

.our_news a {
    text-decoration: none;
}

.news_wrap:hover .img_wrp img {
    transform: scale(1.2);
    filter: grayscale(100%);
}

.news_wrap .img_wrp {
    overflow: hidden;
}

.news_wrap .img_wrp img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.news_wrap:hover .news_content h3 {
    color: #ff8051;
}

.news_items .news_content h3 {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 500;
}

.news_items .news_wrap .img_wrp {
    width: 215px;
    margin-right: 30px;
}

.news_content span {
    color: #939580;
    font-size: 18px;
    font-weight: 500;
}


/************* Form *****************/

.form-control {
    color: #525252;
}

.radio_button {
    margin: 20px 0 35px 0px;
}

.hm_form {
    margin: 5rem 0;
    padding: 5rem 0;
}

#sel1 {
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    background: url(../images/select-icon2.png)no-repeat scroll center right 20px;
    background-size: 9px;
    margin-bottom: 30px;
}

.wed_contact_form {
    max-width: 530px;
    margin: 0 auto;
    padding: 2rem;
    border-radius: 300px 300px 0 0;
    border: 1px solid #F3ECE9;
}

.form_wrp input[type="text"],
.form_wrp input[type="email"] {
    border: 0;
    border-bottom: 1px solid #D9D9D9;
    border-radius: 0;
    margin-bottom: 15px;
}

.form_wrp .form-control:focus {
    box-shadow: none;
}

.radio_button label {
    display: flex;
}

.radio_button label input {
    margin-right: 10px;
    margin-right: 10px;
}

.radio_button .radio {
    margin-right: 15px;
}

.submit_btn.form-control {
    background: #ff8051;
    border: 0;
    color: #fff;
    max-width: 134px;
    margin: 20px auto 0 auto;
    padding: 17px 0;
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.form_wrp {
    border-radius: 300px 300px 0 0;
    border: 1px solid #F3ECE9;
    padding: 10rem 3rem 5rem 3rem;
}

.wed_contact_form {
    max-width: 530px;
    margin: 0 auto;
    position: relative;
    background: #fff;
}

.fm_title h3 {
    font-size: 25px;
    margin-bottom: 3rem;
}

.bg_shape_two img {
    width: 500px;
    height: 100%;
}

.bg_shape img {
    width: 500px;
    height: 100%;
}

.bg_shape {
    position: absolute;
}

.bg_shape_two {
    position: absolute;
    right: 100px;
}

/************* footer *****************/
footer {
    background: #fff2ed;
    padding: 6rem 0;
}

.footer_menu ul li a {
    text-decoration: none;
    color: #525252;
    font-size: 18px;
    line-height: 1;
    transition: 0.3s;
}

.footer_menu ul li a:hover {
    color: #ff8558;
}

.footer_menu ul li:not(first-child)::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #d4b0a5;
    border-radius: 50%;
    left: -25px;
    top: 7px;
}

.footer_menu ul li:not(:first-child) {
    position: relative;
}

.footer_menu ul li {
    padding-right: 50px;
}

.footer_icon ul li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 2.5;
    background: #fff;
    color: #939580;
    font-size: 15px;
    border-radius: 50%;
    margin-right: 30px;
    transition: 0.3s;
}

.footer_icon ul li a:hover {
    background: #ff8558;
    color: #fff;
}

.copywrite_wrap .copywrite a {
    color: #ff8558;
    text-decoration: none;
    transition: 0.3s;
}

.copywrite_wrap .copywrite a:hover {
    color: #000;

}



/**************Responsive******************/
@media(max-width:1199px) {
    .story_content {
        margin: 95px 0 0px -60px;
    }

    .story_wrap_item_two .story_content {
        margin: 95px -60px 0px 0px;
    }

    .bg_shape {
        position: absolute;
        left: 20px;
    }

    .bg_shape_two {
        position: absolute;
        right: 50px;
    }

    .wed_event_box .wed_img .img_title h3 {
        font-size: 25px !important;
    }

    .wed_event_box .wed_img .img_title {
        left: 50px;
    }

    .news_content h3 {
        font-size: 28px;
    }

    .wed_details ul li {
        font-size: 18px;
    }

}



@media(max-width:991px) {

    #myHeader {
        position: fixed;
        left: 0;
        right: 0;
        width: 100%;
        box-shadow: 9px 2px 10px #ddd;
        background: #fff;
        z-index: 20;
    }

    .search_icon {
        background: 0;
        border: 0;
    }

    .hm_banner .banner_content {
        padding-top: 6rem;
    }

    .search_icon a .fa {
        color: #000;
        font-size: 20px;
        display: inline-block;
    }

    .burger_menu {
        display: block;

    }

    .modal-body .form-control {

        padding: 10px;
        border: 1px solid #ff8051;
    }

    .hm_banner {
        padding: 4rem 0;
    }

    .container {
        max-width: 90%;
    }

    .date_inner_wrap {
        justify-content: center;
    }

    .banner_content {
        margin-bottom: 8rem;
    }

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

    .bn_circle_wrap .inner_pic {
        left: 0;
        z-index: 0;
        top: 0;
        text-align: center;
        max-width: 340px;
    }

    .hm_banner .inner_pic img {
        width: 100%;
        height: 100%;
    }

    .bn_circle_wrap .circle_frame {
        right: 0;
        margin: 0 auto;
        max-width: 550px;
    }

    .bn_circle_wrap .circle_frame img {
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 0;
        -webkit-animation: circle 60s linear infinite;
        animation: circle 60s linear infinite;
        z-index: -1;
    }

    .couple_part .name_title span {
        font-size: 15px;
    }

    .story_content {
        margin: 65px 0 0px -60px;
    }

    p {
        font-size: 16px;
    }

    .gallery_wrap .grid_box {
        margin: 10px;
    }

    .gallery_wrap .grid_box {
        margin: 10px;
        margin-top: 1rem !important;
    }

    .slider_item .grid_box {
        max-width: 250px;
    }

    .our_wedding .box-2 {
        padding-top: 27px;
    }

    .wed_event_box .wed_img .img_title h3 {
        font-size: 20px !important;
    }
}

@media(max-width:767px) {
    .container {
        max-width: 540px;
    }

    .cple_devider .img_wrp {
        padding: 50px 0;
    }

    .story_content {
        margin: 30px 0 !important;
    }

    .story_wrap_item_two .story_content .title_content {
        text-align: left;
    }

    .story_wrap_item_two .story_content .data {
        text-align: left;
    }

    .gallery_wrap .grid_box {
        margin-top: 25px !important;
    }

    .hm_gallery {
        margin: 2rem 0;
    }

    .hm_form {
        margin: 2rem 0;
        padding: 5rem 0;
    }

    .bg_shape {
        position: absolute;
        left: -50px;
    }

    .bg_shape_two {
        position: absolute;
        right: -50px;
    }

    .our_wedding .box-2 {
        border-left: 4px solid rgba(255, 128, 81, 0.4);
        border-right: 4px solid rgba(255, 128, 81, 0.4);
        position: relative;
    }

    .news_items_wrp.list-unstyled {
        padding-top: 1rem;
    }

    .footer_menu ul li a {
        font-size: 12px;
    }

    .footer_menu ul li {
        padding-right: 30px;
    }

    .footer_menu ul li:not(first-child)::before {
        left: -12px;
        top: 10px;
    }

    .copywrite p {
        font-size: 12px;
    }
}

@media(max-width:575px) {
    .wed_event_box .wed_img .img_title {
        left: 100px;
    }

    .line_title h2 {
        position: relative;
        font-size: 30px;
    }

    .bg_shape {
        display: none;
    }

    .bg_shape_two {
        display: none;
    }

    .wed_contact_form {
        background: #ffd9ca;
        border: 1px solid #FF8D62;
    }

    .form_wrp {
        border: 1px solid #FF8D62;
        background: #fff;
    }

    .bn_top_shape img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .bn_bottom_shape img {
        width: 100%;
        height: 100%;
    }

    .date_inner_wrap li .time_box {
        padding: 10px 15px;
    }

    .date_inner_wrap li .time_box h3 {
        font-size: 35px;
    }

    .banner_content .name_title h1 {
        font-size: 30px;
    }

    .hm_banner .name_title span {
        font-size: 16px;
    }

    .banner_content {
        margin-bottom: 4rem;
    }

    .hm_banner .inner_pic img {
        width: 210px;
        height: 100%;
        border: 20px solid #fff;
    }

    .hm_banner {
        padding: 2rem 0;
    }

    .bride_img .img_wrp {
        max-width: 75%;
        margin: 0 auto;
    }

    .groom_img .img_wrp {
        max-width: 75%;
        margin: 0 auto;
    }

    .news_items .news_content h3 {
        font-size: 15px;
    }

    .news_content h3 {
        font-size: 25px;
    }
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}