.navbar-light .navbar-nav .nav-link {
    color:#f73757;
     font-size:14px; 

   margin: 0px 0px 0px 20px; 
  
  }

.navbar-light .navbar-nav .nav-link {
    color:#f73757;
     font-size:14px; 

   margin: 0px 0px 0px 20px; 
  
  }
  
  .navbar-light .navbar-nav .nav-link .a:hover {
    color: #f73757;
  

  }
  .navbar-expand-lg .navbar-nav .nav-link {
   color:#f73757;
  }
.app{
  color: #ffffff;
}
  .carousel-item{
      width:100%;
      height:50%;
      object-fit: contain;
  }

  .container .btn-danger{
    margin:15px;
    height: 50px;
    border-radius:25px;
    font-size: 16px;
    text-transform:capitalize;
}
.container .btn-danger:hover{
    background:transparent;
    color:#f73757;
    border-radius:25px;
    border:2px solid #f73757;
    text-transform:capitalize;
}
.container .card-body .card-title{
   margin-top: -40px;
   z-index: 2;
}
  

.slash {
        width: 100%px;
        min-height: 300px;
        padding:25px 0 25px 0 ;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 25%, 75% 0);
        clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 75% 0);
        background: #173c6d80;
        
        
}

.txt1{
  color: #a5acaf;
  margin-top: 100px;
  font-size: 46px;
  
}
.txt2{
  color: white;
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 50px;
}
.ani {
 margin-top: 2px;
 height: auto;
 background-image: url(./Image/water.png);
 background-repeat: no-repeat;
 object-fit: cover;
}


@keyframes shine {
  10% {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
  }
  100% {
    opacity: 0;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
  }
}

.ship{
  margin-top: 100px;
  margin-right: -50px;
  width: 500px;
  height: 100px;

}

  /*
  style="font-size:14px; font-weight:500; margin: 0px 0px 0px 20px; color:#606060;"
  */

  .ship {
    -webkit-animation: ship 18s cubic-bezier(0.350, 0.560, 0.550, 0.950) infinite both;
            animation: ship 18s cubic-bezier(0.350, 0.560, 0.550, 0.950) infinite both;
  }


/**
 * ----------------------------------------
 * animation slide-left
 * ----------------------------------------
 */
@-webkit-keyframes ship {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100px);
            transform: translateX(-700px);
  }
}
@keyframes ship {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100px);
            transform: translateX(-700px);
  }
}

h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 40px;
  color: #080808;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

h1 span {
  display: block;
  font-size: 1em;
  line-height: 1.3;
}
h1 em {
  font-style: normal;
  font-weight: 600;
}

.twelve h1 {
  font-size:26px; font-weight:700;  letter-spacing:1px; text-transform:uppercase; width:160px; text-align:center; margin:auto; white-space:nowrap; padding-bottom:13px;
}
.twelve h1:before {
    background-color: #c50000;
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    margin-bottom: 5px;
}
.twelve h1:after {
    background-color: #c50000;
    content: '';
    display: block;
    position:absolute; right:0; bottom:0;
    height: 3px;
    width: 75px;
    margin-bottom: 0.25em;
}

section {
  position: relative;
  background-color: #000000;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

section video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

section .container {
  position: relative;
  z-index: 2;
}

section .overlay-wcs {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 600px 0;
  height: 100%;
  width: 40%;
  background-color: #000000;
  opacity: 0.5;
  transition:0.5s;
  z-index: 1;
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes slideInLeft {
  0% {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  }
  @keyframes slideInLeft {
  0% {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: visible;
  }
  100% {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  }
  } 


