@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ms+Madi&display=swap');

:root {
    --colorPrim: #fff;
    --colorSec: #555;
	--sansSerifFont: 'Jost', sans-serif;
	--serifFont: 'Playfair Display', serif;
	--scriptFont: 'Ms Madi', cursive;
}

body,
html {
    overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	font-family: var(--sansSerifFont);
	font-size: 1.5rem;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #3333332e;
}

::-webkit-scrollbar-track {
    background: #d6d6d624;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--serifFont);
}

.btn-primary {
    background: black;
    color: white;
    border: 1px solid black;
    transition: .3s;
    width: 160px;
    padding: 9px;
    font-weight: 500;
    font-size: 1.6rem;
    margin-top: 7px;
    margin-bottom: 0px;
}

.btn-primary:hover,
.btn-primary:focus {
    background: grey;
    color: white;
    border: 1px solid grey;
}

.btn-secondary,
.btn-default {
    background: white;
    color: black;
    border: 1px solid black;
    transition: .3s;
    width: 160px;
    padding: 9px;
    font-weight: 500;
    font-size: 1.6rem;
    margin-top: 7px;
    margin-bottom: 0px;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-default:hover,
.btn-default:focus {
    background: grey;
    color: white;
    border: 1px solid grey;
}


/** PRODUCTS **/
.designButton img,
.catImages img,
.promotionPanel img {
    width: 100%;
    height: auto;
	aspect-ratio: 1 / 1;
    max-height: none;
    object-fit: cover;
    transition: .7s;
    z-index: 1;
}

.designButton,
.catImages,
.promotionPanel {
    height: auto;
    max-width: none;
    margin: 25px auto;
    border: none;
    background: 0 0;
}

.catImages .img-responsive {
    max-height: none;
}

.designButton:hover,
.catImages:hover,
.catImages:hover h2,
.promotionPanel:hover {
    border: none;
    background: 0 0;
}

.designButton:hover img,
.catImages:hover img,
.promotionPanel:hover img {
    scale: 1.2;
	z-index: 1;
}

.designButton .panel-body,
.catImages .panel-body,
.promotionPanel .panel-body {
    padding: 0;
	overflow: hidden;
}

.designButton .title,
.promotionPanel .title,
.catImages h2 {
    font-size: 1.8rem;
    font-weight: 400;
    z-index: 10;
    position: relative;
    background: #fff;
    margin: 0;
    padding: 10px;
    color: var(--colorSec);
}

.designButton .price {
    font-size: 1.4rem;
	background: #fff;
	z-index: 2;
	position: relative;
}

.designList {
    max-width: 1300px;
    margin: auto;
}

.designButton .price {
	font-size: 1.8rem;
}

.promotionPanel .title {
    margin-top: 0 !important;
    font-size: 1.6rem !important;
}

.promotionPanel .title strong {
    font-weight: 500;
}

.catImages,
.designButton {
	height: auto;
	border: none;
	margin-bottom: 20px;
}

@media (max-width: 767px) {
	.catImages,
	.designButton {
		margin-bottom: 60px;
	}
}

.catImages:hover,
.designButton:hover {
	border: none;
}

.designPrices {
    background: none;
    font-size: 1.6rem;
	border: none;
}

.catImages .panel-heading {
    background: #fff;
    z-index: 10;
    position: relative;
} 

.ribbonCat span::after,
.ribbon span::after,
.ribbon span::before,
.ribbonCat span::before {
    display: none;
} 

.ribbonCat {
	position: absolute;
	right: 25px;
	bottom: 0;
	z-index: 1;
	overflow: visible;
	width: 295px;
	height: 105px;
	text-align: right;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
  
.ribbonCat span {
    font-size: 2.4rem;
    color: var(--colorSec);
    text-align: center;
    line-height: 25px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    background: var(--colorPrim) !important;
    position: absolute;
    bottom: 60px;
    right: 0;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#bottomNavigator {
    max-width: 1400px;
    margin: auto;
}


/** OTHER COMPONENTS **/

/** HIGHLIGHTED TITLES **/
.highlightTitle h2:before,
.highlightTitle h1:before {
    content: '';
	background: green;
    position: absolute;
    width: calc(100% + 4px);
    height: 50%;
    left: -2px;
    bottom: 0;
    z-index: -1;
    opacity: .4;
}

.highlightTitle.skewedTitle h2:before,
.highlightTitle.skewedTitle h1:before {
	background: red;
	transform: skew(4deg, 1deg);
}

.highlightTitle.roundedTitle h2:before,
.highlightTitle.roundedTitle h1:before {
    background: blue;
    border-radius: 10px;
}

.highlightTitle.fullHeightTitle h2:before,
.highlightTitle.fullHeightTitle h1:before {
    background: yellow;
    height: 100%;
}

.highlightTitle h2,
.highlightTitle h1 {
	display: inline;
	width: auto;
	position: relative;
	z-index: 1;
	font-size: 8rem;
}

.highlightTitle {
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 2;
    position: relative;
}


/** GRADIENT TITLE **/
h1.gradientTitle {
    font-family: 'Jost', sans-serif;
    font-size: 10rem;
    font-weight: 800;
    background: -webkit-linear-gradient(90deg, #f00, #7400ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}


/** BACKGROUND IMAGE CLIP **/
h1.bgText {
    font-family: 'Jost';
    font-size: 10rem;
    font-weight: 800;
    text-align: center;
    background-image: url(/upload/mt/josh3997/upload/files/images/panels/16-cut-out-text-banner.jpg);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    background-size: cover;
}


/** CATEGORY / HOME PANELS **/
.btgrid.homePanelGrid {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.homePanelGrid .col {
		height: 380px;
		max-width: 380px;
		overflow: hidden;
		border-radius: 15px;
}

.homePanelGrid img {
    height: 380px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
    filter: brightness(0.95);
	transition: .3s;
}

.homePanelText {
    position: absolute;
    top: 0;
    height: 380px;
    width: 100%;
    transform: rotate(270deg);
    font-size: 2.4rem;
    padding: 15px 20px;
    color: #fff;
    text-shadow: 0 0 10px #000;
	pointer-events: none;
}

@media (max-width: 1199px) {
	.homePanelText {
    padding: 50px 0px;
}
}

@media (max-width: 991px) {
	.homePanelText {
    transform: none;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: auto;
    width: 95%;
}
}

.homePanelGrid img:hover {
	transform: scale(1.2);
}

.btgrid.homePanelGrid .col {
	margin: 20px auto;
}

.homePanelRow {
    margin: auto;
    padding: 0 40px;
}

.homePanelText2 {
    position: absolute;
    top: 0;
    left: 10%;
    height: 100%;
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    pointer-events: none;
    text-align: center;
    flex-direction: column;
}

.homePanelRow img {
	filter: brightness(.8);
	margin-bottom: 15px;
}

.homePanelRow img:hover {
	filter: brightness(1);
	transform: scale(1.1);
}

.homePanelRow h3 {
    margin: 0;
    color: #fff;
    filter: drop-shadow(2px 2px 10px #000000)
}

.homePanelText2 h3 {
    color: white;
}

.homePanel2 {
    height: 340px;
    overflow: hidden;
    margin: 30px 0px;
    box-shadow: 10px 10px 10px #00000024;
}

.homePanel2 img {
    height: 340px;
    width: 100%;
    object-fit: cover;
	transition: all .3s ease-in-out;
	opacity: .85;
	object-position: center;
}

.homePanel2 .btn {
    background: none;
    border: 1px solid white;
    margin-top: 20px;
    transition: .5s;
    border-radius: 0;
    color: white;
}

.homePanel2:hover .btn {
    background: var(--colorSec);
    color: #fff;
	border-color: var(--colorSec);
}


/** KEYFRAME LIBRARY **/
.animCard {
    background: black;
    display: block;
    text-align: center;
    padding: 20px;
    color: #fff;
	font-size: 2rem;
	margin-bottom: 20px;
}

.animCard h2 {
    font-size: 4rem;
    color: #fff;
}

.animCard p {
    margin: 0;
}

/** FLOATING FADE **/
/** UP **/
@keyframes floatingFade {
    0% {
		transform: translate(0px,  25px);
		opacity: 0;
	}
    100%   {
		transform: translate(0px, 0px);
		opacity: 1;
	}   
}

.floatingFade:hover {
    animation-name: floatingFade;
    animation-duration: 1s;
    animation-iteration-count: initial;
    animation-timing-function: ease-in;
}

/** RIGHT TO LEFT **/
@keyframes floatingFadeLeft {
    0% {
		transform: translate(40px,  0px);
		opacity: 0;
	}
    100%   {
		transform: translate(0px, 0px);
		opacity: 1;
	}   
}

.floatingFadeLeft:hover {
    animation-name: floatingFadeLeft;
    animation-duration: 1s;
    animation-iteration-count: initial;
    animation-timing-function: ease-in;
}


/** CUSTOM IMAGE CAROUSEL **/
.carouselWrapper {
    display: flex;
    max-width: 95%;
    position: relative;
    margin: auto;
}

.carouselWrapper i{
	top: 50%;
	height: 44px;
	width: 44px;
	color: #ffffff;
	cursor: pointer;
	font-size: 1.7rem;
	position: absolute;
	text-align: center;
	line-height: 44px;
	background: #e8cfd3;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: transform 0.1s linear;
	transition: .5s;
}

.carouselWrapper i:active {
	transform: translateY(-50%) scale(0.9);
}

.carouselWrapper i:hover {
	background: #555555;
}

.carouselWrapper i:first-child{
	left: 10px;
	display: none;
	z-index: 10;
}

.carouselWrapper i:last-child {
	right: 10px;
}

.carouselWrapper .carousel{
	font-size: 0px;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	scroll-behavior: smooth;
}

.carousel.dragging {
	cursor: grab;
	scroll-behavior: auto;
}

.carousel.dragging img {
	pointer-events: none;
}

.carousel img,
.carousel video {
  height: 80vh;
  object-fit: cover;
  user-select: none;
  margin-left: 14px;
  width: calc(100% / 3);
}

@media (max-width: 1200px) {
	.carousel img,
	.carousel video {
		width: calc(100% / 2);
	}
}

@media (max-width: 767px) {
	.carousel img,
	.carousel video {
		width: 100%;
		height: 500px;
	}
}

.carousel img:first-child,
.carousel video:first-child {
	margin-left: 0px;
}


.customImgRotator {
	margin-bottom: 2rem;
}


/** CUSTOM MODAL STYLING **/
.modal.modalWed {
    top: 0;
    display: flex;
    justify-content: center;
    background-color: #000000a6;
    animation: zoom 0.3s ease-in-out;
}

@keyframes zoom {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

/** CUSTOM MODAL *IMAGE* STYLING **/
.modal img {
    width: 50%;
    min-width: 375px;
    object-fit: contain;
    background: #000;
    border: 10px solid #fff;
}

/** CLOSE BUTTON **/
.closeBtn {
    color: #fff;
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.closeBtn:hover {
	color: #555;
}


/** TESTIMONIAL CARDS **/
#testimonial {
    width: 100%;
    min-height: 100%;
    padding: 50px 0;
    overflow: hidden;
}
  
.slider {
    margin-bottom: 6em;
    position: relative;
}
  
.slider > ul {
    position: relative;
    margin: 0 auto;
}
  
.slider li::marker {color: #fff0;}

  
.slider > ul li {
    float: left;
    width: 555px;
    min-height: 272px;
    margin: 0 1em;
    padding: 2em;
    position: absolute;
    transition: left .3s ease-in-out, top .3s ease-in-out;
    box-shadow: 3px 5px 10px #00000024;
    border-radius: 15px;
	background: #fff;
}
  
  .testimonial-info {width: 100%;}
    
.rating {
      float: right;
      margin-top: 5px;
}
  
  .slider-nav {
    position: absolute;
    left: 50%;
    transform: translate(-65%, 0);
    z-index: 999;
    margin: 2em 0;
  }
  
 .bullet {
    display: inline-block;
    border-radius: 50%;
    background: #78825e;
    width: 15px;
    height: 15px;
    margin: 3px 0;
    border: 1px solid transparent;
    margin: 0 .25em;
    cursor: pointer;
}

.bullet.active-bullet {
	background: #a8b6a4;
}
  
.tag {
	margin-bottom: 4em;
}
  
  .companies {
    width: 100%;
    height: auto;
    text-align: center;
}

@media screen and (max-width: 600px) {
  #testimonial {
    .slider > ul li {
      width: 90% !important;
    }
  }
}

@media screen and (max-width: 410px) {
  #testimonial {
    .slider-nav {
      margin: 3em 0;
    }
  }
}

i.fa.fa-star {
    color: #a8b6a4;
}

/** WEDDINGS **/
.btgrid.wedPageGrid {
    background: #fff;
    color: #fff;
    border-bottom: 5px solid #e8cfd3;
}

.wedPageGrid img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}

.wedPageGrid .content {
	min-height: 100vh;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.wedPageGrid p {
    margin: 0;
    text-align: center;
}

.wedPageGrid h1 {
    color: #e8cfd3;
    text-align: center;
    font-family: 'Vidaloka';
}

.wedPageGrid .wedPageText {
    padding: 40px;
    font-size: 2rem;
    z-index: 5;
    position: relative;
    background-image: url(/upload/mt/sol643/upload/files/images/garland1big.png);
    background-attachment: fixed;
}

.wedPageGrid .wedPageText:after {
    content: '';
    height: 150vh;
    position: absolute;
    right: -15px;
    width: 250px;
    z-index: 1;
    box-shadow: 100px 0 75px #fff;
    z-index: 2;
}

@media (min-width: 992px) { 
	.wedPageGrid2 .wedPageText:after {
		left: -15px;
		box-shadow: -100px 0 75px #fff;
	}
}

@media (min-width: 992px) {
	.wedPageGrid {
		overflow: hidden;
	}
}

@media (max-width: 991px) {
	.wedPageGrid .wedPageText:after {
		content: '';
		height: 200px;
		position: absolute;
		left: -25vw;
		bottom: 0;
		width: 200vw;
		z-index: 1;
		box-shadow: 0px 100px 75px #555;
	}
}

@media (max-width: 991px) {
	.wedPageGrid2 .row {
		display: flex;
		flex-direction: column-reverse;
	}
}


.wedPageGrid .wedPageText p {
    margin-bottom: 10px;
    z-index: 3;
    color: #555;
}

.page33 .content-container,
.page33 #info {
	padding: 0;
}

p.wedTestimonial:before,
p.wedTestimonial:after {

    font-size: 20rem;
    font-family: 'Ruge Boogie', script;
    line-height: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 60px;
	color: #e8cfd3;
}

p.wedTestimonial:before {
	content: '“';
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

p.wedTestimonial:after {
	content: '"';
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
}

p.wedTestimonial {
    padding: 60px;
    margin: 0;
}

.wedPageText a,
.wedSteps a {
    color: #e8cfd3;
}

.wedPageText a:hover,
.wedSteps a:hover {
    color: #fff;
}

.page46 #content {
    margin: 0;
}

.wedSteps {
    background: #fff;
    color: #555;
    padding: 40px;
    border-bottom: 5px solid #e8cfd3;
}

span.noCircle {
    background: #e8cfd3;
    padding: 20px;
    width: 90px;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 4rem;
    margin: auto;
}

.wedSteps h1 {
    color: #e8cfd3;
    text-align: center;
}

.wedSteps img {
    width: 100%;
    aspect-ratio: 1.4 / 1;
    object-fit: cover;
    margin: auto;
	border-radius: 25px;
}

.wedSteps h3 {
    color: #e8cfd3;
    font-family: 'Lobster';
}


/** MISC **/
.navbar-nav > li > .dropdown-menu li:first-child {
    display: none;
}

.page40 #leftNavigator {
    display: none;
}

.page40 #info {
    width: 100%;
}

#contentContainer {
    max-width: 1400px;
	width: 100%;
}

.cursorPetal {
    pointer-events: none;
}

.page54 #contentContainer,
.page41 #contentContainer,
.page54 #info,
.page56 #contentContainer,
.page56 #info,
.page48 #contentContainer,
.page48 #info  {
    width: 100%;
    max-width: none;
    padding: 0;
}

h1 {
    text-align: center;
}

.navbar-brand,
#headContainer {
    display: none;
}

