@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url(https://db.onlinewebfonts.com/c/d31a79919ee51ed6d7db1005b57664da?family=ClassGarmnd+BT+Roman); 
/*============================

==============================*/
.sections{
	padding: 120px 0px;
}
.overlays{
	background: rgba(038, 073, 112, .9);
}
.wow:first-child {
	visibility: hidden;
}
#formAlert {
    margin-top: 15px;
}
/*============================

==============================*/
.home-banner{
	background-position: center;
	background-size: cover;

}
.home-banner .wrap{
	width: 100%;
	padding-top: 180px;
	padding-bottom: 140px;
	background: rgba(0, 0, 0, .8);
}
.home-banner h1{
	color: #fff;
	font-size: 4.6rem;
	line-height: 1;
	margin: 15px 0px;
	font-weight: 900!important;
	background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.home-banner p{
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: 600;
}
.home-banner{}
.home-banner span{
	display: block;
	font-weight: 700;
	font-size: .90rem!important;
	letter-spacing: 10px;
	text-transform: uppercase;
	color: #fff;
}
.home-banner a{
	display: block;
	padding: 12px 15px;
	text-transform: uppercase;
	margin-top: 15px;
	font-size: 1.1rem;
	font-weight: 700;
	border-radius: 30px;
} 
.home-banner a.btn1{
	color: #111;
	border: 2px solid #FFA500;
	background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
}
.home-banner a.btn2{
	color: #fff;
	border: 2px solid #fff;
}

/*============================

==============================*/
.services-section{
	background-color: #000;
}
.services-section h2{
	font-size: 3rem;
	letter-spacing: -1px;
	font-weight: 900!important;
	background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.services-section h6{
	font-size: 1.5rem;
	line-height: 1.3;
	color: #ccc;
}
.services-section h6 a{
	color: #fff;
	font-size: 1.5rem;
	margin-top: 15px;
	margin-bottom: 30px;
	display: inline-block;
	text-decoration: underline;
}
.services-section .wrap{
	margin: 15px 0px;
	padding: 30px;
	border-radius: 15px;
	background-color: #111;
}
.services-section .wrap h4{
	font-weight: 600;	
	color: #fff;
	margin-bottom: 10px;
	font-size: 1.4rem;
}
.services-section .wrap p{
	line-height: 1.5;
	margin: 0px;
	color: #fff;
}
.services-section .wrap span{
	display: block;
	width: 80px;
	height: 80px;
	align-content: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 15px;
	border-radius: 15px;
	background-color: #FFA500;
}
.services-section .wrap span i{
	font-size: 3rem;
	color: #fff;
}
/*============================

==============================*/
.products-section{
	background-color: #1A202C;
}
.products-section h2{
	font-size: 3rem;
	letter-spacing: -1px;
	font-weight: 900!important;
	background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.products-section h6{
	font-size: 1.5rem;
	line-height: 1.3;
	color: #ccc;
	margin-bottom: 30px;
}
.products-section .wrap{
	position: relative;
	border-radius: 20px;
	margin: 15px 0px;
	background: #323842;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.products-section .product-images{
	width: 100%;
	height: 200px;
	background-size: cover;
	background-position: center;
	position: relative;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.products-section .product-images::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, transparent, rgba(26, 32, 44, 0.8));
}
.products-section .contents{
	padding: 30px;
}
.products-section .contents h4{
	font-size: 1.3rem;
	font-weight: 700;
	color: #fff;
}
.products-section .contents p{
	line-height: 1.5;
}
.products-section{}


/*============================

==============================*/
.gold-section{
	background-color: #0E0E21;
}
.gold-section h2{
	font-size: 3rem;
	letter-spacing: -1px;
	font-weight: 900!important;
	background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.gold-section h6{
	font-size: 1.5rem;
	line-height: 1.3;
	color: #ccc;
	margin-bottom: 30px;
}
.gold-section span{
	display: block;
	border-radius: 50px;
	padding: 6px 20px;
	background: rgba(212,175,55,0.15);
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 20px;
	border: 1px solid #D4AF37;
	animation: pulseGlow 3s ease-in-out infinite;
}
.gold-section span svg{
	width: 28px;
	height: 28px;
	fill: #D4AF37;
}
.gold-section .gold-contents .wrap{
	padding: 30px;
	margin: 15px 0px;
	position: relative;
	overflow: hidden;
	border-radius: 24px;
	background-color: #2A2A3C;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.gold-section .gold-contents .wrap h4{
	font-size: 1.3rem;
	font-weight: 600;
	color: #D4AF37;
}
.gold-section .gold-contents .wrap p{
	margin: 0px;
	color: #fff;
	line-height: 1.5;
}
.gold-section .gold-contents .wrap .step-number{
	position: absolute;
	top: -15px;
	right: -15px;
	width: 50px;
	height: 50px;
	background-color: #D4AF37;
	color: #111;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
	font-size: 1.3rem;
	box-shadow: 0 10px 25px rgba(212,175,55,0.3);
}

.gold-section .gold-contents2{
	margin-top: 60px;
}
.gold-section .gold-contents2 .wrap{
	padding: 50px;
	border-radius: 24px;
	background-color: #2A2A3C;
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.gold-section .gold-contents2 .wrap:hover{
	background-color: #2E2B2B;
}
.gold-section .gold-contents2 .wrap h4{
	font-size: 1.6rem;
	font-weight: 600;
	background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.gold-section .gold-contents2 p{
	font-size: 1.1rem;
	font-weight: 600;
	color: #D4AF37;
}
.gold-section .gold-contents2 .icons{
	width: 90px;
	height: 90px;
	align-content: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 24px;
	background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
	box-shadow: 0 15px 35px rgba(212,175,55,0.3);
}
.gold-section .gold-contents2 .icons i{
	font-size: 2.5rem;
	color: #fff;
}
.gold-section .gold-contents2 ul li{
	color: #fff;
}

.gold-section .compliance-notice {
	background: rgba(229,62,62,0.15);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(229,62,62,0.4);
	border-radius: 16px;
	padding: 1.5rem;
	margin: 3rem 0;
	text-align: center;
	font-weight: 600;
	color: #ff6b6b;
}

.gold-section .gold-contents3{}
.gold-section .gold-contents3 .wrap{
	background: rgba(26,32,44,0.6);
	backdrop-filter: blur(15px);
	border-radius: 20px;
	padding: 2rem;
	margin: 15px 0px;
	text-align: center;
	border: 1px solid rgba(212,175,55,0.3);
}
.gold-section .gold-contents3 strong{
	display: block;
	font-size: 1.2rem;
	font-weight: 600;
	color: #D4AF37;
}
.gold-section .gold-contents3 p{
	line-height: 1.5;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 400;
}
.gold-section .gold-contents3 h5{
	font-size: 1.5rem;
	font-weight: 600;
	color: #D4AF37;
}
.gold-section .gold-contents3 i{
	font-size: 3rem;
	color: #fff;
}
/*============================

==============================*/
.contact-section{
	background-color: #264970;
	background-size: cover;
	background-position: center;
}
.contact-section h2{
	font-size: 3rem;
	letter-spacing: -1px;
	font-weight: 900!important;
	background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.contact-section article{
	padding: 1.5rem;
	border-radius: 15px;
	margin: 30px 0px;
	transition: all 0.3s ease;
	background: rgba(255, 255, 255, 0.1);;
	border: 1px solid rgba(255, 255, 255, 0.2);;
}
.contact-section article p{
	margin: 0px;
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.5;
	font-weight: 500!important;
}
.contact-section article span{
	display: block;
	width: 60px;
	height: 60px;
	align-content: center;
	justify-content: center;
	text-align: center;
	border-radius: 15px;
	font-size: 1.5rem;
	background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);;
}
.contact-section article span i{
	font-size: 2rem;
	color: #fff;
}


.contact-section .contact-form-section{
	padding: 3rem;
	border-radius: 24px;
	backdrop-filter: blur(20px);
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.contact-section .contact-form-section form{}
.contact-section .contact-form-section form label{
	display: block;
	font-size: 1rem;
	font-weight: 600;
	margin: 0px;
	color: #fff;
	line-height: 1.8;
}
.contact-section .contact-form-section form input,
.contact-section .contact-form-section form textarea{
	display: block;
	padding: 1.2rem;
	font-size: 1rem;
	color: #fff;
	border-radius: 12px;
	transition: all 0.3s ease;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.2);
}
.contact-section .contact-form-section form input:focus,
.contact-section .contact-form-section form textarea:focus{
	border: 1px solid #D4AF37;
}
.contact-section .contact-form-section form .form-group{
	margin-bottom: 30px;
}
.contact-section .contact-form-section form button{
	width: 100%;
	padding: 12px 10px;
	text-align: center;
	background: linear-gradient(135deg, #FFD700 0%, #FFA500 100%);
	color: #111;
	border: none;
	border-radius: 12px;
	font-weight: 700;
	font-size: 1.1rem;
	cursor: pointer;
	transition: all 0.3s ease;
}
.contact-section .contact-form-section form{}
.contact-section .contact-form-section{}
.contact-section .contact-form-section{}
.contact-section{}
.contact-section{}
.contact-section{}
.contact-section{}


/*============================

==============================*/
.footer-sections{
	padding: 80px 0px;
	background-color: #000;
}
.footer-sections p{
	margin: 0px;
	color: #fff;
	line-height: 1.5;
}
.footer-sections p a{
	display: inline-block;
	margin-top: 15px;
	font-weight: 600;
	color: #ccc;
	text-decoration: underline;
}
.footer-sections h1{
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 20px;
	color: #D4AF37;
}
.footer-sections h4{
	font-weight: 600;
	font-size: 1.3rem;
	color: #D4AF37;
}
.footer-sections h5{
	font-size: 1.4rem;
	font-weight: 600;
	color: #fff;
	margin-bottom: 20px;
}
.footer-sections ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer-sections ul li{
	margin: 5px 0px;
}
.footer-sections ul li a{
	color: #fff;
}
.footer-sections ul li a:hover{
	color: #ccc;
}

.footer-sections .copyright{
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px dotted #333;
}
.footer-sections .copyright span{
	display: block;
	font-weight: 500;
}
.whatsapp-float{
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 70px;
    height: 70px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    z-index: 1000;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
    text-decoration: none;
}
.whatsapp-float:hover {
    transform: scale(1.1);
    background: #1DA851;
}
@keyframes pulse {
    0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}
@media all and (max-width : 768px){

/*============================

==============================*/
.home-banner h1{
	font-size: 2.6rem;
}
.home-banner p{
	color: #fff;
	font-size: 1rem;
}
.home-banner span{
	font-size: .80rem!important;
}
.home-banner a{
	display: block;
	padding: 8px 15px;
	text-transform: uppercase;
	margin-top: 15px;
	font-size: .80rem;
	font-weight: 700;
	border-radius: 30px;
}
.home-banner .wrap{
	width: 100%;
	padding-top: 120px;
	padding-bottom: 80px;
}
/*============================

==============================*/
.sections{
	padding: 80px 0px;
}


/*============================

==============================*/
.services-section h2,
.products-section h2,
.gold-section h2,
.contact-section h2{
	font-size: 2rem;
}
.services-section h6,
.services-section h6 a,
.products-section h6,
.gold-section h6{
	font-size: 1.2rem;
}

/*============================

==============================*/
.gold-section span{
	display: block;
	border-radius: 50px;
	padding: 6px 20px;
	background: rgba(212,175,55,0.15);
	font-size: .80rem;
	font-weight: 600;
	margin-bottom: 20px;
	border: 1px solid #D4AF37;
	animation: pulseGlow 3s ease-in-out infinite;
}
.gold-section span svg{
	display: block;
	margin: auto;
}

/*============================

==============================*/
.footer-sections{
	padding: 60px 0px;
	background-color: #000;
}
.footer-sections h5{
	margin-top: 40px;
}



/*============================

==============================*/



/*============================

==============================*/



/*============================

==============================*/
}