@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');


/* Font face */
 /* @font-face{ */
    /* font-family:Made Canvas Light; */
    /* src:url('http://static.showit.co/file/Df2vKcADR7WBqZ28fTIqRg/shared/made_canvas_light-webfont.woff'); */
/* } */
 /* @font-face{ */
    /* font-family:Newsreader Display Extra Light Italic; */
    /* src:url('http://static.showit.co/file/SyKMgl_xR2CapU3DKmHhPg/shared/newsreaderdisplay-extralightitalic.woff'); */
/* } */
 /* @font-face{ */
    /* font-family:Tenderness; */
    /* src:url('http://static.showit.co/file/gBVOZBtrQgGAq_DYHnL2_g/shared/tenderness.woff'); */
/* } */
 /* @font-face{ */
    /* font-family:Commuter Sans Regular; */
    /* src:url('http://static.showit.co/file/rPeZ7ewcSIGvGMEl2ug6EQ/shared/commuterssans-regular.woff'); */
/* } */
 /* @font-face{ */
    /* font-family:Newsreader Display Light; */
    /* src:url('http://static.showit.co/file/1I7EOSAoTAKkjYfuAkGeCg/shared/newsreaderdisplay-light.woff'); */
/* } */
 /* @font-face{ */
    /* font-family:Commuters Sans Light; */
    /* src:url('http://static.showit.co/file/2OCnA5xhTGar2nzPtR3gdg/shared/commuterssans-light.woff'); */
/* } */
 /* @font-face{ */
    /* font-family:Newsreader Display Light Italic; */
    /* src:url('http://static.showit.co/file/xTAZmUnZRmex8pcXGARBKg/shared/newsreaderdisplay-lightitalic.woff'); */
/* } */

@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');


/* canvas */
@font-face{
    font-family:Made Canvas Light;
    src:url('../fonts/canvas/Made Canvas Light.otf');
}


/* commuter */
 @font-face{
    font-family:Commuter Sans Regular;
    src:url('../fonts/commuter/commuterssans-regular.otf');
}

 @font-face{
    font-family:Commuters Sans Light;
    src:url('../fonts/commuter/commuterssans-light.otf');
}


/* Tenderness */
 @font-face{
    font-family:Tenderness;
    src:url('../fonts/tenderness/tenderness.otf');
}


/* heading */

.heading-pnel h2 {
    color: rgba(68, 63, 61, 1);
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0em;
    font-size: 64px;
    /*font-family: 'Made Canvas Light' !important;*/
    font-weight: 400;
    font-style: normal;
}


/* fff heading */
.heading-pnel.fff h2,
.heading-pnel.fff h3,
.heading-pnel.fff h4,
.heading-pnel.fff > b,
.heading-pnel.fff > span,
.heading-pnel.fff p{
	color:#fff !important;
}


.heading-pnel h3 {
    color: rgba(68, 63, 61, 1);
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0em;
    font-size: 45px;
    font-family: 'Made Canvas Light';
    font-weight: 400;
    font-style: normal;
}

.heading-pnel h4 {
        line-height: 1.5;
    letter-spacing: 0.01em;
    font-size: 22px;
    font-family: 'Newsreader Display Light';
    font-weight: 400;
    font-style: normal;
	margin-bottom:20px;
}

.heading-pnel > b {
	font-family: 'Commuter Sans Regular';
    font-weight: 400;
    font-style: normal;
	color: rgba(68, 63, 61, 1);
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-size: 14px;
	margin-bottom:25px;
	Display:block;
}

.heading-pnel > span {
    font-family: "Newsreader", serif;
    font-weight: 300;
    font-style: italic;
    color: rgba(68, 63, 61, 1);
    line-height: 1.2;
    letter-spacing: 0em;
    font-size: 40px;
    Display: inline-block;
    margin-bottom: 20px;
}
	
.heading-pnel h2 span {
    text-transform: none;
    font-size: 45px;
/*     font-family: "Newsreader", serif; */
    font-weight: 300;
    font-style: italic;
}