.navbar {
    min-height: 0;
}

.navbar-header,
#content {
	margin: 0;
}

.page56 .highlightTitle.roundedTitle h1:before {
    background: #e8cfd3;
    opacity: .8;
}

.page56 .highlightTitle.roundedTitle h1 {
    font-size: 4rem;
    color: #555;
    /* text-shadow: 0 0 10px #5555557a; */
}

@supports ( -webkit-touch-callout : none) {
	.markZ,
	.wedPageGrid img{
		background-attachment:scroll
	}
}

@supports not ( -webkit-touch-callout : none) {
	.markZ,
	.wedPageGrid img	{
		background-attachment: fixed;
	}
}

.page56 .carouselWrapper.customImgRotator,
.page1 .carouselWrapper.customImgRotator {
    max-width: 100%;
    border: 2.5px solid #e8cfd3;
    margin: 0;
	width: 100%;
}

.page56 .carousel img,
.page56 .carousel video,
.page1 .carousel img,
.page1 .carousel video {
    height: 40vh;
    width: calc(100% / 5);
    margin: 0;
    border: 5px solid #e8cfd3;
	border-top: none;
}

@media (max-width: 1700px) {
	.page56 .carousel img,
	.page56 .carousel video,
	.page1 .carousel img,
	.page1 .carousel video	{
		width: calc(100% / 5);
	}
}

