@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital@1&display=swap');
html{
    scroll-behavior: smooth;
}
body{
	margin:0;
	padding: 0;
	box-sizing: border-box;
}
.heading{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 60px 0 40px;
}
.heading h2{
	font-size: 5rem;
	font-family: 'Noto Serif', serif;
}
@media(max-width: 768px){
	.main{
		height: unset !important;
	    border-top: 60px solid white !important;
		border-left: 30px solid white;
    	border-right: 30px solid white;
	}

	.bannerContent h2, .heading h2{
		font-size: 2rem !important;
		padding-top: 20%;
	}	
	.bannerContent p{
		font-size: 16px !important;
    	padding-right: 25px;
    	text-align: justify;
	}
	.bannerImg{
		display: flex;
		justify-content: center;
	}
	.bannerImg img{
		width: 80%;
	}
	.button {
	    right: 30px;
	    position: fixed;
	    top: 10px;
	    width: 40px !important;
	    height: 40px !important;
	}   
	.logo{
		top: 10px !important;
    	left: 40px;
    	justify-content:unset !important;
	}
	.logo img{
		width: 33% !important;
	}
	nav{
		top:40px !important;
	}
	.carousel-indicators {
	    position: absolute;
	    right: 0 !important;
	    top:unset!important;
	    bottom: 10px;
	    left: 0 !important;
	    z-index: 15;
	    display: -ms-flexbox !important;
	    display: flex !important;
	    -ms-flex-pack: center;
	    justify-content: center;
	    padding-left: 0;
	    margin-right: 15%;
	    margin-left: 15%;
	    list-style: none;
	}
	/*About US*/
	.heading{
		padding-top: 0;
	}
	.aboutBg{
		height: auto !important;
	}
	.aboutBg p{
		width: 100% !important;
	}
	.aboutBg .row {
        height: 100vh !important;
        padding: 50px 30px !important;
        text-align: justify;
    }
	/*Services*/
	.lang{
		padding: 0 30px;
	}
	/*Footer*/
	.fhead{
		font-size: 2rem !important;
		letter-spacing: 4px !important;
	}
	.fbottom img{
		width: 10% !important;
	}
}
.main{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	border: 30px solid white;
	background:#f7eaf0;
}

.button{
	position: fixed;
	width: 70px;
    height: 70px;
    background: #000 url(../img/close.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1000;
    transition: 0.5s;
}
.button.active{
	background: #000 url(../img/menu.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
}
@media(max-width: 768px){
	
	.button{
		position: fixed;
		width: 70px;
    	height: 70px;
		background: #000 url(../img/menu.png);
		background-size: 40%;
    	background-repeat: no-repeat;
    	background-position: center;
    	z-index: 1000;
    	transition: 0.5s;
	}
	.button.active{
	background: #000 url(../img/close.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center;
	}
 
	nav{
		display: none;
		left: 15px !important;
    	width: 17.6% !important;
	}
}
nav{
	position: fixed;
    padding: 0px 0px 24px;
    top: 14%;
    left: 30px;
    width: 4.6%;
    background: white;
    z-index: 8;
}
.button.active nav{
	padding: 0;
}
.button.active ul{
	display: none;
	background: #f7eaf0;
}
nav  ul{
	padding-inline-start:0;
	padding-top: 25%;
	padding-bottom: 25%;
}
  nav ul li{
	position: relative;
    transform: scale(1, 1) translate(0px, 0px) rotate(-90deg);
    list-style-type: none;
    padding: 40px 0;
    text-align: center;
}
nav ul li a{
	color: #333;
    text-decoration: none;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
}

