@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body {
	font-family: 'Josefin Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Medula One', cursive;
}
.myfont {
	font-family: 'Zapf-Chancery', cursive!important;
}
a, a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
.preloader {
  background-color: rgba(246, 243, 226, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}

.preloader .inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader .icon {
  display: block;
  width: 150px;
  height: 150px;
  position: relative;
  overflow:hidden;
  border-radius: 50%;
}

.preloader .icon:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-top: 5px solid #e69c8f;
  border-radius: 50%;
  -webkit-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}

.preloader .icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader .icon i:before {
  font-size: 55px;
  font-size: 3.05556rem;
  color: #5e9a8e;
}

.preloader .icon img {
  display:block;margin:auto;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate3d(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate3d(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.menu-main {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 0;
}
.menu-main::before {
	position: absolute;
	bottom: -3px;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	content: '';
}
.menu-main .navbar {
	border-radius: 0;
	border: none;
	margin: 0;
	background: rgba(0, 0, 0, 0.3);
	height: auto;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.menu-main .navbar-brand {
	height: auto;
	padding: 10px 15px;
}
.menu-main .navbar-brand img {
	height: 70px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.menu-main .navbar-brand h3 {
	font-size: 50px;
	color: #FFFFFF;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	text-shadow: 2px 2px 2px #000000;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.menu-main .navbar-nav li a {
	font-size: 15px;
	color: #FFFFFF;
	padding: 35px 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.menu-main .navbar-nav li.active a, .menu-main .navbar-nav li.active a:hover, .menu-main .navbar-nav li.active a:focus {
	background: transparent;
	color: #fbb8ac;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.menu-main .navbar.affix {
	background: rgba(255, 255, 255, 1) !important;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	box-shadow: 0 2px 10px #c5c2c2;
}
.menu-main .navbar.affix .navbar-brand img {
	height: 50px;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.menu-main .navbar.affix .navbar-brand h3 {
	font-size: 40px;
	color: #000000;
	text-shadow: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.menu-main .navbar.affix .navbar-nav li a {
	color: #000000;
	padding: 25px 20px;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.menu-main .navbar.affix .navbar-nav li.active a, .menu-main .navbar.affix .navbar-nav li.active a:hover, .menu-main .navbar.affix .navbar-nav li.active a:focus {
	background: transparent;
	color: #fbb8ac;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.banner-main-container {
	width: 100%;
	height: 100vh;
	position: relative;
	background: url(../images/banner.jpg) no-repeat;
	background-size: cover;
	background-position: center right;
	overflow: hidden;
}
.banner-main-container::before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.35);
	content: '';
}
.banner-main-container #snow1, #snow2, #snow3 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}
#snow1 .num {
	position: absolute;
	top: 0;
	color: #FFFFFF;
	width: 8px;
	height: 8px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 100%;
}
#snow2 .num {
	position: absolute;
	top: 0;
	color: #FFFFFF;
	width: 7px;
	height: 7px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 100%;
}
#snow3 .num {
	position: absolute;
	top: 0;
	color: #FFFFFF;
	width: 5px;
	height: 5px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 100%;
}
.wow {
	visibility: hidden;
}
.banner-circle-main {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	animation-delay: 0.8s;
}
.banner-circle-main .circle-box {
	margin-top: -25px;
}
.banner-circle-main .circle-box {
	background: url("../images/banner-circle.png") no-repeat;
	background-size: 100%;
	background-position: center center;
	width: 650px;
	height: 568px;
	display: table;
	position: absolute;
	left: 50%;
	top: calc(50% + 50px);
	z-index: 10;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.banner-circle-main .circle-content {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.banner-circle-main h4 {
	font-size: 40px;
	color: #fbb8ac;
	margin: 60px 0 0;
	text-transform: uppercase;
}
.banner-circle-main h4 span {
	display: inline-block;
	animation-delay: 5s;
}
.banner-circle-main h4 span:nth-child(1) {
	animation-delay: 1.05s;
}
.banner-circle-main h4 span:nth-child(2) {
	animation-delay: 1.15s;
}
.banner-circle-main h4 span:nth-child(3) {
	animation-delay: 1.25s;
}
.banner-circle-main h4 span:nth-child(4) {
	animation-delay: 1.35s;
}
.banner-circle-main h4 span:nth-child(5) {
	animation-delay: 1.45s;
}
.banner-circle-main h4 span:nth-child(6) {
	animation-delay: 1.55s;
}
.banner-circle-main h4 span:nth-child(7) {
	animation-delay: 1.65s;
}
.banner-circle-main h4 span:nth-child(8) {
	animation-delay: 1.75s;
}
.banner-circle-main h4 span:nth-child(9) {
	animation-delay: 1.85s;
}
.banner-circle-main h4 span:nth-child(10) {
	animation-delay: 1.95s;
}
.banner-circle-main h4 span:nth-child(11) {
	animation-delay: 2.05s;
}
.banner-circle-main h2 {
	font-size: 42px;
	color: #fff;
	text-transform: uppercase;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 2px 25px 5px;
	margin: 18px 0;
	display: inline-block;
	position: relative;
	animation-delay: 2.5s;
}
.banner-circle-main h2::before {
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	left: 0;
	top: -4px;
	content: '';
}
.banner-circle-main h2::after {
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	left: 0;
	bottom: -4px;
	content: '';
}
.banner-circle-main p {
	font-size: 24px;
	color: #e7e7e7;
	font-style: italic;
	margin: 0;
	animation-delay: 3.5s;
}
.countdown-scroll-main {
	padding: 300px 15px 150px 15px;
	background: #fff6f5;
}
.common-title {
	position: relative;
	text-align: center;
	margin-bottom: 70px;
}
.common-title::before {
	background: url(../images/section-pattern.png) no-repeat;
	background-position: center bottom;
	content: '';
	width: 175px;
	height: 80px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -80px;
}
.common-title h2 {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 10px 45px;
	border-top: 1px solid #fbb8ac;
	border-bottom: 1px solid #fbb8ac;
	font-size: 60px;
}
.common-title h2::before {
	position: absolute;
	width: 1px;
	height: calc(100% + 25px);
	background: #fbb8ac;
	left: 12.5px;
	top: -12.5px;
	content: '';
}
.common-title h2::after {
	position: absolute;
	width: 1px;
	height: calc(100% + 25px);
	background: #fbb8ac;
	right: 12.5px;
	top: -12.5px;
	content: '';
}
.countdown-main {
	font-size: 0;
}
.countdown-row{
	display:table;
	width:100%;
	text-align:center;
}
.countdown-section {
	width: calc(25% - 30px);
	display: inline-block;
	font-size: 30px;
	background: #fbb8ac;
	margin: 0 15px;
	padding: 25.5px 15px;
	border-radius: 100%;
	text-align: center;
	color: #FFFFFF;
	position: relative;
}
.countdown-section::before {
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border-radius: 100%;
	content: '';
	border: 1px dashed #fff;
	position: absolute;
	left: 5px;
	top: 5px;
}
.countdown-amount {
	display: block;
	font-size: 60px;
	font-family: 'Medula One', cursive;
}
.countdown-period {
	display: block;
	font-size: 16px;
	text-transform: uppercase;
}
.couple-wedding-info-main {
	padding:250px 15px 150px 15px;
}
.groom-bride-info {
	text-align: center;
}
.groom-bride-info img {
	margin-bottom: 30px;
}
.groom-bride-info h4 {
	font-size: 30px;
	margin: 30px 0 10px 0;
}
.groom-bride-info p {
	font-size: 18px;
	color: #b1b1b1;
	margin: 0;
}
.wedding-info {
	padding: 5px 15px;
	text-align: center;
}
.wedding-info p {
	font-size: 20px;
	color: #989898;
	margin: 10px 0;
}
.wedding-info h4 {
	font-size: 50px;
	color: #e69c8f;
	margin: 10px 0;
	text-transform: capitalize;
}
.wedding-info p a {
	color: #e69c8f;
}
.celebrate-scroll-main {
	padding: 150px 15px;
	background: url(../images/celebrate-bg.jpg) no-repeat fixed;
	background-position: center top;
	position: relative;
	overflow: hidden;
	display: block;
	background-size: cover;
}
.celebrate-scroll-main:before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.65);
	content: '';
	display: block;
}
.celebrate-text-main {
	position: relative;
	color: #FFFFFF;
	text-align: center;
}
.celebrate-text-main::before {
	position: absolute;
	left: 0;
	right: 0;
	top: -57.5px;
	margin: auto;
	width: 230px;
	height: 230px;
	border: 3px solid #e69c8f;
	content: '';
	z-index: 0;
}
.celebrate-text-main h4 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 25px;
	margin: 10px 0;
	position: relative;
	z-index: 1;
}
.celebrate-text-main h2 {
	font-size: 70px;
	margin: 10px 0;
	position: relative;
	z-index: 1;
}
.love-story-scroll-main {
	padding: 200px 15px 200px 15px;
}
.love-story-tab-main {
	position: relative;
}
.love-story-tab-main .tab-link {
	text-align: center;
	position: relative;
}
.love-story-tab-main .tab-link::before {
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fbb0a2;
	left: 0;
	top: calc(50% - 1px);
	content: '';
}
.love-story-tab-main .tab-link .couple-vector {
	position: absolute;
	left: -2px;
	top: -18px;
	width: 85px;
}
.love-story-tab-main .tab-link .couple-vector:nth-child(2) {
	left: auto;
	right: -2px;
}
.love-story-tab-main .tab-link .nav-tabs {
	margin: 0 0 40px 0;
	border: none;
}
.love-story-tab-main .tab-link .nav-tabs li {
	float: none;
	display: inline-block;
	width: 100px;
	height: 100px;
	margin: 0 10px;
	font-family: 'Medula One', cursive;
}
.love-story-tab-main .tab-link .nav-tabs li a, .love-story-tab-main .tab-link .nav-tabs li a:hover {
	display: block;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 27px;
	background: #fbc0b6;
	color: #FFFFFF;
	border: none;
	position: relative;
	text-align: center;
	line-height: 100px;
	border-radius: 100%;
}
.love-story-tab-main .tab-link .nav-tabs li.active a, .love-story-tab-main .tab-link .nav-tabs li.active a:focus {
	background: #fbb0a2;
	color: #FFFFFF;
	border: none;
}
.love-story-tab-main .tab-link .nav-tabs li.active a::before {
	position: absolute;
	width: 2px;
	height: 40px;
	background: #fbb0a2;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -40px;
	content: '';
}
.love-story-tab-main .tab-content {
	background: #fdf1f0;
	padding: 50px 100px;
	text-align: center;
	position: relative;
}
.love-story-tab-main .tab-content::after {
	background: url(../images/section-pattern-2.png) no-repeat;
	background-position: center bottom;
	content: '';
	width: 340px;
	height: 145px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: -145px;
}
.love-story-tab-main .tab-content h3 {
	color: #000000;
	font-size: 32px;
	margin: 15px 0;
}
.love-story-tab-main .tab-content span {
	color: #fbb8ac;
	font-size: 17px;
	margin: 15px 0;
}
.love-story-tab-main .tab-content img {
	margin: 50px 0;
}
.love-story-tab-main .tab-content p {
	font-size: 18px;
	color: #949494;
}
.journey-scroll-main {
	padding: 150px 15px;
	background: url(../images/journey-bg.jpg) no-repeat fixed;
	background-position: center center;
	position: relative;
	overflow: hidden;
	display: block;
	background-size: cover;
}
.journey-scroll-main:before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.65);
	content: '';
	display: block;
}
.journey-text-main {
	position: relative;
	color: #FFFFFF;
	text-align: center;
}
.journey-text-main::before {
	position: absolute;
	left: 0;
	right: 0;
	top: -45px;
	margin: auto;
	width: 230px;
	height: 230px;
	border: 3px solid #e69c8f;
	content: '';
	z-index: 0;
}
.journey-text-main h4 {
	font-family: 'Josefin Sans', sans-serif;
    font-size: 23px;
    margin: 10px 0 0 0;
    position: relative;
    z-index: 1;
}
.journey-text-main h2 {
	font-size: 98px;
	margin: 0;
	position: relative;
	z-index: 1;
}
.new-wedding-events-scroll-main {
	padding:200px 15px 200px 15px;
}
.event-info {
	text-align: center;
}
.event-info img {
	margin-bottom: 30px;
}
.event-info h4 {
	font-size: 35px;
	margin: 20px 0;
}
.event-info p {
	font-size: 18px;
	color: #b1b1b1;
	margin: 0;
}
.event-info ul {
	list-style:none;
}
.event-info ul li {
	font-size:17px;
	margin:10px 0;
	color:#949494;
}
.event-info a {
	font-size:18px;
	margin:10px 0;
	color:#e69c8f;
}
.event-msg {
	padding: 5px 15px;
	text-align: center;
	margin-bottom:50px;
}
.event-msg p {
	font-size: 20px;
	color: #989898;
	margin: 10px 0;
}
.event-msg h2 {
	font-size: 25em;
	color: #ffe5e5;
	margin: 0;
	font-family:'Josefin Sans', sans-serif;
}
.thank-you-scroll-main {
	position: relative;
	height: 100vh;
	text-align: center;
	background: url(../images/celebrate-bg-2.jpg) no-repeat fixed;
	background-size: cover;
	background-position: center 15%;
}
.thank-you-scroll-main::before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	left: 0;
	top: 0;
	content: '';
}
.thank-you-scroll-main h1 {
	color: #FFFFFF;
	font-size: 80px;
	position: relative;
	display: table;
	margin: 40vh auto 20px auto;
	padding: 0 25px;
}
.thank-you-scroll-main h2 {
	color: #FFFFFF;
	font-size: 80px;
	position: relative;
	display: table;
	margin: 20px auto;
	padding: 0 25px;
}
.thank-you-scroll-main h2::before {
	position: absolute;
	width: 70px;
	height: 2px;
	background: rgba(255, 255, 255, 0.5);
	left: -70px;
	top: 50%;
	content: '';
}
.thank-you-scroll-main h2::after {
	position: absolute;
	width: 70px;
	height: 2px;
	background: rgba(255, 255, 255, 0.5);
	right: -70px;
	top: 50%;
	content: '';
}
.thank-you-scroll-main p {
	color: #FFFFFF;
	font-size: 25px;
}
.footer{
	padding:15px;background:rgba(0, 0, 0, 0.5);position:absolute;left:0;right:0;margin:auto;bottom:0;text-align:center;
}
.footer p {
	font-size:17px;margin:0;font-weight:normal;
}
.footer p a {
	color:#fbb0a2;
}
.play-button{
	position:fixed;right:25px;bottom:25px;width:40px;height:40px;text-align:center;line-height:45px;font-size:20px;background:#fbb0a2;border-radius:100%;color:#56403c;cursor:pointer;border:1px solid #FFFFFF;
}
.play-button.mute{
	position:fixed;
}
.play-button.mute::before{
	content:'';position:absolute;width:2px;height:25px;left:0;right:0;top:7px;transform:rotate(45deg);margin:auto;background:#56403c;
}
@media (max-width: 800px) {
.menu-main .navbar {
	border-radius: 0;
	border: none;
	margin: 0;
	background: #FFFFFF;
	height: auto;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.menu-main .navbar-brand h3{
	color:#000000;
	text-shadow:none;
}
.menu-main .navbar-nav li a{
	color:#000000;
}
.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid #CCCCCC !important;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-collapse.collapse {
	display: none !important;
}
.navbar-collapse.collapse.in {
	display: block !important;
}
.navbar-nav {
	float: none!important;
	margin: 7.5px -15px;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-toggle , .navbar-toggle:focus {
   	position: relative;
   	float: right;
	width:40px;
	height:40px;
   	padding: 8px;
   	margin-top: 25px;
   	margin-right: 15px;
   	margin-bottom: 25px;
   	background-color: #fbb8ac !important;
   	background-image: none;
   	border: 1px solid #fbb8ac !important;
   	border-radius: 100%;
}
.navbar-inverse .navbar-toggle .icon-bar {
   	background-color: #56403c;
}
.navbar-inverse .navbar-toggle .icon-bar:nth-child(2) {
   	background-color: #56403c;width:20px;
}
.navbar-inverse .navbar-toggle .icon-bar:nth-child(3) {
   	background-color: #56403c;width:18px;
}
.navbar-inverse.affix .navbar-toggle {
   	margin-top: 18px;
   	margin-bottom: 18px;
}
.navbar-inverse.affix .navbar-collapse, .navbar-inverse .navbar-form {
   	border-color: #cccccc;
}
}
@media screen and (max-width: 1400px) and (min-width: 1170px) {
.countdown-scroll-main {
    padding: 230px 15px 150px 15px;
    background: #fff6f5;
}
.couple-wedding-info-main {
    padding:190px 15px 150px 15px;
}
.thank-you-scroll-main h1 {
    color: #FFFFFF;
    font-size: 80px;
    position: relative;
    display: table;
    margin: 40vh auto 20px auto;
    padding: 0 25px;
}
.thank-you-scroll-main h2 {
    color: #FFFFFF;
    font-size: 80px;
    position: relative;
    display: table;
    margin: 20px auto;
    padding: 0 25px;
}
}
@media screen and (max-width: 1199px) and (min-width: 980px) {
.menu-main .navbar-nav li a {
    font-size: 15px;
    color: #FFFFFF;
    padding: 35px 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.countdown-scroll-main {
    padding: 225px 15px 225px 15px;
    background: #fff6f5;
}
.countdown-section {
	width: calc(25% - 30px);
	display: inline-block;
	font-size: 30px;
	background: #fbb8ac;
	margin: 0 15px;
	padding: 20px 15px;
	border-radius: 100%;
	text-align: center;
	color: #FFFFFF;
	position: relative;
}
.countdown-section::before {
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border-radius: 100%;
	content: '';
	border: 1px dashed #fff;
	position: absolute;
	left: 5px;
	top: 5px;
}
.countdown-amount {
	display: block;
	font-size: 50px;
	font-family: 'Medula One', cursive;
}
.countdown-period {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}
.couple-wedding-info-main {
    padding: 145px 15px 62px 15px;
}
.celebrate-text-main h4 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    margin: 10px 0;
    position: relative;
    z-index: 1;
}
.celebrate-text-main h2 {
    font-size: 60px;
    margin: 10px 0;
    position: relative;
    z-index: 1;
}
.love-story-tab-main .tab-link .nav-tabs li {
    float: none;
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 0 5px;
    font-family: 'Medula One', cursive;
}
.journey-text-main::before {
    position: absolute;
    left: 0;
    right: 0;
    top: -55px;
    margin: auto;
    width: 230px;
    height: 230px;
    border: 3px solid #e69c8f;
    content: '';
    z-index: 0;
}
.journey-text-main h2 {
    font-size: 98px;
    margin: 0;
    position: relative;
    z-index: 1;
}
.event-info h4 {
    font-size: 30px;
    margin: 20px 0;
}
.thank-you-scroll-main {
    position: relative;
    height: 93vh;
    text-align: center;
    background: url(../images/celebrate-bg-2.jpg) no-repeat fixed;
    background-size: cover;
    background-position: center center;
}
.thank-you-scroll-main h1 {
    color: #FFFFFF;
    font-size: 80px;
    position: relative;
    display: table;
    margin: 33vh auto 20px auto;
    padding: 0 25px;
}
}
@media screen and (max-width: 900px) and (min-width: 768px) {
.countdown-scroll-main {
    padding: 205px 15px 150px 15px;
    background: #fff6f5;
}
.couple-wedding-info-main {
    padding: 200px 15px 100px 15px;
}
.groom-bride-info img {
    margin-bottom: 30px;
    margin: auto;
}
.celebrate-text-main::before {
    position: absolute;
    left: 0;
    right: 0;
    top: -53px;
    margin: auto;
    width: 230px;
    height: 230px;
    border: 3px solid #e69c8f;
    content: '';
    z-index: 0;
}
.new-wedding-events-scroll-main {
	padding:200px 15px 100px 15px;
}
.event-info{
	margin-top:15px;
	margin-bottom:15px;
}
}
@media screen and (max-width: 760px) and (min-width: 240px) {
#snow1 .num {
	position: absolute;
	top: 0;
	color: #FFFFFF;
	width: 6px;
	height: 6px;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 100%;
}
#snow2 .num {
	position: absolute;
	top: 0;
	color: #FFFFFF;
	width: 5px;
	height: 5px;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 100%;
}
#snow3 .num {
	position: absolute;
	top: 0;
	color: #FFFFFF;
	width: 3px;
	height: 3px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 100%;
}
.menu-main .navbar {
	border-radius: 0;
	border: none;
	margin: 0;
	background: #FFFFFF;
	height: auto;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.menu-main .navbar-brand {
	height: 70px;
	padding: 10px 15px;
}
.menu-main .navbar-brand img {
	height: 50px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.menu-main .navbar-brand h3 {
	font-size: 40px;
	color: #000000;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	text-shadow: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.menu-main .navbar-nav li a {
	font-size: 15px;
	color: #000000;
	padding: 20px 20px;
	text-transform: uppercase;
	font-weight: 600;
}
.menu-main .navbar-nav li.active a, .menu-main .navbar-nav li.active a:hover, .menu-main .navbar-nav li.active a:focus {
	background: transparent;
	color: #fbb8ac;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.menu-main .navbar.affix {
	background: rgba(255, 255, 255, 1) !important;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	box-shadow: 0 2px 10px #c5c2c2;
}
.menu-main .navbar.affix .navbar-brand img {
	height: 50px;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.menu-main .navbar.affix .navbar-brand h3 {
	font-size: 40px;
	color: #000000;
	text-shadow: none;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.menu-main .navbar.affix .navbar-nav li a {
	color: #000000;
	padding: 20px 20px;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.menu-main .navbar.affix .navbar-nav li.active a, .menu-main .navbar.affix .navbar-nav li.active a:hover, .menu-main .navbar.affix .navbar-nav li.active a:focus {
	background: transparent;
	color: #fbb8ac;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.navbar-toggle , .navbar-toggle:focus {
    position: relative;
    float: right;
	width:40px;
	height:40px;
    padding: 8px;
    margin-top: 18px;
    margin-right: 15px;
    margin-bottom: 18px;
    background-color: #fbb8ac !important;
    background-image: none;
    border: 1px solid #fbb8ac !important;
    border-radius: 100%;
}
.banner-main-container {
	width: 100%;
	height: 100vh;
	position: relative;
	background: url(../images/banner.jpg) no-repeat;
	background-size: cover;
	background-position: 48% center;
	overflow: hidden;
}
.banner-circle-main .circle-box {
	background: url("../images/banner-circle.png") no-repeat;
	background-size: 110%;
	background-position: center center;
	width: 100%;
	max-width: 360px;
	height: 350px;
	display: table;
	position: absolute;
	left: 50%;
	top: calc(50% + 100px);
	z-index: 10;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.banner-circle-main .circle-content {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
.banner-circle-main h4 {
	font-size: 35px;
	color: #fbb8ac;
	margin: 50px 0 0;
	text-transform: uppercase;
}
.banner-circle-main h2 {
	font-size: 33px;
	color: #fff;
	text-transform: uppercase;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding: 2px 15px 5px;
	margin: 15px 0;
	display: inline-block;
	position: relative;
	animation-delay: 2.5s;
}
.banner-circle-main h2::before {
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	left: 0;
	top: -4px;
	content: '';
}
.banner-circle-main h2::after {
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	left: 0;
	bottom: -4px;
	content: '';
}
.banner-circle-main p {
	font-size: 21px;
	color: #e7e7e7;
	font-style: italic;
	margin: 0;
	animation-delay: 3.5s;
}
.countdown-scroll-main {
	padding: 170px 15px 50px 15px;
	background: #fff6f5;
}
.countdown-section {
	width: calc(50% - 30px);
	display: inline-block;
	font-size: 30px;
	background: #fbb8ac;
	margin: 15px;
	padding: 14px 15px;
	border-radius: 0px;
	text-align: center;
	color: #FFFFFF;
	position: relative;
}
.countdown-section::before {
	border-radius: 0px;
	position: absolute;
}
.common-title {
	position: relative;
	text-align: center;
	margin-bottom: 30px;
}
.common-title h2 {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 10px 30px;
	border-top: 1px solid #fbb8ac;
	border-bottom: 1px solid #fbb8ac;
	font-size: 38px;
}
.couple-wedding-info-main {
	padding:180px 15px 70px 15px;
}
.groom-bride-info img {
	display: block;
	margin: 0 auto 30px auto;
}
.wedding-info {
	padding: 5px 15px 25px 15px;
	text-align: center;
}
.wedding-info p {
    font-size: 17px;
    color: #989898;
    margin: 10px 0;
}
.wedding-info h4 {
    font-size: 40px;
    color: #e69c8f;
    margin: 10px 0;
    text-transform: capitalize;
}
.wedding-event-details h3 {
    font-size: 36px;
    margin: 25px 0 25px 0;
}
.celebrate-scroll-main {
	padding: 150px 15px;
	background: url(../images/celebrate-bg.jpg) no-repeat fixed;
	background-position: 70% top;
	position: relative;
	overflow: hidden;
	display: block;
	background-size: cover;
}
.celebrate-text-main h4 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 22px;
    margin: 10px 0;
    position: relative;
    z-index: 1;
}
.celebrate-text-main h2 {
	font-size: 52px;
	margin: 10px 0;
	position: relative;
	z-index: 1;
}
.celebrate-text-main::before {
	position: absolute;
	left: 0;
	right: 0;
	top: -57px;
	margin: auto;
	width: 215px;
	height: 215px;
	border: 3px solid #e69c8f;
	content: '';
	z-index: 0;
}
.love-story-scroll-main {
    padding: 175px 15px 145px 15px;
}
.love-story-tab-main .tab-link .couple-vector {
	display: none;
}
.love-story-tab-main .tab-link .nav-tabs li {
	float: none;
	display: inline-block;
	width: 69px;
	height: 69px;
	margin: 0 0px;
	font-family: 'Medula One', cursive;
}
.love-story-tab-main .tab-link .nav-tabs li a, .love-story-tab-main .tab-link .nav-tabs li a:hover {
	display: block;
	padding: 0;
	width: 100%;
	height: 100%;
	font-size: 20px;
	background: #fbc0b6;
	color: #FFFFFF;
	border: none;
	position: relative;
	text-align: center;
	line-height: 69px;
	border-radius: 100%;
}
.love-story-tab-main .tab-content {
	background: #fdf1f0;
	padding: 20px 15px;
	text-align: center;
	position: relative;
}
.love-story-tab-main .tab-content::after {
    background: url(../images/section-pattern-2.png) no-repeat;
    background-position: center bottom;
    content: '';
    width: 200px;
    height: 90px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -90px;
    background-size: 100%;
}
.love-story-tab-main .tab-content img {
	margin: 20px 0;
}
.love-story-tab-main .tab-content p {
    font-size: 16px;
    color: #949494;
}
.journey-text-main::before {
    position: absolute;
    left: 0;
    right: 0;
    top: -65px;
    margin: auto;
    width: 230px;
    height: 230px;
    border: 3px solid #e69c8f;
    content: '';
    z-index: 0;
}
.journey-text-main h2 {
    font-size: 87px;
    margin: 0;
    position: relative;
    z-index: 1;
}
.new-wedding-events-scroll-main {
    padding: 180px 15px 70px 15px;
}
.event-info{
	margin-top:15px;
	margin-bottom:15px;
}
.thank-you-scroll-main {
	position: relative;
	height: 92vh;
	text-align: center;
	background: url(../images/celebrate-bg-2.jpg) no-repeat fixed;
	background-size: cover;
	background-position: 50% center;
}
.thank-you-scroll-main::before {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	left: 0;
	top: 0;
	content: '';
}
.thank-you-scroll-main h1 {
    color: #FFFFFF;
    font-size: 70px;
    position: relative;
    display: table;
    margin: 30vh auto 20px auto;
    padding: 0 15px;
}
.thank-you-scroll-main h2 {
	color: #FFFFFF;
	font-size: 80px;
	position: relative;
	display: table;
	margin: 20px auto;
	padding: 0 25px;
	line-height:70px;
}
.thank-you-scroll-main h2::before {
	position: absolute;
	width: 16%;
	height: 2px;
	background: rgba(255, 255, 255, 0.5);
	left: 0px;
	top: 50%;
	content: '';
}
.thank-you-scroll-main h2::after {
	position: absolute;
	width: 16%;
	height: 2px;
	background: rgba(255, 255, 255, 0.5);
	right: 0px;
	top: 50%;
	content: '';
}
.thank-you-scroll-main p {
	color: #FFFFFF;
	font-size: 25px;
}
.footer p {
	font-size:16px;
}
.play-button{
	position:fixed;right:25px;bottom:25px;width:40px;height:40px;text-align:center;line-height:45px;font-size:20px;background:#fbb0a2;border-radius:100%;color:#56403c;cursor:pointer;border:1px solid #FFFFFF;
}
.play-button.mute{
	position:fixed;
}
.play-button::before{
	content:'';position:absolute;width:2px;height:25px;left:0;right:0;top:7px;transform:rotate(45deg);margin:auto;background:#56403c;
}
.play-button.mute::before{
	content:'';width:0;
}
}
@media screen and (max-width: 700px) and (min-width: 600px) {
.navbar-inverse .navbar-toggle{
	margin-top:10px;	
	margin-bottom:10px;	
	margin-right:10px;
	-moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.menu-main .navbar-brand {
    height:auto;
    padding: 10px 15px;
}
.menu-main .navbar .navbar-brand img {
    height: 40px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.menu-main .navbar .navbar-brand h3 {
    font-size: 30px;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    text-shadow: none;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.navbar-inverse.affix .navbar-toggle {
	margin-top:10px !important;	
	margin-bottom:10px !important;	
	margin-right:10px !important;
	-moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.menu-main .navbar.affix .navbar-brand img {
    height: 35px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.menu-main .navbar.affix .navbar-brand h3 {
    font-size: 28px;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    text-shadow: none;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
	
	
	
.banner-circle-main .circle-box {
	background: url("../images/banner-circle.png") no-repeat;
	background-size: 110%;
	background-position: center center;
	width: 100%;
	max-width: 360px;
	height: 350px;
	display: table;
	position: absolute;
	left: 50%;
	top: calc(50% + 50px);
	z-index: 10;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
}