/*fonts begin*/

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

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('../fonts/AvenirNextLTPro-Regular.woff2') format('woff2'), url('../fonts/AvenirNextLTPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Akrobat';
    src: url('../fonts/Akrobat-Bold.woff2') format('woff2'), url('../fonts/Akrobat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Aguero Serif Free';
    src: url('../fonts/AgueroSerifFree-Regular.woff2') format('woff2'), url('../fonts/AgueroSerifFree-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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


/*fonts end*/

body {
    font-family: 'Montserrat';
}


/*header begin*/

.announcement_bar {
    background: #e32c2b;
    text-align: left;
    padding: 10px;
    color: #ffff;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 300;
    display: block;
}

.announcement_bar a {
    color: #fff;
}

.announcement_bar .social_icons li a {
    color: #fff;
    border-color: #ffffff;
}


/*white bar begin*/

.white_bar {
    background-color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 15px;
    text-transform: uppercase;
}

.social_icons li a {
    color: #000000;
    display: inline-block;
    border: 1px solid #000000;
    padding: 1px 0px 1px 0px;
    min-width: 30px;
    text-align: center;
}

.social_icons li a:hover {
    opacity: 0.5;
}

.custom_inline {
    display: inline-block;
}

.phone_txt a {
    color: #000000;
    display: inline-block;
    padding-left: 35px;
    padding-top: 3px;
}


/*white bar end*/


/*header end*/


/*custom menu begin*/


/*custom menu end*/


/*image section overlay style begin*/

.img_container {
    position: relative;
    text-align: center;
    color: white;
}

.img_bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.img_top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

.img_top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

.img_bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

.img_centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/*image section overlay style end*/


/*section 1 begin*/

#section_1 .img_centered {
    top: auto;
    bottom: 0px;
    transform: translate(-50%, -20%);
}

.center_text_wd {
    width: 385px;
}

.center_text_wd h3 {
    font-family: 'Avenir Next LT Pro';
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
}

.sp_link {
    background-color: #ffffff;
    color: #000000;
    font-family: 'Akrobat';
    padding: 6px 15px;
    min-width: 350px;
    font-size: 32px;
    display: inline-block;
}

.sp_link:hover {
    opacity: 0.8;
}


/*section 1 end*/


/*logo section begin*/

.logo_section .list-inline .list-inline-item {
    background-image: url(../images/logo_border.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    margin: 0;
}

.logo_section .list-inline .list-inline-item:last-child {
    background-image: none;
}


/*logo section end*/


/*section 2 begin*/

.home_section_2 {
    background-color: #000;
    color: #fff;
}

.landing_page #section_2 .img_centered {
    top: 25%;
    width: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
}


/*section 2 end*/


/*section 3 begin*/

.unique_title span {
    background-color: #000000;
    padding: 25px 15px;
    position: relative;
    font-size: 65px;
    font-family: 'Aguero Serif Free';
    text-transform: uppercase;
    display: inline-block;
}

.unique_title span:before,
.unique_title span:after {
    width: 3px;
    height: 21px;
    background-color: #ffffff;
    content: '';
    margin: auto;
    display: inline-block;
    top: 13px;
    position: absolute;
    left: 50%;
}

.unique_title span:after {
    top: auto;
    bottom: 10px;
}

.steps_section {
    padding: 50px 0;
}

#section_3 .img_centered {
    top: auto;
    width: auto;
    bottom: 30px;
    transform: translate(-50%, -20%);
}


/*section 3 end*/


/*section 4 begin*/

.same_copy {
    background-color: #000000;
    margin-top: 10px;
    position: relative;
    /* background: #88b7d5; */
}

.same_copy:after {
    top: -1px;
    left: 22.5%;
    content: " ";
    height: 36px;
    width: 84px;
    background-image: url(../images/arrow_img.png);
    background-repeat: no-repeat;
    background-position: top center;
    display: inline-block;
    position: absolute;
}

.same_copy .img_centered {
    width: 500px;
    left: 25%;
}

.layout_section_4.same_copy .img_centered {
    width: 600px;
    left: 25%;
}

.same_copy .unique_title span {
    background-color: transparent;
}

.same_copy .unique_title {
    margin-bottom: 32px;
}

.same_copy p {
    font-family: 'Avenir Next LT Pro';
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
    margin-bottom: 0px;
}


/*section 4 end*/


/*section 5 begin*/

.layout_section_5.same_copy:after,
#section_5.same_copy:after {
    right: 22.5%;
    left: auto;
}

.layout_section_5.same_copy .img_centered,
#section_5.same_copy .img_centered {
    top: 44%;
    left: auto;
    right: 25%;
    transform: translate(49%, -41%);
    width: 600px;
}

.layout_section_5.same_copy.section_14 .img_centered {
    right: 30%;
    max-width: 900px;
    /*width:100%;*/
}


/*section 5 end*/


/*section 6 begin*/

.layout_section_6 .img_centered,
#section_6 .img_centered {
    left: 50%;
}

.layout_section_6.same_copy:after,
#section_6.same_copy:after {
    left: 47%;
}


/*section 6 end*/


/*section 7 begin*/

.layout_section_7 .img_centered,
#section_7 .img_centered {
    left: 50%;
    width: 550px;
    top: auto;
    bottom: 45px;
    transform: translate(-50%, 0%);
}

.layout_section_7.same_copy,
#section_7.same_copy {
    background-color: transparent;
}

.layout_section_7 .pl-0,
#section_7 .pl-0 {
    padding-right: 5px;
}

