@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");

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

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    scroll-behavior: smooth;
    font-weight: 400;
    background-color: #fff
}

a {
    text-decoration: none
}

.w-img img {
    width: 100%
}

.m-img img {
    max-width: 100%
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
    transition: all 0.3s ease-out 0s
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none
}

a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent
}

button:hover {
    cursor: pointer
}

button:focus {
    outline: 0;
    border: 0
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2c3941;
    line-height: 24px;
    transition: all 0.3s ease-out 0s
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 14px
}

ul {
    margin: 0px;
    padding: 0px
}

li {
    list-style: none
}

p {
    font-size: 16px;
    line-height: 24px;
    text-align: justify
}

*::placeholder {
    color: #2c3941;
    font-size: 14px;
    opacity: 1
}

.fix {
    overflow: hidden
}

.clear {
    clear: both
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.z-index-1 {
    z-index: 1
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible
}

.p-relative {
    position: relative
}

.header {
    position: relative;
    z-index: 2
}

.header .nav {
    padding: 25px 35px;
    border-bottom: 1px solid #adadad
}

.header .nav .navBar {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center
}

.header .nav .navBar .logo a {
    font-size: 27px;
    color: #f4f4f4;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Joan', serif
}

.header .nav .navBar .nav_item ul li {
    padding-left: 30px;
    cursor: pointer;
    position: relative;
    display: inline-block
}

.header .nav .navBar .nav_item ul li:hover a {
    width: 100%
}

.header .nav .navBar .nav_item ul li:hover .sub_down {
    top: 40px;
    opacity: 1 !important;
    margin-top: 0;
    visibility: visible;
    padding: 10px 10px 10px 10px
}

.header .nav .navBar .nav_item ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #f3f3f3;
    text-transform: uppercase;
    font-family: 'Joan', serif
}

.header .nav .navBar .nav_item ul li a .droppper {
    font-size: 16px
}

.header .nav .navBar .nav_item ul li a:hover {
    color: #84acad
}

.header .nav .navBar .nav_item ul li .sub_down {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    box-shadow: 1px 1.732px 20px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
    position: absolute;
    visibility: hidden;
    display: block;
    width: 250px;
    border: none !important;
    opacity: 0;
    top: 70px;
    left: 0;
    padding: 0;
    z-index: 99
}

.header .nav .navBar .nav_item ul li .sub_down li {
    padding: 10px 10px;
    width: 100%
}

.header .nav .navBar .nav_item ul li .sub_down li:hover {
    background-color: #84acad;
    width: 100%
}

.header .nav .navBar .nav_item ul li .sub_down li:hover a {
    color: #fff
}

.header .nav .navBar .nav_item ul li .sub_down li a {
    font-size: 15px;
    font-weight: 400;
    color: black
}

.banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden
}

.banner .slick-active .bannerItem {
    transform: scale(1.15)
}

.banner .prev {
    height: 80px;
    width: 80px;
    color: white;
    font-size: 50px;
    background-color: rgba(226, 225, 225, 0.418);
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 5%;
    z-index: 2;
    transform: translateY(-50%);
    cursor: pointer
}

.banner .next {
    height: 80px;
    width: 80px;
    color: white;
    font-size: 50px;
    background-color: rgba(226, 225, 225, 0.418);
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 5%;
    z-index: 2;
    transform: translateY(-50%);
    cursor: pointer
}

.banner .bannerItem {
    height: 90vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    transform: scale(1);
    transition: transform 7000ms ease, opacity 1500ms ease-in;
    z-index: 1
}

.banner .bannerItem::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #3d5963;
    z-index: -1;
    opacity: .7
}

.bannerContent {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 2
}

.bannerContent .banner_text {
    text-align: center
}

.bannerContent .banner_text::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translate(-10%, -50%);
    right: -40%;
    background-image: url(../images/dd-2.png);
    height: 450px;
    background-repeat: no-repeat;
    width: 240px;
    z-index: -1
}

.bannerContent .banner_text::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translate(-10%, -50%);
    left: -40%;
    background-image: url(../images/dd.png);
    height: 450px;
    background-repeat: no-repeat;
    width: 240px;
    z-index: -1
}

.bannerContent .banner_text h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase
}

