*{
    margin:0;
    padding: 0;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    box-sizing: border-box;
}
body{
    color: #edededee;
    background: #0a263a;

}
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 16px 10%;
    background-color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

.mylogo{
    position: relative;
    font-size: 32px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.navbar a {
    display: inline-block;
    font-size: 25px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    margin-left: 35px;
    transition: .3s;
}

.navbar a:hover{
color: #0ef;
}

header a.active{
		color: red;
	}

.homepage {
position: relative; 
width:100%;
justify-content: space-between;
height: 100vh;
background: url(../images/Background_page-0001.jpg) no-repeat;
background-size: cover;
background-position: center;
display: flex;
align-items: center;
padding: 70px 10% 0 ;
}

.home-content{
    font-weight: 700;
}
.home-content h3{
    margin-right: 28%;
    font-size: 30px;
    font-weight: 700;
    
}

.home-content h3:nth-of-type(2){
    margin-bottom: 30px;
}

.home-content h3 span{
    color: #0ef;
   
}

.home-content h1{
    font-size: 54px;
    font-weight: 700;
    margin: -3px 0;
    text-transform: uppercase;

}

.btn-box{
    display: inline-block;
    padding: 12px 28px;
    background: #0ef;
    border-radius: 40px;
    font-size: 16px;
    color: #081b29;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 600;
}

.btn-box:hover {
    box-shadow: 0 0 4px cyan,
    0 0 15px rgb(20, 149, 149), 0 0 40px rgb(23, 154, 177),
    0 0 80px cyan, 0 0 100px rgb(25, 201, 201)
}

.about{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    gap: 1.5rem;
}

.content{
    padding-top: 22%;
	width: 700px;
	max-width: 95%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
}

.content img{
  height: auto;
  width: 500px;      /* size of img */
  max-width: 100%;
  border-radius: 40px;
}
.home-content p{
    font-size: 18px;

}

.about-text h2{
    font-size: 60px;

}
.about-text h2 span{
    color: #0ef;
}
.about-text h4{
    font-size: 29px;
    font-weight: 600;
    color: #fff;
    line-height: 1.7;
    margin: 15px 0 30px;
}

.about-text{
    margin-top: 40px;
	width: 600px;
	max-width: 100%;
	padding: 0 10px;
}
.about-text p{
	color: #F8F9F9;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 1px;
	margin-bottom: 45px;
}

/* services starts... */

#services{
    color: aliceblue;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 4rem;
}

.sub-title{
    text-align: center;
    font-size: 60px;
    padding-bottom: 70px;
}
.sub-title span{
    color: #0ef;
} 

.container{
    padding: 90px;
}

.services-list{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(259px,1fr));
    grid-gap: 40px;
    margin-top: 50px;
}

.first:hover{
    color: #00bcd4;
}
.second:hover{
    color: #00bcd4;
}
.third:hover{
    color: #00bcd4;
}

.services-list div{
    background-color: transparent;
    padding: 40px;
    font-size: 13px;
    font-weight: 13px;
    border-right: 10px;
    border-radius: 20px;
    transition: background 0.5s, transform 0.5s;
    box-shadow: 1px 1px 20px #012290f7,
                1px 1px 40px #0053b8f7
}
.services-list div i{
    font-size: 50px;
    font-weight: 30px;
}
.services-list div h2{
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

.services-list div a{
    text-decoration: none;
    color: #000;
    font-size: 12px;
    margin-top: 20px;
    display: inline-block;
}
.read{
    display: inline-block;
    padding: 12px 28px;
    background: #0ef;
    border-radius: 40px;
    font-size: 16px;
    color: #000;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 600;
}
.read:hover {
    box-shadow: 0 0 5px cyan,
    0 0 25px cyan, 0 0 50px cyan,
    0 0 100px cyan, 0 0 200px cyan
}


.skills{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 100px;
}

.gallery{

	justify-content: center;
	font-size: 60px;
	font-weight: 600;
   }

.gallery span{
    color: #0ef;
} 


 .row{
	margin-top: 5%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
} 

.course-col{
	flex-basis: 22%;
	background: #dfd7d7;
	border-radius: 10px;
	margin-bottom: 5%;
	padding: 17px 10px;
	box-sizing: border-box;
	transition: 0.3s;
}
.row div{
    background-color: transparent;
    padding: 40px;
    font-size: 13px;
    font-weight: 13px;
    border-right: 10px;
    border-radius: 20px;
    transition: background 0.5s, transform 0.5s;
    box-shadow: 1px 1px 20px #012290f7,
                1px 1px 40px #0053b8f7
}

h3{
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
}

.course-col:hover{
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.5);
}

.skills .row .course-col .btn{
	text-decoration: none;
	margin-top: 10px;
	display: inline-block;
	background:rgb(9, 161, 103);
	color: #fff;
	font-size: 13px;
	border-radius: 5px;
	padding: 7px 12px;
}
.skills .row .course-col .btn:hover{
	letter-spacing: 1px;
}
/* end ok skills parts */

/* swiper parts starts */



@media(max-width: 700px){
	.row{
		flex-direction: column;
	}
}

   /* skill parts design ends */


   /* contact page starts.. */

.contact{
	position: relative;
	min-height: 100vh;
	padding: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background: url("../image/jaiho.jpg");
	background-size: cover;
}

.contact .content1{
	max-width: 800px;
	text-align: center;
}
.content1 span{
    color: #0ef;
}

.contact .content1 h2{
    font-size: 60px;
    font-weight: 500;
    color: #fff;

}
.contact .content1 p{
	font-size: 300;
	color: #fff;

}
.container1
{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.container1 .contactInfo{
   width: 50%;
   display: flex;
   flex-direction: column;

}
.container1 .contactInfo .box1{
	position: relative;
	padding: 20px 0;
	display: flex;
	color:rgb(61, 141, 61)

}
.container1 .contactInfo .box1 .icon{
     min-width: 60px;
     height: 60px;
     background: #fff;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius: 50%;
     font-size: 22px;
}
.container1 .contactInfo .box1 .text2{
	display: flex;
	margin-left: 20px;
	font-size: 16px;
	color: #fff;
	flex-direction: column;
	font-weight: 300;
	color: green;


}
.container1 .contactInfo .box1 .text2 p{
    color: #fff;
}

.container1 .contactInfo .box1 .text2 h3{
   font-weight: 500;
   color:#FFFF;
   background-color:rgb(64, 112, 88);
   text-decoration: none;
   border-radius: 4px;
   padding: 4px;
}

.contactForm{
	width: 40%;
	padding: 40px;
	background: #fff; 
}
.contactForm h2{
	font-size: 30px;
	color: #333;
	font-weight: 500;

}
.inputForm .inputBox{
   position: relative;
   width: 100%;
   margin-top: 10px;
}
.contactForm .inputBox input,
.contactForm .inputBox textarea{
	width: 100%;
	padding: 5px 0;
	font-size: 16px;
	margin: 10px 0;
	border: none;
	border-bottom: 2px solid #333;
	outline: none;
	resize: none;
}
.contactForm .inputBox input[type="submit"]
{
	width: 100px;
	background: #00bcd4;
	color: #fff;
	cursor: pointer;
	padding: 10px;
	font-size: 18px;
}

    /* contact page end */

.last_footer{
	padding: 10px 8px;
	background-color: rgb(68, 71, 68);
   }
.last_footer p{
    padding: 15px;
	font-size: 18px;
	color:#ffffffc3;
	text-align: center;
   }
.last_footer .fa-heart{
	color: red;
   }

 .bx-copyright{
    font-size: 16px;
    top: 2px;
    margin-top: 5px;
 }