.layout_section_7 .pr-0,
#section_7 .pr-0 {
    padding-left: 5px;
}

.layout_section_7.same_copy:after,
#section_7.same_copy:after {
    display: none;
}

.layout_section_7 .pl-0:after,
.layout_section_7 .pr-0:after,
#section_7 .pl-0:after,
#section_7 .pr-0:after {
    top: 0;
    left: 45%;
    content: " ";
    height: 36px;
    width: 84px;
    background-image: url(../images/arrow_img.png);
    background-repeat: no-repeat;
    background-position: top center;
    display: inline-block;
    position: absolute;
}

.layout_section_7 .left_part .img_centered.align_top,
#section_7 .left_part .img_centered.align_top {
    top: 45px !important;
    bottom: auto !important;
}


/*section 7 end*/


/*section 8 begin*/

#section_8.same_copy:after {
    display: none;
}

#section_8 .sp_link {
    min-width: 212px;
}

#section_8 .img_centered img {
    margin-bottom: 20px;
    display: block;
}

#section_8 .img_centered {
    left: 43%;
}


/*section 8 end*/


/*footer begin*/

.footer_bg {
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 700px;
}

.circle_tx {
    width: 280px;
    height: 281px;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.circle_tx p {
    font-family: 'Aguero Serif Free';
}

.circle_tx.justify-content-center {
    background-color: #ffffff;
    margin: 5px;
    width: 267px;
    text-align: center;
    text-transform: uppercase;
    height: 267px;
    border: 0px;
}

.circle_tx p {
    font-size: 75px;
    line-height: 61px !important;
    margin-top: 19px;
}

.circle_tx p span {
    display: block;
    font-family: 'Nestle';
    font-size: 53px;
    text-transform: lowercase;
    margin-top: -16px;
    position: relative;
}

.circle_tx p span:before,
.circle_tx p span:after {
    width: 15px;
    height: 3px;
    background-color: #000000;
    content: '';
    margin: auto;
    display: inline-block;
    top: 59%;
    position: absolute;
    left: 28%;
}

.circle_tx p span:after {
    left: auto;
    right: 28%;
}

.f_social h3 {
    font-family: 'Aguero Serif Free';
    font-size: 50px;
    color: #ffffff;
}

.f_social .social_icons li a {
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 25px;
    min-width: 41px;
    border-radius: 4px;
    margin-right: 4px;
}

.footer_last_txt,
.footer_last_txt p {
    color: #ffffff;
    font-family: 'Montserrat';
    font-weight: 300;
    font-size: 18px;
}

.footer_last_txt i {
    font-size: 35px;
    margin-bottom: 15px;
}


/*.footer_last_txt i.fas.fa-phone-alt {
  font-size:18px;
  padding-right: 10px;
}*/

.footer_last_txt {
    margin-top: 80px;
    /* margin-bottom: 40px; */
}

.footer_last_txt a {
    color: #ffffff;
}

.copy_right_txt {
    font-size: 15px !important;
    text-transform: uppercase;
    margin-top: 20px;
}

.copy_right_txt a {
    color: #ffffff;
}

.copy_right_txt a:hover {
    opacity: 0.5;
}

.footer_bg .custom_inline .list-inline-item:not(:last-child) {
    margin-right: 1.5rem;
}


/*footer end*/


/*inner page banner begin*/

#inner_page_banner .img_centered {
    top: 50%;
    text-align: left;
    left: 75%;
    width: auto;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: 42%;
}

#inner_page_banner p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 25px;
}


/*inner page banner end*/


/*general page content begin*/

.general_page_content p {
    font-weight: 300;
}

.general_page_content.dark_mode {
    background-color: #000;
    color: #fff;
}

.main_title h1 {
    color: #ffffff;
    background-color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 28px;
    font-weight: 300;
}

.blog_section h3 a {
    color: #000000;
    font-size: 20px;
    line-height: 25px;
    display: block;
    margin-top: 25px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog_section .blog_link {
    font-size: 15px;
    color: #000000;
}

.blog_section p {
    font-size: 14px;
    line-height: 23px;
}

.Link {
    -webkit-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out;
    color: #000000;
    position: relative;
}

.Link--underline:hover::before,
.shopify-payment-button__more-options:hover::before {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

.Link--underline::before,
.shopify-payment-button__more-options::before {
    content: '';
    position: absolute;
    width: 82px;
    height: 1px;
    left: 0;
    bottom: -3px;
    background: currentColor;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}


/* [1] The container */

.img-hover-zoom {
    height: auto;
    /* [1.1] Set it as per your need */
    overflow: hidden;
    /* [1.2] Hide the overflowing of child elements */
}


/* [2] Transition property for smooth transformation of images */

.img-hover-zoom img {
    transition: transform .9s ease;
    width: 100%;
    height: 270px;
    object-fit: contain;
}


/* [3] Finally, transforming the image when container gets hovered */

.img-hover-zoom:hover img {
    transform: scale(1.1);
}


/*general page content end*/


/*contact form begin*/

.contact_us input[type=text],
.contact_us input[type=email],
.contact_us input[type=tel],
.contact_us select,
.contact_us input[type=number] {
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    padding: 0 15px;
    margin-bottom: 25px;
}

.contact_us textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #ccc;
    padding: 15px 15px;
    margin-bottom: 25px;
}

::-webkit-input-placeholder {
    color: #26353f;
}

:-moz-placeholder {
    color: #26353f;
}

::-moz-placeholder {
    color: #26353f;
}

:-ms-input-placeholder {
    color: #26353f;
}

.contact_us input[type="submit"] {
    font-family: 'Akrobat';
    background-color: #000000;
    padding: 15px 15px;
    width: 100%;
    color: #ffff;
    text-transform: uppercase;
    border: 1px solid #fff;
    font-size: 30px;
}

.contact_us input[type="submit"]:hover {
    opacity: 0.8;
}


/*YTB BG*/

.ytb_wrapper {
    position: relative;
}

.ytb_wrapper .content {
    display: table;
    width: 100%;
    min-height: 625px;
    z-index: 1;
    position: relative;
}

.ytb_wrapper .content .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
}

