@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

/* change up font */
h1, h2, h3, h4, h5, h6 {
	font-weight: lighter;
	font-family: 'Raleway', sans-serif;
}

h1 { font-size: 100px; }
h5 { font-size: 40px; }

.section-title h2.title {
	font-weight: lighter;
	text-transform: none;
}

.ttm-btn {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

p.lead {
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 2.8rem;
	color: #121f38;
	font-family: 'Raleway', sans-serif;
}

.section-title h5 {
	font-weight: lighter;
	text-transform: none;
	font-size: 26px;
	line-height: 28px;
	margin-bottom: 4px;
	letter-spacing: 0.5px;
	font-family: 'Hind', sans-serif;
}

/* custom helper classes */

.font-size-rem-3 { font-size: 3rem !important; line-height: normal !important; }
.font-size-rem-4 { font-size: 4rem !important; line-height: normal !important; }
.font-size-rem-5 { font-size: 5rem !important; line-height: normal !important; }
.font-size-rem-6 { font-size: 6rem !important; line-height: normal !important; }
.font-size-rem-7 { font-size: 7rem !important; line-height: normal !important; }

.min-w-50 { min-width: 50%!important; }
.min-h-50 { min-height: 50%!important; }
.min-w-75 { min-width: 75%!important; }
.min-h-75 { min-height: 75%!important; }
.min-vw-50 { min-width: 50vw!important; }
.min-vh-50 { min-height: 50vh!important; }
.min-vw-75 { min-width: 75vw!important; }
.min-vh-75 { min-height: 75vh!important; }


/* custom button */
.ttm-btn.ttm-btn-jav-cta {
	border-radius: 5px;
	font-size: 21px;
    padding: 21px 22px;
    text-transform: uppercase;
    text-align: center;
}

.ttm-btn.ttm-btn-jav-cta .ti.ti-arrow-right {
	margin-left: 20px;
}

.section-title .title-header .title strong {
	color: #ae5557;
	font-weight: 800;
}

.col-bg-img-orange.ttm-col-bgimage-yes > .ttm-col-wrapper-bg-layer,
.ttm-bgcolor-orange {
	background-color: #ed9e80 !important;
}

.ttm-bgcolor-reddish {
	background-color: #b35b5a !important;
}

.ttm-bgcolor-pinkish {
	background-color: #e2bbac !important;
}

.ttm-bgcolor-pinkish-light {
	background-color: #f3e2db !important;
}

.ttm-bgcolor-gold {
	background-color: #ddbf76 !important;
}

.ttm-btn-color-reddish {
	background-color: #b35b5a !important;
	color: #ffffff !important;
}

.ttm-btn-color-reddish:active,
.ttm-btn-color-reddish:focus,
.ttm-btn-color-reddish:hover {
	background-color: #8a3534 !important;
	color: #dddddd !important;
}

.ttm-btn-color-reddish.ttm-btn-style-border {
	border-color: #b35b5a !important;
	background-color: #ffffff !important;
	color: #b35b5a !important;
}

.ttm-btn-color-reddish.ttm-btn-style-border:active,
.ttm-btn-color-reddish.ttm-btn-style-border:focus,
.ttm-btn-color-reddish.ttm-btn-style-border:hover {
	background-color: #b35b5a !important;
	color: #ffffff !important;
}

.ttm-btn-color-gold {
	background-color: #ddbf76 !important;
	color: #ffffff !important;
}

.ttm-btn-color-gold:active,
.ttm-btn-color-gold:focus,
.ttm-btn-color-gold:hover {
	background-color: #b18c31 !important;
	color: #dddddd !important;
}

.text-reddish {
	color: #b35b5a !important;
}

.text-pinkish {
	color: #e2bbac !important;
}

.text-gold {
	color: #ddbf76 !important;
}

.col-bg-img-orange.ttm-col-bgimage-yes,
.col-bg-img-orange.ttm-col-bgimage-yes .section-title .title-header h2,
.col-bg-img-orange.ttm-col-bgimage-yes .section-title .title-header h3 {
	color: #ffffff;
}

.spacing-15 {
	margin-top: 50px;
	margin-bottom: 90px;
	margin-left: -130px;
	padding: 50px 30px 50px 45px;
}

/* custom preloader */
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: #ffffff;
	z-index: 100;
	margin: 0;
}

@keyframes moveX {
	from{background-position-x:0px;}
	to{background-position-x:-1920px;}
}

/* moving dots */
/* animation technique: https://medium.com/jspoint/creating-css-animations-using-sprite-sheet-47e2b7a3793c; */
/* sprite generator: https://icons8.com/preloaders/ */
#loading {
	width: 160px;
	height: 20px;
	background: url('/assets/landing/romance/images/loading.gif');
	-webkit-animation: moveX 1.5s steps(12) infinite;
	animation: moveX 1.5s steps(12) infinite;
}


/* custom header */
#headerSection {
	background-image: url('/assets/landing/romance/images/intro-header.jpg');
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
	height: 100vh;
}

#headerSection .signature {
	background-image: url('/assets/landing/romance/images/intro-header-overlay.png');
	background-position: bottom;
	background-repeat: repeat-x;
}

#headerSection .signature img {
	max-width: 75vw;
}

/* custom express yourself section */
.express-yourself-section {
	background-image: url(/assets/landing/romance/images/ring-in-stone.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

/* elegance section */

.elegance-title { font-size: 5rem !important; line-height: normal !important; }

/* romance intro */
.romance-intro-title {
	font-size: 5rem !important;
	line-height: normal !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
}

/* event 1 */
.featured-imagebox.featured-imagebox-event.style1 {
    margin-right: -190px;
    padding-top: 200px;
    margin-left: 5px;
    z-index: 1;
}

/* event 2 */
.featured-imagebox.featured-imagebox-event.style2 {
    margin-left: -190px;
    padding-top: 200px;
}

/* hero section */
.ttm-row.collection-hero-section {
	background-image: url('/assets/landing/romance/images/product-hero.jpg');
	background-size: cover;
	background-position: 50% 65%;
	background-color: transparent;
	background-repeat: no-repeat;
}

.ttm-row.collection-hero-section .ttm-bgcolor-white {
	background-color: #ffffff66;
	color: #ffffff;
}

/* icons / footer */
.footer {
	background-image: none;
}

.first-footer .footer-box {
	border-top: none;
	border-bottom: none;
}

.icon-circle{
    background-color: #b35b5a;
    height: 250px;
    width: 250px;
    margin: auto;
    margin-bottom: 20px; 
}
.icon-lg{
    size: 65px;
    font-size: 150px;
    color: white;
    margin: 0px;
}


/* responsive styles */
@media (max-width: 991px) {
	h1 { font-size: 60px; }
	h5 { font-size: 30px; }

	#headerSection { height: 90vh; }
	.elegance-title { font-size: 2.5rem !important; }
	.romance-intro-title { font-size: 2.5rem !important; }
	.spacing-15 {
		padding: 45px 15px 40px;
		margin-left: 0px;
		margin-top: 20px;
		margin-bottom: 60px;
	}

	.featured-imagebox.featured-imagebox-event.style1 { padding-top: 0px; margin:0; }
	.featured-imagebox.featured-imagebox-event.style2 { margin-left: 0px; padding-top: 0; }
}