@media (max-width: 1500px) {
	.page56 .carousel img,
	.page56 .carousel video,
	.page1 .carousel img,
	.page1 .carousel video {
		width: calc(100% / 4);
	}
}

@media (max-width: 1200px) {
	.page56 .carousel img,
	.page56 .carousel video,
	.page1 .carousel img,
	.page1 .carousel video {
		width: calc(100% / 3);
	}
}

@media (max-width: 767px) {
	.page56 .carousel img,
	.page56 .carousel video,
	.page1 .carousel img,
	.page1 .carousel video {
		width: calc(100% / 3);
		height: 200px;
	}
}

.page56 .markZ,
.page58 .markZ {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	text-align: center;
}

.page58 .markZ {
    border-bottom: 5px solid #a8b6a4;
}

.page56 .markZ {
    border-bottom: 5px solid #e8cfd3;
}

.wedBanner {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #fff;
    text-shadow: 0 0 10px #000;
}

.wedBanner h1 {
    color: #fff;
    font-size: 5rem;
}


/** CONTACT FORM **/
.pageContact {
    display: none;
}

#contactInputs h2,
.contactForm .form-group p {
    display: none;
}

#contactInputs .form-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
}

#contactInputs input,
#contactInputs textarea {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #fff;
    background: none;
    border-radius: 0;
}