.ytb_wrapper .content .inner h1 {
    font-size: 62px;
    color: white;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

.video-background-controls button {
    font-size: 32px;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
    border-radius: 16px;
    line-height: 32px;
    border: none;
    background: none;
    -webkit-appearance: none;
    color: white;
    filter: drop-shadow(0px 0px 1px black);
    cursor: pointer;
    opacity: 1;
    transition: all 250ms ease-in-out;
    margin-left: 10px;
    outline: none;
}

.video-background-controls {
    width: 100%;
    height: 100%;
}

.video-background-controls button:hover {
    opacity: 0.5;
}

iframe {
    transition: opacity 500ms ease-in-out;
    transition-delay: 250ms;
}

.play-toggle i {
    display: none;
}

.paused i {
    display: block;
}


/*YTB BG*/

#section_8 .m_custom_visiblity {
    min-height: auto;
}


/*contact form end*/

.video_page h3 {
    margin-bottom: 25px;
}

.video_page iframe {
    margin: auto;
    display: block;
    margin-bottom: 60px;
}

.general_page_content h2 {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 43px;
}

.general_page_content {
    font-family: 'Avenir Next LT Pro';
}

.instagram_section {
    padding: 50px 0;
    background-color: #ffffff
}

.instagram_section h4 {
    margin-bottom: 20px
}

.instagram_section h2 {
    margin-bottom: 25px
}


/*wedding banner begin*/

.page-id-304 #inner_page_banner .img_centered {
    width: 100%;
    left: 50%;
    top: 75%;
    text-align: center;
}

.dark_section {
    background-color: #000000;
}

.wedding_title {
    font-size: 40px;
    font-family: 'Avenir Next LT Pro';
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

.wedding_title:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 15px;
    text-align: center;
    left: 50%;
    top: -25px;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
}

.wedding_title:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 15px;
    text-align: center;
    left: 50%;
    bottom: -50px;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
}

.wedding_container {
    position: relative;
}

.wedding-bottom-right {
    position: absolute;
    bottom: 55px;
    left: 25px;
    font-size: 20px;
    color: #ffffff;
    width: 66%;
}

.wedding_container {
    position: relative;
    background: #ffffff;
}

.wedding_container:after {
    bottom: 0;
    left: 10%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 30px;
    margin-left: -30px;
}

.wedding_package_area .wedding_title {
    color: #1d1d1b;
    letter-spacing: 0px;
    padding: 0px 25px;
}

.wedding_package_area .wedding_title:before,
.wedding_package_area .wedding_title:after {
    background-color: #1d1d1b;
}

.purchase_img {
    position: relative;
}

.purchase_img {
    position: relative;
    z-index: 1;
}

.type_1 .purchase_img img {
    -webkit-box-shadow: 10px 2px 13px 0px rgb(224 224 224 / 75%);
    -moz-box-shadow: 10px 2px 13px 0px rgb(224 224 224 / 75%);
    box-shadow: 10px 2px 13px 0px rgb(224 224 224 / 75%);
}

.type_2 .purchase_img img {
    -webkit-box-shadow: -11px 0px 18px -2px rgb(186 186 186 / 29%);
    -moz-box-shadow: -11px 0px 18px -2px rgb(186 186 186 / 29%);
    box-shadow: -11px 0px 18px -2px rgb(186 186 186 / 29%);
}

.type_1 .grey_box_btm {
    background-color: #f8f8f8;
    padding: 78px 54px;
    margin-left: -300px;
    padding-left: 350px;
    margin-top: 154px;
}

.type_2 .grey_box_btm {
    background-color: #f8f8f8;
    padding: 78px 54px;
    margin-right: -300px;
    padding-right: 350px;
    margin-top: 154px;
}

.grey_box_btm p {
    font-size: 20px;
}

.site_btn {
    background-color: #000000;
    color: #ffffff;
    font-size: 25px;
    font-family: 'Akrobat';
    padding: 12px 30px;
    display: inline-block;
    text-transform: uppercase;
}

.site_btn:hover {
    background-color: #686767;
}

.grey_box_btm p b {
    font-weight: bold;
}

.grey_box_btm h3 {
    font-weight: bold;
    font-size: 32px;
    font-family: 'Avenir Next LT Pro';
    text-transform: uppercase;
}

.type_2 img {
    order: 1;
    margin-left: 25px;
}

.type_2 {
    text-align: right;
}

.type_2 .grey_box_btm h3 {
    justify-content: flex-end;
}

.type_2 .purchase_img {
    order: 2;
}


/*wedding banner end*/


/*couple section start */

.couple_area {
    background-color: #f8f8f8;
    margin-top: 101px !important;
}

.overlap_div {
    position: relative;
}

.overlap_div img {
    position: absolute;
    /* top: -40%; */
    bottom: 0;
}

.couple_area p {
    font-family: 'Aguero Serif Free';
    font-size: 50px;
    color: #000;
    line-height: 50px;
}

