@charset "utf-8";

/*Start: Reset CSS*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
hr,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

em {
    font-style: italic;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
}

html {
    height: 100%;
    overflow-y: auto;
    scroll-behavior: smooth;
}

html[xmlns] .clearfix {
    display: block;
}

input:disabled {
    cursor: not-allowed;
}


/*END: Reset CSS*/

body {
    background: #edf1f4;
    float: left;
    width: 100%;
    font-size: 16px;
    /* font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; */
    font-family: 'Oswald', sans-serif;
}

header,
footer,
section,
article,
.section_container {
    float: left;
    width: 100%;
}

header {
    position: absolute;
    padding: 20px;
    top: 0;
    z-index: 1;
}

.headerLogo {
    float: right;
    margin-right: 20px;
}

.headerLogo img {
    height: 68px;
}

footer {
    background-color: #000;
}

footer p {
    color: rgba(255, 255, 255, 0.4);
}


/* banner section */

.bannerVideo .html5-video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.videoTitle .scrollBtn {
    margin: 0 auto -35px;
}

.videoTitle {
    background: rgb(2, 0, 36);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 35%, rgba(255, 255, 255, 0.55) 65%, rgba(0, 212, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 35%, rgba(255, 255, 255, 0.55) 65%, rgba(0, 212, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 35%, rgba(255, 255, 255, 0.55) 65%, rgba(0, 212, 255, 0) 100%);
    position: absolute;
    max-width: 60%;
    width: 100%;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding: 10px 0;
}

.videoTitle h2 {
    text-align: center;
    font-size: 30px;
    color: #ce2027;
    padding-bottom: 20px;
}

.pageTitle {
    text-align: center;
    font-size: 30px;
    color: #ce2027;
    padding-bottom: 15px;
    padding-top: 25px;
}

.offerSec {
    background-color: #fff;
    background-image: url(../images/secnSecbg_1.png), url(../images/secnSecbg2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: top left, top right;
    -webkit-background-size: contain;
    background-size: contain;
    background-attachment: fixed;
}

.offerSec .offCol img {
    display: block;
}

.offerSec .offCol {
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
    width: 300px;
    margin: 0 auto;
}

.creativeSec {
    background: #fff;
}

.creativeSec img {
    display: block;
    max-height: 95vh;
    margin: 0 auto;
}

.bimg_blk img {
    height: 84px;
    margin-bottom: 15px;
}


/* banner section */

.creativeSec img {
    display: block;
}

.creativeSec {
    padding-bottom: 30px;
}

.scrollBtn {
    width: 50px;
    height: 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    background-color: #8d4ea7;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    line-height: 1;
}

.scrollBtn:hover {
    background-color: #fff;
    color: #8d4ea7;
}

.scrollTop {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

section {
    position: relative;
    font-size: 0;
}

html {
    scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}