
body {
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.banner-style-one {
    min-height: 100vh;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

.banner-style-one .border1 {
    top: 0%;
    left: 14%;
    position: absolute;
    height: 100%;
    width: 1px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.banner-style-one .border1:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: -2px;
    width: 4px;
    height: 30px;
    -webkit-animation: scroll1 6s ease-out infinite;
    animation: scroll1 6s ease-out infinite;
    background: rgb(255, 6, 42);
}

.banner-style-one .border2 {
    top: 0%;
    left: 50%;
    position: absolute;
    height: 100%;
    width: 2px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.banner-style-one .border2:before {
    content: '';
    position: absolute;
    top: 0;
    right: -2px;
    width: 4px;
    height: 30px;
    -webkit-animation: scroll2 6s ease-out infinite;
    animation: scroll2 6s ease-out infinite;
    background: rgb(255, 6, 42);
    overflow: hidden;
}

.banner-style-one .border3 {
    top: 120px;
    position: absolute;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.banner-style-one .border3:before {
    content: '';
    position: absolute;
    top: 0;
    right: -2px;
    width: 30px;
    height: 4px;
    -webkit-animation: scroll3 6s ease-out infinite;
    animation: scroll3 6s ease-out infinite;
    background: rgb(255, 6, 42);
    overflow: hidden;
}

@media only screen and (max-width: 1518px) and (min-width: 1200px) {
    .banner-style-one .border4 {
        top: 87%;
    }
}

.banner-style-one .border4 {
    top: 80%;
    left: 50%;
    position: absolute;
    height: 1px;
    width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.banner-style-one .border4:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 30px;
    height: 4px;
    -webkit-animation: scroll3 7s ease-out infinite;
    animation: scroll3 7s ease-out infinite;
    background: rgb(255, 6, 42);
}

@-webkit-keyframes scroll1 {
    0% {
        opacity: 1;
        bottom: 0;
    }
    50% {
        bottom: 50%;
    }
    100% {
        bottom: 100%;
        opacity: 0.5;
    }
}

@keyframes scroll1 {
    0% {
        opacity: 1;
        bottom: 0;
    }
    50% {
        bottom: 50%;
    }
    100% {
        bottom: 100%;
        opacity: 0.5;
    }
}

@-webkit-keyframes scroll2 {
    0% {
        opacity: 1;
        top: 0;
    }
    50% {
        top: 50%;
    }
    100% {
        top: calc(100% - 30px);
        opacity: 0.5;
    }
}

@keyframes scroll2 {
    0% {
        opacity: 1;
        top: 0;
    }
    50% {
        top: 50%;
    }
    100% {
        top: calc(100% - 30px);
        opacity: 0.5;
    }
}

@-webkit-keyframes scroll3 {
    0% {
        opacity: 1;
        left: 0;
    }
    50% {
        left: 50%;
    }
    100% {
        left: 100%;
        opacity: 0.5;
    }
}

@keyframes scroll3 {
    0% {
        opacity: 1;
        left: 0;
    }
    50% {
        left: 50%;
    }
    100% {
        left: 100%;
        opacity: 0.5;
    }
}

.banner-style-one .btnRipple {
    position: absolute;
    top: 65%;
    left: 6%;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100px;
    height: 100px;
    background: rgba(255, 6, 42, 0.4);
    text-align: center;
    border-radius: 50%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    line-height: 40px;
}

.banner-style-one .btnRipple-2 {
    position: absolute;
    top: 65%;
    left: 20%;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100px;
    height: 100px;
    background: rgba(255, 6, 42, 0.4);
    text-align: center;
    border-radius: 50%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    line-height: 40px;
}

.banner-style-one .btnRipple-3 {
    position: absolute;
    top: 65%;
    right: 6%;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100px;
    height: 100px;
    background: rgba(255, 6, 42, 0.4);
    text-align: center;
    border-radius: 50%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    line-height: 40px;
}

.banner-style-one .btnRipple-4 {
    position: absolute;
    top: 65%;
    right: 20%;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100px;
    height: 100px;
    background: rgba(255, 6, 42, 0.4);
    text-align: center;
    border-radius: 50%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    line-height: 40px;
}

.banner-style-one .btnRipple-home {
    position: absolute;
    top: 65%;
    left: 6%;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 65px;
    height: 65px;
    background: rgba(255, 6, 42, 0.4);
    text-align: center;
    border-radius: 50%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    line-height: 40px;
}

@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 6, 42, 0.1), 0 0 0 20px rgba(255, 6, 42, 0.1), 0 0 0 40px rgba(255, 6, 42, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 6, 42, 0.1), 0 0 0 20px rgba(255, 6, 42, 0.1), 0 0 0 40px rgba(255, 6, 42, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 6, 42, 0.1), 0 0 0 40px rgba(255, 6, 42, 0.1), 0 0 0 60px rgba(255, 6, 42, 0);
        box-shadow: 0 0 0 20px rgba(255, 6, 42, 0.1), 0 0 0 40px rgba(255, 6, 42, 0.1), 0 0 0 60px rgba(255, 6, 42, 0);
    }
}

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 6, 42, 0.1), 0 0 0 20px rgba(255, 6, 42, 0.1), 0 0 0 40px rgba(255, 6, 42, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 6, 42, 0.1), 0 0 0 20px rgba(255, 6, 42, 0.1), 0 0 0 40px rgba(255, 6, 42, 0.1);
    }
    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 6, 42, 0.1), 0 0 0 40px rgba(255, 6, 42, 0.1), 0 0 0 60px rgba(255, 6, 42, 0);
        box-shadow: 0 0 0 20px rgba(255, 6, 42, 0.1), 0 0 0 40px rgba(255, 6, 42, 0.1), 0 0 0 60px rgba(255, 6, 42, 0);
    }
}