.wedContactFormHere {
    background: #e8cfd3;
    padding: 20px 0px;
}

.contactForm label {
    color: #fff;
    font-weight: 500;
    font-size: 1.4rem;
}

.weddingContactLeft {
    min-height: 475px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #555;
    font-size: 1.8rem;
}

.weddingContactLeft a {
	color: #555;
}

.weddingContactCus {
    background: #fff;
    padding: 40px;
    border-bottom: 5px solid #e8cfd3;
}


/** MINI ROTATOR **/
.itemCarouselWrapper {
  --width: 100px;
  --gap: 0;
  --num-items: 10;
  --ani-offset: calc(var(--width) * var(--num-items) * -1);
  --ani-speed: 10s;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  margin: auto;
  height: 100px;
}

.itemCarouselWrapper::before,
.itemCarouselWrapper::after{
  content: '';
  position: absolute;
  width: 20%;
  height: 100%;
  z-index: 1;
  top: 0;
}

.itemCarouselWrapper::before{
  left: 0;
  background-image: linear-gradient(to right,var(--bg-clr) 0%,transparent 50%);
}

.itemCarouselWrapper::after{
  right: 0;
  background-image: linear-gradient(to left,var(--bg-clr) 0%,transparent 50%);
}

.itemCarousel {
  display: flex;
  align-items: center;
  animation: slide var(--ani-speed) linear infinite;
  justify-content: center;
  margin: auto;
  flex-direction: row;
}