.heading-pnel p{
	line-height: 2;
    font-size: 15px;
/*     font-weight: 400; 28 jan 25*/
	font-weight: 200;
    font-style: normal;
	color: rgba(68, 63, 61, 1);
	font-family: "Raleway", sans-serif;
	letter-spacing:0.5px;
	margin-bottom:20px;
}


/* orange btn */
.orange-btn {
    border-color: rgba(68, 63, 61, 0.2);
    border-width: 0px;
    background-color: rgba(225, 209, 190, 1);
    border-style: solid;
    border-radius: inherit;
    padding: 15px 30px;
    display: inline-block;
    text-transform: uppercase;
    color: rgba(68, 63, 61, 1);
    font-size: 12px;
    font-family: 'Commuter Sans Regular';
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
}
.orange-btn:hover {
	text-decoration:none;
	color:rgba(68, 63, 61, 1);
	background:rgba(225, 209, 190, 1);
}


/* Light btn */
.light-o-btn {
    border-color: rgba(68,63,61,0.2);
    border-width: 0px;
    background-color: #f1ece7;
    border-style: solid;
    border-radius: inherit;
    padding: 15px 30px;
    display: inline-block;
    text-transform: uppercase;
    color: rgba(68, 63, 61, 1);
    font-size: 12px;
    font-family: 'Commuter Sans Regular';
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
}
.light-o-btn:hover {
	text-decoration:none;
	color:rgba(68, 63, 61, 1);
	background:rgba(225, 209, 190, 1);
}



/* orange btn */
.border-btn {
    border:1px solid rgba(68,63,61,0.5);
    background-color: transparent;
    border-radius: inherit;
    padding: 15px 30px;
    display: inline-block;
    text-transform: uppercase;
    color: rgba(68, 63, 61, 1);
    font-size: 12px;
    font-family: 'Commuter Sans Regular';
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
	transition:0.6s;
}
.border-btn:hover {
	text-decoration:none;
	background:rgba(68, 63, 61, 1);
	color:#fff;
}



.border-btn.fff {
	border-color:#fff !important;
	color:#fff !important;
}


/* link btn */
.link-btn {
    font-size: 16px;
    text-align: center;
    font-family: 'Raleway';
    font-weight: 400;
    font-style: normal;
    color: rgba(68, 63, 61, 1);
    line-height: 1.5;
    letter-spacing: 0.05em;
    border-bottom: 1px solid rgba(68, 63, 61, 1);
    padding: 0;
    display: inline-block;
}

.link-btn:hover {
	text-decoration:none;
	color: rgba(68, 63, 61, 1);
}


/* header */
.header {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    padding: 14px 0px;
}
.site-logo:hover {
    text-decoration: none;
}

.sie-desktop-menu-closed-white_1 svg {
    fill: rgba(255, 255, 255, 1);
}
.sie-desktop-menu-closed-white_1 {
    width: 47px;
    height: 43px;
}

.sie-desktop-menu-closed-white_1:hover {
	cursor:pointer;
}

header.header.main-header.fixed-header {
    background: #fff;
    position: fixed;
    top: 0;
    box-shadow: 0px 0px 44px #0000001a;
	padding: 10px 0px;
}
.main-header.fixed-header svg {
    fill: rgba(68, 63, 61, 1) !important;
}
.main-header.fixed-header .sie-desktop-menu-closed-white_0-text {
	color:rgba(68, 63, 61, 1);
}

.site-logo:hover {
    text-decoration: none;
}


.sie-desktop-menu-closed-white_0-text {
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 32px;
    font-family: 'Tenderness';
    font-weight: 400;
    font-style: normal;
    margin: 0;
	text-align:center;
}







/* banner */
.sb-m img {
    inset: auto auto 0px;
    position: absolute;
    left: 0;
    right: 0;
	opacity:0.8;
}

#home-hero {
    position: relative;
	height:100vh;
	overflow:hidden;
	background:rgba(129, 99, 78, 1);
}
#home-hero:after {
    /* content: ""; */
    display: block;
    height: 100%;
    width: 100%;
    background: #00000024;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}


.space {
	padding:90px 0px;
}
.banner-text {
    max-width: 800px;
    text-align: right;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 50%;
    width: auto;
    height: fit-content;
    transform: translatey(-50%);
	z-index:4;
	position:absolute;
}
.banner-text .st-m-title {
	text-align:right;
	line-height: 150px;
}

