<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&amp;display=swap'); 
:root
{
	--green: green;
	--black: #130f40;
	--light-color: #666;
	--box-shadow: 0.5rem 1.5rem rgba(0,0,0,.1);
	--border: 2rem solid rgba(0,0,0,.1);
	--outline: .1rem solid rgba(0,0,0,.1);

}


*
{
	font-family: 'Poppins', sans-serif;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	border: none;
	text-decoration: none;
	text-transform: capitalize;
	transition: all .2s linear;
}

html
{
	font-size: 62.5%;
	overflow-x: hidden;
	scroll-behavior: smooth;
	scroll-padding-top: 7rem;
}
body
{
	background: #eee;
	overflow-x: hidden;
}
section 
{
	padding: 2rem 9%;
}
.cookie-banner 
{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #333;
    color: white;
    padding: 15px;
    text-align: center;
    z-index: 1000;
}
.cookie-banner button 
{
    background: #FEC53A;
    color: #333;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.btn
{
	border: .2rem solid var(--black);
	margin-top: 1rem;
	display: inline-block;
	padding: .5rem 2rem;
	font-size: 1.3rem;
	border-radius: .5rem;
	color: var(--black);
	cursor: pointer;
	background: none;
	transition: 0.5s;
}
.btn:hover
{
	background: green;
	color: #fff;
}
#preLoader
{
	background: #000 url('images/preLoader.gif') no-repeat center center;
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 100;
}




.section-1{
    width: 100%;
    height: vh;
    background: linear-gradient(rgba(0, 0, 0, 0.767),rgba(0, 0, 0, 0.712)),
    url(images/b.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-top: 6rem;
    padding-top: 12rem;
}
.section-1-wrapper{
	margin-left: -6rem;
    width: 70%;
    background: transparent;
    margin-bottom: 5em;
}
.section-1 h1{
	background: transparent;
    width: 500px;
    color: #FEC53A;
    font-size: 2rem;
    margin-left: 20rem;
    position: relative;
    font-weight: 800;
}
.section-1-img{
    display: flex;
    background: transparent;
    margin-left: 6rem;
}
.section-1-img a
{
	margin-top: 10px;
	background: transparent;
	border: 1px solid #fff;
	padding: 0;
	margin-left: 5px;
	width: 105px;
	border-radius: 1rem;
	height: 135px;
	overflow: hidden;
	transition: 0.5s;
}
.section-1-img a:hover
{
	transform: translateY(-10px);
}
.section-1-img a:hover .img 
{
    filter: brightness(90%);
}
.section-1-img a:hover .color_img
{
	opacity:1;
}
.section-1-img a button
{
	background:transparent;
	z-index:100;

}
.fa-eye, .section-1-img a:hover .fa-bookmark
{
	display:block;
	font-size:2.8rem;
}
 .section-1-img .fa-bookmark
{
	height: 3.5rem;
	width: 3.5rem;
	line-height: 3.5rem;
	border-radius: .5rem;
	background: #eee;
	color: #130f40;
	font-size: 2rem;
	margin-right: .3rem;
	text-align: center;
	cursor: pointer;
}
.color_img form .fa-eye
{
	height: 3.5rem;
	width: 3.5rem;
/*	line-height: 3.5rem;*/
	border-radius: .5rem;
	background: #eee;
	color: #130f40;
	font-size: 3rem;
	margin-right: .3rem;
	text-align: center;
	cursor: pointer;
	margin-bottom: 7px;
}
.single_img
{
	width: 115px;
    height: 153px;
    display: flex;
    overflow: hidden;
    position: relative;
}
.single_img .color_img
{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.section-1-img .img{
    width: 100px;
    height: 130px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}




@media (max-width:991px)
{
		html
	{
	font-size: 50%;
	}
	.header
	{
		padding: 2rem 1rem;
	}
	section
	{
		padding: 2rem;
	}
	.header .logo
	{
		font-size: 2.5rem;
	}
}
@media (max-width:770px)
{
	#menuBtn
	{
		display: flex;
	}
	.header .navbar
	{
		position: absolute;
		top: 140%;
		display: none;
		width: 30rem;
		box-shadow: var(--box-shadow);
		border-radius: .5rem;
		background: #fff;
	}
	.header .navbar.active
	{
		right: 3rem;
		transition: .4s linear;
		display: block;
	}
	.header .navbar a
	{
		font-size: 2rem;
		margin: 2rem 2.5rem;
		display: block;
	}
	.section-2-wrapper,.section-1-wrapper,.section-3-wrapper 
	{
    background: transparent;
    margin-left: 1rem;
	}
	.section-2-wrapper h1,.section-1-wrapper h1,.section-3-wrapper h1
	{
		font-size: 1.4rem;
		margin-left: 4rem;
	}
	.section-2-wrapper .section-2-img,.section-3-wrapper .section-3-img
	{
		border: 0px solid #fff;
		width: 85%;
		overflow-x: scroll;
		padding: .6rem;
		margin-left: 2rem;
		border-radius: .5rem;
	}
	.section-1-wrapper .section-1-img
	{
		width: 119%;
		border: 0px solid #fff;
		margin-left: 2rem;
		overflow-x: scroll;
		border-radius: .5rem;
		padding: .6rem;
	}
	.footer-logo
	{
		width: 15rem;
		font-weight: 300;
		font-size: 1rem;
	}
	.footer-body ul li
	{
		font-size: 1.4rem;
	}
}
@media (max-width:605px){
	.footer
	{
		height: 30vh;
	}
	.footer-logo
	{
		margin-top: 8rem;
		font-size: 1.7rem;
		width: auto;
		padding: 6px;
	}
	.footer-body ul
	{
		display: block;
	}
	.footer-body ul li
	{
		font-size: 2rem;
		margin-top: 2.3rem;
	}
}
@media (max-width:495px)
{
	.footer-bottom 
	{
		font-size: 1.5rem;
	}
}
@media (max-width:460px)
{
	.header
	{
		min-height: 5rem;
	}
	.header .icons .fa
	{
		font-size: 1.6rem;
		width: 2.5rem;
		height: 2.5rem;
		justify-content: center;
		display: flex;
		align-items: center;
	}
	.header .navbar
	{
		width: 13rem;
	}
	.header .navbar.active
	{
		right: 8px;
		top: 155%;
	}
	.header .searchForm.active,
	.header .searchForm.active input
	{
		height: 2.5rem;
		font-size: 1.8rem;
		right: 1rem;
		width: 17rem;
	}
	.header .searchForm .fa-search
	{
		font-size: 1.8rem;
		top: 3px;
	}
	.header .loginForm
	{
		width: 13rem;
	}
	.header .loginForm h3
	{
		font-size: 1rem;
		font-weight: 700;
	}
	.header .loginForm p
	{
		font-size: 1rem;
		background: #fff;
	}
	.header .loginForm .box
	{
		height: 1.2rem;
	}
	.header .loginForm .btn
	{
		padding: .2rem 1rem;
		font-size: 1.2rem;
	}
	.header .loginForm.active
	{
		right: 8px;
	}
	.header .navbar a
	{
		margin-top: -3px;
		font-size: 1.3rem;
		padding: 4px;
	}
	.header
	{
		padding: 0;
		height: 3rem;
	}
	.header .logo
	{
		font-size: 1.4rem;
	}
	.header .icons div
	{
		font-size: 1rem;
		width: 25px;
		height: 25px;
	}
	.header .searchForm span
	{
		font-size: 1rem;
	}
	.header .searchForm input
	{
		width: 10rem;
		height: 2rem;
	}
	.section-1
	{
		margin-top: 6rem;
	}
	.section-2-wrapper,
	.section-1-wrapper,
	.section-3-wrapper
	{
		padding: 1rem;
	}
	.section-2-wrapper .section-2-img a,
	.section-1-wrapper .section-1-img a,
	.section-3-wrapper .section-3-img a
	{
		width: 85px;
		height: 115px;
	}
	.section-1-wrapper .section-1-img .img,
	.section-2-wrapper .section-2-img .img,
	.section-3-wrapper .section-3-img .img
	{
		width: 80px;
		height: 110px;
	}
	.footer-bottom
	{
		font-size: 1.4rem;
	}
}
@media (max-width:360px)
{
	.footer-body ul
	{
		display: flex;
		position: absolute;
	}
	.footer-body ul li span
	{
		display: none;
	}
	.footer-body ul li a i
	{
		font-size: 2.8rem;
		font-weight: 800;
		cursor: pointer;
		margin-top: -3px;
	}
	.footer-logo
	{
		font-size: 1rem;
	}
	.footer-bottom
	{
		font-size: 1rem;
	}
}</pre></body></html>