@-webkit-keyframes pulse1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.4);
        box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(136, 193, 62, 0.2);
        box-shadow: 0 0 0 10px rgba(136, 193, 62, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.1);
        box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.1);
    }
}

@keyframes pulse1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.4);
        box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(136, 193, 62, 0.2);
        box-shadow: 0 0 0 10px rgba(136, 193, 62, 0.2);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.1);
        box-shadow: 0 0 0 0 rgba(136, 193, 62, 0.1);
    }
}

.banner-style-one .btnRipple a {
    font-size: 15px;
    position: relative;
    z-index: 9;
    top: 30px;
    left: 2px;
    color: white;
    text-decoration: none;
}

.banner-style-one .btnRipple-2 a {
    font-size: 15px;
    position: relative;
    z-index: 9;
    top: 30px;
    left: 2px;
    color: white;
    text-decoration: none;
}

.banner-style-one .btnRipple-3 a {
    font-size: 15px;
    position: relative;
    z-index: 9;
    top: 30px;
    right: 2px;
    color: white;
    text-decoration: none;
}

.banner-style-one .btnRipple-4 a {
    font-size: 15px;
    position: relative;
    z-index: 9;
    top: 30px;
    right: 2px;
    color: white;
    text-decoration: none;
}

.banner-style-one .btnRipple-home a {
    font-size: 15px;
    position: relative;
    z-index: 9;
    top: 14px;
    left: 2px;
    color: white;
    text-decoration: none;
}

@media only screen and (max-width: 1518px) and (min-width: 1200px) {
    .banner-style-one .btnRipple {
        top: 85%;
    }
    .banner-style-one .btnRipple-2 {
        top: 85%;
    }
    .banner-style-one .btnRipple-home {
        top: 85%;
    }
}

.banner-style-one .heading {
    position: absolute;
    top: 77%;
    right: 5%;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 2;
}

.heading p {
    color: white;
    font-size: 36px;
    font-family: sans-serif;
    letter-spacing: 4px;
}

.text-color {
    background-color: rgb(255, 6, 42);
    padding: 0px 20px;
}

