/* styles.css */

body {
	font-family: Century Gothic, sans-serif;
}

{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.hero {
	height: 100vh;
	width: 100%;
	background-image: url(images/background.jpg);
	background-size: cover;
	background-position: center;
}

nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 45px;
	padding-left: 8%;
	padding-right: 8%;
}

.logo {
	color: #FFFFFF;
	font-size: 35px;
	letter-spacing: 1px;
	cursor: pointer;
}

span {
	color: #00A8F5;
}

nav ul li {
	list-style-type: none;
	display: inline-block;
	padding: 10px 25px;
}

nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
}

nav ul li a:hover {
	color: #858585;
	transition: .4s;
}

.btn {
	background-color: #00A8F5;
	color: #FFFFFF;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 10px 25px;
	border-radius: 30px;
	transition: transform .4s;
}

.btn:hover {
	transform: scale(1.2);
}

.content {
	position: absolute;
	top: 50%;
	left: 8%;
	transform: translateY(-50%);
}

h1 {
	color: #FFFFFF;
  	margin: 20px 0px 20px;
	font-size: 75px;
}

h3 {
	color: #FFFFFF;
	font-size: 25px;
	margin-bottom: 50px;
}	

h4 {
	color: #FFFFFF;
	font-size: 20px;
	letter-spacing: 2px;
}	

.newslatter form {
	width: 380px;
	max-width: 100%;
	position: relative;
}

.newslatter form input:first-child {
	display: inline-block;
	width: 100%;
	padding: 14px 130px 14px 15px;
	border: 2px solid #00A8F5;
	outline: none;
	border-radius: 30px;
}

.newslatter form input:last-child{
	position: absolute;
	display: inline-block;
	outline: none;
	border: none;
	padding: 10px 30px;
	top: 6px;
	right: -141.5px;
	border-radius: 30px;
	background-color: #00A8F5;
	color: #FFFFFF;
	box-shadow: 0px 0px 5px #000, 0px 0px 15px #858585;
}

.about {
	width: 100%;
	padding: 100px 0px;
	background-color: #191919;
}

.about images {
	height: auto;
	width: 430px;
}

.about-text {
	width: 550px;
}


.main {
	width: 1130px;
	max-width: 95%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-around;

}

.about-text h2 {
	color: #FFFFFF;
	font-size: 60px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.about-text h5 {
	color: #FFFFFF;
	letter-spacing: 2px;
	font-size: 22px;
	margin-bottom: 25px;
	text-transform: capitalize;
}

.about-text p {
	color: #858585;
	letter-spacing: 1px;
	line-height: 28px;
	font-size: 18px;
	margin-bottom: 40px;
}


.button {
	background-color: #00A8F5;
	color: #FFFFFF;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 13px 30px;
	border-radius: 30px;
	transition: .4s;
}

button:hover {
	background-color: transparent;
	border: 2px solid #00A8F5;
	cursor: pointer;
}

.resume {
	background: #101010;
	width: 100%;
	padding: 100px 0px;
}

.title h2 {
	color: #FFFFFF;
	font-size: 75px;
	width: 1130px;
	margin: 30px auto;
	text-align: center;
}

.box {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 400px;
}

.card {
	height: 365px;
	width: 335px;
	padding: 20px 35px;
	background: #191919;
	border-radius: 20px;
	margin: 15px;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.card i {
	font-size: 40px;
	display: block;
	text-align: center;
	margin: 25px 0px;
	color: #00A8F5;
}

h5 {
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 15px;
}

.pra {
	color: #858585;
	font-size: 11px;
	line-height: 22px;
	margin-bottom: 25px;
	font-weight: bold;
}

.contact {
	width: 100%;
	height: 290px;
	background: #191919;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
	
.contact p {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px;
}

.contact .button-two {
	background-color: #00A8F5;
	color: #FFFFFF;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 13px 30px;
	border-radius: 30px;
	transition: .4s;
}

.contact .button-two:hover {
	background-color: transparent;
	border: 2px solid #00A8F5;
	cursor: pointer;
}

footer {
	position: relative;
	width: 100%; 
	height: 400px;
	background: #101010;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

footer p:nth-child(1) { 
	font-size: 30px;
	color: #FFFFFF;
	margin-bottom: 20px;
	font-weight: bold;
}

footer p:nth-child(2) {
	color: #FFFFFF;
	font-size: 17px;
	width: 500px;
	text-align: center;
	line-height: 26px;
}

.social {
	display: flex;
}

.social a {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #00A8F5;
	border-radius: 50%
	margin: 22px 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 20px;
}

.social a:hover {
	transform: scale(1.3);
	transition: .3s;
}

.end {
	position: absolute;
	color: #00A8F5;
	bottom: 35px;
	font-size: 14px;
}





.loader {
    width: 90px;
    height: 24px;
    background: linear-gradient(#000 0 0) 0 0/0% 100% no-repeat, radial-gradient(circle 3px, #00A8F5 90%, #000) 0 0/20% 100% #000;
    padding: 2px 0;
    box-sizing: border-box;
    display: flex;
    animation: anim-0 3s infinite steps(6);
    overflow: hidden;
}

.loader::before{
    content: "";
    width: 20px;
    background: #00A8F5;
    border-radius: 50%;
    clip-path: polygon(50% 50%, 100% 0, 100% 0, 0 0, 0 100%, 100% 100%, 100% 100%);
    animation: anim-1 .25s .153s infinite steps(5) alternate, anim-2 3s infinite linear;
}

@keyframes anim-0 {
    100% {
        background-size: 120% 100%, 20% 100%;
    }
}

@keyframes anim-1 {
    0% {
        clip-path: polygon(50% 50%, 100% 0, 100% 0, 0 0, 0 100%, 100% 100%, 100% 100%);
    }

    100%{
        clip-path: polygon(50% 50%, 100% 65%, 100% 0, 0 0, 0 100%, 100% 100%, 100% 35%);
    }
}

@keyframes anim-2{
    0%{
        transform: translate(-100%);
    }

    100% {
        transform: translate(90px);
    }
}