.bannerContent .banner_text h4 {
    font-size: 60px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 70px;
    padding-top: 15px;
    font-family: 'Playfair Display', serif
}

.bannerContent .banner_text h4 span {
    font-size: 40px
}

.bannerContent .banner_text p {
    font-size: 30px;
    color: #eee;
    font-weight: 700;
    text-align: center !important;
    padding-top: 20px
}

.bannerContent .banner_text p span {
    font-size: 60px;
    font-family: 'Playfair Display', serif;
    padding: 0 5px
}

.bannerContent .banner_text .heartBan {
    font-size: 50px;
    color: #fff;
    position: relative;
    top: 210px
}

.about {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%
}

.about .about_Wrapper .aboutLeft .aboutImg {
    height: 400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    position: relative
}

.about .about_Wrapper .aboutLeft .aboutImg img {
    max-height: 100%;
    max-width: 100%;
    border: 12px solid #f3f3f3
}

.about .about_Wrapper .aboutLeft .about_overly {
    position: absolute;
    bottom: 10%;
    left: 50%;
    height: 80px;
    width: 70%;
    background-color: #84acad;
    transform: translateX(-50%);
    border-radius: 5px;
    text-align: center
}

.about .about_Wrapper .aboutLeft .about_overly h4 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    padding-top: 12px;
    text-transform: uppercase
}

.about .about_Wrapper .aboutLeft .about_overly h5 {
    font-size: 17px;
    color: #fff;
    font-weight: 400
}

.brief {
    margin-top: 1030px;
    margin-bottom: 60px;
    background-color: #a4bebe3a;
    padding: 40px
}

.brief .brief_wrapper .brief_left .wpo-testimonials-img {
    width: 450px;
    height: 438px;
    position: relative
}

.brief .brief_wrapper .brief_left .wpo-testimonials-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.brief .brief_wrapper .brief_left .wpo-testimonials-img .wpo-testimonials-img-shape {
    position: absolute;
    left: 48%;
    top: 63%;
    width: 82%;
    height: 88%;
    z-index: -1;
    transform: translate(-50%, -60%)
}

.brief .brief_wrapper .brief_left .wpo-testimonials-img .wpo-testimonials-img-shape img {
    border-radius: 50%;
    max-width: 100%;
    max-height: 100%
}

.brief .brief_wrapper .brief_right {
    padding-left: 30px
}

.brief .brief_wrapper .brief_right h4 {
    font-size: 30px;
    color: #002642;
    font-weight: 600;
    padding-bottom: 20px;
    line-height: 42px
}

.brief .brief_wrapper .brief_right p {
    font-size: 15px;
    color: #333;
    font-weight: 400;
    list-style: 26px
}

.brief .brief_wrapper .brief_right .wedderMame {
    text-align: end;
    padding-top: 50px
}

.brief .brief_wrapper .brief_right .wedderMame h4 {
    font-size: 22px;
    color: #002642;
    font-family: 'Playfair Display', serif;
    font-weight: 700
}

.brief .brief_wrapper .brief_right .wedderMame h4 span {
    font-size: 18px;
    padding: 0 5px
}

.invitation {
    padding-top: 30px
}

.invitation .section_heading {
    text-align: center
}

.invitation .section_heading h4 {
    font-size: 28px;
    color: #333;
    font-weight: 900;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase
}

.invitation .invitation_wrapper {
    padding: 60px 40px
}

.invitation .invitation_wrapper .invitation_wrap {
    border: 2px solid #b0c7d9;
    height: 500px;
    width: 95%;
    padding: 20px;
    position: relative
}

.invitation .invitation_wrapper .invitation_wrap .inviteInfo {
    background-color: #84acad44;
    height: 100%;
    text-align: center;
    padding: 20px 30px
}

.invitation .invitation_wrapper .invitation_wrap .inviteInfo h4 {
    font-size: 28px;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    line-height: 39px;
    color: #002642;
    border-bottom: 1px solid #00274252;
    padding: 20px 0
}

.invitation .invitation_wrapper .invitation_wrap .inviteInfo h5 {
    font-size: 17px;
    font-weight: 500;
    color: #002742b7;
    padding: 5px 0
}

.invitation .invitation_wrapper .invitation_wrap .inviteInfo h6 {
    font-size: 19px;
    font-weight: 500;
    color: #002742e3;
    padding: 5px 0;
    line-height: 30px
}

