@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


@font-face {
    font-family: 'Roundkey';
    src: url('../fonts/Roundkey-Light.eot');
    src: url('../fonts/Roundkey-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roundkey-Light.woff2') format('woff2'),
        url('../fonts/Roundkey-Light.woff') format('woff'),
        url('../fonts/Roundkey-Light.ttf') format('truetype'),
        url('../fonts/Roundkey-Light.svg#Roundkey-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roundkey';
    src: url('../fonts/Roundkey-Bold.eot');
    src: url('../fonts/Roundkey-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roundkey-Bold.woff2') format('woff2'),
        url('../fonts/Roundkey-Bold.woff') format('woff'),
        url('../fonts/Roundkey-Bold.ttf') format('truetype'),
        url('../fonts/Roundkey-Bold.svg#Roundkey-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roundkey Med';
    src: url('../fonts/Roundkey-Medium.eot');
    src: url('../fonts/Roundkey-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roundkey-Medium.woff2') format('woff2'),
        url('../fonts/Roundkey-Medium.woff') format('woff'),
        url('../fonts/Roundkey-Medium.ttf') format('truetype'),
        url('../fonts/Roundkey-Medium.svg#Roundkey-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #080d1a;
    color: #fff;
}
a {
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    line-height: 1.2;
}

.zoom {
    animation: buttonAnimation 1.5s infinite;
  }

    @keyframes buttonAnimation {
        0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
  }
.banner-section{
    padding: 30px 0;
    background-image: url(../images/Image-48.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    background-position: center;
}
.banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(8, 13, 26, 0.5);
}
.banner-box {
    position: relative;
    z-index: 1;
}
.banner-section h1 {
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'Roundkey Med';
    line-height: 42px;
    font-weight: 500;
    margin-bottom: 10px;
}
.banner-section .content-box .img1 {
    margin-bottom: 40px;
    max-width: 550px;
    width: 100%;
}

.banner-section ul {
    margin-bottom: 0;
}
.banner-section ul li {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 50px;
    list-style: none;
    position: relative;
    padding-left: 45px;
}
.banner-section ul li:before {
    content: "";
    background-image: url(../images/Path-569.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}
.banner-section ul li::after {
    content: "";
   background-color: #fff;
    width: 1px;
    position: absolute;
    left: 7px;
    height: 100%;
    top: 0;
}
.banner-section ul li:last-child {
    margin-bottom: 0;
}

.header-logo {
    margin-bottom: 30px;
}
.btn-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.banner-section h5 {
    font-size: 37px;
    line-height: 39px;
    font-family: 'Roundkey';
    font-weight: 300;
    text-shadow: 3px 3px 2px #000;
}
.banner-section h5 span, .btn-block h4 span{
    color: #33CC99;
}
.btn-block h4 {
    line-height: 47px;
    font-size: 52px;
    font-family: 'Roundkey';
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #F1C346;
    margin-right: 20px;
}
.header-logo img {
    max-width: 210px;
    width: 100%;
}
.mob-show{display: none;}
.banner-section .btn-block img {
    max-width: 500px;
    width: 100%;
}
.bottom-block-section{
    text-align: center;
    margin-top: auto;
}
.banner-box {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 90vh;
}