*{
	padding: 0px;
	margin: 0px;
}
body {
	font-family: 'Roboto', sans-serif;
	background-color: #f6f6f6;
}
/*HEADER*/
#header-wrap {
	background-color: #071b2a;
	height: auto;
	width: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(227, 180, 129, 0.35);
}
#header-wrap span {
	color:#fff;
	font-size: 13px;
	letter-spacing: 0.2px;
}
#header-wrap a {
	color: #e3b481;
	text-decoration: none;
}
#header-wrap .login-now {
	text-align: right;
}
#header-wrap .signup-now {
	text-align: right;
}
/*START SECOND HEARDER*/
#second-header {
	padding-top: 14px;
	background-color: #0d3441;
	padding-bottom: 30px;
}
#second-header .logo {
	display: flex;
	align-items: center;
	height: 62px;
}
#second-header .logo img {
	display: block;
	width: 100%;
	max-width: 280px;
	height: auto;
}
#second-header .btn {
	background-color: #0d3441;
	border-radius: 0px;
	box-shadow: unset;
	border-color: #E3B481;
}
#second-header .btn:hover {
	background-color: #2874f0;
	color: #fff;
	border-color: #2874f0;
}
.form-control {
	border-radius: 0px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: unset;
}
#second-header .share-on {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
	padding-top: 10px;
}
#second-header .share-on a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 27px;
	height: 27px;
	font-size: 17px;
	color: #e3b481;
	text-decoration: none;
	transition: color 0.2s ease, transform 0.2s ease;
}
#second-header .share-on a:hover {
	color: #fff;
	transform: translateY(-2px);
}
/*START NAVIGATION*/
.megamenu-li {
  position: static;
}

.megamenu {
  position: absolute;
  width: 88%;
  left: 76px;
  right: 50px;
  padding: 15px;
}
.my-nav {
	background-color: #071b2a !important;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: -26px;
	box-shadow: 0 8px 22px rgba(7, 27, 42, 0.2);
}
.nav-link {
	color: #fff !important;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 0.4px;
	transition: color 0.2s ease, background-color 0.2s ease;
}
.nav-link:hover {
	color: #e3b481 !important;
}
.n {
	margin-left: 20px;
}
#nav-wrapper {
	padding-top: 14px;
}
@media (max-width: 767px) {
	#header-wrap .login-now,
	#header-wrap .signup-now {
		text-align: left;
		margin-top: 6px;
	}
	#header-wrap .call-now {
		margin-bottom: 7px;
	}
	#header-wrap .contact-link {
		display: block;
		width: 100%;
		padding: 8px 10px;
		margin-top: 4px;
		border: 1px solid rgba(227, 180, 129, 0.5);
		background-color: rgba(255, 255, 255, 0.06);
		font-size: 14px;
	}
	#header-wrap .contact-link i {
		width: 18px;
		color: #fff;
	}
	#second-header {
		padding-top: 12px;
		padding-bottom: 24px;
	}
	#second-header .logo {
		height: auto;
		justify-content: center;
		margin-bottom: 10px;
	}
	#second-header .logo img {
		max-width: 250px;
	}
	#second-header .share-on {
		justify-content: center;
		padding-top: 18px;
	}
	.my-nav {
		margin-top: -20px;
	}
	.n {
		margin-left: 0;
	}
	.megamenu {
		position: static;
		width: 100%;
	}
}
/*START SLIDER SECTION*/
/* =========================================================
   SLIDER SECTION
   ========================================================= */

#slider-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#slider-wrap img {
    display: block;
    width: 100%;
    height: 470px;
    object-fit: cover;
}


/* HERO CONTENT */

#slider-wrap .heading {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    text-align: center;
}

#slider-wrap .heading h1 {
    font-weight: bold;
    font-size: 50px;
    word-spacing: 5px;
    margin-bottom: 15px;
}

#slider-wrap .heading p {
    font-size: 25px;
    margin-bottom: 20px;
}

