@charset "utf-8";
/* CSS Document */
.videoship{
	width: 94%;
	padding-left: 1%;
	padding-right: 5%;
	height: 660px;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	background-size: 60% 640px;
	background-image: url(../sour/h1_images_bg1-min.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.lifboy{
	width: 163px;
	height: 214px;
	position: absolute;
	left: 0%;
	top: -97px;
	background-image: url(../sour/lifebuoy.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.videoshipleft{
	width: 45%;
	height: 640px;
	float: left;
	padding-left: 2.5%;
	padding-right: 2.5%
}
.videoshipright{
	width: 50%;
	height: 640px;
	float: right;
	
	position: relative
}
.videotitle{
	width: 100%;
	height: auto;
	margin-bottom: 20px
}
.videotitle h2{
	 font-size: 32px;
    line-height: 20px;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
	font-family: "Pinyon Script", cursive;
   width: 100%;
	padding-top: 10px;
	padding-bottom: 0px;
	border-radius: 5px
}
.videotitle h3{
	 font-size: 40px;
    	font-family: "Spline Sans", sans-serif;

    font-weight: bold;
   line-height: 60px;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 20px;
	letter-spacing: 2px
}
.pborder{
		font-family: "Spline Sans", sans-serif;
	line-height: 28px;
	width: 90%;
	text-align: left;
	font-size: 20px;
	font-weight: 400;
	color: #112543;
	padding-left: 5%;
	height: 82px;
	overflow-y: hidden
}
.videotitle .zigo{
	width: 100%;
	height: 30px;
	background-image: url(../sour/zigzig.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.videotitle p{
	font-family: "Spline Sans", sans-serif;
	line-height: 24px;
	width: 90%;
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	color: #888f99;
	height: 100px;
	overflow-y: hidden
}
.showmoreallvideo {
    width: 20%;
  
    height: 40px;
    line-height: 40px;
   
    margin-left: 0%;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    transition: border-bottom-width 0.5s ease; /* Adding transition to border-bottom width */
    position: relative; /* Necessary to adjust border size */
}

.showmoreallvideo::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;

    transition: width 0.5s ease; /* Transition for smooth effect */
}

.showmoreallvideo:hover::after {
    width: 20%; /* Hover state to reduce the width of the border */
}

.videoshipright #circle2 {
    position: absolute;
    top: 40.2%;
    left: 42.8%;
    width: 110px;
   
    overflow: hidden;
    pointer-events: none;
    opacity: .99;
    z-index: 2;
	
	height: 110px;
		border: 1px solid #000000;
	border-radius: 50%
	
}
.videoshipright #circle {
    position: absolute;
    top: 37%;
    left: 39.5%;
    width: 155px;
   
    overflow: hidden;
    pointer-events: none;
    opacity: .99;
    z-index: 2;
	
	height: 155px
	
}
.videoshipright #circle svg {
	position: absolute;
	left: 0;
	top: 0;
	width: 99%;
	height: 99%;
	-webkit-animation-name: radialAnimation;
	animation-name: radialAnimation;
	-webkit-animation-duration: 16s;
	animation-duration: 16s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	border: 1px solid #000000;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.47);
}
   .videoshipright #circle text {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
	   
}
@media screen  and (max-width: 500px) {
	.pborder{
	line-height: 24px;
		font-size: 17px;
	height: 90px;
	overflow-y: hidden
}
	.videoship{
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	height: 1060px;
background-size: 90% 440px;
	background-image: url(../sour/h1_images_bg1-min.png);
	background-repeat: no-repeat;
	background-position: right bottom 0%;
}
	.videoshipleft{
	width: 100%;
	
	float: none;
	padding-left: 0%;
	padding-right: 0%;
		margin-bottom: 20px
}
.videoshipright{
	width: 100%;
	height: 400px;
	float: none;
	
}
	.videotitle h2{
    text-align: left;
}
.videotitle h3{
    text-align: left;
}
.videotitle .zigo{

	background-position: center center;
}
.videotitle p{
	text-align: left;
	height: 130px;
	overflow-y:hidden
}
	.showmoreallvideo{
		width: 40%;
    margin-left: 5%;
    margin-top: 30px;
}
	.videoshipright #circle2 {
    position: absolute;
    top: 9.2%;
    left: 36.8%;
    width: 110px;
   
    overflow: hidden;
    pointer-events: none;
    opacity: .99;
    z-index: 2;
	
	height: 110px;
		border: 1px solid #000000;
	border-radius: 50%
	
}
.videoshipright #circle {
    position: absolute;
    top: 3%;
    left: 32%;
    width: 155px;
   
    overflow: hidden;
    pointer-events: none;
    opacity: .99;
    z-index: 2;
	
	height: 155px
	
}
}

@media screen and (min-width: 505px) and (max-width: 1100px){
	.pborder{
	line-height: 24px;
		font-size: 17px;
	height: 90px;
	overflow-y: hidden
}
	.videoship{
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	height: 860px;
	
}
	.videoshipleft{
	width: 45%;
	
	float: left;
	padding-left: 0%;
	padding-right: 0%;
		margin-bottom: 20px
}
.videoshipright{
	width: 45%;
	height: 400px;
	float: right;
	
}
	.videotitle h2{
    text-align: center;
}
.videotitle h3{
    text-align: center;
}
.videotitle .zigo{

	background-position: center center;
}
.videotitle p{
	text-align: left;
	height: 150px;
	overflow-y:hidden
}
	.showmoreallvideo{
    margin-left: 35%;
    margin-top: 0px;
		width: 30%
}
	.videoshipright #circle2 {
    position: absolute;
    top: 80%;
    left: 27.5%;
    width: 110px;
   
    overflow: hidden;
    pointer-events: none;
    opacity: .99;
    z-index: 2;
	
	height: 110px;
		border: 1px solid #000000;
	border-radius: 50%
	
}
.videoshipright #circle {
    position: absolute;
    top: 75%;
    left: 22%;
    width: 155px;
   
    overflow: hidden;
    pointer-events: none;
    opacity: .99;
    z-index: 2;
	
	height: 155px
	
}
}