.item {
  flex: 1 0 var(--width);
  text-align: center;
  padding:1rem;
}

.item > img {
  width: auto;
  height: 80px;
  object-fit: cover;
}

@keyframes slide {
  100% {
    transform: translateX(var(--ani-offset));
  }
}

/** WEDDING IDEA 2 **/
.page58 .pageGallery .catImages .panel-body {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    padding: 0 20px;
}

.page58 .pageGallery .catImages .panel-body:before {
    display: none;
}

.page58 .pageGallery .catImages {
    box-shadow: none;
	max-width: none;
	height: auto;
}

@media (min-width: 768px) {
	.page58 .pageGallery .col-sm-6.col-md-3 {
	    width: calc(100% / 2);
	}
}

.page58 .pageGallery .catImages img {
    width: 100%;
    aspect-ratio: 2 / 2.5;
    object-fit: cover;
    height: auto;
    border-radius: 20px;
}

.page58 .pageGallery {
    max-width: 1200px;
    margin: auto;
}

.page58 .pageGallery .catImages img:hover,
.page58 .pageGallery .catImages:hover img {
    transform: none;
    scale: none;
	opacity: .7;
}


.page58 #contentContainer,
.page58 #info,
.page50 #contentContainer,
.page50 #info {
    width: 100%;
    max-width: none;
    padding: 0;
}