#slider-wrap .heading .btn {
    background-color: #3E1300;
    color: #fff;
    font-size: 30px;
    width: 200px;
    border-color: #3E1300;
    border-radius: 0px;
    padding: 10px 15px;
}

#slider-wrap .heading .btn:hover {
    border-color: #010506;
    background-color: #010506;
}


/* SLIDER ARROWS */

#slider-wrap .owl-nav {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: none;
    z-index: 20;
}

#slider-wrap:hover .owl-nav {
    display: block !important;
}

#slider-wrap .owl-prev {
    float: left !important;
    background-color: #010506 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: auto;
    margin-left: 0 !important;
    font-size: 35px !important;
    border-radius: 0px !important;
}

#slider-wrap .owl-next {
    float: right !important;
    background-color: #010506 !important;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: auto;
    margin-right: 0 !important;
    font-size: 35px !important;
    border-radius: 0px !important;
}


/* SLIDER DOTS */

#slider-wrap .owl-dots {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    z-index: 20;
}

#slider-wrap .owl-dot {
    background-color: #000 !important;
}


/* MOBILE */

@media (max-width: 767px) {

    #slider-wrap img {
        height: 350px;
    }

    #slider-wrap .heading {
        top: 50%;
    }

    #slider-wrap .heading h1 {
        font-size: 30px;
        word-spacing: 2px;
    }

    #slider-wrap .heading p {
        font-size: 18px;
    }

    #slider-wrap .heading .btn {
        font-size: 20px;
        width: 170px;
    }
}
/*START FEATURE PRODUCTS*/
#letest-products {
	padding-top: 30px;
}
#letest-products img {
	width: 100%;
	height: 230px;
}
#letest-products .btn {
	border-radius: 0px;
	background-color: #f6f6f6;
	color: #232323;
	border-color: #232323;
}
#letest-products .btn:hover {
	background-color: #010506;
	border-color: #010506;
}
.slant-1 {
	background-color: #3E1300;
	width: 38%;
	height: 230px;
	transform:skewX(-40deg);
	position: absolute;
	top: 0px;
	left: 96px;
	margin-left: 15px;
	margin-right: 15px;
}
.slant-2 {
	background-color: #3E1300;
	width: 37%;
	height: 230px;
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: 15px;
	margin-right: 15px;
}
.slant-3 {
	background-color: #3E1300;
	width: 50%;
	height: 150px;
	position: absolute;
	top: 0px;
	left: 15px;
	margin-left: 15px;
	margin-right: 15px;
}
.slant-3 p{
    color: #fff;
    padding-top: 50px;
}
/*FEATURED PRODUCTS*/
#featured-products {
	padding-top: 40px;
	text-align: center;
}
#featured-products .container {
	max-width: 1200px;
}
#featured-products img {
	width: 100%;
	height: 260px;
	object-fit: cover;
}
#featured-products h3 {
	font-weight: bold;
}
#featured-products h5 {
	color: #fff;
	text-align: center;
	padding-top: 13px;
	display: none;
	font-size: 17px;
}
.text-hr {
	background-color: #E0E0E0;
	margin-left: -67px;
	width: 90%;
}
.p-slant-1 {
	background-color: rgba(62, 19, 0, 0.73);
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0px;
	display: none;
	box-shadow: 0 0px 50px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
#featured-products .card:hover .p-slant-1 {
	display: block !important;
}
#featured-products .card:hover h5 {
	display: block !important;

}
#featured-products .card:hover a {
	display: block;
	color:rgba(46, 46, 46, 0.86);
}
#featured-products p {
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
	color: #818282;
}
#featured-products h6 {
	text-align: center;
	font-size: 14px;
	margin-top: -12px;
	word-spacing: 5px;
	font-weight: bold;
}
#featured-products h3 {
	text-align: left;
}
.old-price {
	text-decoration: line-through;
	color: #767676;
}
#featured-products .btn {
	border-color: #2874f0;
	border-radius: 0px;
}
#featured-products .btn:focus {
	box-shadow: none;

}
@media (max-width: 767px) {
	#featured-products .container {
		max-width: 100%;
	}
	#featured-products img {
		height: 230px;
	}
}

