@charset "utf-8";
/* CSS Document */
body{
	background-color: #f6f5f5;
	margin: 0px;
	padding: 0px;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
}
section{
	width: 100%;
	height: 95vh;
	background-image: url("images/bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

html{
	scroll-behavior: smooth;
	
}

.navbar{
    display: flex;
    justify-content: right;
    height: 50px;
	width: 100%;
    align-items: right;
    position: fixed;
    top: 0;
}
.navbar::before{
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    z-index: -1;
}
.navbar ul{
    display: flex;
    list-style: none;
}
.navbar ul li{
    font-size: 1.1rem;
}
.navbar ul li a{
    padding: 5px 20px;
    text-decoration: none;
    color: white;
}
.navbar ul li a:hover{
    border-bottom: 2px solid #FFFFFF;
}

.logo{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #00000;
	font-size: 22px;
	font-weight: bold;
}
.active{
	font-weight: bold;
	color: #2d2a2a;
}

.text-container p:nth-child(1){
	font-family: calibri;
	font-weight: bold;
	color: #f5c20f;
	font-size: 150px;
}
.text-container p:nth-child(2){
	font-family: calibri;
	font-weight: bold;
	letter-spacing: 1px;
	color: #7C7C7C;
	font-size: 50px;
}	
.text-container p:nth-child(3){
	font-family: myraid pro reglar;
	color: #4E4E4E;
	font-size: 30px;
	line-height: 20px;
}

.text-container p{
	line-height: 0px;
	margin: 15px 0px 90px;	
}
.text-container{
	position: absolute;
	left: 130px;
	top: 340px;
	transform: translate(-13%, -42%);
}
.text-container button{
	width: 130px;
	height: 42px;
	border-ratio: 10px;
	font-family: calibri;
	font-weight: bold;
	font-size: 14px;
	outline: none;
	margin: 0px 10px;
}

.about-container {
	width: 90%;
	height: 330px;
	background-color: #FFFFFF;
	border-radius: 20px;
	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
	display: flex;
	margin: -7% auto 20px auto;
	position: relative;
	justify-content: space-evenly;
	align-items: center;
	
}
.about-container img{
	height: 300px;
	margin-left: 20px;
}
.about-text{
	width: 550px;
	margin-left: 20px;
	color: #000000;
}
#cv {
    background-color: #FFFFFF;
    height: 300px;
    width: 210px;
	margin-left: -200px;
	transition:transform 0.25s ease;
}
#cv:hover {
    transform:scale(3.0)
}
.about-text p:nth-child(1){
	color: #f4c20f;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: bold;
	font-size: 40px;
	line-height: 0px;
}
.about-text p:nth-child(2){
	color: #000000;
	font-family: myraid pro;
	font-weight: bold;
	font-size: 27px;
	line-height: 5px;	
}
.about-text p:nth-child(3),
.about-text p:nth-child(4){
	color: #906666;
	font-family: calibri;
	font-weight: bold;
	font-size: 22px;
}
.about-text button{
	width: 120px;
	height: 40px;
	color: #f4c20f;
	outline: none;
	border: none;
	font-family: calibri;
	background-color: #471415;
	border-radius: 100px 100px 100px 100px;
	cursor: pointer;
}
.services{
	height: 600px;
	background-color: #0E0E0D;
	padding: 1% 1% 0px 5%;
}

.services-text p:nth-child(1){
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: bold;
	color: #f4c20f;
	font-size: 40px;
	line-height: 0px;
}
.services-text p:nth-child(2){
	font-family: Myraid pro;
	font-weight: bold;
	color: #6C6C6C;
	font-size: 27px;
	line-height: 5px;
}
.services-text p:nth-child(3){
	font-family: calibri;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 22px;
}
.services-text{
	width: 700px;
	margin: 50px 0px;
	text-align: left;
	
}
.box-1, .box-2, .box-3{
	width: 300px;
	height: 320px;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.3);
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
}

.box-container{
	display: flex;
	justify-content: space-between;
	width: 96%;
}
.box-1{
	background-image: url("images/serv-1.png");
}
.box-2{
	background-image: url("images/serv-2.png");
}
.box-3{
	background-image: url("images/serv-3.png");
}


