*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    display: block;
    max-inline-size: 100%;
    block-size: auto;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    --font-lineheight-4: 1.75;
    position: relative;
    line-height: var(--font-lineheight-4);
    background-color: #f9fafb;
    color: #1f2937;
}

body > header {
    position: absolute;
    z-index: 1000;
    block-size: auto;
    top: 1rem;
    left: 1rem;
    /* background: rgba(255,255,255,0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); */
}

.logo-wrapper {
    display: flex;
    align-items: center;
}

.logo {
    inline-size: 100px;
    filter: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
}

.brand {
    --font-size-5: 2rem;
    --font-size-6: 2.5rem;
    --font-size-7: 3rem;
    font-family: "Inter", sans-serif;
    font-size: clamp(1.75rem, 2vw + 1rem, 2.25rem);
    font-weight: 500;
    font-style: normal;
    /* color: #030712; */
    color:#f1f5f9;
    text-shadow: 3px 3px 4px rgba(31, 41, 55, 1);
    /* letter-spacing: 0.03ch; */
}

main header {
    inline-size: 100%;
    block-size: 400px;
    background-color: #030712;
    background-image: url(../assets/pattern.svg);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-block-end: 2em;
}

@media (max-width: 767.98px) {
    main header {
        block-size: 300px;
    }
}

header h1 {
    --font-size-fluid-3: clamp(2rem, 4vw, 3.5rem);
    font-size: 72px;
    color: #f9fafb;
}

.d-block {
    padding-inline-start: 1rem;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
}

.btn-link {
    display: inline-block;
    --si-btn-padding-x: 1.75rem;
    --si-btn-padding-y: 0.625rem;
    padding: var(--si-btn-padding-y) var(--si-btn-padding-x);
    border: 1px solid #334155;
    transition: background .2s ease-in-out;
}

.btn-link:hover {
    background: #e2e8f0;
}

@media (max-width: 767.98px) {
    header h1 {
        font-size: 48px;
    }
}

section {
    padding: 45px 0px 45px 0px;
}

.widget {
    display: inline-block;
    width: auto;
    margin: 0px 0px 15px 0px;
    background-color: #000000;
    border-radius: 100px 100px 100px 100px;
}

.budge {
    display: flex;
    height: 21px;
    align-items: center;
}

.widget-text {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: normal;
    margin: 0px 0px 0px 0px;
    padding: 0em 1em 0em 1em;
    color: #FFFFFF;
    vertical-align: middle;
    transition: color .3s;
}

.secondary-h2 {
    font-family: "Inter", sans-serif;
    font-size: 56px;
    font-weight: 600;
    text-transform: none;
    line-height: 1.1em;
    letter-spacing: 0px;
    white-space: normal;
    margin: 0em 0em 0.3em 0em;
}

@media (max-width: 1024px) {
    .secondary-h2 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .secondary-h2 {
        font-size: 44px;
    }
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    flex-wrap: wrap;
}

.column-inner {
    padding: 10px;
}

.col-100 {
    width: 100%;
}

@media (min-width: 768px) {
    .col-75 {
        width: 75%;
    }
}

.flex-container-inner {
    display: flex;
    width: 50%;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .flex-container-inner {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .flex-container-inner {
        width: 100%;
        flex-direction: column;
    }
}

.flex-item {
    width: 50%;
    padding: 10px;
}

@media (max-width: 767px) {
    .flex-item {
        width: 100%;
    }
}

.flex-item-inner p {
    font-size: 15px;
    line-height: 1.33em;
    white-space: normal;
    margin: 0em 0em 1em 0em;
}

.marquee-section {
    background-attachment: fixed;
    background-color: #1C1D24;
    background-image: url(../assets/Pankaj\ Ji/Lobby-3d-View-02-\(2\).jpg);
    background-position: top center;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-bottom: 0px;
    padding: 012% 0% 012% 0%;
    position: relative;
}

.background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: #0A0A0A4D;
}

.marquee-flex-container {
    display: flex;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
}

.marquee-text {
    animation: qode-move-horizontal-normal-text-marquee 31s linear infinite;
}

@keyframes qode-move-horizontal-normal-text-marquee {
    0% {
        transform: translateX(0) translateZ(0);
    }
    
    100% {
        transform: translateX(-100%) translateZ(0);
    }
}

.marquee-text-repeater {
    font-family: 'Bebas Neue', sans-serif;
    -webkit-text-stroke-color: #FDF5D3E8;
    font-size: 114px;
    font-weight: 300;
    color: transparent!important;
    -webkit-text-stroke-width: 1px;
    text-shadow: none;
    line-height: 1.1em;
    padding-right: 0.5em;
    padding-left: 0.5em;
    white-space: nowrap;
}

@media screen and (max-width: 991px) {
    .marquee-text-repeater {
        font-size: 84px;
    }
}

