/* ============================ deafult section start ============================== */
/* google fonts */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed: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&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
.tk-barlow-condensed {
  font-family: "Barlow Condensed", sans-serif !important;
}
.tk-raleway {
  font-family: "Raleway", sans-serif !important;
}


body {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	font-family: "Raleway", sans-serif;
	color: #000;
}

/* lenis */
html.lenis,
html.lenis body {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	-ms-scroll-chaining: none;
	    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

/* lenis */

/* scroll bar */
.os-scrollbar-handle {
	background: #CE152D;
}

body>.os-scrollbar {
	z-index: 999;
}

/* scroll bar */

img {
	max-width: 100%;
	height: auto;
}

.mb-p p:last-child {
	margin-bottom: 0;
}
/* animation */

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #000;
}
.bg-fix{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/* heading  style*/
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-weight: 700;
	line-height: 1.1;
	font-family: "Barlow Condensed", sans-serif;
	text-transform: uppercase;
}

h1 {
	font-size: 58px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 36px;
}

h4 {
	font-size: 32px;
}

h5 {
	font-size: 24px;
}

h6 {
	font-size: 20px;
}

/* input  */

textarea,
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="phone"],
input[type="email"],
input[type="text"] {
	color: #FFF;
	width: 100%;
	background-color: transparent;
	border: 1px solid #65696B;
	padding: 6.5px 8px;
	border-radius: 0;
	display: block;
}

textarea:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="phone"]:focus,
input[type="email"]:focus,
input[type="text"]:focus {
	border-radius: 0;
	outline: 0;
	box-shadow: 0;
}

::placeholder {
	color: #FFF;
	text-transform: capitalize;
}

textarea {
	width: 100%;
	min-height: 78px;
	display: block;
}

/* input  */
.z-4{
	z-index: 4 !important;
}
.z-5{
	z-index: 5 !important;
}
/* under-construction banner start */
.under-construction-banner {
    padding: 294px 0 70px;
    min-height: 100vh;
    background: #fff;
}
.under-construction-banner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.58);
    z-index: 2;
}
.under-construction-banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.65) 100%);
    z-index: 3;
}
.under-construction-bg {
    z-index: 1;
    mix-blend-mode: luminosity;
}
.header-logo {
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    border-radius: 2px;
    overflow: hidden;
}
.header-logo img {
    max-width: 445px;
}

.under-construction-content-wrapper {
    max-width: 662px;
}
.under-construction-content-info {
    padding-bottom: 38px;
}
.under-construction-content-info::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 4px;
    width: 128px;
    background: #CE152D;
    transform: translateX(-50%);
}
/* font white */
.under-construction-contact a:hover ,
.under-construction-badge p,
.under-construction-content-info h1{
    color: #FFF;
}
.under-construction-content-info h1 {
    font-size: 120px;
    letter-spacing: 2.4px;
    margin-bottom: 25px;
}
.under-construction-content-info p {
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.24px;
}
.under-construction-badge {
    margin-top: 60px;
}
.under-construction-contact {
    margin-top: 50px;
}
.under-construction-badge > p {
    font-size: 32px;
    font-weight: 700;
    line-height: 0.9;
    letter-spacing: 0.9px;
	text-transform: uppercase;
}
.under-construction-content-info p ,
.under-construction-contact p {
    color: #F0EFEF;
}
.under-construction-contact a {
    color: #CE152D;
    font-weight: 600;
    letter-spacing: 0.32px;
	display: inline-block;
	transition: all 0.3s linear;
}

/* under-construction banner end */