.box-1 span,
.box-2 span,
.box-3 span{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: calibri;
	font-weight: bold;
}
.box-1 p:nth-child(2),
.box-2 p:nth-child(2),
.box-3 p:nth-child(2){
	color: #FFFFFF;
	font-family: calibri;
	font-size: 30px;
	line-height: 0px;
}
.box-1 p:nth-child(3),
.box-2 p:nth-child(3),
.box-3 p:nth-child(3){
	color: #FFFFFF;
	font-family: calibri;
	text-align: center;
	width: 230px;
	margin: 0px 0px 20px 0px;
	color: #f4c20f;
}	
.box-1 button,
.box-2 button,
.box-3 button{
	width: 100px;
	height: 30px;
	background-color: #FFFFFF;
	border: none;
	outline: none;
	border-radius: 100px;
}

.portfolio{
	height: 200px;
	background-position: center;
	background-color: #ececec;
	
}
.portfolio-text p:nth-child(1){
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-weight: bold;
	color: #000000;
	font-size: 40px;
	line-height: 0px;
	margin-top: 80px;
	margin-bottom: 50px;
	text-align: center;
}

        
.photos-container{
	margin-top: 150px;
}

.photo-galery{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	margin-top: 200px;
	margin-left: auto;
}
input{
	display: none;
}

.container{
	width: 100%;
	text-align: center;
}
h1{
	font-weight: bold;
	font-size: 40px;
	position: relative;
	margin-top: 50px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	color: #F5C20F;
}
h1::before{
	content: "";
	position: absolute;
	width: 100px;
	height: 5px;
	background-color: #f4c20f;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	animation: animate 4s linear infinite;
}
@keyframes animate{
	0%{width: 100px;}
	50%{width: 200px;}
	100%{width: 100px;}
}


.top-content{
	background-color: #f4c20f;
	width: 90%;
	height: 60px;
	display: flex;
	align-items: center;
	border-radius: 5px;
	box-shadow: 3px 3px 5px gray;
	margin-left: 50px;
	margin-bottom: 50px;
}

h3{
	height: 100%;
	line-height: 60px;
	padding: 0 50px;
	background-color: #B78F00;
	color: #FFFFFF;
}

label{
	display: inline-block;
	height: 100%;
	margin: 0 10px;
	line-height: 60px;
	font-size: 18px;
	color: #FFFFFF;
	cursor: pointer;
	transition: color .5s;
	
}
label:hover{
	color: #000000;
}

.photo-galery{
	width: 90%;
	margin: auto;
	display: grid;
	grid-template-columns: repeat (4, 1fr);
	grid-gap: 100px;
	margin-left: 50px;
}

.pic{
	position: relative;
	height: 230px;
	cursor: pointer;
	
}
.pic-img{
	width: 100%;
	height: 100%;
	border-radius: 20px;
	cursor: pointer;	
}

#check1:checked ~ .container .photo-galery .pic{
	opacity: 1;
	transform: scale(1);
	position: relative;
}

.container2{
	width: 100%;
	text-align: center;
	margin-top: -90px;
	margin-left: 30px;
}

#portfolio-image {
    background-color: #DC3A3D;
    height: 2874px;
    width: 950px;
	margin-left: 100px;
}

.video{
	position: relative;
	padding: 0px;
	margin-left: 30px;
	margin-top: -80px;
}

.contact-me{
	width: 100%;
	height: 200px;
	background-image: url("images/contact.jpg");
	background-size: 100%;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.contact-me p{
	color: #FFFFFF;
	font-size: 30px;
	font-family: calibri;
	font-weight: bold;
	border-bottom: 2px solid #FFFFFF;
}

.contact-me button{
	width: 200px;
	height: 40px;
	background-color: #FFFFFF;
	outline: none;
	border: none;
	font-size: 14px;
	font-weight: bold;
	border-radius: 100px;
	cursor: pointer;
}

footer{
	height: 300px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

footer p{
	font-family: calibri;
}

footer p:nth-child(1){
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	line-height: 10px;
	margin-top: -300px;
	
}

copyright p{
	font-family: calibri;
}

copyright p:nth-child(1){
	font-size: 17px;
	font-weight: normal;
	color: #000000;
	line-height: 10px;
	margin-top: -380px;
	margin-bottom: 0px;
}



::-webkit-scrollbar{
	width: 15px;
}

::-webkit-scrollbar-track{
	box-shadow: inset 0 0 0px grey;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb{
	background: #f4c20f;
	background: linear-gradient(180dec, rgb(133,26.232,1) 15%,rgba(42,0,255,1)84%);
	border-radius: 10px;
}






