.couple_area p span {
    font-family: 'Edwardian Script ITC';
    font-size: 150px;
    vertical-align: text-top;
    line-height: 150px;
}


/*couple section end */

.page-template-template-wedding .main_title h1 {
    display: none;
}

.layer_div {
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 50px;
}

.layer_div img {
    max-width: 320px;
}

.unique_title.transparent_title span {
    background-color: transparent !important;
}

.step_div {
    height: 100%
}

.step_div * {
    width: 100%;
}

.step_div .unique_title span {
    background-color: transparent !important;
    font-size: 50px;
}

.step_div .unique_title span:before,
.step_div .unique_title span:after {
    height: 15px;
}

.step_content {
    padding: 15px 10px;
}

.step_div p {
    font-family: 'Avenir Next LT Pro';
}

.contacts_section {
    position: relative;
    background-color: #000;
}

.contacts_section img {
    object-fit: cover;
}

.contacts_section .unique_title span {
    font-size: 78px;
    color: #fff;
    padding: 25px 0;
    display: inline-block;
}

.contacts_section .layer_div {
    position: absolute;
    top: 0;
    left: 0;
    padding: 25px 0;
}

.map_section iframe {
    margin-top: 15px;
    min-height: 250px;
}

.contact_page .general_page_content {
    background-color: #000 !important;
    color: #fff !important;
}

.contact_page .general_page_content .fas {
    font-size: 20px;
    padding-right: 10px;
}

.contact_page .general_page_content a {
    color: #fff;
}

.page-template-template-contact .main_title {
    border-top: 5px solid #fff;
}

.inb_cndt {
    margin-bottom: 10px;
}

.inb_cndt .cndt p {
    margin-bottom: 0;
}

.img_centered .sp_link {
    margin-top: 25px
}

.landing_page {
    margin-top: 3px;
}

.landing_page .contact_us textarea {
    margin-bottom: 0;
}

.landing_page .contact_us input[type="submit"] {
    font-size: 25px;
    padding: 10px 15px;
}

.landing_page #section_4 .custom_visiblity,
.landing_page #section_4 .m_custom_visiblity,
.landing_page .layout_section_4 .custom_visiblity,
.landing_page .layout_section_4 .m_custom_visiblity,
.landing_page #section_5 .custom_visiblity,
.landing_page #section_5 .m_custom_visiblity,
.landing_page .layout_section_5 .custom_visiblity,
.landing_page .layout_section_5 .m_custom_visiblity,
.landing_page #section_6 .custom_visiblity,
.landing_page #section_6 .m_custom_visiblity,
.landing_page .layout_section_6 .custom_visiblity,
.landing_page .layout_section_6 .m_custom_visiblity,
.landing_page .contacts_section .custom_visiblity,
.landing_page .contacts_section .m_custom_visiblity {
    min-height: 500px;
    object-fit: cover;
}


/*----start golf----*/

.page-template-template-golf #section_2 {
    background: #000;
}

.page-template-template-golf #section_1 .img_centered {
    top: 30%;
}

.page-template-template-golf #section_1 .img_centered h2 {
    text-transform: uppercase;
    position: relative;
}

.page-template-template-golf #section_1 .img_centered h2:before,
.page-template-template-golf #section_1 .img_centered h2:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 15px;
    text-align: center;
    left: 50%;
    bottom: -50px;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
}

.page-template-template-golf #section_1 .img_centered h2:before {
    top: -35px;
}

.page-template-template-golf #section_1 .img_centered p {
    margin-top: 175px;
    line-height: 30px;
}

.page-template-template-golf .type_0 {
    margin-top: -290px;
}

.page-template-template-golf .type_1 .purchase_img img {
    box-shadow: 13px 11px 13px 0px rgb(224 224 224 / 75%);
}

.page-template-template-golf .type_2 img {
    margin-left: 0;
}

.page-template-template-golf .type_1 .grey_box_btm {
    padding: 78px 50px 30px 345px;
    margin-top: 44px;
}

.page-template-template-golf .type_1 .grey_box_btm,
.page-template-template-golf .type_2 .grey_box_btm {
    position: relative;
}

.page-template-template-golf .type_2 .grey_box_btm {
    margin-top: 45px;
    padding: 78px 354px 10px 20px;
}

.page-template-template-golf .type_1 .grey_box_btm img {
    position: absolute;
    top: -60px;
    max-width: 33%;
}

.page-template-template-golf .type_2 .purchase_img img {
    box-shadow: 13px 10px 13px 0px rgb(224 224 224 / 75%);
}

.page-template-template-golf .center_text_wd {
    max-width: 550px;
    width: 100%;
}

.page-template-template-golf .center_text_wd p {
    max-width: 430px;
    width: 100%;
    margin: auto;
}

.page-template-template-golf .unique_title span {
    font-size: 65px;
}

.page-template-template-golf .type_2,
.page-template-template-golf #section_15 {
    margin-top: 90px;
}

.page-template-template-golf .type_2 .grey_box_btm img {
    position: absolute;
    top: -60px;
    right: 36%;
    max-width: 33%;
}

.page-template-template-golf .type_1 .grey_box_btm p {
    font-size: 17px;
    padding: 194px 0 0;
}

.page-template-template-golf .type_2 .grey_box_btm p {
    font-size: 17px;
    padding: 190px 0 0;
    padding-left: 75px;
}

.page-template-template-golf .type_3 {
    margin-top: 100px;
}

.page_golf_content p {
    padding-right: 26px;
}

.page_golf_content img {
    margin: -7px 0 0 -7px;
}