.sie-home-hero_3-text{
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    font-size: 200px;
    font-family: 'Made Canvas Light';
    font-weight: 400;
    font-style: normal;
    position: relative;
    right: 103px;
}


.sie-home-hero_4-text {
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    font-size: 200px;
    font-family: 'Made Canvas Light';
    font-weight: 400;
    font-style: normal;
    position: relative;
    left: 32px;
	text-transform:uppercase;
	margin-bottom:0;
}


.sie-home-hero_5-text {
    color: rgba(255, 255, 255, 1);
    font-family: 'Commuter Sans Regular';
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    font-size: 14px;
    text-align: right;
	text-transform:uppercase;
	letter-spacing:1px;
}






/* About  */

.about-cont {
    padding-right: 70px;
}
.about-cont p {
    margin-bottom: 30px;
    margin-top: 10px;
}
.big-img {
    position: relative;
    max-width: 360px;
    overflow: hidden;
    margin-left: auto;
}

.img-container .sie-brand:first-child {
    flex: 0 0 290px;
}

#brand-bio .container {
    max-width: 1270px;
}

.big-img img {
    width: 100%;
}

.small-img {
    width: 280px;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    top: 50%;
    transform: translatey(-50%);
}

.small-img img {
    width: 100%;
}

.about-img {
    position: relative;
}
.img-container {
    gap: 60px;
}
.img-container .sie-brand:nth-child(3) {
    position: relative;
    top: -180px;
    z-index: 0;
}
#brand-bio .heading-pnel {
    position: relative;
    z-index: 2;
}
.img-container .sie-brand:nth-child(2) {
    position: relative;
    top: 40px;
}




/* meet */
.meet-main .row {
    position: relative;
    z-index: 2;
}
.meet-main {
    position: relative;
}
.meet-main:after {
    content: "";
    display: block;
    height: 100%;
    width: calc(100% + 100px);
    background: rgba(251, 250, 249, 1);
    position: absolute;
    top: -50px;
    z-index: 0;
    left: -50px;
    right: 0;
    margin: auto;
}
.meet-cont {
	padding:60px;
	padding-left:0px;
}

.meet-img {
    padding-right: 70px;
}




/* Brands */
.brands-main .row .col {
    flex: 0 0 20%;
}

.brands-main .row .col figure {
    width: 100%;
    position: relative;
    margin: 0;
	opacity:0.6;
}

.brands-main .row .col figure img {
    width: 100%;
    height: 170px;
    object-fit: contain;
}




/* wedding */
.wedding-sec {
    position: relative;
}