/*START payment-method*/
#payment-method {
	padding-top: 55px;
	padding-bottom: 55px;
	background: #f1f5f9;
	margin-top: 50px;
	border-top: 1px solid #e2e8f0;
}
#payment-method .pay-icons {
	background: #ffffff;
	border-radius: 14px;
	padding: 28px 24px;
	height: 100%;
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(7, 27, 42, 0.08);
	box-shadow: 0 6px 20px rgba(7, 27, 42, 0.04);
	transition: all 0.3s ease;
}
#payment-method .pay-icons:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 28px rgba(7, 27, 42, 0.1);
	border-color: rgba(40, 116, 240, 0.3);
}
#payment-method .pay-icon-top {
	width: 50px;
	height: 50px;
	border-radius: 12px;
	background: rgba(40, 116, 240, 0.1);
	color: #2874f0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	margin-bottom: 16px;
	transition: all 0.3s ease;
}
#payment-method .pay-icons:hover .pay-icon-top {
	background: #2874f0;
	color: #ffffff;
}
#payment-method .payment h3,
#payment-method .shipment-delivery h3,
#payment-method .video-card-header h3 {
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 12px;
	color: #071b2a;
}
#payment-method .payment p,
#payment-method .shipment-delivery p {
	font-size: 14px;
	line-height: 1.65;
	color: #64748b;
	margin-bottom: 16px;
}
#payment-method .method-icons {
	margin-top: auto;
	padding-top: 12px;
	display: flex;
	gap: 12px;
	align-items: center;
}
#payment-method .method-icons i {
	font-size: 28px;
	color: #071b2a;
	transition: color 0.2s ease, transform 0.2s ease;
}
#payment-method .method-icons i:hover {
	color: #2874f0;
	transform: scale(1.15);
}
#payment-method .process-points {
	list-style: none;
	padding: 0;
	margin: auto 0 0 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
#payment-method .process-points li {
	font-size: 13.5px;
	color: #334155;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 8px;
}
#payment-method .process-points li i {
	color: #2874f0;
	font-size: 14px;
}

/* ==========================================================================
   START FOOTER SECTION - MODERN ATTRACTIVE NAVY BLUE THEME
   ========================================================================== */
#footer-wrapper {
	background: linear-gradient(135deg, #07162c 0%, #0d2244 50%, #0a1b35 100%);
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 50px;
	padding-top: 34px;
	padding-bottom: 26px;
	color: #e2e8f0;
	border-top: 3px solid #2874f0;
	box-shadow: 0 -10px 30px rgba(7, 22, 44, 0.35);
}
#footer-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(circle at 85% 15%, rgba(40, 116, 240, 0.12) 0%, transparent 55%);
	pointer-events: none;
}
#footer-wrapper .container {
	position: relative;
	z-index: 2;
}
#footer-wrapper .f-logo {
	padding-top: 0;
}
#footer-wrapper .f-logo > img {
	width: 175px;
	max-width: 100%;
	filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
	transition: transform 0.3s ease;
}
#footer-wrapper .f-logo > img:hover {
	transform: scale(1.02);
}
#footer-wrapper .f-logo p {
	padding-top: 10px;
	margin-bottom: 8px;
	line-height: 1.55;
	color: #94a3b8;
	font-size: 13px;
	max-width: 300px;
}
#footer-wrapper .f-social {
	margin-top: 10px;
	display: flex;
	gap: 8px;
}
#footer-wrapper .f-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background: rgba(255, 255, 255, 0.08);
	color: #e2e8f0;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 13px;
	transition: all 0.3s ease;
	text-decoration: none;
}
#footer-wrapper .f-social a:hover {
	background: #2874f0;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(40, 116, 240, 0.4);
	border-color: #2874f0;
}
#footer-wrapper h3 {
	color: #ffffff;
	font-size: 16.5px;
	font-weight: 600;
	margin-bottom: 14px;
	letter-spacing: 0.4px;
	position: relative;
	padding-bottom: 6px;
}
#footer-wrapper h3::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 34px;
	height: 2.5px;
	background: linear-gradient(90deg, #e3b481, #2874f0);
	border-radius: 2px;
}
#footer-wrapper .f-img {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	padding: 6px 10px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.08);
	transition: all 0.3s ease;
}
#footer-wrapper .f-img:hover {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(227, 180, 129, 0.4);
	transform: translateX(4px);
}
#footer-wrapper .f-img img {
	height: 44px;
	width: 44px;
	object-fit: cover;
	border-radius: 5px;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
	flex-shrink: 0;
	margin-top: 0;
}
#footer-wrapper .f-content {
	display: block;
	margin-top: 0;
	margin-left: 10px;
	list-style: none;
}
#footer-wrapper h4 {
	font-weight: 500;
	font-size: 13.5px;
	color: #f8fafc;
	margin: 0 0 2px 0;
}
#footer-wrapper li {
	font-size: 12px;
	color: #94a3b8;
	list-style: none;
}