.page_golf {
    padding: 110px 0;
}

.page-template-template-golf .type_3 .grey_box_btm p {
    padding-right: 60px;
}


/*----end----*/

.page_about {
    padding: 75px 0;
}

.page_about img {
    box-shadow: 13px 11px 13px 0px rgb(224 224 224 / 75%);
}

.page_about1 {
    max-width: 960px;
    width: 100%;
    margin: auto;
}

.about_content_text p {
    margin-left: 50px;
}

.about_content_text1 {
    padding-right: 30px
}

.about_content_text1 img {
    margin-top: 40px;
}

.page-id-715 p,
.page-id-713 p {
    font-weight: 300;
}

.page-template-template-golf p {
    line-height: 27px;
}

.page-template-template-golf footer p {
    line-height: unset;
}

.page_about p {
    line-height: 30px;
}

.page_about1 {
    padding: 100px 0;
}

.page_about p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.page_about_main {
    padding-top: 100px;
}

#section_golf .img_centered,
.page-template-template-golf .img_centered {
    width: 28%;
}

.page-template-template-golf .img_centered .sp_link {
    padding: 15px;
}

@media (min-width: 1200px) {
    .general_page_content {
        line-height: 28px;
    }
    /*home page wedding banner begin*/
    #section_wed .img_centered .img-fluid {
        max-width: 61%;
    }
    #section_wed .img_centered {
        transform: translate(-50%, 0%);
    }
    /*home page wedding banner end*/
}

@media (min-width: 1200px) and (max-width: 1499.98px) {
    .logo_section .list-inline .list-inline-item {
        margin-bottom: 25px;
    }
    .logo_section .list-inline .list-inline-item:last-child {
        margin-bottom: 0px;
    }
    .same_copy p {
        line-height: 25px;
    }
}

@media (max-width: 1299.98px) {
    .unique_title span {
        font-size: 62px;
    }
    .page-template-template-golf #section_1 .img_centered p {
        margin-top: 80px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .unique_title span {
        font-size: 50px;
    }
    .page-template-template-golf .type_2 .grey_box_btm img {
        right: 41%;
    }
    .page-template-template-golf .type_2 .grey_box_btm p {
        padding: 165px 0 0;
    }
    .page-template-template-golf .type_1 .grey_box_btm p {
        padding: 155px 0 0;
    }
    .page-template-template-golf #section_1 .img_centered p {
        margin-top: 50px;
    }
    .page-template-template-golf .unique_title span {
        font-size: 50px;
    }
    .same_copy p {
        font-size: 16px;
        line-height: 24px;
    }
    .layout_section_5.same_copy .img_centered,
    #section_5.same_copy .img_centered {
        right: 33%;
    }
    .same_copy:after {
        background-size: 49px;
    }
    .layout_section_4.same_copy:after,
    #section_4.same_copy:after {
        left: 20.5%;
    }
    .layout_section_5.same_copy .img_centered,
    #section_5.same_copy .img_centered {
        width: 500px;
        right: 26%
    }
    .unique_title span:before {
        top: 2px;
    }
    .layout_section_7 .img_centered,
    #section_7 .img_centered {
        width: 428px;
    }
    #section_8 .img_centered img {
        width: 120px;
        margin-bottom: 5px;
    }
    .footer_last_txt,
    .footer_last_txt p {
        font-size: 15px;
    }
    .copy_right_txt {
        font-size: 12px !important
    }
    .wedding-bottom-right {
        width: 80%;
        font-size: 16px;
    }
    /* .layer_div { position: relative; background-color: #000; padding-top: 75px; margin-top: -1px; } */
    .layer_div img {
        margin-bottom: 50px
    }
    .step_btn .sp_link {
        font-size: 25px;
        min-width: auto;
        width: 100%;
    }
    .contacts_section {
        background-color: #000;
        display: block;
    }
    .wpcf7-form-control-wrap {
        margin-bottom: 15px
    }
    .contact_us input[type=text],
    .contact_us input[type=email],
    .contact_us input[type=tel],
    .contact_us select,
    .contact_us input[type=number] {
        height: 40px;
    }
    .contact_us textarea {
        height: 100px;
        margin-bottom: 0
    }
    .contact_us input[type="submit"] {
        font-size: 20px;
        padding: 10px 15px;
    }
    .contacts_section .unique_title span {
        font-size: 70px;
    }
    .landing_page #section_4,
    .landing_page .layout_section_4,
    .landing_page .layout_section_5,
    .landing_page #section_5,
    .landing_page .contacts_section {
        min-height: 400px;
    }
    .page-template-template-wedding .type_2 .purchase_img img {
        margin-left: 10px;
    }
}