.invitation .invitation_wrapper .invitation_wrap .inviteInfo .invitePlace {
    padding: 60px 0 0 0
}

.invitation .invitation_wrapper .invitation_wrap .inviteInfo .invitePlace a {
    border-bottom: 1px solid #00274252;
    font-size: 19px;
    font-weight: 500;
    color: #002742e3
}

.invitation .invitation_wrapper .invitation_wrap .invite_design1 {
    position: absolute;
    background-color: #fff;
    top: -20px;
    right: 0;
    padding: 5px
}

.invitation .invitation_wrapper .invitation_wrap .invite_design2 {
    position: absolute;
    background-color: #fff;
    bottom: -20px;
    left: 0;
    padding: 5px
}

.vedio {
    padding: 30px 0
}

.vedio .section_heading {
    text-align: center;
    padding-bottom: 40px
}

.vedio .section_heading h4 {
    font-size: 28px;
    color: #333;
    font-weight: 900;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase
}

.vedio .vedio_wrapper .nav .nav-item {
    padding-right: 20px
}

.vedio .vedio_wrapper .nav .nav-item .nav-link {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    border: 1px solid #b8b8b8
}

.vedio .vedio_wrapper .nav .nav-item .active {
    background-color: #84acad;
    color: #fff
}

.vedio .vedio_wrapper .tab-content {
    padding-top: 40px
}

.vedio .vedio_wrapper .tab-content .tab-pane .vedioItem {
    height: 450px;
    width: 100%;
    position: relative;
    background-color: #c0d1d171;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 23px
}

.vedio .vedio_wrapper .tab-content .tab-pane .vedioItem img {
    max-width: 100%;
    max-height: 100%
}

.vedio .vedio_wrapper .tab-content .tab-pane .vedioItem .vedioOverly {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1)
}

.vedio .vedio_wrapper .tab-content .tab-pane .vedioItem .vedioOverly a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.vedio .vedio_wrapper .tab-content .tab-pane .vedioItem .vedioOverly a i {
    font-size: 60px;
    color: #fff
}

.location {
    padding: 30px 0
}

.location .section_heading {
    text-align: center;
    padding-bottom: 60px
}

.location .section_heading h4 {
    font-size: 28px;
    color: #333;
    font-weight: 900;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase
}

.location .location_wrap {
    position: relative
}

.location .location_wrap .location_details {
    height: 350px;
    width: 450px;
    background-color: #84acad;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0
}

.location .location_wrap .location_details .locationText {
    text-align: center;
    padding: 20px
}

.location .location_wrap .location_details .locationText i {
    font-size: 35px;
    color: #fff
}

.location .location_wrap .location_details .locationText h5 {
    font-size: 18px;
    color: #f2f2f2;
    font-weight: 500
}

.location .location_wrap .location_details .locationText h6 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    line-height: 35px;
    padding: 10px 0
}

.location .location_wrap .location_map {
    border: 1px solid #c2cbd1ab;
    border-radius: 15px
}

.location .location_wrap .location_map iframe {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    filter: grayscale(80%)
}

.family {
    margin: 30px 0;
    padding: 100px 0;
    background-image: url(../images/family_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1
}

.family::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #3d5963;
    z-index: -1;
    opacity: .9
}

.family .family_wrapper .family_wrap .memberImg {
    height: 230px;
    width: 230px;
    border-radius: 50%;
    margin: 0 auto
}

.family .family_wrapper .family_wrap .memberImg img {
    max-height: 100%;
    width: 100%;
    border-radius: 50%
}

.family .family_wrapper .family_wrap .mamberInfo {
    text-align: center;
    padding-top: 20px
}

.family .family_wrapper .family_wrap .mamberInfo h5 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase
}

.family .family_wrapper .family_wrap .mamberInfo h6 {
    font-size: 19px;
    color: #fff;
    font-weight: 500
}

.footer {
    background-color: #84acad;
    margin-top: 60px;
    padding: 25px 0 5px 0
}

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

.footer .footerWrapper .footerEliment {
    text-align: center
}

.footer .footerWrapper .footerEliment h4 {
    font-size: 28px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    color: #fff;
    padding-bottom: 10px
}