nav ul li a:hover, nav ul li a:focus {
    color: #333;
    text-decoration: none;
}
.logo{
	position: fixed;
    top: 50px;
    right: 4%;
    /*height: 20%;*/
    display: flex;
    justify-content: flex-end;
    z-index: 9;
}
.logo img{
	width: 14%;
}
/* Main Banner */
.mainBanner{
	height: 100%;
    position: relative;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
/* Banner Indicators */
.carousel-indicators{
	position: absolute;
    right: 0;
    left:unset;
    top:45%;
    display: -ms-block;
     display: block; 
    -ms-flex-pack: center;
    padding-left: 0;
    margin-right: 5%;
}
.carousel-indicators li{
	width: 10px;
	height: 10px;
	border-radius: 50px;
	margin-bottom: 30px;
}
.bannerContent{
	position: relative;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    flex-direction: column;
	padding: 0 5% 0 12%;
}
.bannerContent h2{
	font-family: 'Noto Serif', serif;
	/*text-align: center;*/
	font-size: 4em;
}
.bannerContent p{
	font-size: 20px;
}
.bannerImg{
	margin-top: 5%;
}
/* What I can done for you*/
.lang{
	position: relative;
	background-color: #222;
	padding-bottom: 100px;
}
.lang h2{
	color: white;
}
.card{
	position: relative;
	display: flex;
	border:none;
	justify-content: center;
	align-items: center;
}
.card:before{
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	background-color: #f7eaf0;
	transform: skew(2deg, 2deg);
	
}
.card-body{
	position: relative;
	padding:40px 30px;
	background-color: #222;
	color: #fff;
}
.card-body h2{
	position: absolute;
	top: 5%;
	right: 5%;
	font-size: 8rem;
	color: rgb(255, 255, 255, 0.1);
	transition: .5s linear;
}
.card:hover .card-body h2{
	transform: translateY(-30%);
}
.card-body h3, .card-body p{
	position: relative;
	z-index: 1
}
.card-body h3{
	margin-bottom: 15px;
	font-size: 1.5rem
}
.card-body p{
	margin-bottom: 35px;
}
.card-body a{
	color: #fff;
	text-decoration: none;
	border:1px solid #fff;
	padding: 10px 20px;
	display: inline-block;
	opacity: 0;
	transform: translateY(-40px);
	transition: 0.5s linear;
}
.card:hover .card-body a{
	transform: translateY(0);
	opacity: 1;
}
.card-body a:hover{
	background-color: white;
	color: #222;
}
/* About Us*/
.aboutBg{
	background-image: url('../img/aboutBg.jpg');
	background-position: right;
	background-repeat: no-repeat;
	padding-bottom: 100px;
	position: relative;
	height: 100vh;
}
.aboutBg .row{
	background-image: url('../img/aboutColorBg.jpg');
	height: 400px;
    display: flex;
    align-items: center;
    padding: 50px;
}
.aboutBg p{
	width: 70%;	
}
/* Projects*/
.box{
	position: relative;
	box-sizing: border-box;
	margin-bottom: 25px;
	box-shadow: 1px 1px 8px 3px #d1d1d1;
}
.box .imgBox{
	position: relative;
	height: inherit;
	overflow: hidden;
}
.box .imgBox img{
	position: relative;
    transform: scale(1);
    transition: 0.5s linear;
}
.box:hover .imgBox img{
	transform: scale(1.2);
}
.box .details{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgb(0,0,0,0.8);
	transform: scaleY(0);
	transition: transform 0.5s;
}
.box:hover .details{
	transform: scale(1);
}
.box .content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: white;
	width: 100%;
	padding: 0 50px;
}
.box .content a{
	color: white;
	text-decoration: none;
}
/*Footer*/
footer{
	background-image: url(../img/aboutBg.jpg);
    background-position: right;
    background-repeat: no-repeat;
}
.pink{
	background-color: #f7eaf0;
	padding: 30px;
	border-radius: 5px;
}
.pink h3{
	font-family: 'Noto Serif', serif;
}
.white{
	border-radius: 5px;
	padding: 30px;
	background-color: white;
}
.white h3{
	font-family: 'Noto Serif', serif;
	text-align: center;
}
.fhead{
	padding-top: 6%;
	text-align: center;
    font-size: 6rem;
    font-weight: bolder;
    letter-spacing: 12px;
    text-transform: capitalize;
    font-family: 'Noto Serif', serif;
}
ul{
	list-style-type: none;
	padding-inline-start:0px;
}
ul li{
	padding: 15px 0;
}
ul li img{
	width: 10%;
}
form{
	position: relative;
}
.inputBox{
	position: relative;
	height: 50px;
}
.inputBox input{
	width: 100%;
	border:none;
	border-bottom: 1px solid;
}

.inputBox input:focus{
	outline: none;
}
.inputBox input::placeholder{
	position: absolute;
    color: #000;
    pointer-events: none;
    transition: 0.5s;
}
input:focus::-webkit-input-placeholder {
    color: #111;
    font-size: 12px;
}
input[type="button"] {
    background-color: black;
    border: none;
    color: white;
    padding: 10px 28px;
    border-radius: 50px;
    /* font-family: 'Noto Serif', serif; */
    text-transform: capitalize;
}
.fbottom{
	position: relative;
	z-index: 9;
	background-color: #111;
	padding: 20px 0 15px;
}
.fbottom  h5 {
    font-size: 1.25rem;
    color: white;
    font-family: 'Noto Serif', serif;
    text-align: center;
}
.fbottom img{
	width: 2%;
}
.Pbtn button{
	border: 1.2px solid black;
    background: transparent;
    padding: 8px 18px;
    border-radius: 5px;
    margin: 30px 0 100px 0;
    font-size: 25px;
    font-family: 'Noto Serif', serif;
    cursor: pointer;
}
.Pbtn button:focus{
	outline: none;
}
#moreData{
	display: none;
	transition: .5s ease;
}