*{
	padding: 0;
	margin: 0;
	font-family: 'Josefin Sans', sans-serif;
	box-sizing: border-box;
}
.hero{
	height: 100vh;
	width: 100%;
	background-image: url(../img/background.jpg);
	background-size: cover;
	background-position: center;
}
nav{
	display: flex;
	position: fixed;
	align-items: center;
	justify-content: space-between;
	padding-top: 45px;
	padding-left: 8%;
	padding-right: 8%;
    top: 0;
    z-index: 100;
	width: 100%;	
	
}
.logo{
	color: white;
	font-size: 35px;
	letter-spacing: 1px;
	cursor: pointer;
}

span{
	color: #63ADF2;
}

nav ul {
    display: flex; 
    align-items: center; 
    margin: 0;
    padding: 0;
}


nav ul li{
	list-style-type: none;
	display: inline-block;
	padding: 10px  25px;
    margin-right: 20px;
}
nav ul li a{
	color: white;
	text-decoration: none;
	font-weight: bold;
	text-transform: capitalize;
	display: inline-block;
    margin-right: 20px;
	display: flex;
    align-items: center;
    	
}
nav ul li a:hover{
	color: #63ADF2 ;
	transition: .4s;
}


.nav-icon {
    width: 20px;
    height: 20px;
    margin-right: 50px;
    margin-top: -6px;
    
}


.btn{
	background-color:#f9004d;
	color: white;
	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%);
}

.btn {
    background-color: #f9004d;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 30px;
    font-size: 16px;
}

#popupImage {
	width: 100%;
	max-height: 500px;
	object-fit: contain;
	margin-bottom: 15px;
	border-radius: 200px; 
	overflow: hidden;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}





h1{
	color: white;
	margin: 20px 0px 20px;
	font-size: 75px;
}
h3{
	color: white;
	font-size: 25px;
	margin-bottom: 50px;
}
h4{
	color: #A7CCED;
	letter-spacing: 2px;
	font-size: 20px;
}
.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 #63ADF2 ;
	outline: none;
	border-radius: 30px;
}
.newslatter form input:last-child{
	position: absolute;
	display: inline-block;
	outline: none;
	border: none;
	padding: 10px 30px;
	border-radius: 30px;
	background-color:#63ADF2;
	color: white;
	box-shadow: 0px 0px 5px #000, 0px 0px 15px #858585;
	top: 6px;
	right: 6px; 
}

.about{
	width: 100%;
	padding: 100px 0px;
	background-color: #191919;
}
.about img{
	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: white;
	font-size: 75px;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.about-text h5{
	color: white;
	letter-spacing: 2px;
	font-size: 22px;
	margin-bottom: 25px;
	text-transform: capitalize;
}
.about-text p{
	color: #A7CCED;
	letter-spacing: 1px;
	line-height: 28px;
	font-size: 18px;
	margin-bottom: 45px;
}

li{
	color: #A7CCED;
	line-height: 28px;
	font-size: 18px;
	
}
button{
	background-color:#63ADF2;
	color: white;
	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 #63ADF2 ;
	cursor: pointer;
}

.service{
	background: #101010;
	width: 100%;
	padding: 100px 0px;
}
.title h2{
	color: white;
	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: 50px;
	display: block;
	text-align: center;
	margin: 25px 0px;
	color: #63ADF2;

}
h5{
	color: white;
	font-size: 23px;
	margin-bottom: 15px;
}
.pra p{
	color: #A7CCED;
	font-size: 16px;
	line-height: 27px;
	margin-bottom: 25px;
}
.card .button{
	background-color:#63ADF2;
	color: white;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 9px 22px;
	border-radius: 30px;
	transition: .4s; 
}
.card .button:hover{
	background-color: transparent;
	border: 2px solid #63ADF2 ;
	cursor: pointer;
}
.contact-me{
	width: 100%;
	height: 290px;
	background: #191919;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.contact-me p{
	color: white;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px;
}
.contact-me .button-two{
	background-color:#f9004d;
	color: white;
	text-decoration: none;
	border: 2px solid transparent;
	font-weight: bold;
	padding: 13px 30px;
	border-radius: 30px;
	transition: .4s; 
}
.contact-me .button-two:hover{
	background-color: transparent;
	border: 2px solid #63ADF2 ;
	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: white;
	margin-bottom: 20px;
	font-weight: bold;
}
footer p:nth-child(2){
	color: white;
	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: #63ADF2;
		border-radius: 50%;
		margin: 22px 10px;
		color: white;
		text-decoration: none;
		font-size: 20px;
		transition: transform 0.3s;
}
.social a:hover{
	transform: scale(1.3);
	transition: .3s;
}
.end{
	position: absolute;
	color:#63ADF2;
	bottom: 35px;
	font-size: 14px; 
}






.popup {
	display: none; 
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	background: #2B3A4A;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	padding: 20px;
	border-radius: 8px;
	width: 100%; 
	max-width: 1000px; 
	max-height: 80%; 
	overflow: auto; 
	display: flex; 
	flex-direction: column; 
	align-items: center; 
	justify-content: flex-start; 
	border: 2px solid #63ADF2;
	
	
}



.popup-content {
	background: transparent;
	padding: 20px;
	border-radius: 10px;
	width: 100%;
	height: 800px;
	max-width: 1500px;
	text-align: center;
	
	
}


.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	font-size: 50px;
	color: #63ADF2;
}

	.close-btn:hover {
		color: #A7CCED;
	}


#popupTitle {
	color: white;
	font-size: 24px;
	margin-bottom: 15px;
}

#popupText {
	color: #A7CCED;
	font-size: 16px;
}






::-webkit-scrollbar {
	width: 10px; 
	height: 10px; 
}

::-webkit-scrollbar-track {
	background: #191919; 
	border-radius: 5px;
}

::-webkit-scrollbar-thumb {
	background: #63ADF2; 
	border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
		background: #A7CCED; 
	}
::-webkit-scrollbar-button {
	display: none; 
}




#popup ::-webkit-scrollbar {
	width: 8px; 
	height: 8px; 
}

#popup ::-webkit-scrollbar-track {
	background: #101010; 
	border-radius: 4px;
}

#popup ::-webkit-scrollbar-thumb {
	background: #63ADF2; 
	border-radius: 4px;
}

#popup ::-webkit-scrollbar-thumb:hover {
		background: #A7CCED; 
	}



body.dark-mode ::-webkit-scrollbar-track {
	background: #101010; 
}

body.dark-mode ::-webkit-scrollbar-thumb {
	background: #63ADF2; 
}

body.dark-mode ::-webkit-scrollbar-thumb:hover {
		background: #A7CCED; 
	}


* {
	scrollbar-width: thin; 
	scrollbar-color: #63ADF2 #191919; 
}


#popup {
	scrollbar-width: thin; 
	scrollbar-color: #63ADF2 #101010; 
}

