:root
{
    --bs-black : #000;
    --black: #131739;
    --black1: #050927;
    --white: #ffffff;
    --btn-primary: #414AEB;
    --black2: #262F40;
    --purple_blue_brighter: #8087FD;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'gotham_blackregular';
    line-height: 1.6;
    background-image: url("/wp-content/uploads/2026/03/Commingsoon-BG-Image.png");
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    color: #fff;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
*
{
    margin:0;
    padding: 0;
}
h2
{
    font-size: 40px !important;
    font-weight: 500 !important;
}
.form-control:focus {

    box-shadow: none;
}
.entry-title {
    display: none;
}
.main-header {
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 11;
    background: var(--white);
    transition: all 0.3s ease-in-out;
}
.small-header {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
    position: fixed;
    width: 100%;
}
.menu-top li:hover>a, .menu-top li>a:hover, .menu-top>li.current-menu-item>a, .menu-top>li.current_page_parent>a {
    color: var(--btn-primary);
}
.logo-wrapper img {
    width: 245px;
    height: auto;
}
.menu-top>li {
    display: block;
    line-height: 120%;
    margin-right: 50px;
}
.menu-top>li>a {
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
    display: block;
    position: relative;
    line-height: 120%;
    text-transform: capitalize;
    text-decoration: none;
    padding: 24.22px 0;
    transition: all 0.3s ease-in-out;
}
.Small-cards {
    color: #fff;
    text-align: center;
}
.card-body {
    text-transform: uppercase;
}
.page-template-coming-soon header{
	display:none !important;
}
.Small-cards .card-item-in img, .Small-cards .card-item-in .banner-videobox {
    height: 245px;
}
.coming-soon-heading {
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 15px;
}
.card-item-in {
    border: 1px solid #fff;
    padding: 10px;
   
}
.card-item h3 {
    font-size: 48px;
}
.card-content p {
    font-size: 36px;
	font-family: 'gotham_lightregular';
}
.card-small .card-item {
    max-width: 490px;

}