.contact {
    max-width: 1050px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.form-widget {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 1024px) {
    .widget-control {
        border-left: none !important;
        border-right: none !important;
    }
}

.widget-control {
    padding: 20px 10px 15px 20px;
    background: #fff;
    border: 1px solid #C6C6C6;
}

@media screen and (max-width: 991px) {
    .widget-control {
        width: 100%;
    }
}

.modal-bl-n {
    border-left: none;
}

.modal-bb-n {
    border-bottom: none;
}

@media (min-width: 992px) {
    .widget-control {
        width: 50%;
    }
}

label {
    margin-bottom: 0;
    position: relative;
    margin: 0;
    color: #4B4B4C;
    font-size: 14px;
}

input, select, textarea {
    display: flex;
    width: 100%;
    position: relative;
    border: 1px solid #d5d6de;
    border-width: 0;
    background: 0 0;
    align-items: center;
    transition: all .3s;
    font-size: 18px;
}

input:not([type=submit]) {
    color: #BAB6B6;
}

input:not([type=submit]):focus, textarea:focus, input:focus {
    color: #000000;
}

input:focus, textarea:focus {
    outline: 0;
}

.form-control, select {
    height: 40px;
}

textarea {
    resize: vertical;
    padding-top: 1em;
    padding-bottom: 1em;
    height: 87px;
}

@media (min-width: 992px) {
    .full-width {
        width: 100%;
    }
}

.privacy {
    display: inline-flex;
    font-size: .8571428571em;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    width: 100%;
}

input[type=submit] {
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    height: 60px;
    cursor: pointer;
}

input[type=submit] {
    --e-global-color-primary: #000000;
    --color-primary: var(--e-global-color-primary, #184341);
    display: inline-flex;
    margin-bottom: 0;
    padding: 0 2.8em;
    border: 1px solid var(--color-primary);
    background-color: var(--color-primary);
    align-items: center;
    color: #fff;
    transition: all .3s ease;
}

input[type=submit]:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 35px rgba(0,0,0,.125);
}

.bb-n {
    border-bottom: none;
}

.bl-n {
    border-left: none;
}

.site-footer {
    background-color: #030712;
    background-image: url(../assets/pattern.svg);
    /*position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    overflow: hidden;*/
}

.footer-wrapper {
    color: #FFFFFF6B;
    padding: 85px 0px 90px 0px;
}

.footer-flex-container {
    max-width: 1140px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

@media (max-width: 1024px) {
    .footer-flex-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) {
    .col-large {
        width: 66.6666667%;
    }
}

@media (min-width: 768px) {
    .col-small {
        width: 33.3333333%;
    }
}

.col-small {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-column-inner {
    padding: 15px;
}

h2, .h2 {
    color: #000000;
    font-family: "Inter", sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.11em;
}

.heading-title {
    font-family: "Playfair Display", Sans-serif;
    font-weight: 500;
    font-style: italic;
    white-space: normal;
    margin: 0em 0em 0em 0em;
    color: #FFFFFF;
    display: inline-block;
}

.semantic-text {
    white-space: normal;
    margin: 0em 0em 0.5em 0em;
    color: #FFFFFF;
}

.widget-container {
    margin: 0px 0px 35px 0px;
}

.drop-a-line {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF33;
    background-color: #FFFFFF00;
    --extended-line-size: 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFFFF;
    fill: #FFFFFF;
    --btn-pt: 1.2em;
    --btn-pe: 5.2em;
    --btn-pb: 1.2em;
    --btn-ps: 5.2em;
    padding: 1.2em 5.2em 1.2em 5.2em;
    box-shadow: none;
    text-decoration: none;
}

.drop-a-line:hover {
    border-style: solid;
    border-color: #FFFFFF;
    background-color: #FFFFFF;
    color: #000000;
    transform: translate3d(0,-2px,0);
    box-shadow: 0 12px 28px rgba(0,0,0,.12);
}

.btn {
    display: inline-flex;
    border-radius: 0;
    vertical-align: middle;
    line-height: inherit;
    text-align: unset;
    transition: all .3s;
}

.lqd-highlight-classic {
    font-size: 12px;
    font-style: italic;
    white-space: normal;
    color: #FFFFFF54;
    margin-top: 0;
    margin-bottom: 0.5em;
    vertical-align: middle;
    transition: color .3s;
    display: inline-block;
}

.flex-center {
    display: flex;
    align-content: center;
    align-items: center;
}

.social-icons-wrapper {
    --grid-column-gap: 15px;
    --grid-row-gap: 0px;
    text-align: right;
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
}

.grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
    text-align: right;
    color: #FFFFFF6B;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF00;
    --icon-size: 20px;
    --icon-padding: 1.2em;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF2E;
    color: #FFFFFF;
    border-radius: 50%;
    font-size: var(--icon-size, 25px);
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
    height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
    transition: all .3s;
}

.social-icon:hover {
    color: #FFFFFF66;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.social-icon:hover svg {
    color: #000000;
}

.social-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
}