*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}
body{
	background: #ecf0f1;
	font-family: 'Poppins', sans-serif;
}
a:hover{
	text-decoration: none;
}
a{
	 transition: 0.4s ease;
}
img{
	max-width: 100%;
}
header{
	margin: 20px auto;
	position: fixed;
	left: 10%;
	z-index: 99;
	width: 80%;
	height: auto;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	align-items: center;
	justify-content: space-between;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 50px;
}
main{
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	height: 94vh;
}
main .image-box{
	position: relative;
	width: 33.33%;
	 height: 94vh; 
	display: flex;
	flex-wrap: wrap;
	align-items: end;
	justify-content: center;
	transition: all .5s;
}
main .image-box:hover{
	transform: scale(1.05);
}
.title {
    margin-top: 135px;
    position: relative;
    z-index: 2;
}
main .bg-img1{
	background: url(../img/shape-img1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
main .bg-img2{
	background: url(../img/shape-img2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
main .bg-img3{
	background: url(../img/shape-img3.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.image-box .content-image {
    width: 250px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.image-box .content-image p{
	color: #fff;
}
.content-wrapper {
    position: relative;
    z-index: 1;
    width: 300px;
    margin: 0 auto 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.content-wrapper .link a {
	text-transform: uppercase;
	padding: 10px 15px;
	border: 1px solid #FFF;
	color: #FFF;
	display: block;
	margin: 5px auto;
	transition: all .5s;
}
.content-wrapper .link a:hover{
	cursor: pointer;
	transform: scale(1.05);
	background: #FFF;
	color: #000;
}

.content-wrapper .line-box {
    margin-top: 20px;
    width: 75px;
    border-bottom: 2px solid #fff;
}
.content-wrapper .content p {
    color: #f1f1f1;
    text-align: center;
    font-weight: 300;
}
footer{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #340e3f;
	padding: 15px;
}
.copy-write p{
	color: #fff;
}
.content-wrapper .link a i {
    padding-left: 10px;
}

/*Media Query*/
@media (min-width:992px) and (max-width:1023px){
	main{
		height: auto;
	}
	main .image-box{
		width: 50%;
		height: 500px;
	}
	header {
    height: 130px;
    position: unset;
    width: 100%;
    justify-content: space-between;
    border-radius: 0;
    margin: 0;
  	}
  	.title {
    margin-top: 0px;
	}
	.footer-logo {
    width: 130px;
	}

.copy-write {
    width: 245px;
 	}

.copy-write p {
    font-size: 16px;
 	}
 	.content-wrapper {
    margin: 0;
	}
	.image-box.bg-img1:after {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
	}
	.image-box.bg-img1 {
    position: relative;
    align-self: self-start;
    padding: 0px 15px 50px 15px;
    height: 570px;
 }
	.image-box.bg-img2 {
    padding: 0px 15px 50px 15px;
    height: 570px;
 	}
 	.image-box.bg-img3 {
    height: 570px;
    padding: 0px 15px 50px 15px;
	 }
	.logo1 {width: 200px;}

	.logo2 {
	    width: 200px;
	}
}
@media (min-width:768px) and (max-width:991px){
	main{
		height: auto;
	}
	main .image-box{
		width: 100%;
		height: 500px;
		align-items: center;
	}
	header {
    height: 130px;
    position: unset;
    width: 100%;
    justify-content: space-between;
    border-radius: 0;
    margin: 0;
  	}
  	.title {
     margin-top: 0px;
	}
	.footer-logo {
    width: 130px;
	}

.copy-write {
    width: 245px;
 	}

.copy-write p {
    font-size: 16px;
 	}
 	.content-wrapper {
    margin: 0;
    width: 500px;
 }
	.image-box:after {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
 }
	.image-box.bg-img1 {
    position: relative;
    align-self: self-start;
    height: 700px;
    order: 3;
 }
 	.image-box.bg-img3 {
    height: 700px;
    order: 2;
  }
	.image-box.bg-img2 {
    height: 700px;
    padding: 0 0 50px 0px;
    order: 1;
  }
	.logo1 {width: 200px;}

	.logo2 {
	    width: 200px;
	}
	.image-box .content p {
    line-height: 30px;
    font-size: 18px;
	}
}
@media (min-width:425px) and (max-width:767px){
	main{
		height: auto;
	}
	main .image-box{
		position: relative;
		width: 100%;
		height: 500px;
	}
	header {
    height: 110px;
    position: unset;
    width: 100%;
    justify-content: space-between;
    padding: 15px;
    margin: 0;
 	}
 	.title {
     margin-top: 0px;
	}
	
	.footer-logo {
    width: 75px;
	}

.copy-write {
    width: 135px;
	}

.copy-write p {
    font-size: 9px;
	}
	.image-box:after {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
	}
	.image-box.bg-img1 {
    position: relative;
    align-self: end;
    height: 480px;
    order:3;
 }
	.image-box.bg-img2 {
    height: 570px;
    order:1;
  }
 	.image-box.bg-img3 {
    height: 440px;
    order:2;
 }
	.logo1 {width: 115px;}

	.logo2 {
	    width: 145px;
	}
}
@media (min-width:375px) and (max-width:424px){
	main{
		height: auto;
	}
	main .image-box{
		position: relative;
		width: 100%;
		height: 500px;
		align-items: center;
	}
	header {
    height: 110px;
    position: unset;
    width: 100%;
    justify-content: space-between;
    padding: 15px;
    margin: 0;
 	}
 	.title {
     margin-top: 0px;
	}

	.footer-logo {
    width: 115px;
 }

.copy-write {
    width: 160px;
 }

.copy-write p {
    font-size: 9px;
	}
	.image-box:after {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
	}
	.image-box.bg-img1 {
    height: 400px;
    order: 3;
 }
	.image-box.bg-img2 {
    height: 675px;
    order:1;
  }
 	.image-box.bg-img3 {
    height: 410px;
    order:2;
 }
	.logo1 {width: 100px;}

	.logo2 {
	    width: 125px;
	}
    .content-wrapper {
    margin: 0;
}
}
@media (min-width:320px) and (max-width:374px){
	main{
		height: auto;
	}
	main .image-box{
		position: relative;
		width: 100%;
		height: 500px;
		align-items: center;
	}
	header {
    height: 110px;
    position: unset;
    width: 100%;
    justify-content: space-between;
    padding: 15px;
    margin: 0;
 	}
 	.title {
     margin-top: 0px;
	}

	.footer-logo {
    width: 115px;
 }

.copy-write {
    width: 160px;
 }

.copy-write p {
    font-size: 9px;
	}
	.image-box:after {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
	}
	.image-box.bg-img1 {
    height: 460px;
    order: 3;
 }
	.image-box.bg-img2 {
    height: 590px;
    order:1;
  }
 	.image-box.bg-img3 {
    height: 400px;
    order:2;
 }
	.logo1 {width: 100px;}

	.logo2 {
	    width: 125px;
	}
    .content-wrapper {
    margin: 0;
}
}
