:root {
	--site-color-01: #78c9b6;
	--site-color-01-hover:rgb(87, 10, 10);
}

html{
	font-size: 62.5%;
}


body{
	background-color:#0d0d0d;
}


body:after{
	position: absolute;
	width: 0;
	height:0;
	overflow:hidden;
	z-index: -1;
	content: url(facebook-color.png) url(instagram-color.png);
}

h1{
	font-size: 14px;
	line-height: 12px;
	color: #fff;
	font-family: Arial;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}


p{
	font-size: 1px;
	line-height: 10px;
	color: #fff;
	font-family: Arial;
	margin: 10px;
	text-align: center;
}

a {
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	font-family: Arial;
	cursor: pointer;
}

.header-main{
	--white-background: #fff;
	position: fixed;
	top:0;
	width: calc(100%);
	height: 60px;
	background-color: var(--white-background);
	display: flex;
	justify-content: space-between;
	display: flex;
	align-items: center;
	z-index: 1000;
}

.header-main div{
	height: 30px;
}


.header-main-logo{
	width: fit-content;
	height: 100%;
	background-color: #fff;
	padding-left: 60px;
	display: flex;
}

.header-main-logo img{
	height: 30px;
	align-self: center;
}

.header-main-nav{
	width: 520px;
	height: 100%;
	background-color: #fff;
}


.header-main-sm{
	width: fit-content;
	height: 100%;
	background-color: #fff;
}


.header-main-nav ul{
	list-style: none;
	margin-left:30px;
}

.header-main-nav ul li{
	display:inline;
	float: left;
	margin-right: 10px;
}

.header-main-nav ul li a{
	padding: 0 10px;
	font-family: Arial;
	line-height: 5px;
	color:#bc3a3a;
	display: block;
	height:100%;
}
.header-main-nav ul li a:hover{
	color:#ccc;
	
}


.header-main-sm {
	width: fit-content;
	height: 100%;
	background-color: #fff;
	padding-right: 60px;
	display: flex;
	align-items: center;
	column-gap: 10px;
}

.header-main-sm-fb{
	width: 30px;
	height: 30px;
	background-image: url(facebook.jpg);
	background-repeat: no-repeat;
	background-size:cover;
}

.header-main-sm-fb:hover{
	background-image: url(facebook.png);
}
.header-main-sm-in{
	width: 40px;
	height: 30px;
	background-image: url(instagram-logo.png);
	background-repeat: no-repeat;
	background-size:cover;
}

.header-main-sm-in:hover{
	background-image: url(instagram-black.png);
	width: 30px;
}


main{
	width:100%;
	height: calc(200vh - 60px);
	background-color: #1445a0;
	margin-top: 60px;
	background-image: url(don2.png), url(10.jpg);
	background-size: 16vh, cover;
	background-repeat: no-repeat;
	background-position: top, center;
	display: flex;
	justify-content: center;
	align-items: center
}

main .main-intro h1 {
	font-size:  72px;
	line-height: 690px
}


main .main-intro h1, main .main-quotes p {
	font-size:96px;
	line-height: 106px
} 

main a{
	margin-top: 30px;
	font-size: 18px;
	display:block;
	background-color: var(--site-color-01);
	padding:10px 20px;
	width: fit-content;
}

main .main-quotes p {
	border-left: 4px solid var(--site-color-01);
	padding-left:20px;
	margin: 40px 0;

}

main .main-intro {
	position: relative;
	left: 12vh;
	padding-bottom: 1vh;
}

main .main-quotes {
	position:relative;
	padding-bottom: 1vh;
}

/* category section*/

h2 {
	font-size: 20px;
	line-height: 32px;
	color: #00ff00;
	font-family: fantasy;
	font-weight: 100;
	text-transform: lowercase;

}
h3 {
	font-size: 20px;
	line-height: 32px;
	color: #b64352;
	font-family: fantasy;
	font-weight: 100;
	
}