.page58 #testimonial h1,
.page1 #testimonial h1 {
    font-family: var(--scriptFont);
	font-size: 8rem;
}

.page58 #testimonial,
.page1 #testimonial {
    background-image: url(/upload/mt/josh3997/upload/files/images/weddingBG.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}


.page58 .catImages h2 {
	font-size: 2.2rem;
	color: #a8b6a4;
}

.wedVideoText {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 4rem;
    text-align: center;
}

.wedVideoText h1 {
    font-size: 8rem;
    color: #fff;
    margin: 0;
}

.wedVideoText h1:after {
    content: '';
    width: 10vw;
    height: 2px;
    background: #fff;
    display: block;
    margin: 25px auto;
}

.page58 .pageGallery .catImages:hover {
    margin-top: -10px;
}

.page58 .pageGallery .catImages {
    transition: .5s;
    padding: 10px 20px;
}


.topbanner-container {
    z-index: 20;
    position: relative;
}
/** END OF WEDDING PAGE 2 **/


#scrollHeading {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/** STICKY PRODUCT IMAGE **/
#designDetail {
    height: 100vh;
    overflow: auto;
}

#detailLeft {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
}

@media (max-width: 767px) {
	#detailLeft {
		position: relative;
	}
}

#detailRight {
    padding-bottom: 50vh;
}

#designDetail::-webkit-scrollbar {
    width: 5px;
}

#designDetail::-webkit-scrollbar-thumb {
    background: #3333332e;
    border-radius: 100px;
}

#designDetail::-webkit-scrollbar-track {
    background: #d6d6d624;
    border-radius: 100px;
}

.designpage#contentContainer {
	max-width: 95%;
	width: 100%;
	padding: 0px 20px;
}

html:has(.designpage) {
    overflow: hidden;
}
/** END OF STICKY PRODUCTS **/


.owl-carousel img {
    height: 85vh;
    object-fit: cover;
    width: 100%;
}

.owl-controls {
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.owl-dot {
    width: 12px;
    height: 12px;
    background: #fff0;
    border: 2px solid #fff;
    margin: 5px;
    border-radius: 10px;
}

.owl-dot.active {
    background: #fff;
}

.owl-dots {
    display: flex;
    flex-direction: row;
}


.homeBoxRow,
.homeIntro {
    max-width: 1400px;
    margin: auto;
    display: block;
    padding: 20px;
}


hr {
    background: url(/upload/mt/ewf973/images/divider.png) no-repeat;
    height: 80px;
    margin: 40px auto;
    background-position: center;
    border: none;
    display: block;
    width: 100%;
}

#contactUs {
    padding: 20px;
    max-width: 1400px;
    margin: auto;
}

.subscribeBox {
    background: #fff;
    padding: 20px;
	border: 2px solid #000;
}


/** MAILCHIMP **/
.mc-field-group {
    display: inline-flex;
    flex-direction: row;
	margin: 5px;
}

.mc-field-group label {
    position: absolute;
    margin: 25px 5px;
	padding: 0px 5px;
    pointer-events: none;
	transition: .5s;
}

.mc-field-group input {
    padding: 10px;
    margin: 10px 0px;
}

@media (max-width: 767px) {
	.mc-field-group {
		display: flex;
		margin: auto;
		justify-content: center;
	}
}


.mc-field-group input:focus {
  border: 2px solid #000;
}

#mc_embed_signup {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.optionalParent, .optionalParent .foot {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}

#mc_embed_signup_scroll {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mc-field-group input:is(:focus, :valid) {
  border: 2px solid #000;
}

.mc-field-group input:is(:focus, :valid) + label {
    transform: translatey(calc(-1 * 15px - 12px)) translatex(0px);
    font-size: 14px;
	background: #fff;
}

