@charset "utf-8";
@font-face{
	font-family: "Abel-Regular";
	src: url(../fonts/Abel-Regular.ttf);
}
@font-face{
	font-family: "BreeSerif-Regular";
	src: url(../fonts/BreeSerif-Regular.ttf);
}
@font-face{
	font-family: "KAL-035";
	src: url(../fonts/KAL-035.TTF);
}
@font-face{
	font-family: "RAGE";
	src: url(../fonts/RAGE.TTF);
}

body,html{
/*	padding-top: 40px;*/
	height: 100%;
	width: 100%;
}
h1{
	font-family: 'Overlock', cursive;
	font-weight: bold;
}
p{
	width: 90%;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}



/*============================================*/
/*=============                  =============*/
/*=============    SECTION ONE   =============*/
/*=============                  =============*/
/*============================================*/


.section-one{
	position: relative;
	height: 60%;
	margin-top: 1px;
	/*background-image: url("../nawanka-img/marble.jpg");*/
	background-position: bottom;
	background-size: cover;
    /*display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;*/
	text-align: center;
	background-attachment: fixed;
}
.section-one .content{
	position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 999;
}
.section-one h1{
	font-family: 'Oleo Script', cursive;
	color: black !important;
    font-size: 60px;
	letter-spacing: 1px;
	color: black !important;
}
#layer{
    /*background-image: linear-gradient(to right, #03A7EF, #0069A0);*/
	background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
	opacity: 0.1;
	z-index: 99999;
}
.section-one h2{
	margin: 0 auto;
	font-size: 14px;
	color: black;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
}
.section-one #btn{
	text-decoration: none;
	z-index: 999;
	font-family: 'Overlock', cursive;
	color: white;
	margin-top: 20px;
	font-size: 20px;
	border-radius: 10px;
	border: 1px solid black;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	transition: 0.35s all ease;
}
#btn:hover{
    background-color: white;
	color: black;
	border: 1px solid white;
	transition: 0.35s all ease;
}
/*.section-one .content h2{
	color: black;
	font-family: "Abel-Regular";
	font-size: 40px;
	font-weight: bold;
}*/
.section-one .content hr{
	margin: 0 auto;
	width: 40%;
	display: block;
    border: 0;
    border-top: 1px solid black;
    /*margin: 1em 0;*/
    padding: 0; 
}
span {
    text-transform: capitalize;
}


/* For Mobile */
@media(max-width:321px){
    .section-one{
        position: relative;
        width: 100%;
        height: 180px;
		margin-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
	.section-one .content h1{
		font-size: 18px;
        /*display: none;*/
	}
	.section-one .content{
		padding-right: 15px;
		padding-left: 15px;
		z-index: 999;
	}
	/*.section-one h1{
		font-size: 14px;
	}*/
	.section-one h2{
		font-size: 12px;
	}
	.section-one .content hr{
		display: none;
	}
	.section-one #btn{
		margin-top: 10px;
		font-size: 10px;
		border-radius: 5px;
		border: 1px solid black;
		padding-bottom: 5px;
		padding-top: 5px;
		padding-left: 15px;
		padding-right: 15px;
		transition: 0.35s all ease;
	}
}

/* For Small Tablets */
@media(min-width:320px) and (max-width:767px){
    .section-one{
        position: relative;
        width: 100%;
        height: 200px;
		margin-top: 50px;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
	#layer{
		display: none;
	}
	.section-one .content h1{
		font-size: 18px;
        /*display: none;*/
	}
	.section-one .content{
		padding-right: 15px;
		padding-left: 15px;
		z-index: 999;
		margin-top: -15px;
	}
	/*.section-one h1{
		font-size: 18px;
	}*/
	.section-one h2{
		font-size: 14px;
	}
	.section-one #btn{
		margin-top: 10px;
		font-size: 16px;
		border-radius: 5px;
		border: 1px solid black;
		padding-bottom: 5px;
		padding-top: 5px;
		padding-left: 15px;
		padding-right: 15px;
		transition: 0.35s all ease;
	}
	.section-one .content h1{
		font-size: 20px;
	}
	.section-one .content hr{
		display: none;
	}
}

/* For Small Desktop */
@media(min-width: 768px)and (max-width: 1096px){
	.section-one .content{
		padding-right: 15px;
		padding-left: 15px;
		z-index: 999;
		margin-top: 30px;
	}
	.section-one h1{
		font-size: 26px;
	}
	.section-one h2{
		font-size: 16px;
	}
}

/*============================================*/
/*=============                  =============*/
/*=============    SECTION TWO   =============*/
/*=============                  =============*/
/*============================================*/

.section-two{
	padding-top: 50px;
	padding-bottom: 30px;
}

.section-two img{
	margin-bottom: 25px;
}


.image-shadow {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-shadow:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    transform: scale(1.03);
}