.index-category{
	width: 100% ;
	padding: 60px 0;
	background-color:rgb(22, 140, 22);
	display: flex ;
	justify-content: center;
	column-gap: 20px ;
	flex-wrap: wrap;
}
.index-category-box:nth-child(2){
	background-image: url(1.jpg);
}
.index-category-box:nth-child(3){
	background-image: url(3.jpg);
}
.index-category-box:nth-child(4){
	background-image: url(4.jpg);
}
.index-category-box:nth-child(5){
	background-image: url(5.jpg);
}
.index-category-box:nth-child(6){
	background-image: url(6.jpg);
}
.index-category-box:nth-child(7){
	background-image: url(7.jpg);
}
.index-category-box:nth-child(8){
	background-image: url(8.jpg);
}
.index-category-box:nth-child(9){
	background-image: url(9.jpg);
}

.index-category-box:nth-child(10){
	background-image: url(10.jpg);
}

.index-category-box:nth-child(11){
	background-image: url(11.jpg);
}
.index-category-box:nth-child(12){
	background-image: url(12.jpg);
}
.index-category-box:nth-child(13){
	background-image: url(1.jpg);
}
.index-category-box{
	width: 200px ;
	height:  160px;
	background-color: #111;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.index-category p{
	color:rgb(49, 15, 128);
	text-aline: center;
	padding-top: 40px;
	padding-left: 400px;
	padding-bottom: 40px;
	flex-basis: 100%;
	text-transform:uppercase;
	font-size: 140px;
}

.index-category-box h3{
	font-size: 28px;
	line-height: 24px;
	color: #000;
	text-shadow: -2px 2px 4px #000;  /*   4th in blur*/
	z-index: 100;
}

.dark-overlay {
	position: absolute;
	top:0;
	right: 0;
	bottom:0;
	left:0;
	background-color: #000;
	opacity: 0.5;
	transition: all ease-in-out 200ms;
}

.index-category-box:hover .dark-overlay{
	opacity: 0;
}


	.million {
		color: #2631a8;
		font-size: large;
		margin-left: 40px;
	}
	
	.wrapper-main {
		width:600px;
		max-width: 0 auto;
	}
	
	.footer-main {
		width:  100%;
		padding:  60px 0 10px;
		background-color: #df4a4a98;
	}
	.footer-main-flex {
		display: flex;
		justify-content:  center;
		flex-wrap: wrap;
	}
	
	
	.footer-testemoni {
		flex-basis: 20%;
		display: flex;
		justify-content: center;
		flex-wrap:wrap;
	}
	
	.footer-testemoni img {
		width: 20%;
		border-radius: 100px;
	}
	
	.footer-testemoni p {
		text-align: center;
		font-size: 48px;
		padding: 20px 20px 0;
	}
	
	.footer-getintouch a {
		padding:10px 20px ;
		margin: 40px 0 60px;
		border:  2px solid rgb(187, 186, 129);
		font-weight: 600;
		transform: all easy-in-out 100ms;
	}
	.footer-getintouch:hover{
		border: 2px solid var(--site-color-01);
	}
	.footer-sitemap {
		flex-basis: 100% ;
		display: flex;
	}
	
	.footer-sitemap ul:nth-child(1){
		flex-basis: 200px;
		border-left: 40px solid var(--site-color-01);
		list-style: none;
	}
	
	
	.footer-sitemap ul:nth-child(2) {
		flex-basis: 180px;
		display: flex;
	
	}
	.footer-sitemap ul:nth-child(3) {
		flex-basis: 340px;
	}
	
	.footer-sitemap p {
		text-transform: lower;
	}
	
	.footer-sitemap ul:nth-child(4) {
		flex-grow: 1;
	
	}
	.footer-sitemap ul:nth-child(4) li {
		clear: both;
		float: right;
	
	
	}
	
	.footer-sitemap a {
		line-height:  30px;
	}
	
	.footer-sitemap a:hover{
		opacity:  0.6;
	}
	
	
	
	.footer-getintouch {
		padding:  20px 10px;
		width: 300px;
		height: 200px;
		margin-left: 300px;
		border: 4px solid #1c1c1c;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	font-family: Arial;
	font-weight: 200;
	cursor: pointer;
	transition: all ease-in-out 200ms;
	}
	
	