.indicates-required {
	display: none;
}

img.refferal_badge {
    display: none !important;
}

#mc-embedded-subscribe {
    background: #000;
    padding: 10px 15px;
    color: #fff;
}
/** END OF MAIL CHIMP **/


/** MOBILE NAV IMPROVEMENTS **/
.mobile-nav {
	padding-left: 0px;
	text-align: center;
}

.mobile-nav > li > a {
	padding: 10px 0px;
	text-transform: uppercase;
}

.testLogin {
	text-align: center;
	padding-bottom: 10px;
}

/** MOBILE NAV OPEN/CLOSE ANIMATION **/
.navbar-toggle .icon-bar:nth-child(2) {
	transform: translate(0, 10px) rotate(-45deg);
}

.navbar-toggle .icon-bar:nth-child(4) {
	transform: translate(0, -2px) rotate(45deg);
}

.navbar-toggle .icon-bar:nth-child(3) {
	opacity: 0;
}

span.icon-bar {
	transition: 0.4s;
}

.navbar-toggle.collapsed .icon-bar:nth-child(2) {
	transform: none;
}

.navbar-toggle.collapsed .icon-bar:nth-child(4) {
	transform: none;
}

.navbar-toggle.collapsed .icon-bar:nth-child(3) {
	opacity: 1;
}

.navbar-toggle {
	border: none;
}
/** END OF MOBILE FIXES **/


/** MISC **/
#headContainer .container-fluid #mobilenav {
    background: #fff;
}

#headContainer .container-fluid {
    padding: 0;
}

@keyframes float {
	0% {
		transform: translatex(0px);
	}
	50% {
		transform: translatex(20px);
	}
	100% {
		transform: translatex(0px);
	}
}



.page62 .catImages,
.page62 .catImages .panel-body {
    height: 500px;
}

.page62 .catImages img {
    height: 100%;
}

.page62 .catDesignTypes .col-sm-6.col-md-3 {
    width: calc(100% / 3);
}

.page62 .catImages .panel-heading {
    background: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #00000030;
    padding: 10px;
}

.page62 .catImages .panel-heading h2 {
    background: none;
    color: #fff;
    font-size: 3.4rem;
}

.page62 .catImages .panel-heading h2:before {
    content: 'Shop Our';
    display: block;
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.page62 .catImages .panel-heading h2:after {
    content: 'Collection';
    display: block;
    font-size: 1.6rem;
    margin-top: 15px;
}


#detailLeft img {
    cursor: zoom-in;
    width: 100% !important;
    max-width: none;
    max-height: 55vh;
    object-fit: contain;
}

div#leftNavigator {
    display: none;
}

div#info {
    width: 100%;
}

.splide.is-initialized,
.splide.is-rendered {
    max-width: none !important;
}

#designBlock {
    max-width: 1400px;
    margin: 20px auto;
    padding: 20px;
}

.radio label,
.checkbox label {
    font-size: 14px;
}

.form-control {
    border-radius: 0;
}

.radio {
    background: none;
    display: inline;
    min-width: 250px;
    padding: 10px;
    border-radius: 0px;
}

.form-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.radio:has(input:checked),
.radio:has(input.radio:focus),
.radio:has(input.radio:enabled),
.radio:has(input.radio:active),
.radio:hover {
    background: #ddd !important;
}

.radio label {
    font-size: 14px;
    width: 100%;
    height: 100%;
}

p:has(button.btn.btn-primary.btn-lg.btnspace.btnGo) {
    position: fixed;
    right: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    z-index: 100;
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 0;
}


.addressData-right li:nth-child(n + 3) {
    display: none;
}

.addressData-right li:nth-child(1) a:after {
    content: 'Account';
}

.addressData-right li:nth-child(2) a:after {
    content: 'Logout';
}

.addressData-right li:nth-child(1) i,
.addressData-right li:nth-child(2) i,
.headLogin a:after,
.addressData-right:has(.headLogin) li:nth-child(2) {
    display: none;
}



#cookie-consent-banner {
    display: none !important;
}

.page1 ul.nav.navbar-nav.navbar-right {
    text-align: center;
}


.page36 #contentContainer, .page36 #info {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
}



/** FIXES 24/01/2025 **/
#customTop,
#topNavContainer {
    width: 100%;
    padding: 0;
}