@media (min-width: 992px) {
    .m_custom_visiblity {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .page-template-template-wedding .type_2 .purchase_img img {
        margin-left: 5px;
    }
}

@media (max-width: 991.98px) {
    .custom_visiblity {
        display: none;
    }
    .page-template-template-golf .unique_title span {
        font-size: 36px;
    }
    .page-template-template-golf .type_2 .grey_box_btm img {
        right: 41%;
    }
    .m_custom_visiblity {
        display: block;
        min-height: 257px;
        object-fit: cover;
        width: 100%;
    }
    .page-template-template-golf .type_2 .grey_box_btm p {
        padding: 165px 0 0;
    }
    .page-template-template-golf .type_1 .grey_box_btm p {
        padding: 155px 0 0;
    }
    .center_text_wd {
        width: 100%;
    }
    .navik-header .logo {
        margin: auto !important;
        float: none !important;
    }
    .logo_section .list-inline .list-inline-item {
        margin-bottom: 15px;
    }
    .same_copy .img_centered,
    .layout_section_4.same_copy .img_centered,
    .layout_section_5.same_copy .img_centered,
    #section_5.same_copy .img_centered {
        width: auto;
        left: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }
    .same_copy:after,
    .layout_section_4.same_copy:after,
    #section_5.same_copy:after,
    .layout_section_5.same_copy:after,
    #section_6.same_copy:after,
    .layout_section_6.same_copy:after,
    .layout_section_7 .pl-0:after,
    .layout_section_7 .pr-0:after,
    #section_7 .pl-0:after,
    #section_7 .pr-0:after {
        top: 15px;
        transform: translate(-50%, -50%);
        left: 50%;
    }
    .sp_link {
        min-width: 283px;
        font-size: 25px;
    }
    .unique_title span {
        font-size: 44px;
    }
    .same_copy p {
        font-size: 18px;
    }
    .same_copy .img_centered,
    .layout_section_4.same_copy .img_centered,
    #section_5.same_copy .img_centered,
    .layout_section_5.same_copy .img_centered,
    #section_6.same_copy .img_centered,
    .layout_section_6.same_copy .img_centered,
    .layout_section_7.same_copy .img_centered,
    #section_7.same_copy .img_centered {
        min-width: auto;
        width: 350px;
        max-width: 70%;
    }
    .img_centered .sp_link {
        min-width: auto;
        width: 100%
    }
    /* .same_copy:after,
    #section_7 .pl-0:after,
    #section_7 .pr-0:after { background-size: 28px; } */
    .contact_page .same_copy:after {
        background-size: 100%
    }
    .same_copy p {
        font-size: 16px;
        line-height: 20px;
    }
    .same_copy .unique_title {
        margin-bottom: 25px;
    }
    .unique_title span {
        font-size: 50px;
    }
    .unique_title span:before,
    .unique_title span:after {
        height: 12px;
    }
    .layout_section_7 .col-sm-6,
    #section_7 .col-sm-6 {
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }
    .layout_section_7 .pr-0,
    #section_7 .pr-0 {
        margin-top: 10px;
    }
    .layout_section_7.same_copy .unique_title,
    #section_7.same_copy .unique_title {
        margin-bottom: 25px;
    }
    .layout_section_7 .pl-0,
    .layout_section_7 .pr-0,
    #section_7 .pl-0,
    #section_7 .pr-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    #section_8 .img_centered img {
        width: 100px;
        margin-bottom: 5px;
    }
    #section_8 .img_centered {
        left: 50%;
    }
    .page-template-template-golf .type_2 .grey_box_btm img {
        right: 49%;
    }
    #section_8 .sp_link {
        min-width: 157px;
        margin-top: -19px;
        font-size: 23px;
    }
    .page-template-template-golf .type_1 .grey_box_btm p {
        font-size: 17px;
        padding: 110px 0 0;
    }
    .page-template-template-golf .type_2 .grey_box_btm p {
        font-size: 17px;
        padding: 106px 0 0;
    }
    .footer_last_txt .col-sm-4 {
        margin-bottom: 25px;
    }
    .footer_last_txt,
    .footer_last_txt p {
        font-size: 15px;
    }
    .copy_right_txt {
        font-size: 12px !important;
    }
    .mobile_logo_remove {
        width: 75%;
        margin: 0 auto;
    }
    .logo_section img {
        max-width: 75%;
    }
    .logo_section .list-inline .list-inline-item {
        margin: 0px !important;
        padding: 6px 3% !important;
    }
    .footer_bg {
        background-image: url(../images/m_footer-bg.jpg);
        background-size: inherit;
        background-color: #000000;
    }
    #inner_page_banner .img_centered {
        left: 50%;
        width: 90%;
    }
    #inner_page_banner p {
        line-height: 22px;
    }
    #inner_page_banner img {
        margin-left: auto;
        margin-right: auto;
    }
    #inner_page_banner .img_centered {
        text-align: center;
    }
    #inner_page_banner .img_centered img {
        display: block;
    }
    .wedding-bottom-right {
        width: 80%;
        font-size: 16px;
    }
    .layer_div,
    .contacts_section .layer_div {
        position: relative;
        background-color: #000;
        padding-top: 75px;
        margin-top: -1px;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }
    .layer_div img {
        margin-bottom: 50px
    }
    .step_div {
        margin-bottom: 75px;
        height: auto;
    }
    .sp_link {
        padding: 6px 13px;
    }
    .step_btn .sp_link {
        font-size: 25px;
        min-width: auto;
        width: 100%;
    }
    .layout_section_7 .sp_link,
    #section_7 .sp_link {
        padding: 6px 8px;
    }
    .landing_page #section_2 .img_centered {
        top: calc(17% - 20px)
    }
    .landing_page .layout_section_4,
    .landing_page #section_4,
    .landing_page #section_5,
    .landing_page .layout_section_5,
    .landing_page #section_6,
    .landing_page .layout_section_6 {
        min-height: 300px;
    }
    .landing_page #section_4 .custom_visiblity,
    .landing_page #section_4 .m_custom_visiblity,
    .landing_page .layout_section_4 .custom_visiblity,
    .landing_page .layout_section_4 .m_custom_visiblity,
    .landing_page #section_5 .custom_visiblity,
    .landing_page #section_5 .m_custom_visiblity,
    .landing_page .layout_section_5 .custom_visiblity,
    .landing_page .layout_section_5 .m_custom_visiblity,
    .landing_page #section_6 .custom_visiblity,
    .landing_page #section_6 .m_custom_visiblity,
    .landing_page .layout_section_6 .custom_visiblity,
    .landing_page .layout_section_6 .m_custom_visiblity,
    .landing_page .contacts_section .custom_visiblity,
    .landing_page .contacts_section .m_custom_visiblity {
        min-height: 300px;
        object-fit: cover;
    }
    .landing_page .contacts_section .custom_visiblity,
    .landing_page .contacts_section .m_custom_visiblity {
        display: none;
    }
    .contacts_section .unique_title span {
        width: 767px;
        max-width: 100%;
        padding: 25px 80px;
    }
    .step_div {
        max-width: 75%;
        margin: 0 auto 50px;
    }
}