.wedding-sec:after {
    content: "";
    display: block;
    left: 0px;
    top: 149px;
    width: 340px;
    height: 483px;
    background: #eee;
    position: absolute;
    bottom: 0;
    background-image: url(../images/float-one.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wedding-sec:before {
    content: "";
    display: block;
    left: auto;
    top: 0;
    width: 340px;
    height: 483px;
    background: #eee;
    position: absolute;
    right: 0;
    background-image: url(../images/float-two.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}




/* video section */
.video-main .heading-pnel.wedd-co nt p {
    max-width: 440px;
}

.video-div {
    background: #eee;
}

.video-sec .heading-pnel {
    background: #fff;
    padding: 50px 60px;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
	max-width:660px;
}

.video-sec {
    position: relative;
    background: #eee;
	height:700px;
}


video.sb-mc {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    object-fit: cover;
    height: 700px !important;
}

.video-cont p{
	max-width:450px;
}





/* Resources */
.resource-box {
    display: flex;
    align-items: center;
    border-top: 1px solid #ddd;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
}

.resource-box figure {
    width: 100px;
    height: 100px;
    position: relative;
    overflow: hidden;
    margin: 0;
    margin-right: 40px;
    flex: 0 0 100px;
}

.resource-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.resource-box figcaption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.resource-box figcaption h3 {
    color: rgba(68, 63, 61, 1);
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 0em;
    font-size: 36px;
    text-align: left;
    font-family: 'Made Canvas Light';
    font-weight: 400;
    font-style: normal;
    max-width: 440px;
    margin: 0;
    margin-top: 10px;
}



/* testimonials */
.test-box svg{
	width: 43px;
    height: 43px;
	fill: rgba(225,209,190,0.24);
	margin:0 auto;
	margin-bottom:20px;
}
.test-box b{ 
	margin-top:20px;
}







/* news */
.blog-boxes {
    column-count: 2;
}
.blog-boxes {
    column-count: 2;
    column-gap: 0px;
}

.blog-box {
    max-width: 422px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.blog-box figure {
    margin: 0;
    margin-bottom: 30px;
    height: 228px;
    overflow: hidden;
}

.blog-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-box figcaption h3 {
    color: rgba(68, 63, 61, 1);
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 0em;
    font-size: 36px;
    text-align: left;
    font-family: 'Made Canvas Light';
    font-weight: 400;
    font-style: normal;
}

.blog-box figcaption a.link-btn {
    border: 0;
    color: rgba(68, 63, 61, 1);
    text-transform: uppercase;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-size: 14px;
    text-align: center;
    font-family: 'Commuter Sans Regular';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
}

.blog-box:first-child,.blog-box:last-child {
    margin-left: 90px;
}

.blog-box:first-child figure,
.blog-box:last-child figure {
    height: 432px;
}

.blog-box:first-child {
    margin-top: -47px;
}
.blog-sec .heading-pnel {
    position: relative;
    z-index: 6;
}



/* full section */
.full-sec {
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	background-attachment:fixed;
	height:700px;
}
.full-main .heading-pnel p {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.full-main {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.full-sec .container {
    height: 100%;
}










/* footer */
.footer{
	background:#fff;
}
.container-fluid {
	padding:0px 40px
}

.footer-logo a{
	color: rgba(68, 63, 61, 1);
    letter-spacing: 0.15em;
    font-size: 30px;
    text-align: left;
    font-family: 'Tenderness';
    font-weight: 400;
    font-style: normal;
	text-transform:uppercase;
}
.footer-logo a:hover {
    text-decoration: none;
}


.gallery-box figure {
    aspect-ratio: 1;
    overflow: hidden;
    position: relative;
}

.gallery-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.foot-menu {
    column-count: 2;
}
.logo-icon a img {
    filter: invert(1);
}
ul.foot-menu li a {
    color: #443f3d;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-size: 15px;
    text-align: left;
    font-family: 'Raleway';
    font-weight: 400;
    font-style: normal;
        text-transform: uppercase;
}
select.wpcf7-form-control {
    min-height: 50px;
    border-radius: 0;
    font-size: 14px;
    display: block;
    width: 100%;
    border: 1px solid #ced4da;
}
ul.foot-menu li {
    list-style: none;
}

.foot-left {
    max-width: 330px;
    display: flex;
    align-items: flex-start;
}

.gallery-sec {
    margin-bottom: 40px;
}

.logo-icon a {
    color: #fff;
    letter-spacing: 0.15em;
    font-size: 50px;
    text-align: left;
    font-family: 'Made Canvas Light';
    font-weight: 400;
    font-style: normal;
}

ul.foot-menu li a:hover {
    text-decoration: none;
}

.foot-right {
    max-width: 240px;
    text-align: right;
    margin-left: auto;
}

.foot-right p {
    line-height: 1.5;
    font-size: 16px;
    text-align: right;
    font-family: 'Newsreader';
    font-weight: 400;
    font-style: italic;
	color:#443f3d;
}

.social-media {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
}


.social-media li a {
    width: 31px;
    height: 31px;
    display: inline-block;
/*     border-radius: 50%; */
/*     border: 1px solid #ddd; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
}

.social-media li a svg {
    width: 16px;
    height: 16px;
    fill: #443f3d;
}

.footer-logo {
    margin-bottom: 30px;
}


.copyright p,
.copyright a {
	color: #443f3d;
    letter-spacing: 0.1em;
    font-size: 8px;
    font-family: 'Commuter Sans Regular';
    font-weight: 400;
    font-style: normal;
}

.copyright.text-right p {
    font-size: 14px;
    font-family: 'Raleway';
    font-weight: 300;
}



/* manu */
.sidebar {
   overflow-y: hidden;
   position: fixed;
   top: 0px;
   left: 0;
   width: 100%;
   height: 100%;
   color: #fff;
   background-color: rgba(247,245,242,1);
   -webkit-transition: all 0.3s ease;
   transition: all 0.3s ease;
   opacity: 1;
   z-index: -1;
   max-width: 100%;
   opacity:0;
   visibility:hidden;
   
}

.sidebar.open {
	Display:block;
	opacity:1;
	z-index:1002;
	visibility:visible;
}
.menu-img {
    width: 100%;
    position: relative;
    height: 100%;
}

.menu-img img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
}

.sidebar .row .col-lg-6 {
    height: 100%;
}

.menu-img {
    width: 100%;
}

.menu-img img {
    width: 100%;
    height: 100%;
}

ul.navbar-nav li a {
    color: rgba(68, 63, 61, 1);
    text-transform: uppercase;
    font-size: 45px;
/*     font-family: 'Made Canvas Light'; */
	font-family: "Cormorant Garamond", serif;
/*     font-weight: 400; */
    font-weight: 500;
    font-style: normal;
    line-height: 1.2;
	transition:0.6s;
}

ul.navbar-nav li a:hover {
	opacity:0.8;
}

ul.navbar-nav li:nth-child(even) a {
    color: rgba(68, 63, 61, 1);
    text-transform: none;
    font-size: 45px;
/*     font-family: 'Newsreader'; */
	font-family: "Cormorant Garamond", serif;
/*     font-weight: 100; */
    font-weight: 500;
    font-style: italic;
    text-transform: capitalize;
    line-height: 1.2;
}

.close-menu svg {
    width: 60px;
}

.close-menu svg:hover {
	cursor:pointer;
}
.sidebar .navbar-nav {
    text-align: center;
}

.sidebar  .navbar-nav li a:hover{
	text-decoration:none;
}

.sidebar  .social-media li a {
	width: 41px;
    height: 41px;
}

.sidebar  .social-media {
	justify-content:center;
	margin-top:40px;
}

.sidebar .authfy-body {
    height: 100%;
}

.sidebar .row {
    height: 100%;
}


.sidebar .row .col-lg-6 {
    height: 100%;
    display: flex;
    justify-content: center;
}

.sidebar .sie-desktop-menu-closed-white_0-text {
	text-align: center;
    display: inline-block;
    margin: 0 auto;
    display: table;
	color:rgba(68, 63, 61, 1);
}
.sidebar .nav-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
	padding:10px 0px;
}

.logo-box {
/*     height: 56px; 15 jan 2025 */
	height: 80px;
    overflow: hidden;
}

.logo-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-left: 0;
	filter:invert(1);
}

header.header.main-header.fixed-header .logo-box img{
	filter:initial;
	display:none;
}

.listing-ul ul {
    list-style: none;
}

.listing-ul ul li {
    position: relative;
}

.listing-ul ul li:after {
    content: "";
    display: block;
    height: 22px;
    width: 23px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(https://myprojectdemonstration.net/development/v-agency/web/wp-content/uploads/2024/11/list-icon.svg);
    position: absolute;
    left: -37px;
    top: 6px;
}

.zig-img,
.zag-img{
    position: relative;
	z-index:2;
}

.zig-img:after {
    content: "";
    display: block;
    height: 450px;
    width: 450px;
    position: absolute;
    bottom: -100px;
    left: -110px;
    background-image: url('https://myprojectdemonstration.net/development/v-agency/web/wp-content/uploads/2024/11/1.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	  z-index:-1;
}

.zag-img:after {
    content: "";
    display: block;
    height: 450px;
    width: 450px;
    position: absolute;
    top: -100px;
    right: -110px;
    background-image: url('https://myprojectdemonstration.net/development/v-agency/web/wp-content/uploads/2024/11/2.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	  z-index:-1;
}


.elementor-heading-title {
    font-family: "Cormorant Garamond", serif !important;
    font-weight: 300 !important;
}


@media (max-width:767px){
	.zig-img:after,
	.zag-img:after{
		display:none;
	}
}