
:root {
--site-color-01: #c13584;
--site-color-01-hover:rgb(87, 10, 10);
}


.wrapper-main {
	align-content: center;
	width: calc(100% - 20px);
	/*width: 80%;*/
	max-width: 0 auto;

}
burger-menu-btn{
display: block;
margin-left: 10px;
width: 50px;
height: 50px;
background-image: url(davelogo.png), url(davelogo.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center, center left 50px;
}
body{
background-color:#6d6969;
}


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: 14px;
line-height: 18px;
color: #39cf25;
font-family: Arial;
margin:20px;

}

a {
font-size: 14px;
line-height: 18px;
color: #b33b3b;
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{
display: none;
}


.header-main-sm {
width: fit-content;
height: 100%;
background-color: #fff;
padding-right: 20px;
display: flex;
align-items: center;
column-gap: 10px;
}

.header-main-sm-fb{
width: 30px;
height: 30px;
background-image: url(facebook.png);
background-repeat: no-repeat;
background-size:cover;
}

.header-main-sm-fb:hover{
background-image: url(facebook.jpg);
}
.header-main-sm-in{
width: 30px;
height: 30px;
background-image: url(instragram-color.png);
background-repeat: no-repeat;
background-size:cover;
}

.header-main-sm-in:hover{
background-image: url(instragram.jpg);
}


main{
width:100%;
height: calc(100vh - 60px);
background-color: #1A253A;
margin-top: 60px;
background-image: url(10.jpg), url(9.jpg);
background-size: 16vh, cover;
background-repeat: no-repeat;
background-position: bottom, center;
display: flex;
justify-content: center;
align-items: flex-end;
}
main .main-quotes {
 display: none ;
}

 main .main-intro{ 	
	padding-bottom: 8vh;

 }

main .main-intro h1 {
font-size:  5rem;
line-height: 1.25;
text-align: center;
}


/*main .main-intro h1, main .main-quotes p {
font-size:96px;
line-height: 106px
} */

main p {
	text-align: center;
	padding: 0 20px;
	font-size: 1.8rem;
	line-height: 1.75;
	color: #854040;
}


main a{
margin-top: 30px;
font-size: 18px;
display:block;
height: 36px;
line-height: 36px;
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 a :hover {
background-color: var(--site-color-01-hover);

}

main .main-intro {
position: relative;
left: 120vh;
padding-bottom: 1vh;
}

main .main-quotes {
/*position:relative;
padding-bottom: 1vh;*/
display: none;
}

/* 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;
text-align: center;

}

.index-category{
width: 10% ;
align-items: center;
padding: 60px 0;
background-color:rgb(178, 183, 178);
display: flex ;
justify-content: center;
column-gap: 20px ;
flex-wrap: wrap;
text-align: center;
}
.index-category-box{
	/*width: 200px;*/
	width: calc(100% - 20px);
/*width: 100% ;*/
height:  160px;
background-color: #b31010;
background-repeat: no-repeat;
background-size: cover;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}

.index-category p{
color:rgb(7, 25, 3);
align-items: center;
padding-top: 40px;
padding-left: 80px;
padding-bottom: 40px;
flex-basis: 100%;
text-transform:uppercase;
font-size: 14px;
}

.index-category-box h3{
font-size: 28px;
line-height: 24px;
color: #000;
text-shadow: -2px 2px 4px #000;  /*   4th is 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 100ms;
}

.index-category-box:hover .dark-overlay{
opacity: 0;
}

/*ABOUT SECTION*/
.index-about {
	width: 100%;
	padding: 60px 0px;
	background-color:#1212ae;
	font-size: 14px;
}

.index-about-flex{
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	align-items: center;
	/*column-gap: 60px;*/
	row-gap: 20px
}


.index-about-img img {
	width: 60%;
	border-radius: 50%;
}
.index-about-text {
	flex-basis: 450px
}

.index-about-text p{
	padding-left: 20px 30px;
}

.index-about-text a {
	margin-top: 30px;
	font-size: 18px;
	display: block;
	height: 36px;
	line-height: 36px;
	background-color: var(--site-color-01);
	padding: 0 20px;
	width:fit-content;
}60

.index-about-text a:hover {
	background-color: var(--site-color-01-hover);
}
.index-about-skill {
	flex-basis: 350px;
}

.index-about-skill-bar {
	width: calc(90% - 8px);
	height: 20px;
	border:  4px solid #013999;
	z-index: 1;
}

.index-about-skill-bar-fill {
	height: 100%;
	background-color: var(--site-color-01);
}


.htmlcss{
	width:95%;
}

.js{
	width:90%;
}
.ps{
	width: 9%;
}

.ae{
	width:35%;
}
.ai{
	width:50%;
	align-items: center;
}


.footer-main {
	width:100%;
	padding:  60px 0 100px;
	background-color: #aaa6a6;
	text-align: center;
}
.footer-main-flex {
	display: flex;
	justify-content:  center;
	flex-wrap: wrap;
}


.footer-testemoni {
	flex-basis: 20%;
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
	text-align: center;
}

.footer-testemoni img {
	width: 10%;
	border-radius: 100px;
	justify-content: center;
}

.footer-testemoni p {
	text-align: center;
	font-size: 16px;
	padding: 20px 20px 0;
}

.footer-getintouch a {
	padding:10px 20px ;
	margin: 40px 0 60px;
	border:  2px solid rgb(13, 71, 122);
	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){
	border-left: 4px solid var(--site-color-01);
}*/


.footer-sitemap ul:nth-child(1),
.footer-sitemap ul:nth-child(2),
.footer-sitemap ul:nth-child(3) {
	flex-basis: 180px;
	display: flex;
}
 /*.footer-sitemap ul:nth-child(3) {
	flex-basis: 340px;
} */

.footer-sitemap p {
	text-transform: uppercase;
}

.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;
}
}


