@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Mulish:ital,wght@0,700;1,300&display=swap');

section {
  display: flex;
}

.comp{
  display: flex;
  flex-wrap: wrap;
}

body h5{
    position: relative;
    top: -400px;
    left: -10px;
    font-family: 'Lobster', cursive;
    color: #2e6772;
    font-size: 50px;

}


.card {

    position: relative;
    top: 15px;
    width: 180px;
    height: 350px;
    left: 10px;
    margin:5px;

}

.card .face{
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    transition: .5s;
    background: #a9b5e1;


}


.card .front img{
    position: relative;
    width: 90%;
    height: 5%;
    left: 1px;
    top: 10px;
    object-fit: cover;
}

.card .front h1{
    position: absolute;
    font-family: 'Poppins', sans-serif;
    bottom: 0;
    width: 100%;
    top: 20px;
    line-height: 20px;
    color: black;
    text-align: center;
    font-size: 20px;
}
.card .front h3{
    position: absolute;
    font-family: 'Poppins', sans-serif;
    padding: 10px;
    top: 20%;
    width: 100%;
    height: 60%;
    line-height: 20px;
    color: black;
    font-size: 13px;
    text-align: left;

}



.card2 {

    position: relative;
    top: 20px;
    width: 180px;
    height: 350px;
    left: 10px;
    margin:5px;

}

.card2 .face{
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    transition: .5s;
    background: #a9b5e1;

}



.card2 .front img{
    position: relative;
    width: 90%;
    height: 5%;
    left: 1px;
    top: 10px;
    object-fit: cover;
}

.card2 .front h1{
    position: absolute;
    font-family: 'Poppins', sans-serif;
    bottom: 0;
    width: 100%;
    top: 20px;
    line-height: 20px;
    color: black;
    text-align: center;
    font-size: 20px;
}
.card2 .front h3{
    position: absolute;
    font-family: 'Poppins', sans-serif;
    padding: 10px;
    top: 20%;
    width: 100%;
    height: 60%;
    line-height: 20px;
    color: black;
    font-size: 13px;
    text-align: left;

}



.card3 {

    position: relative;
    top: 15px;
    width: 617px;
    height: 150px;
    left: 10px;
    margin:5px;

}

.card3 .face{
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    transition: .5s;
    background: #f3e1d9;

}

.card3 .front{
    transform: perspective(600px) rotateY(0deg);
    box-shadow: 0 5px 10px #8c5748;
}


.card3 .front h1{
    position: absolute;
    font-family: 'Poppins', sans-serif;
    bottom: 0;
    width: 100%;
    top: 30px;
    line-height: 20px;
    color: black;
    text-align: center;
    font-size: 20px;
}
.card3 .front h3{
    position: absolute;
    font-family: 'Poppins', sans-serif;
    padding: 10px;
    top: 35%;
    width: 100%;
    height: 60%;
    line-height: 20px;
    color: black;
    font-size: 13px;
    text-align: left;

}




.card4 {

    position: relative;
    top: 85px;
    width: 517px;
    height: 300px;
    left: 10px;
    margin:5px;

}

.card4 .face{
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    transition: .5s;
    background: #a9b5e1;

}


.card4 .front img{
    position: relative;
    width: 90%;
    height: 5%;
    left: 1px;
    top: 10px;
    object-fit: cover;
}

.card4 .front h1{
    position: absolute;
    font-family: 'Poppins', sans-serif;
    bottom: 0;
    width: 100%;
    top: 20px;
    line-height: 20px;
    color: black;
    text-align: center;
    font-size: 20px;
}
.card4 .front h3{
    position: absolute;
    font-family: 'Poppins', sans-serif;
    padding: 10px;
    top: 20%;
    width: 100%;
    height: 60%;
    line-height: 20px;
    color: black;
    font-size: 17px;
    font-weight: 300;
    text-align: left;

}



.card5 {

    position: relative;
    top: 80px;
    width: 517px;
    height: 300px;              
    left: 10px;
    margin:5px;

}

.card5 .face{
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 10px;
    overflow: hidden;
    transition: .5s;
    background: #a9b5e1;

}



.card5 .front img{
    position: relative;
    width: 90%;
    height: 5%;
    left: 1px;
    top: 10px;
    object-fit: cover;
}

.card5 .front h1{
    position: absolute;
    font-family: 'Poppins', sans-serif;
    bottom: 0;
    width: 100%;
    top: 20px;
    line-height: 20px;
    color: black;
    text-align: center;
    font-size: 20px;
}
.card5 .front h3{
    position: absolute;
    font-family: 'Poppins', sans-serif;
    padding: 10px;
    top: 20%;
    width: 100%;
    height: 60%;
    line-height: 20px;
    color: black;
    font-size: 17px;
    font-weight: 300;
    text-align: left;

}

button {
	position: relative;
	top: -30px;
	left: -10px;
	width: 100px;
	height: 40px;
	overflow: hidden;
	border: none;
	border-radius: 10px;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 1.5px;
	outline: none;
	cursor: pointer;
	background: #e1bee7;
}

button:hover{
	box-shadow: 0px 0px 20px -5px purple;
}

 input {
	position: relative;
	top: -30px;
	left: -15px;
	width: 100px;
	height: 40px;
	overflow: hidden;
	border: none;
	border-radius: 15px;
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 1.5px;
	outline: none;
	cursor: pointer;
	background: #e1bee7;
}

 input:hover{
	box-shadow: 0px 0px 20px -5px purple;
}


@media print{
	button{
		display: none;
	}
	input{
		display: none;
	}
	h4,
	h7,
	a{
	    display: none;
	}
	.tabs__head,
	footer{
	    display:none;
	}
	.tabs__title{
	    font-size:35px;
	}
	div .card{
    position: relative;
    top: 15px;
    width: 170px;
    height: 400px;
    left: 10px;
    margin:15px;

    }
    div .card2{
    position: relative;
    top: 15px;
    width: 170px;
    height: 400px;
    left: 10px;
    margin:15px;

    }
}