@media (max-width: 1024px) {
    .page-template-template-wedding .type_2 .purchase_img img {
        margin-left: 5px;
    }
}

@media (max-width: 992px) {
    .page-template-template-wedding a.site_btn {
        font-size: 18px;
        padding: 12px 18px;
    }
}

@media (max-width: 991.98px) {
    .page-template-template-wedding #inner_page_banner .custom_visiblity {
        display: none;
    }
}

@media (max-width: 834.98px) {
    .mobile_logo_remove {
        width: 82%
    }
}

@media (max-width: 767.98px) {
    .blog_section .col-sm-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .img-hover-zoom img {
        width: 100%;
    }
    .ytb_wrapper .content {
        min-height: auto;
        height: 250px;
    }
    .VideoWrapper {
        position: relative;
        padding-bottom: 56.25%;
    }
    .VideoWrapper iframe,
    .VideoWrapper object,
    .VideoWrapper embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .video_page h3 {
        margin-top: 35px;
    }
    #section_1 .center_text_wd h3 {
        font-size: 21px;
        line-height: 26px;
    }
    #section_1 .img_centered {
        width: 75%;
        bottom: 5%;
        max-width: 350px
    }
    #section_3 .img_centered {
        bottom: 10px;
    }
    #section_3 .unique_title span {
        padding: 10px 20px;
        text-transform: uppercase;
    }
    #section_3 .unique_title span:before,
    #section_3 .unique_title span:after {
        width: 2px;
        height: 8px;
    }
    #section_3 .unique_title span:before {
        top: 4px;
    }
    #section_3 .unique_title span:after {
        top: auto;
        bottom: 5px;
    }
    .m_custom_visiblity {
        min-height: auto;
    }
    .mobile_logo_remove {
        width: 100%;
    }
    .layout_section_4,
    .landing_page .layout_section_4,
    #section_4,
    .landing_page #section_4,
    #section_5,
    .landing_page #section_5,
    .layout_section_5,
    .landing_page .layout_section_5,
    #section_6,
    .landing_page #section_6,
    .layout_section_6,
    .landing_page .layout_section_6 {
        min-height: 350px;
    }
    #section_4 .m_custom_visiblity,
    .landing_page #section_4 .m_custom_visiblity,
    .layout_section_4 .m_custom_visiblity,
    .landing_page .layout_section_4 .m_custom_visiblity,
    .layout_section_5 .m_custom_visiblity,
    .landing_page .layout_section_5 .m_custom_visiblity,
    #section_5 .m_custom_visiblity,
    .landing_page #section_5 .m_custom_visiblity,
    #section_6 .m_custom_visiblity,
    .landing_page #section_6 .m_custom_visiblity,
    .layout_section_6 .m_custom_visiblity,
    .landing_page .layout_section_6 .m_custom_visiblity {
        min-height: 350px;
    }
    .page-id-180 #inner_page_banner .img_centered img,
    .page-id-14 #inner_page_banner .img_centered img,
    .page-id-176 #inner_page_banner .img_centered img {
        max-width: 60%;
        height: auto;
    }
    .page-id-180 #inner_page_banner .m_custom_visiblity,
    .page-id-14 #inner_page_banner .m_custom_visiblity,
    .page-id-176 #inner_page_banner .m_custom_visiblity {
        min-height: auto;
        height: 500px;
    }
    .contact_page .m_custom_visiblity {
        min-height: 257px;
    }
    .announcement_bar {
        font-size: 14px;
    }
    .wedding_title {
        font-size: 18px;
        line-height: 25px;
    }
    .wedding-bottom-right {
        width: 75%;
        left: 12.5%;
        bottom: 20%;
        text-align: center;
        font-size: 13px;
    }
    .wedding_container:after {
        left: 49%;
    }
    .type_1 .grey_box_btm {
        margin-left: 0;
        margin-top: -50px;
        padding: 100px 50px 50px;
    }
    .type_2 .grey_box_btm {
        margin-right: 0;
        margin-top: -50px;
        padding: 100px 50px 50px;
    }
    .type_2 .purchase_img {
        order: 0;
        margin-top: 50px;
    }
    .purchase_img {
        order: 0;
        margin-top: 50px
    }
    .grey_box_btm p {
        font-size: 16px
    }
    .couple_area {
        margin-top: 100px !important
    }
    .overlap_div {
        order: 1
    }
    .overlap_div img {
        position: relative;
    }
    .contact_us input[type="submit"] {
        font-family: 'Akrobat';
        background-color: #000000;
        padding: 10px 15px;
        width: 100%;
        color: #ffff;
        text-transform: uppercase;
        border: 1px solid #fff;
        font-size: 25px;
    }
    /* .step_div { max-width: 60%; margin: 0 auto 50px; } */
    .contacts_section .unique_title span {
        padding: 25px 0px;
    }
    .landing_page #section_2 .mob_container {
        position: relative;
    }
    .landing_page #section_2 .img_centered {
        top: auto;
        bottom: 50px;
    }
    .steps_section {
        padding: 0
    }
    .same_copy .unique_title {
        margin-bottom: 10px;
    }
    .unique_title span {
        font-size: 35px;
    }
    .page-template-template-golf .type_1 .grey_box_btm,
    .page-template-template-golf .type_2 .grey_box_btm {
        margin-top: 0;
        padding: 0;
        display: flex;
    }
    .page-template-template-golf .type_1 .grey_box_btm img,
    .page-template-template-golf .type_2 .grey_box_btm img {
        position: relative;
        top: 0px;
        max-width: 100%;
    }
    .page-template-template-golf .grey_box_btm>div {
        width: 50%;
    }
    .page-template-template-golf .type_1 .grey_box_btm .grey_box_btm_img {
        order: 1;
    }
    .page-template-template-golf .type_2 .grey_box_btm img {
        right: 0;
        order: 0;
    }
    .page-template-template-golf .type_1 .grey_box_btm p,
    .page-template-template-golf .type_2 .grey_box_btm p {
        padding: 0;
    }
    .page-template-template-golf .type_1 .grey_box_btm img {
        order: 1;
    }
    .page_golf_content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .page_golf_content p {
        order: 1;
    }
    .page_golf_content img {
        order: 0;
    }
    .page-template-template-golf .type_0 {
        margin-top: -150px;
    }
    .page-template-template-golf #section_1 .img_centered p {
        margin-top: 100px;
    }
    .page-template-template-golf #section_1 .img_centered h2:before {
        top: -18px;
    }
    .page-template-template-golf #section_1 .img_centered h2:after {
        bottom: -30px;
    }
    .page-template-template-golf .type_1 .grey_box_btm p {
        font-size: 21px;
    }
    .page-template-template-golf .type_1 .grey_box_btm,
    .page-template-template-golf .type_2 .grey_box_btm {
        padding-left: 18px;
        padding-right: 27px;
        padding-top: 52px;
        margin-top: -40px;
    }
    .page-template-template-golf #section_1 .img_centered h2 {
        font-size: 20px;
    }
    .page_golf {
        padding: 70px 0;
    }
    .page_about {
        padding: 30px 0;
    }
    .page_about_order {
        order: 2;
        display: flex;
        flex-direction: column;
    }
    .page_about_order p {
        order: 2;
    }
    .page_about_order img {
        margin-bottom: 30px;
    }
    .page-template-template-golf .type_1 .purchase_img,
    .page-template-template-golf .type_2 .purchase_img {
        display: flex;
        justify-content: center;
    }
    .page-template-template-golf .type_1 .purchase_img img,
    .page-template-template-golf .type_2 .purchase_img img {
        width: 90%;
    }
    .page-template-template-golf .type_3 {
        margin-top: 0;
    }
    .page-template-template-golf .announcement_bar {
        display: none;
    }
    .page-template-template-golf .same_copy .img_centered {
        width: 100%;
        max-width: 100%;
    }
    .page_golf img {
        margin: auto;
        margin-bottom: 50px;
        box-shadow: 13px 11px 13px 0px rgb(224 224 224 / 75%);
    }
    .page-template-template-golf .unique_title span {
        font-size: 36px;
    }
    .about_content_text p {
        margin-left: 0px;
    }
    .about_content_text1 {
        padding-right: 10px;
    }
    .page-template-template-golf #section_1 .img_centered p {
        line-height: 25px;
    }
    .page-template-template-golf .type_2 {
        margin-top: 0px;
    }
    .page-template-template-golf #section_15 {
        margin-top: 50px;
    }
    .page_about1 {
        padding: 70px 0;
    }
    .page_about_main {
        margin-top: 70px;
    }
    .page-template-template-golf .footer_bg p {
        line-height: 61px;
    }
    #section_golf .img_centered,
    .page-template-template-golf .img_centered {
        width: 80%;
    }
    .page-template-template-wedding #inner_page_banner .img_centered img {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .contact_page .general_page_content .fas {
        font-size: 40px;
        padding-right: 23px;
        display: inline-block;
        float: left;
        vertical-align: top;
        width: 50px;
    }
    .page-template-template-golf .type_1 .grey_box_btm p {
        font-size: 17px;
    }
    .logo_section .list-inline .list-inline-item {
        padding: 6px 8px !important;
    }
    .page-template-template-golf #section_1 .img_centered p {
        margin-top: 35px;
    }
    .logo_section img {
        height: 25px;
    }
    .layer_div,
    .contacts_section .layer_div {
        padding-top: 50px;
    }
    .contacts_section .unique_title span {
        font-size: 50px;
        width: 320px;
    }
    .step_div {
        max-width: 75%;
    }
    .page-template-template-golf .golf_mobile {
        padding-left: 1rem!important;
        padding-right: 1rem!important;
    }
    #section_wed .img_centered {
        width: 70%;
        transform: translate(-50%, 20%);
    }
    #section_wed .img_centered .sp_link {
        width: 80%;
    }
    .page-template-template-wedding #inner_page_banner .img_centered img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 480.98px) {
    .step_div {
        max-width: 80%;
    }
    #section_7 .img_centered,
    .layout_section_7 .img_centered {
        bottom: 5%
    }
    #section_7.same_copy .unique_title,
    .layout_section_7.same_copy .unique_title {
        margin-bottom: 0
    }
}