@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');
.namelship p{
	text-align: center
}



.namelship{
	width:100%;
	float: left;
	margin-bottom: 5px;
	height: 100px;
	text-align: center;
	line-height: 24px;
	font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
	font-size: 30px;
	text-transform: capitalize;
	overflow: hidden;
	transition: 1s;
}

.booklship{
	width:40%;
	float: none;
	text-align: center;
	height: 35px;;
	line-height: 35px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 14px;
	background-color: #ffffff;
	border-radius:5px;
	transition: 1s;
	position: absolute;
	left: 30%;
	bottom: 94px
}


.offerokship{
	width: auto;
	height: 30px;
	padding: 6px;
	line-height: 33px;
	text-align: center;
	position: absolute;
	top:5%;
	left: 0%;
	z-index: 20;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	background-color: rgba(255,255,255,1);
	padding-right: 20px;
	cursor: pointer
}
.offerokship span{
	float: right
}
/*
.fa-youtube{
	font-size: 22px;
	color: #D40424;
	padding-top: 5px;
	float: left;
	margin-right: 7px
}
*/

.oversub1ship:hover .exp{
	color: #000000;
	border: 1px solid #000000;
}
.oversub1ship:hover .exp a{
	color: #000000;
	
}

.oversub1ship{
	width: 30%;
	margin-left: 2%;
	margin-right: 0%;
	float: left;
	height: 450px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	-webkit-box-shadow: -1px 18px 26px 1px rgba(222,222,222,1);
	-moz-box-shadow: -1px 18px 26px 1px rgba(222,222,222,1);
	box-shadow: -1px 18px 26px 1px rgba(222,222,222,1);
	border-radius: 5px
	;background-color: #ffffff
}

.frombottomship a{
	width: 100%;
	height: 100%
}
.frombottomship{
	width: 100%;
	position: absolute;
	height: 245px;
	z-index: 1;
	top: 245px;
	left: 0px;
	transition: 0.3s;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,0.06) 0%,rgba(27,27,27,0.49) 99.48%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,0.06) 0%,rgba(27,27,27,0.49) 99.48%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,0.06) 0%,rgba(27,27,27,0.49) 99.48%);
	background-image: linear-gradient(180deg,rgba(255,255,255,0.06) 0%,rgba(27,27,27,0.49) 99.48%);
}
.oversub1ship:hover .frombottom{
	top: 0px
}

.aroundimgship{
	width: 84%;
	margin-left: 8%;
	margin-right: 8%;
	margin-top: 30px;
	height: 245px;
	overflow: hidden
}
.oversub1ship img{
	width: 100%;
	height: 245px;
	transition: transform 1s ease-in-out;
/*	filter: brightness(0.9)*/
}
.oversub1ship:hover img{
	transform: scale(1.1);
}

.overtextship{
	width: 90.2%;
	margin-left: 0%;
	margin-right: 0%;
	padding-left: 5%;
	padding-right: 5%;
	height: 235px;
	background-color: #ffffff;
	position: absolute;
	top: 245px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	line-height: 350px;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: 900;
	font-style: normal;
	text-align: center;
	text-transform: uppercase;
	z-index: 10;
	transition: 1s;
	padding-top: 25px;
	
}
@media screen and (min-width: 505px) and (max-width: 1100px) {
	.oversub1ship{
	width: 45%;
	margin-left: 2%;
	margin-right: 0%;
	float: left;
	height: 450px;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	
	
}
	.booklship{
	
}
	
}

@media screen and (max-width: 500px) {

	
.oversub1ship{
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	float: right;
	height: 450px;
	position: relative;
	margin-bottom: 10px
}
.oversub1ship img{
	width: 100%;
	height: 245px
}
	.oversub1ships{
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	float: right;
	height: 350px;
	position: relative;
	margin-bottom: 10px
}
.oversub1ships img{
	width: 100%;
	height: 350px
}

.namelship{

	font-size: 30px;
}

	.booklship{
	
		
}
}