.footer .footerWrapper .footerEliment h4 span {
    font-size: 22px
}

.footer .footerWrapper .footerEliment p {
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

.footer .footerWrapper .footerEliment p img {
    width: 65px
}

.album {
    padding: 30px 0
}

.album .section_heading {
    text-align: center;
    padding-bottom: 40px
}

.album .section_heading h4 {
    font-size: 28px;
    color: #333;
    font-weight: 900;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase
}

.album .album_wrapper .nav .nav-item {
    padding-right: 20px
}

.album .album_wrapper .nav .nav-item .nav-link {
    font-size: 17px;
    color: #000;
    font-weight: 500;
    border: 1px solid #b8b8b8
}

.album .album_wrapper .nav .nav-item .active {
    background-color: #84acad;
    color: #fff
}

.album .album_wrapper .tab-content {
    padding-top: 40px
}

.album .album_wrapper .tab-content .tab-pane .albumItem {
    height: 270px;
    width: 100%;
    position: relative;
    background-color: #c0d1d171;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 23px
}

.album .album_wrapper .tab-content .tab-pane .albumItem:hover .albumOverly {
    opacity: 1
}

.album .album_wrapper .tab-content .tab-pane .albumItem img {
    max-width: 100%;
    max-height: 100%
}

.album .album_wrapper .tab-content .tab-pane .albumItem .albumOverly {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #84acad70;
    opacity: 0
}

.album .album_wrapper .tab-content .tab-pane .albumItem .albumOverly a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.album .album_wrapper .tab-content .tab-pane .albumItem .albumOverly a i {
    font-size: 38px;
    color: #fff
}

.album .album_wrapper .tab-content .tab-pane .albumItem .active {
    opacity: 1
}

.MobHeader {
    z-index: 4;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 1px 1.332px 4px 2px #7c7c7c4d
}

.MobHeader .mobNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px
}

.MobHeader .mobNav .logo a {
    font-size: 20px;
    color: #84acad;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Joan', serif
}

.MobHeader .mobNav .mobNAv_btn a i {
    font-size: 28px;
    color: #000
}

.navbar_toggoler .offcanvas .offcanvas-header img {
    width: 60px
}

.navbar_toggoler .offcanvas .offcanvas-body {
    background-color: #fff
}

.navbar_toggoler .offcanvas .offcanvas-body .nav_list {
    background: #cde9e9
}

.navbar_toggoler .offcanvas .offcanvas-body .nav_list .dropdown {
    margin: 1em auto;
    width: 100%;
    border: .1em solid #c0cdd1
}

.navbar_toggoler .offcanvas .offcanvas-body .nav_list a {
    display: block;
    padding: 5px 10px;
    color: #000;
    font-size: 15px;
    font-weight: 400
}

.navbar_toggoler .offcanvas .offcanvas-body .nav_list a:focus,
.navbar_toggoler .offcanvas .offcanvas-body .nav_list a:hover {
    background: #ecf0f1
}

.navbar_toggoler .offcanvas .offcanvas-body .nav_list a:active {
    background: #fbfcfc
}

.navbar_toggoler .offcanvas .offcanvas-body .nav_list .fa {
    float: right
}

.navbar_toggoler .offcanvas .offcanvas-body .nav_list ul {
    display: none;
    border-top: .1em solid #c0cdd1
}

.navbar_toggoler .offcanvas .offcanvas-body .nav_list li {
    padding: 5px 10px;
    cursor: pointer
}

.navbar_toggoler .offcanvas .offcanvas-body .nav_list li:not(:first-child) {
    border-top: .1em dashed #dde4e6
}

.navbar_toggoler .offcanvas .offcanvas-body .nav_list li:focus,
.navbar_toggoler .offcanvas .offcanvas-body .nav_list li:hover {
    background: #ecf0f1
}

.navbar_toggoler .offcanvas .offcanvas-body .nav_list li:active {
    background: #fbfcfc
}

.backtotop {
    display: inline-block;
    background-color: #84acad;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    z-index: 9999999999
}

.backtotop::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff
}

.backtotop:hover {
    cursor: pointer;
    background-color: #000000
}

.backtotop:active {
    background-color: #000000
}

.backtotop.show {
    opacity: 1;
    visibility: visible
}