/* Footer Featured Shorts Video */
.footer-video-col {
	margin-top: -34px;
	margin-bottom: -26px;
	height: calc(100% + 60px);
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
}
.footer-shorts-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
}
.footer-shorts-frame {
	width: 100%;
	max-width: 270px;
	height: 100%;
	min-height: 240px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.6), 0 0 0 2px rgba(227, 180, 129, 0.35);
	background: #000;
	position: relative;
	transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.footer-shorts-frame:hover {
	transform: translateY(-2px);
	box-shadow: 0 16px 36px rgba(0, 0, 0, 0.8), 0 0 0 2px #2874f0;
}
.footer-shorts-frame iframe {
	width: 100%;
	height: 100%;
	min-height: 100%;
	border: 0;
	display: block;
}
@media (max-width: 991px) {
	.footer-video-col {
		margin-top: 15px;
		margin-bottom: 0;
		height: auto;
	}
	.footer-shorts-wrapper {
		justify-content: flex-start;
	}
	.footer-shorts-frame {
		max-width: 260px;
		min-height: 260px;
	}
	.footer-shorts-frame iframe {
		min-height: 260px;
	}
}

/* power-by (Copyright and Developer Credits Bar) */
#power-by {
	background-color: #040e1b;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}
#power-by p {
	color: #94a3b8;
	margin: 0;
	font-size: 13.5px;
}
#power-by .developed-by {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#power-by .developed-by p {
	display: inline-flex;
	align-items: center;
}
#power-by .developed-by a {
	display: inline-flex;
	align-items: center;
	margin-left: 8px;
	padding: 4px 10px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 4px;
	transition: all 0.3s ease;
}
#power-by .developed-by a:hover {
	background: rgba(255, 255, 255, 0.14);
	border-color: #2874f0;
	box-shadow: 0 0 10px rgba(40, 116, 240, 0.3);
}
#power-by .developed-by img {
	max-height: 22px;
	width: auto;
	vertical-align: middle;
}
@media (max-width: 767px) {
	#footer-wrapper {
		padding-top: 40px;
		padding-bottom: 25px;
	}
	#footer-wrapper .f-logo {
		padding-top: 20px;
	}
	#power-by {
		text-align: center;
	}
	#power-by .developed-by {
		justify-content: center;
		margin-top: 10px;
	}
}
.mobile-contact-bar {
	display: none;
}
@media (max-width: 767px) {
	body {
		padding-bottom: 58px;
	}
	.mobile-contact-bar {
		display: flex;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1100;
		padding: 7px;
		gap: 7px;
		background-color: #071b2a;
		box-shadow: 0 -4px 14px rgba(7, 27, 42, 0.25);
	}
	.mobile-contact-bar a {
		flex: 1;
		padding: 11px 6px;
		background-color: #e3b481;
		color: #071b2a;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
	}
	.mobile-contact-bar a:last-child {
		background-color: #fff;
	}
	.mobile-contact-bar i {
		margin-right: 5px;
	}
}