@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@font-face {
    font-family: 'OneSlice';
    src: url('../fonts/OneSlice.eot');
    src: url('../fonts/OneSlice.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OneSlice.svg#OneSlice') format('svg'),
        url('../fonts/OneSlice.ttf') format('truetype'),
        url('../fonts/OneSlice.woff') format('woff'),
        url('../fonts/OneSlice.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aileron';
    src: url('../fonts/Aileron-Heavy.eot');
    src: url('../fonts/Aileron-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Aileron-Heavy.woff2') format('woff2'),
        url('../fonts/Aileron-Heavy.woff') format('woff'),
        url('../fonts/Aileron-Heavy.ttf') format('truetype'),
        url('../fonts/Aileron-Heavy.svg#Aileron-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}




:root {
    --primary: #131064;
    --secondary: #c3c423;
    --black: #000000;
    --text-color: #282828;
    --white: #fff;
    --text-accent: #6d6e71;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    font-family: 'Aileron';
    overflow-x: hidden;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
button:hover {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

ul {
    list-style: none;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

p {
    margin: 0;
    font-size: 1.025rem;
    line-height: 1.83em;
    color: var(--text-color);
}

h1,
h2,
h3 {
    color: var(--white);
    text-transform: uppercase;
    font-family: 'OneSlice';
}

::placeholder {
    text-transform: capitalize;
    color: #d6d5d5;
    font-size: 1rem;
}

.themeBtn {
    padding: 0.75rem 1.5rem;
    background-color: var(--secondary);
    color: var(--primary);
    text-shadow: 2px 2px 2px #00000038;
    font-family: 'OneSlice';
    text-transform: uppercase;
    font-size: 2.688rem;
    border-radius: 15px;
    transition: .5s all ease-in-out;
    box-shadow: rgb(0 0 0 / 30%) 0px 19px 38px, rgb(0 0 0 / 22%) 0px 15px 12px;
}


.themeBtn:hover {
    transform: translateY(-9px);
    color: var(--primary);
}

section {
    position: relative;
    padding: 5rem 0;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1111;
    background: #191c638f;

}

.navigation {
    margin-top:0rem;
}

.navigation .navbar-brand {
    font-size: 2.875rem;
    color: var(--white);
    text-transform: uppercase;
    font-family: 'OneSlice';
}

.navigation .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    color: var(--white);
    text-transform: uppercase;
    font-size: 2.875rem;
    padding: 0 1.5rem;
    font-family: 'OneSlice';
    margin: 0 10px;
    transition: .5s all ease-in-out;
}

.navigation .navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    background-color: var(--secondary);
    border-radius: 15px;
    color: var(--primary);
}

.navigation .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover {
    color: var(--primary);
    background-color: var(--secondary);
    border-radius: 15px;
}

.navigation .navbar-expand-lg .navbar-nav .nav-item .nav-link.menCont {
    color: var(--primary);
    background-color: var(--secondary);
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    transition: .5s all ease-in-out;
}

.navigation .navbar-expand-lg .navbar-nav .nav-item .nav-link.menCont:hover {
    transform: translateY(-10px);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}


.mainBanner {
    background-image: url(../images/banBg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: flex-end;
}

.mainBanner .text-holder {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    left: 0;
    top: -20rem;
    z-index: 999;
}

.mainBanner .text-holder h3 {
    font-size: 65px;
    text-shadow: 2px 2px 4px #000;
    margin: 0;
}

.mainBanner .text-holder h2 {
    font-size: 90px;
    text-shadow: 2px 2px 4px #000;
}

.banElm-1 {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    z-index: 111;
}

.banElm-2 {
    position: absolute;
    bottom: 115px;
    left: 180px;
    right: 0;
}

.banBoat {
    position: absolute;
    bottom: 0;
    right: -300px;
    transform: scale(0.7);
    z-index: 1;
}

.banCont {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 100px;
}

.shk-2 {
    margin-left: 0;
    position: absolute;
    bottom: -500px;
    left: 0;
}

.shk-1 {
    margin-left: -100px;
    position: absolute;
    bottom: -850px;
    left: 57%;
    transform: translateX(-50%);
}

.shk-3 {

    position: absolute;
    bottom: -500px;
    right: 0;
}


.secBg-1 {
    background-image: url(../images/secImg-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
    min-height: 4200px;
}

.supHeading {
    font-size: 14.125rem;
    line-height: 0.75;
    position: relative;
    display: inline-block;
    text-shadow: 10px 12px 3px #00000045;
}

.mainHead h1:first-child::before {
    content: '';
    background-image: url(../images/bld-1.png);
    background-repeat: no-repeat;
    height: 250px;
    width: 420px;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: -55px;
}

.mainHead h1:last-child::before {
    content: '';
    background-image: url(../images/bld-2.png);
    background-repeat: no-repeat;
    height: 250px;
    width: 300px;
    object-fit: cover;
    position: absolute;
    top: -20px;
    right: 17%;
    transform: translateX(50%);
}

.mainHead h1:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.mainHead h1:last-child span {
    padding: 0 2rem 0 0;
    color: #e7c70d;
}

.supHeading span {
    font-size: 6.75rem;
}



.secHeading {
    font-size: 5.625rem;
    text-shadow: 10px 12px 3px #00000045;
}

.abCont p {
    color: var(--white);
    font-size: 1.563rem;
    padding: 1rem 0 0;
}

.abCont p span {
    color: var(--secondary);
}

.abCont .abBtn {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.abElm-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.abElm-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.abFish {
    position: absolute;
    top: 190px;
    left: 0;
    opacity: 0.2;
}

.abLeaf {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.3;
}

.abMount-1 {
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
    right: 0;
    opacity: 0.3;
}

.headParagraph {
    color: var(--white);
    font-size: 2.188rem;
    padding: 0 2rem;
}

.nsImg {
    margin: 0 10px;
}

.nftSl-1 {
    transform: rotate(-10deg);
    margin-top: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.magNft {
    margin-top: 8rem;
}

.abFish-2 {
    position: absolute;
    top: -60px;
    right: 0;
    opacity: 1;
    filter: brightness(0.5);
}

.slElm {
    position: absolute;
    top: 0;
    left: 0;
}

.slElm {
    position: absolute;
    top: 0;
    filter: brightness(0.5);
    left: 0;
}

.slElm-2 {
    position: absolute;
    top: 500px;
    filter: brightness(0.5);
    left: 0;
}

.roadCont p {
    color: var(--white);
    font-size: 1.563rem;
}

.nscBody p {
    color: var(--white);
    font-size: 1.375rem;
    line-height: 1.5;
    padding-top: 22px;
}

.marCard {
    margin-top: 10rem;
}

.nsCard {
    margin-top: 5rem;
}

.rdElm {
    position: absolute;
    top: 47%;
    filter: brightness(0.5);
    right: 0;
    transform: translateY(-50%);
}

.rdElm-2 {
    position: absolute;
    bottom: 35%;
    filter: brightness(0.5);
    left: 0;
    transform: translateY(50%);
}

.rdFish {
    position: absolute;
    top: 40%;
    left: 50%;
    opacity: 1;
    filter: brightness(0.5);
    transform: translate(-50%, -50%);

}

.skFish {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.roadSec {
    padding: 5rem 0 0;
}

.shkImg.slick-slide.slick-current.slick-active.slick-center figure:before {
    content: '';
    height: 250px;
    width: 250px;
    background-color: yellow;
    position: absolute;
    bottom: -70px;
    left: 50%;
    border-radius: 100%;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 1;
}

.shkImg figure {
    position: relative;
}

.shkImg.slick-slide.slick-current.slick-active.slick-center figure img {
    transform: scale(1.3);
    margin-top: -2rem;
}

.shkImg figure:before {
    transition: .5s all ease-in-out;
    content: '';
    height: 250px;
    width: 250px;
    background-color: yellow;
    position: absolute;
    bottom: -70px;
    left: 50%;
    border-radius: 100%;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0;
    transition: .5s all ease-in-out;
}

.shkImg {
    padding: 3rem 0 0;
}

.shkImg figure img {
    transition: .5s all ease-in-out;
}

.shkSlider {
    margin-top: 5rem;
}

footer {
    background-color: #051659;
    padding: 5rem 0 2rem;
    margin-top: -1rem;
    position: relative;
}

.subForm input {
    height: 70px;
    border-radius: 15px;
    border: none;
    font-size: 16px;
    opacity: 0.5;
    color: #051659;
    padding-left: 30px;
}

.subForm input::placeholder {
    font-size: 16px;
    opacity: 0.5;
    color: #051659;
}

.subForm .themeBtn {
    padding: 0.2rem 3.5rem;
    border: none;
    transition: .5s all ease-in-out;
}

.subForm .input-group {
    background-color: var(--white);
    padding: 0;
    border-radius: 15px;
}

.subForm input:focus {
    outline: none;
    box-shadow: none;
}

.subForm .themeBtn:hover {
    transform: unset;
    background-color: rgb(168, 197, 5);
}

.subCont .secHeading {
    position: relative;
}

.subCont .secHeading::before {
    content: '';
    height: 250px;
    width: 320px;
    position: absolute;
    top: 14px;
    left: 0;
    background-image: url(../images/newImg.png);
    background-repeat: no-repeat;
}

.cpCont p {
    color: var(--white);
    font-size: 0.875rem;
    font-weight: 400;
    font-family: 'Poppins';
}

.cpCont ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.cpCont ul li {
    padding: 0 10px;
    position: relative;
}

.cpCont ul li+li a::after {
    content: '';
    height: 10px;
    width: 1px;
    background-color: var(--white);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.cpCont ul li a {
    color: var(--white);
    font-size: 0.875rem;
    font-weight: 400;
    font-family: 'Poppins';
}

.copy {
    border-top: 1px solid var(--white);
    padding: 2rem 0 0;
    margin-top: 2rem;
}



.image-wrapper {
    border-radius: 6px;
    display: flex;
    align-items: center;
    text-align: center;
    line-height: 1.6;
}

.image-wrapper img {
    height: auto;
    max-width: 100%;
    transition: 1s all ease-in-out;
}

.shine {
    position: relative;
    overflow: hidden;
}

.shine::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(234, 187, 255, 0.3) 100%);
    content: "";
    display: block;
    height: 100%;
    left: -83%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}

.shine:hover::before,
.shine:focus::before {
    -webkit-animation: shine 0.85s;
    animation: shine 0.85s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.shine:hover img {
    transform: scale(1.1);
}

@-webkit-keyframes line {
    0% {
        left: 0;
    }

    50% {
        left: 50%;
    }

    100% {
        left: 0;
    }
}

@-webkit-keyframes line-2 {
    0% {
        right: 0;
    }

    50% {
        right: 50%;
    }

    100% {
        right: 0;
    }
}

canvas {
    opacity: 0.7;
}

/* @keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-20px);
	}
	100% {
		transform: translatey(0px);
	}
} */


.quote div {
    display: inline-block;
}

.quote span {
    display: inline-block;
    animation: moveLetter 2000ms infinite ease-in-out;
}

.quote span.empty {
    width: 1ch;
}

@keyframes moveLetter {
    50% {
        transform: translateY(10%) translateX(-50%);
    }
}

canvas {
    filter: blur(1px);
    position: absolute;
    height: 100%;
    object-fit: cover;
}



.contain {
    width: 100%;
    height: 60vh;
    position: relative;
    margin-top: 10rem;
}

.abImg {
    position: relative;
    z-index: 1;
}

.span-container {
    width: 600px;
    height: 600px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 30%;
    left: 50%;
}

.spCon {
    display: block;
    position: absolute;
    border-radius: 50%;
    animation: speed 5s infinite ease-in-out;
}

.one {
    background: #c9ba12;
    animation-delay: 2.5s;
}

.two {
    background: #a11cc7;
    animation-delay: 1s;
}

.three {
    background: #237ead;
    animation-delay: 3.5s;
}

.four {
    background: #e0bcbc;
}

@keyframes speed {
    0% {
        transform: translate(0%);
        border-radius: 50%;
    }

    25% {
        transform: translate(150%);
        border-radius: 0%;
    }

    50% {
        transform: translate(150%, 150%);
        border-radius: 50%;
    }

    75% {
        transform: translate(0, 150%);
        border-radius: 0%;
    }
}


.scrollRight,
.vapRight,
.abRight {
    position: relative;
    left: 30.5rem;
}

.scrollLeft,
.vapLeft,
.abLeft,
.headNews {
    position: relative;
    left: -30.5rem;
    top: 4rem;
}

.mscHead img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform-origin: left;
}
.navbar-brand img{
    width:277px;
}

.reveal {
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 500px;
    overflow: hidden;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    vertical-align: middle;
    content: '';
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url(../images/humburger.png);
}


/* quick-contact */

 .quick-contact input.form-control {
  border-radius: 0px;
  margin-bottom: 15px;
  min-height: 60px;
  background-color: #f7f9f8;
  padding-left: 19px;
  border: 1px solid #ccc;
}

.quick-contact textarea.form-control {
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #f7f9f8;
  border: none;
  padding: 10px;
  border: 1px solid #ccc;
}

.quick-contact form button {
  padding: 15px 80px;
  border: none;
  margin: 25px auto 0;
  display: table;

 
}


.quick-contact {
  position: relative;
  background: #051659;
  padding: 6rem 0;
  margin-top:-1rem;
}


/* quick-contact */