@media (mix-width: 600px) {
:root {
--site-color-01: #c13584;
--site-color-01-hover:rgb(87, 10, 10);
}


.wrapper-main {
	align-content: center;
	width: calc(100% - 20px);
	/*width: 80%;*/
	max-width: 0 auto;

}
burger-menu-btn{
display: block;
margin-left: 10px;
width: 50px;
height: 50px;
background-image: url(davelogo.png), url(davelogo.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center, center left 50px;
}
body{
background-color:#6d6969;
}


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: 14px;
line-height: 18px;
color: #39cf25;
font-family: Arial;
margin:20px;

}

a {
font-size: 14px;
line-height: 18px;
color: #b33b3b;
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{
display: none;
}


.header-main-sm {
width: fit-content;
height: 100%;
background-color: #fff;
padding-right: 20px;
display: flex;
align-items: center;
column-gap: 10px;
}

.header-main-sm-fb{
width: 30px;
height: 30px;
background-image: url(facebook.png);
background-repeat: no-repeat;
background-size:cover;
}

.header-main-sm-fb:hover{
background-image: url(facebook.jpg);
}
.header-main-sm-in{
width: 30px;
height: 30px;
background-image: url(instragram-color.png);
background-repeat: no-repeat;
background-size:cover;
}

.header-main-sm-in:hover{
background-image: url(instragram.jpg);
}


main{
width:100%;
height: calc(100vh - 60px);
background-color: #1A253A;
margin-top: 60px;
background-image: url(10.jpg), url(9.jpg);
background-size: 16vh, cover;
background-repeat: no-repeat;
background-position: bottom, center;
display: flex;
justify-content: center;
align-items: flex-end;
}
main .main-quotes {
 display: none ;
}

 main .main-intro{ 	
	padding-bottom: 8vh;

 }

main .main-intro h1 {
font-size:  5rem;
line-height: 1.25;
text-align: center;
}


/*main .main-intro h1, main .main-quotes p {
font-size:96px;
line-height: 106px
} */

main p {
	text-align: center;
	padding: 0 20px;
	font-size: 1.8rem;
	line-height: 1.75;
	color: #854040;
}


main a{
margin-top: 30px;
font-size: 18px;
display:block;
height: 36px;
line-height: 36px;
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 a :hover {
background-color: var(--site-color-01-hover);

}

main .main-intro {
position: relative;
left: 120vh;
padding-bottom: 1vh;
}

main .main-quotes {
/*position:relative;
padding-bottom: 1vh;*/
display: none;
}

/* 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;
text-align: center;

}

.index-category{
width: 10% ;
align-items: center;
padding: 60px 0;
background-color:rgb(178, 183, 178);
display: flex ;
justify-content: center;
column-gap: 20px ;
flex-wrap: wrap;
text-align: center;
}
.index-category-box{
	/*width: 200px;*/
	width: calc(100% - 20px);
/*width: 100% ;*/
height:  160px;
background-color: #b31010;
background-repeat: no-repeat;
background-size: cover;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}

.index-category p{
color:rgb(7, 25, 3);
align-items: center;
padding-top: 40px;
padding-left: 80px;
padding-bottom: 40px;
flex-basis: 100%;
text-transform:uppercase;
font-size: 14px;
}

.index-category-box h3{
font-size: 28px;
line-height: 24px;
color: #000;
text-shadow: -2px 2px 4px #000;  /*   4th is 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 100ms;
}

.index-category-box:hover .dark-overlay{
opacity: 0;
}

/*ABOUT SECTION*/
.index-about {
	width: 100%;
	padding: 60px 0px;
	background-color:#1212ae;
	font-size: 14px;
}

.index-about-flex{
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	align-items: center;
	/*column-gap: 60px;*/
	row-gap: 20px
}


.index-about-img img {
	width: 60%;
	border-radius: 50%;
}
.index-about-text {
	flex-basis: 450px
}

.index-about-text p{
	padding-left: 20px 30px;
}

.index-about-text a {
	margin-top: 30px;
	font-size: 18px;
	display: block;
	height: 36px;
	line-height: 36px;
	background-color: var(--site-color-01);
	padding: 0 20px;
	width:fit-content;
}60

.index-about-text a:hover {
	background-color: var(--site-color-01-hover);
}
.index-about-skill {
	flex-basis: 350px;
}

.index-about-skill-bar {
	width: calc(90% - 8px);
	height: 20px;
	border:  4px solid #013999;
	z-index: 1;
}

.index-about-skill-bar-fill {
	height: 100%;
	background-color: var(--site-color-01);
}


.htmlcss{
	width:95%;
}

.js{
	width:90%;
}
.ps{
	width: 9%;
}

.ae{
	width:35%;
}
.ai{
	width:50%;
	align-items: center;
}


.footer-main {
	width:100%;
	padding:  60px 0 100px;
	background-color: #aaa6a6;
	text-align: center;
}
.footer-main-flex {
	display: flex;
	justify-content:  center;
	flex-wrap: wrap;
}


.footer-testemoni {
	flex-basis: 20%;
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
	text-align: center;
}

.footer-testemoni img {
	width: 10%;
	border-radius: 100px;
	justify-content: center;
}

.footer-testemoni p {
	text-align: center;
	font-size: 16px;
	padding: 20px 20px 0;
}

.footer-getintouch a {
	padding:10px 20px ;
	margin: 40px 0 60px;
	border:  2px solid rgb(13, 71, 122);
	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){
	border-left: 4px solid var(--site-color-01);
}*/


.footer-sitemap ul:nth-child(1),
.footer-sitemap ul:nth-child(2),
.footer-sitemap ul:nth-child(3) {
	flex-basis: 180px;
	display: flex;
}
 /*.footer-sitemap ul:nth-child(3) {
	flex-basis: 340px;
} */

.footer-sitemap p {
	text-transform: uppercase;
}

.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;
}
}