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

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


/* Root Styling */

:root {
    --c1: #E1242A;
    --f1: 'InputMono';
}

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


/* General Styling */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none !important;
    list-style-type: none;
    font-family: var(--f1), sans-serif;
    text-rendering: geometricPrecision; 
}

::selection {
    background-color: var(--c1);
    color: #fff;
}

a {
    display: inline-block;
    color: #000;
    transition: all 300ms ease-in-out;
}

a:hover {
    color: #000;
}

ul,
ol,
dl {
    margin-bottom: 0;
    padding: 0;
}

p,
li,
span {
    font-family: var(--f1);
}

.imgFluid {
    max-width: 100%;
    height: auto;
}

button {
    cursor: pointer;
    transition: all 300ms ease-in-out;
    outline: 0;
}

/* button style */

.themebtn {
    padding: 12px 35px;
    background: var(--c1);
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
    z-index: 99;
}

.themebtn:hover {
    background: var(--c1);
    color: #fff;
}

.themebtn::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-animation: shine .75s;
    animation: shine 2s linear infinite;
}

.themebtn::after {
    position: absolute;
    content: '';
    width: 0;
    right: 0;
    height: 100%;
    background-color: var(--c2);
    top: 0;
    transition: 400ms ease;
    z-index: -1;
}

.themebtn:hover::after {
    width: 100%;
    left: 0;
}

.themebtn:hover span {
    animation: tada 1s;
}

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

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


/* button style */


/* new css start */

.banner_item {
    width: 100%;
    height: 625px;
    overflow: hidden;
    margin: 0;
}

.banner_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.coming_soon {
    position: relative;
}

.coming_soon h6 {
    font-size: 16px;
    text-align: center;
    background: var(--c1);
    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #fff;
    margin: 0;
    padding: 29px;
    margin-left: 5pxpx;
    line-height: 19px;
    position: relative;
    font-family: var(--f1);
    font-weight: bold;
    bottom: -80px;
}

.web_logo a {
    overflow: hidden;
    position: relative;
}

.web_logo a > img {
    height: 436px;
}

.coming_soon_cont p {
    margin: 0;
    font-weight: regular;
    color: #000;
    line-height: 16px;
    letter-spacing: 0.34px;
    text-align: end;
    font-size: 13px;
    position: relative;
    right: 22px;
}

.coming_soon_cont a {
    margin: 0;
    font-weight: regular;
    color: #000;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: end;
    font-size: 13px;
}

.comin_soon_main {
    height: 650px;
    display: flex;
    justify-content: flex-start;
    align-items: end;
}

.coming_soon_cont {
    font-family: var(--f1);
    position: absolute;
    bottom: -113px;
    left: -260px;
}

ul.slick-dots {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0;
    bottom: 32px;
    left: 22px;
}

ul.slick-dots li {
    padding: 0;
    width: auto;
    height: auto;
    margin: 0;
}

ul.slick-dots li button {
    padding: 0;
    width: 39px;
    height: 1px;
    background: #fff;
    font-size: 0; 
} 

.slick-active button {
    height: 3px !important;
    margin-bottom: 0px;
    background: var(--c1) !important;
}
 

.slick-arrow {
    display: none !important;
}

.web_logo h1 {
    margin-bottom: 7px;
    font-size: 26px;
    line-height: 33px;
    text-transform: uppercase;
    color: white;
    letter-spacing: 10px;
    font-weight: 600;
}

.plus{
    font-size: 30px;
}

.logo_main {
    display: flex;
    justify-content: end;
    align-items: end;
    height: 840px;
    left: 125px;
    position: relative;
}
.slick-dots li button:before {
    display: none;
}
 