@font-face {
    font-family: 'AktivGrotesk';
    src: url('/font/AktivGrotesk/AktivGrotesk-BlackItalic.woff2') format('woff2'),
        url('/font/AktivGrotesk/AktivGrotesk-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('/font/AktivGrotesk/AktivGrotesk-Black.woff2') format('woff2'),
        url('/font/AktivGrotesk/AktivGrotesk-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AktivGrotesk';
    src: url('/font/AktivGrotesk/AktivGrotesk-Bold.woff2') format('woff2'),
        url('/font/AktivGrotesk/AktivGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('/font/OpenSans/OpenSans-Bold.woff2') format('woff2'),
        url('/font/OpenSans/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/font/OpenSans/OpenSans-Regular.woff2') format('woff2'),
        url('/font/OpenSans/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/font/OpenSans/OpenSans-Italic.woff2') format('woff2'),
        url('/font/OpenSans/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow: hidden;
    overflow-y: auto;
}
:root {
    --white: #ffffff;
    --black: #000000;
    --primary-colo: #fa5300;
    --light-gray:#ededed9e;
}
a {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h5 {
    margin-top: 0;
    margin-bottom: 0;
}
p {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 14px;
}
.container {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}
ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}
.all-img {
    max-width: 100%;
    height: auto;
}
.padding-tb {
    padding: 100px 0;
}
.title-1 {
    text-transform: uppercase;
    color: var(--white);
    font-size: 75px;
    line-height: 83px;
    font-family: 'AktivGrotesk';
    letter-spacing: 1px;
    font-weight: 800;
    text-align: left;
    max-width: 360px;
}
.banner-cntnt-1 {
	text-align: left;
	max-width: 400px !important;
	font-size: 16px;
	line-height: 1.4;
	margin-top: 10px;
}
.title-2 {
    color: var(--white);
    text-transform: uppercase;
    font-size: 64px;
    line-height: 80px;
    font-family: 'AktivGrotesk';
    letter-spacing: 1px;
    font-weight: 500;
    text-align: center;
    max-width: 1010px;
    margin: 0 auto;
}
.title-3 {
    font-size: 70px;
    margin-bottom: 30px;
    line-height: 80px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500;
}
.title-4{
    font-size: 45px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 500;
    line-height: 54px;
}
.cust-btn{
    font-size: 14px;
    font-weight: 400;
    background-color: #f7eedd;
    line-height: 1;
    padding: 16px 17px;
    border-radius: 5px;
    transition: all 0.5s ease;
    min-width: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: max-content;
    text-align: center;
    font-family: 'Open Sans';
    color: #000000 !important;
}
.cust-btn:hover {
    background-color: var(--white) !important;
    color: var(--black) !important;
}
.margin-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.ptb-70 {
    padding: 70px 0;
}
.mt-50 {
    margin-top: 50px;
}
.bg-white {
    background-color: var(--white) !important;
}
.bg-white{
    background-color: var(--white);
}
.black-text{
    color: var(--black) !important;
}
.white-text{
    color: var(--white);
}
/* header sec css start  */
.nav {
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;padding-inline: 40px !important;
}
.nav .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav .logo-img {
    max-width: 170px;
    height: auto;
}
.nav .logo-img a {
    display: flex;
}
.nav .mobile-menu {
    display: none;
    cursor: pointer;
    background-color: #f7eedd;
    border-radius: 10px;
    padding: 7px;
    width: 50px;
    height: auto;
}
.nav .contact-us-btn:hover {
    background-color: var(--primary-colo) !important;
    color: var(--white) !important;
}
.nav .col-buttons .nav-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.nav a.start-campaign-btn {
    background-color: #f7eedd;
    color: #040507;
    border-radius: 5px;
    font-family: 'Open Sans';
}
.index-page .nav .logo-img .header-black-logo,
.term-and-conditions .nav .logo-img .header-white-logo {
    display: none;
}
/* banner sec css start  */
.banner-sec {
    position: relative;
    min-height: 100svh;
    overflow: hidden;
}
.banner-container {
    position: relative;
    width: 100%;
    min-height: 100svh;
}
.banner-sec .start-your-campaign-banner-btn {
    padding: 16px 17px;
    background-color: #f7eedd;
    color: #000;
    border-radius: 5px;
    font-family: 'Open Sans';
}
.banner-btn a img.all-img,
.explore-our-services-btn img{
    transition: all 0.5s ease;
}
.banner-btn a:hover img.all-img,
.coming-soon-sec .explore-our-services-btn:hover img {
    filter: invert(1);
}
.hero-list-btn ul li:first-child a.hero-btn {
    padding-left: 0;
}
.banner-btn a img,
.coming-soon-sec .coming-soon-btn img {
    width: 24px;
    height: 24px;
    margin-left: 17px;
    transition: all 0.5s ease;
}
.banner-bottom {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
    flex-wrap: wrap;
    flex-direction: column;
}
.hero-list-btn ul {
    display: flex;
    flex-wrap: wrap;
}
.hero-list-btn ul li{
    position: relative;
}
.hero-list-btn ul li:before {
    content: "";
    background-color:var(--white);
    width: 5px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.hero-list-btn ul li:last-child::before{
    display: none;
}
.hero-list-btn .hero-btn {
    color: var(--white);
    padding: 10px 25px;
    display: block;
    transition: all 0.5s ease;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}
.hero-list-btn .hero-btn:hover {
    color: var(--primary-colo);
}
.social-media-icons {
    /* margin-top: 130px;
    margin-left: -50px; */
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 1;
}
.social-media-icons ul.social-inner-icons {
    display: flex;
    align-items: end;
    gap: 20px;
    justify-content: end;
}
.social-inner-icons img {
    width: 30px;
    height: 30px;
    filter: brightness(0) invert(1);
}
.banner-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: var(--white);
    z-index: 9;
    width: 100%;
}
.header-banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.banner-img {
    width: 100%;
    height: 100%;
    /* transform: scale(1.3); */
    /* transform-origin: left; */
    object-fit: cover;
    object-position: top;
}
.header-banner-img::before {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 5%, rgba(255, 255, 255, 0) 80%);
    width: 100%;
    height: 60vh;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transform: rotate(0deg);
}
.banner-sec ul.social-inner-icons a {
    display: flex;
}
.banner-sec .social-media-icons a.whatsapp-logo {
    padding-left: 20px;
}

/* .experience section new */
.experience-section {
    padding: 150px 0px;
}
.experience-section h2.title-2 {
    color: #040507;
    font-weight: 800;
}
.experience-sec-title h3 {
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    text-align: center;
    font-family: 'Open Sans';
    margin-top: 30px;
}
.experience-row {
    display: flex;
    align-items: center;
    padding-top: 100px;
    justify-content: space-between;
    gap: 20px;max-width: 1000px;
  margin-inline: auto;
}
.experience-item {
    display: flex;
    align-items: center;
    gap: 20px;
}
.experience-item-text {
    font-size: 18px;
    line-height: 21px;
    font-family: 'Open Sans';
}
/* experience spaces images sec css start  */
.experience-spaces-images-sec {
    /* height: 100dvh; */
    position: relative;
}
.experience-spaces-images-sec .inner-experience-spaces-images {
    /* height: 100%; */
}
.experience-spaces-images-sec .experience-spaces-img {
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
}
.experience-spaces-images-sec .experience-spaces-img .experience-img {
    aspect-ratio: 460/671;
    max-width: calc(100% / 3);
    max-width: calc((100% - 20px) / 3);
}
.experience-spaces-images-sec .experience-spaces-img .experience-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.experience-spaces-images-sec .experience-spaces-img .experience-img-1 {
    object-position: 90% 100%;
}
/* services sec css start  */
/* Base Styles */
.services-section {
  background-color: #f7f6f6;
  padding: 100px 0px;
}
.services-section .services-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 60px;
}

.services-section .services-title {
    font-size: 48px;
    line-height: 48px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-family: 'AktivGrotesk';
    color: #040507;
}

/* Flex Grid */
.services-section .services-grid {
    display: flex;
    flex-wrap: wrap;
    margin: -18px;
}

/* Individual Card */
.services-section .service-card {
    width: 33.33%;
    display: flex;
    flex-direction: column;
    padding: 18px;
}
.services-section .inner-service-card {
    background-color: #fff;height: 100%;
}
.services-section .card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.services-section .card-content {
  padding: 25px;
  text-align: left;
}

.services-section .card-title {
    font-size: 18px;
    line-height: 21px;
    font-weight: 800;
    margin-bottom: 5px;
    font-family: 'AktivGrotesk';
    color: #040507;
}   
.card-category {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
    color: #040507;
    font-family: 'Open Sans';
}

.services-section .card-description {
    font-size: 14px;
    line-height: 1.6em;
    color: #040507;
    font-family: 'Open Sans';
}
/* .experience-spaces-images-sec .experience-spaces-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 20px;
    max-width: 1600px;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
}
.experience-spaces-images-sec .experience-spaces-title .title-2 span {
    color: var(--primary-colo);
}
.experience-spaces-images-sec .sub-title {
    color: var(--white);
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
    margin: 100px 0 0;
} */
/* just spaces box sec css start  */
/* .just-spaces-box {
    background-color: var(--black);
}
.just-spaces-box .title-2 {
    color: var(--primary-colo);
    font-size: 90px;
    line-height: 100px;
}
.just-spaces-box .title-2 span {
    color: var(--white);
}
.just-spaces-box .box {
    background-color: var(--primary-colo);
    padding: 25px;
    border-radius: 20px;
    min-height: 390px;
}
.just-spaces-box .box.box-two {
    background-color: #cdcdcd !important;
}
.just-spaces-box .box-one-heading-title {
    display: flex;
    align-items: center;
}
.just-spaces-box .box h4 {
    color: var(--white);
    font-size: 16px;
    line-height: 19px;
}
.just-spaces-box .box p {
    color: var(--white);
    font-size: 14px;
    line-height: 1.6em;
    margin: 10px 0;
    max-width: 247px;
}
.just-spaces-box .wrapper-box .row {
    display: flex;
    margin: 0 -10px;
}
.just-spaces-box .wrapper-box .row .col {
    width: 25%;
    padding: 0 10px;
}
.just-spaces-box .box h3 {
    font-size: 32px;
    line-height: 38px;
    padding: 0;
    font-weight: 600;
    min-height: 175px;
}
.just-spaces-box .box-four h3,
.just-spaces-box .box-four p {
    color: #ffffff;
} */
/* location section css start */
.location-section{padding-top: 70px;}
.location-section .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.location-section .left-content {
    width: 50%;
}
.location-section h4 {
    color: var(--black);
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 19px;
}
.location-section .title-3 {
    color: #040507;
    font-family: 'AktivGrotesk';
    font-size: 52px;
    line-height: 60px;
    font-weight: 800;margin-bottom: 30px;
}
.location-section p {
    line-height: 1.6em;
    font-size: 14px;
    margin-top: 22px;
    max-width: 356px;
}
.location-section .map-box {
    display: block;
    height: 600px;
}
/* beyond the billboard sec css start  */
.beyond-the-billboard {
    background-color: #ededed9e;
    padding: 65px 0;
}
.beyond-the-billboard .col-heding {
    width: 50%;
    padding: 0 10px 0 15px;
}
.beyond-the-billboard .col-heding:before {
    content: "";
    background-color: var(--black);
    width: 1px;
    height: 117px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
}
.beyond-the-billboard .col-heding p {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 14px;
}
.beyond-the-billboard .col-paragraph {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 0 10px;
}
.beyond-the-billboard > .container > .row:first-child {
    margin: 0 -10px;
}
.beyond-the-billboard .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.beyond-the-billboard .row.card-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin-top: 60px;
}
.beyond-the-billboard .col-paragraph .wrapper-paragraph {
    padding: 0px 42px;
}
.beyond-the-billboard .col-paragraph .wrapper-paragraph p {
    font-size: 14px;
    line-height: 1.6em;
}
.beyond-the-billboard .col-card .card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--white);
    border-radius: 15px;
    overflow: hidden;
    height: 190px;
    gap: 20px;
}
.beyond-the-billboard .col-card .card .text {
    padding: 30px 15px 0 30px;
}
.beyond-the-billboard .col-card .card .text h3 {
    color: var(--black);
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}
.beyond-the-billboard .col-card .card .text p {
    font-size: 12px;
    line-height: 1.6em;
    font-weight: 400;
    text-transform: math-auto;
    margin-top: 10px;
}
.beyond-the-billboard .card-wrapper {
    display: flex;
    justify-content: end;
    width: 50%;
    height: 100%;
    border-radius: 15px;
    transition: all 0.5s ease;
    position: relative;
}
.beyond-the-billboard .col-card .card .card-img-wrapper {
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    border-radius: 15px;
}
.beyond-the-billboard .special-builds-img {
    transform: scale(1.3);
}
.beyond-the-billboard .col-card .card .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    z-index: 0;
    overflow-clip-margin: unset;
    overflow: visible;
    transform: translate3d(0px, 0px, 0.1px);
}
.beyond-the-billboard .card-one .card-img-wrapper img {
    transform: scale(1.1) !important;
}
.card-text-wrapper {
    width: 50%;
    height: 100%;
}
.beyond-the-billboard .card.the-manchester-screen img.card-img {
    object-position: 100% 42%;
}
.roof-activation-card .card-img {
    object-position: 100% 60%;
}
.projections-card img {
    object-position: 100% 94%;
}
.the-manchester-screen>img {
    object-position: 100% 30%;
}
/* viral section css start */
.viral-sec {
    background-color: var(--black);
    padding-top: 100px;
    padding-bottom: 0;
}
.viral-sec .row {
    display: flex;
}
.viral-sec .left-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.viral-sec .right-box {
    width: 100%;
    max-width: 430px;
    position: relative;
}
.viral-sec .list {
    padding: 40px;
    min-height: 885px;
    position: relative;
    z-index: 2;
    background: transparent;
}
.viral-sec .right-box h1 {
    background: var(--black);
    color: var(--white);
    padding: 21px 15px;
    border-radius: 36px;
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    text-align: center;
    font-family: "Bebas Neue", sans-serif;
    z-index: 1;
    position: relative;
}
.viral-sec .left-img {
    height: 660px;
    width: 100%;
    margin-top: 60px;
    margin-right: -100px;
}
.viral-sec .feature-item {
    display: flex;
    align-items: center;
    gap: 35px;
    padding: 30px 0;
    border-bottom: 1px solid #b9b9b9;
    z-index: 1;
    position: relative;
}
.feature-item-img {
    max-width: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.feature-item-text {
    max-width: 230px;
    width: 100%;
}
.viral-sec .mobile-bg-img{
    z-index: 1;
}
.viral-sec .mobile-bg-img::after {
    content: "";
    position: absolute;
    top: 18px;      
    left: 12px;
    right: 18px;
    bottom: 18px;
    background: var(--white);
    border-radius: 40px; 
    z-index: -1;
}
.viral-sec .mobile-bg-img img {
    width: 100%;
    height: 100%;
}
.viral-sec .feature-item h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: var(--black);
}

.viral-sec .feature-item p {
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 1.6em;
    color: var(--black);
}
.viral-sec .viral-btn {
    display: flex;
    justify-content: center;
}
.viral-sec .mobile-bg-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
/* more coming soon sec css start */
.coming-soon-sec {
    background-color: gray;
    padding: 235px 0 150px 0;
    z-index: 1;
    position: relative;
    margin-top: -80px;
}
.coming-soon-sec .wrapper-coming-soon {
    background-color: var(--white);
    max-width: 650px;
    width: 100%;
    padding: 30px;
    border-radius: 30px;
    z-index: 1;
    position: relative;
}
.coming-soon-sec .circle {
    width: 50px;
    height: 50px;
    display: flex;
}
.coming-soon-sec .top-tab {
    background-color: var(--primary-colo);
    max-width: 470px;
    padding: 20px 30px 45px 30px;
    border-radius: 30px 30px 0 0;
    position: absolute;
    top: -84px;
    left: 0;
    right: 0;
    bottom: auto;
}
.coming-soon-sec .circle {
    width: 50px;
    height: 50px;
    display: flex;
    transform: rotate(45deg);
}
.coming-soon-sec .inner-coming-soon {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
}
.coming-soon-sec .explore-our-services-btn {
    padding: 11px 17px;
}
.coming-soon-sec .wrapper-coming-soon .title-3 {
    font-size: 85px;
    margin-bottom: 0;
    line-height: 74px;
}
.coming-soon-sec p {
    font-size: 16px;
    line-height: 1.6em;
    max-width: 490px;
    width: 100%;
    font-weight: 500;
}
.coming-soon-btn {
    margin-top: 16px;
}
/* footer css start  */
.footer {
    background-color: var(--black);
    padding-top: 70px;
}
.footer .top-footer .logo-img a {
    display: flex;
}
.footer .logo-img {
    max-width: 170px;
    height: auto;
}
.col.left-contact-info {
	width: 50%;
}
.top-footer .contact-info h2 {
    font-size: 36px;
    font-family: 'AktivGrotesk';
    font-weight: 400;
    line-height: 45px;
    color: var(--white);
    font-weight: 800;
}
.contact-info img.footer-right-arrow {
    width: 35px;
    height: 35px;
}
.contact-info .email {
    color: #dbdbdb;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    font-family: 'Open Sans';
}
.contact-info .email-icon,
.contact-info .phone-icon {
    background-color: gray;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-right: 15px;
}
.contact-info .email-icon img.all-img, .phone-icon img.all-img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}
.contact-info a.phone-number {
    color: #dbdbdb;
    font-size: 14px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    font-family: 'Open Sans';
}
.footer_location {
    margin-top: 85px;
}
.footer_location p {
    color: #dbdbdb;
    font-size: 12px;
    line-height: 1.6em;
    margin-top: 20px;
    font-weight: 300;
    font-family: 'Open Sans';
}
.footer_location h3 {
    color: var(--white);
    font-size: 24px;
    line-height: 28px;
    font-family: 'Open Sans';
}
.contact-info {
    margin-top: 100px;
}
.top-footer>.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.contact-form {
    background-color: #202020;
    color: var(--white);
    padding:40px;
    border-radius: 10px;
    position: relative;
    width: 50%;
}

.contact-form #terms-error {
	margin-top: 10px;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}
.footer .full-name {
    display: flex;
    flex-direction: column;
    width: 50%;
}
.footer .company.name {
    width: 50%;
}
.contact-form .form-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.contact-form .form-row input.form-field {
    width: 48%;
    margin: 0;
}
.contact-form input, 
.contact-form textarea {
    width: 100%;
    border: none;
    padding: 21px 15px 21px 0;
    font-size: 14px !important;
    font-weight: 700;
    font-family: 'Open Sans';
    outline: none;
    color: #ffffff;
    background-color: transparent;
    border-bottom: 1px solid var(--white);
}
.contact-form form .form-field{
    margin: 6px 0;
}
.contact-form form .form-field.error {
    margin: 3px 0;
}
.contact-form form .form-field:first-child {
    margin-top: 0;
    width: 100%;
}
.contact-form form .textarea-field{
    margin-bottom: 0;
}
.contact-form textarea {
    min-height: 140px;
    resize: none;
}
.contact-form button.cust-btn {
    border: unset;
    margin-top: 30px;
    cursor: pointer;
}
.contact-form .plus {
    position: absolute;
    top: -21px;  
    left: -24px;
    width: 50px;
    height: 50px;
    justify-content: center;
}
.contact-form h3 {
    font-size: 24px;
    line-height: 28px;
    font-family: 'AktivGrotesk';
    font-weight: 800;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #dbdbdb; 
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
}
/* custom checkbox */
.contact-form .custom-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--white);
    font-size: 15px;
}
.contact-form .custom-checkbox input {
    display: none;
}
.contact-form .custom-checkbox label {
    font-size: 12px;
    line-height: 14px;
    position: relative;
    padding-left: 35px;
    user-select: none;
    margin-top: 26px;
    font-weight: 300;
}
.contact-form .custom-checkbox label a {
    color: var(--white);
    font-weight: 600;
}
.contact-form .custom-checkbox label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    border: 2px solid var(--white);
    border-radius: 2px;
    background: transparent;
}
.contact-form .custom-checkbox label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 3px;
    width: 7px;
    height: 3px;
    border-left: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    transform: rotate(-45deg);
    opacity: 0;
}
.contact-form .custom-checkbox input:checked + label::after {
    opacity: 1;
}
.callbackForm .error {
	font-size: 12px;
}
/* bottom footer */
.bottom-footer>.container>.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bottom-footer {
    border-top: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    margin-top: 70px;
}
.social-icons-footer h3 {
    color: var(--white);
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}
.bottom-footer ul.footer-inner-icons {
    display: flex;
    gap: 20px;
}
.bottom-footer ul.footer-inner-icons a {
    display: flex;
    width: 25px;
    height: 25px;
}
.social-icons-footer {
    display: flex;
    align-items: center;
    gap: 40px;
}
.col-hours h3 {
    color: var(--white);
    font-size: 35px;
}
.col-hours p {
    color: var(--white);
    font-size: 18px;
}
.bottom-footer .col-links ul.links a {
    color: #dbdbdb;
    font-size: 14px;
    transition: all 0.5s ease;
    line-height: 24px;
    display: flex;
}
.bottom-footer .col-links ul.links a:hover {
    color: #f7eede;
}
.col-social-icons {
    width: 70%;
    display: flex;
    align-items: center;
    gap: 80px;
}
.dpaa_new-logo {
    width: 100px;
    height: auto;
}
.col-hours {
    width: 18%;
}
.bottom-footer {
    padding: 30px 0;
}
.footer p.copyright-text {
    color: #dbdbdb;
    padding: 20px 0;
    font-weight: 300;
    font-size: 12px;
    line-height: 24px;
    font-family: 'Open Sans';
}
.col-box-sevan .box-heading:before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    top: auto;
    background: var(--black);
    background: linear-gradient(25deg, rgba(0, 0, 0, 1) 0, rgba(255, 255, 256, 0.1) 75%);
    border-radius: 20px;
}
.wrapper-brand-platform .col-box-sevan .box-heading {
    position: relative;
}
/* popup css start  */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
    overflow: hidden;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}
.popup-campaign .contact-form h3 {
    text-align: center;
    padding-left: 0;
}
.popup-overlay.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}
.popup-content {
    max-width: 600px !important;
    width: 100%;
    position: relative;
    margin: auto;
}
.popup-campaign .contact-form {
    width: 100%;
    margin-top: 0;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    color: #333;
    cursor: pointer;
    line-height: 1;
}
.popup-campaign .close-btn {
    transform: rotate(135deg);
}
body.no-scroll {
    overflow: hidden;
}
/* popup css end  */
.bottom-footer ul.footer-inner-icons a:hover,
.bottom-footer .whatsApp-img:hover {
    filter: brightness(0.5);
}
.bottom-footer .col-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 425px;
    width: 100%;
    position: relative;
}
/* WhatsApp column */
.bottom-footer .whatsApp-col {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.bottom-footer .whatsApp-wrapper a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.bottom-footer .whatsApp-img {
    width: 160px;
    height: 50px;
}
.bottom-footer .whatsApp-img img {
    height: 100%;
    object-fit: contain;
}
.bottom-footer .col-right::before {
    content: "";
    position: absolute;
    left: -12px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 80px;
    background-color: var(--white);
    margin: auto;
}
.col-links {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.bottom-footer .col-right ul.links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
}
.bottom-footer .col-right ul.links li a:hover {
    color: #f7eede;
}
.banner-sec ul.social-inner-icons a.whatsapp-logo img {
    width: 100%;
    object-fit: contain;
}
.contact-form .notification {
    padding: 5px 0;
}
/* term-and-conditions css start */
a.link {
    color: var(--black);
    font-weight: 700;
}
.title {
    font-size: 25px;
    line-height: 25px;
    color: var(--black);
    margin: 20px 0;
}
.mt-30 {
    margin-top: 30px;
}
.second-text {
    margin-top: 20px;
}
.sub-title {
    font-size: 25px;
    color: var(--black);
    line-height: 30px;
    margin-bottom: 20px;
}
p.comancoman-paragraph {
    font-size: 16px;
    color: var(--black);
    line-height: 1.6em;
    text-align: left;
}
.terms-conditions-wrapper {
    padding: 50px 0;
}
.term-and-conditions nav.nav {
    position: relative;
    top: 0;
    padding: 40px 0;
}
.term-and-conditions nav.nav .logo-img a {
    color: var(--black);
}
.inner-page-header {
    background-color: var(--black);
    padding: 30px 0;
}
.inner-page-header .term-and-conditions-wrapper h1.main-title {
    color: var(--white);
    font-size: 35px;
    line-height: 35px;
    text-align: center;
}
/* coman lists css */
.terms-and-conditions-list {
    padding-left: 50px;
}
.terms-and-conditions-list ul {
    list-style-type: unset;
}
.terms-and-conditions-list li {
    padding: 5px 0;
}
.term-and-conditions .nav .col-buttons .nav-buttons a.contact-us-btn,
.term-and-conditions .nav .col-buttons .nav-buttons a.start-campaign-btn:hover {
    border: 2px solid #545454;
}
.term-and-conditions .nav .col-buttons .nav-buttons a.start-campaign-btn {
    border: 2px solid transparent;
}
.term-and-conditions .nav .col-buttons .nav-buttons a.contact-us-btn:hover {
    border-color: transparent;
}
.contact-form .notification {
    font-size: 14px;
    font-weight: 300;
}
.contact-form .notification {
    padding-top: 15px;
    padding-left: 20px;
}
.contact-form .arrow {
    position: relative;
    padding-left: 30px !important;
    padding-top: 0 !important;
    margin-top: 15px;padding-bottom: 0px;
}
.contact-form .arrow::after {
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 10px;
    left: 0;
    margin: auto 0;
    width: 20px;
    height: 20px;
    background: white;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
}
.contact-form .right-arrow::after {
  content: "✔";
}
.contact-form .close-icon::after {
  content: "✖";
}
.experience-spaces-images-slider-holder{display: none;}
.experience-spaces-images-slider-holder .swiper-slide {
	aspect-ratio: 560/805;
	display: block;
	position: unset;
}
.experience-spaces-images-slider-holder .swiper-slide > img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	display: block;
	object-position: right;
}
.experience-spaces-images-slider-holder .swiper-navigation-icon {
	display: none;
}
.experience-spaces-images-slider-holder [class*="swiper-button"] img {
	max-width: 25px;
	height: auto;
}
/* Responsive (mobile view) */
@media screen and (max-width:1520px) {
    .contact-form input,
    .contact-form textarea {
        padding: 15px 15px 15px 0;
    }
}
@media screen and (max-width:1440px){
    .experience-section {
        padding: 100px 0px;
    }
}
@media screen and (max-width:1435px){
    .margin-tb-30 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .banner-sec .social-media-icons {
        margin-left: 0;
    }
}
@media screen and (max-width:1400px) {
    .beyond-the-billboard .col-paragraph .wrapper-paragraph {
        padding: 0px 40px;
    }
    .col-hours {
        width: 26%;
    }
    .col-box .box-wrapper .box-heading h2 {
        font-size: 50px;
        line-height: 50px;
    }
    .col-box .box-wrapper .box-heading p {
        font-size: 20px;
        line-height: 22px;
    }
    .col-box {
        padding: 20px;
    }
    .brand-platform-sec .wrapper-brand-platform {
        height: 650px;
    }
    .brand-platform-heading h2 {
        font-size: 28px;
        line-height: 31px;
    }
}
@media screen and (max-width:1366px) {
    .padding-tb {
        padding: 70px 0;
    }
    .contact-form .plus {
        top: -29px;
        left: -21px;
    }
    .just-spaces-box .title-2 {
        font-size: 71px;
        line-height: 71px;
    }
    .just-spaces-box .box {
        min-height: 360px;
        padding: 20px;
    }
    .just-spaces-box .box h3 {
        font-size: 25px;
        line-height: 27px;
        min-height: 125px;
    }
    .nav {
    	padding-inline: 30px !important;
    }
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (max-width:1260px){
    .beyond-the-billboard .col-card .card{
        height: 210px;
    }
}
@media screen and (max-width:1199px){
    /* .title-1 {
        font-size: 150px;
        line-height: 130px;
    } */
     .title-2{
        font-size: 60px;
        line-height: 65px;
     }
    .viral-sec .left-img {
        height: 580px;
    }
    .beyond-the-billboard .col-card .card .text {
        padding: 20px 20px 0;
    }
    .just-spaces-box .wrapper-box .row {
        margin: 0 -10px;
        flex-wrap: wrap;
    }
    .just-spaces-box .wrapper-box .row .col {
        padding: 10px;
    }
    .title-3 {
        font-size: 60px;
        margin-bottom: 0px;
        line-height: 55px;
    }
    .viral-sec .feature-item{
        gap: 20px;
        padding: 20px 0;
    }
    .viral-sec .list {
        min-height: 800px;
    }
    .coming-soon-sec{
        padding: 205px 0 120px 0;
    }
    .coming-soon-sec .top-tab{
        padding: 20px 20px 30px 20px;
        border-radius: 20px 20px 0 0;
    }
    .coming-soon-sec .wrapper-coming-soon{
        padding: 20px;
        border-radius: 20px;
    }
    .coming-soon-sec .wrapper-coming-soon .title-3 {
        font-size: 80px;
        line-height: 80px;
    }
    .footer_location {
        margin-top: 50px;
    }
}
@media screen and (max-width:1100px) {
     .beyond-the-billboard .col-card .card .text h3 {
        font-size: 21px;
        line-height: 24px;
    }
    .footer .logo-img a {
        font-size: 30px;
    }
    .contact-info a img {
        width: 40px;
        height: 40px;
    }
}
@media screen and (max-width:1024px) {
    .social-inner-icons img {
        width: 30px;
        height: 30px;
    }
    .banner-sec ul.social-inner-icons a.whatsapp-logo img {
        height: 30px;
    }
    .beyond-the-billboard .col-card .card {
        height: 230px;
    }
    .contact-info a img {
        width: 40px;
        height: 40px;
    }
    .footer {
        padding-top: 40px;
    }
    .contact-form .plus {
        top: -19px;
        left: -25px;
        width: 40px;
        height: 40px;
    }
    .col-hours h3 {
        font-size: 25px;
    }
    .col-hours {
        width: 27%;
    }
    .just-spaces-box .title-2 {
        font-size: 67px;
        line-height: 67px;
    }
    section.location-section {
        padding-top: 35px;
    }
    section.beyond-the-billboard {
        padding-top: 35px;
    }
    .viral-sec {
        padding-top: 70px;
    }
    .experience-section,
     .services-section {
        padding: 70px 0px;
    }
    .services-section .services-grid{
        margin: -10px;
    }
    .services-section .service-card{
        padding: 10px;
    }
}
@media screen and (max-width:991px) {
    /* .title-1 {
        font-size: 125px;
        line-height: 130px;
    } */
    .btn-header {
        font-size: 16px;
        padding: 10px 20px;
    }
    .hero-list-btn .hero-btn {
        padding: 0px 20px;
        font-size: 20px;
        line-height: 20px;
    }
    .banner-text {
        max-width: 100%;
    }
    .just-spaces-box .wrapper-box .row .col {
        width: 50%;
        padding: 10px;
    }
    .beyond-the-billboard {
        padding: 50px 0;
    }
    .beyond-the-billboard .col-heding,
    .beyond-the-billboard .col-paragraph {
        padding: 0 7.5px;
    }
    .title-4 {
        font-size: 40px;
        line-height: 40px;
    }
    .beyond-the-billboard .col-paragraph .wrapper-paragraph {
        padding: 0px 20px;
    }
    .beyond-the-billboard .row.card-row {
        grid-gap: 15px;
         grid-template-columns: repeat(1, 1fr);
    }
     .beyond-the-billboard > .container > .row:first-child {
        margin: 0 -7.5px;
    }
     .beyond-the-billboard .col-card .card{
        height: 200px;
    }
    .bottom-footer ul.footer-inner-icons {
        gap: 15px;
    }
    .experience-item-text {
        font-size: 16px;
    }
    .col-hours {
        width: 32%;
    }
    .social-icons-footer {
        gap: 15px;
    }
    .contact-form .plus {
        top: -23px;
        left: -14px;
    }
    .brand-platform-heading h2 {
        font-size: 20px;
        line-height: 23px;
    }
    .contact-form {
        padding: 20px;
    }
    .footer .col.left-contact-info {
        width: 100%;
    }
    .left-contact-info {
        flex-basis: 50%;
        max-width: 50%;
        flex-grow: 0;
    }
    .top-footer .contact-form {
        flex-basis: 50%;
        max-width: 50%;
        flex-grow: 0;
    }
   .title-2 {
        font-size: 58px;
        line-height: 61px;
    }
    .experience-spaces-images-sec .sub-title {
        font-size: 20px;
        line-height: 22px;
        margin-top: 50px;
    }
    .just-spaces-box .box {
        min-height: 310px;
    }
    .just-spaces-box .title-2 {
        font-size: 52px;
        line-height: 55px;
    }
    .just-spaces-box .box h3 {
        min-height: 125px;
    }
    .just-spaces-box .box p{
        max-width: 100%;
    }
    .viral-sec .row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }
    .viral-sec .left-img {
        margin-right: 0;
        margin-top: 0;
    }
    .title-3 {
        font-size: 36px !important;
        line-height: 42px !important;
    }
    .location-section p{
        margin-top: 20px;
    }
    .viral-sec .list {
        min-height: 720px;
    }
    .viral-sec .feature-item h3 {
        font-size: 18px;
        line-height: 20px;
    }
    .banner-sec .banner-text p {
        max-width: 650px;
    }
    .footer .bottom-footer .whatsApp-img {
        width: 130px;
        height: 50px;
    }
}
@media screen and (max-width:850px){
    .top-footer>.row {
        flex-wrap: wrap;
        gap: 0;
    }
    .col.left-contact-info {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
    .contact-form {
        flex-basis: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-top: 50px !important;
    }
    .footer .contact-info br,
    .footer_location p br {
        display: none;
    }
    .popup-campaign .popup-content .contact-form {
        margin-top: 0 !important;
    }
}
@media screen and (max-width:810px) {
    .footer .logo-img a {
        font-size: 27px;
    }
}
@media screen and (max-width:767px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .header-banner-img::before{
        height: 70vh;
    }
    .title-4 {
        margin-bottom: 20px;
    }
    .just-spaces-box .wrapper-box .row {
        margin: 0 -15px;
    }
    .just-spaces-box .wrapper-box .row .col {
        padding: 15px;
    }
    .mt-30 {
        margin-top: 20px;
    }
    .banner-bottom {
        gap: 30px;
    }
    .experience-spaces-images-sec .title-2 br,
    .just-spaces-box .title-2 br {
        display: none;
    }
    .just-spaces-box .title-2 {
        font-size: 46px;
        line-height: 54px;
    }
    .btn-header {
        font-size: 14px;
        width: 100%;
    }
    .hero-list-btn .hero-btn {
        padding: 5px 10px;
        font-size: 18px;
    }
    .hero-list-btn ul li:before{
        width: 3px;
        height: 20px;
    }
    .padding-tb {
        padding: 30px 0 15px 0;
    }
    section.location-section {
        padding-top: 30px;
    }
    .beyond-the-billboard .col-heding,
    .beyond-the-billboard .col-paragraph,
    .col.left-contact-info,
    .contact-form,
    .col-social-icons,
    .col-hours,
    .col-links {
        width: 100%;
    }
    .beyond-the-billboard .col-paragraph .wrapper-paragraph {
        padding: 0;
    }
    .beyond-the-billboard .row.card-row{ 
        grid-gap: 30px;
        margin-top: 30px;
    }
    .beyond-the-billboard .col-heding:before{
        display: none;
    }
    .contact-info a img {
        width: 30px;
        height: 30px;
    }
    .contact-form .plus {
        top: -14px;
        left: -11px;
        width: 30px;
        height: 30px;
    }
    .contact-info {
        margin-top: 30px;
    }
    .bottom-footer .border {
        display: none;
    }
    .bottom-footer>.container>.row {
        gap: 10px;
    }
    .beyond-the-billboard .col-heding {
        border-right: unset;
    }
    .viral-sec {
        padding-top: 30px;
    }
    .nav {
        top: 25px;padding-inline: 30px;
    }
    .nav .col-buttons .nav-buttons {
        gap: 10px;
        justify-content: flex-start;
    }
    .location-section .row {
        flex-wrap: wrap;
    }
    .location-section .left-content,
    .location-section .map-box {
        width: 100%;
    }
    .location-section p {
        max-width: 100%;
    }
    .contact-form textarea {
        min-height: 100px;
    }
    .col-buttons {
        display: none;
    }

    .nav .mobile-menu {
        display: flex;
        cursor: pointer;
    }
    .col-social-icons {
        border-right: unset;
        padding: 0;
        margin: 0;
    }
    .nav .mobile-menu {
        width: 38px;
    }
    .term-and-conditions .nav .mobile-menu {
        box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
        background-color: var(--white);
    }
    .bottom-footer .whatsApp-col {
        border-right: unset;
    }
    .bottom-footer>.container>.row {
        flex-wrap: wrap;
    }
    .bottom-footer .whatsApp-col {
        padding: 0;
    }
    .col-links {
        padding-left: 0;
    }
    .popup-content {
        margin: auto 20px auto 20px;
        min-height: unset;
    }
    .bottom-footer .col-right {
        flex-direction: column;
        align-items: flex-start;
    }
    .bottom-footer .col-right::before {
        display: none;
    }
    .col-links {
        justify-content: flex-start;
        margin-top: 10px;
    }
    .bottom-footer .whatsApp-col {
        width: 100%;
    }
    .experience-row {
        padding-top: 40px;
        flex-direction: column;gap: 40px;
    }
    .experience-item {
        gap: 20px;
        width: 100%;
        max-width: 300px;
    }
    .plus-icon {
        flex-basis: 30px;
        max-width: 30px;
        flex-grow: 0;
    }
    .experience-item-text {
        font-size: 18px;
        flex-basis: calc(100% - 52px);
        max-width: calc(100% - 52px);
    }
    .inner-page-header .term-and-conditions-wrapper h1.main-title {
        font-size: 20px;
        line-height: 25px;
    }
    .terms-conditions-wrapper {
        padding: 5px 0 50px 0;
    }
    .inner-page-header {
        padding: 30px 0;
    }
    .title {
        font-size: 20px;
        line-height: 25px;
        margin: 20px 0;
    }
    .terms-and-conditions-list {
        padding-left: 35px;
    }
    table {
        border-collapse: collapse;
        width: 100%;
    }
    th,
    td {
        text-align: left;
    }
    .term-and-conditions .inner-page-header {
        padding: 15px 0;
    }
    .term-and-conditions nav.nav {
        padding: 25px 0;
    }
    .wrapper-brand-platform .col-box-three .box-heading p>span {
        margin-right: 6px;
    }
    .contact-us a.link {
        font-size: 16px;
        line-height: 20px;
    }
    .title-2 {
        font-size: 51px;
        line-height: 51px;
    }
    .experience-spaces-images-sec .sub-title {
        font-size: 18px;
        line-height: 28px;
        margin-top: 20px;
    }
    .coming-soon-sec {
        padding: 155px 0 70px 0;
    }
    .coming-soon-sec .wrapper-coming-soon .title-3 {
        font-size: 50px;
        line-height: 50px;
    }
    ul.social-inner-icons {
        gap: 15px;
        flex-direction: row;
        justify-content: flex-start;
    }
    .hero-author .author-name {
        text-align: start;
        margin-top: 15px;
    }
    .title-1 br {
        display: none;
    }
    .banner-sec .banner-text p {
        font-size: 16px;
    }
    .just-spaces-box .box {
        min-height: 334px;
    }
    .wrapper-box.mt-50.aos-init.aos-animate {
        margin-top: 15px;
    }
    .footer_location,
    .contact-form,
    .bottom-footer {
        margin-top: 30px !important;
    }
    .services-section {
        padding: 60px 0px;
    }
    .experience-section{
        padding: 60px 0px;
    }
    .experience-section .experience-item-text br,
    .location-section .title-3 br {
        display: none;
    }
    .services-section .services-grid {
        flex-direction: column;
        margin: -15px 0;
    }
   .services-section .service-card {
        width: 100%;
        padding: 15px 0;
    }
    .experience-sec-title h3 {
        font-size: 22px;
        line-height: 1.3;
    }
    .experience-spaces-images-sec {
        height: 100%;
    }
    .services-section .services-title{
        font-size: 36px;
        line-height: 38px;
    }
    .services-section .services-header{
        margin-bottom: 50px;
    }
    .services-section .card-content {
        padding: 20px;
    }
     .title-1{
        font-size: 70px;
        line-height: 70px;
    }
    .social-media-icons {
        bottom: 60px;
    }
    .location-section .map-box{height: 350px;}
    .social-media-icons {right: unset;left: 30px;}
    .experience-spaces-images-slider-holder{display: block;}
    .inner-experience-spaces-images{display: none;}
}
@media (max-width: 600px){
    .just-spaces-box .wrapper-box .row .col {
        width: 100%;
    }
    .just-spaces-box .box h3{
        min-height: auto;
    }
    .just-spaces-box .box {
        min-height: auto;
        border-radius: 15px;
    }
}
@media (max-width: 575px){
    /* .title-1 {
        font-size: 105px;
        line-height: 100px;
    } */
    .border {
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 200px;
    }
    .nav .logo-img a .header-logo {
        height: 54px;
        object-fit: cover;
    }
    .viral-sec .left-img {
        height: 450px;
    }
    .hero-list-btn ul{
        gap: 0px;
        margin-top: 24px;
    }
    .title-2 {
        font-size: 38px;
        line-height: 40px;
    }
    .experience-spaces-images-sec .sub-title {
        font-size: 16px;
        line-height: 25px;
    }
    .just-spaces-box .title-2 {
        font-size: 38px;
        line-height: 41px;
    }
   .just-spaces-box .box-one-heading-title, 
   .just-spaces-box .box-white h3 {
        min-height: auto;
        margin-bottom: 20px;
    }
     .beyond-the-billboard .col-card .card {
        height: 100%;
        flex-direction: column;
        gap: 0;
    }
    .coming-soon-sec .top-tab{
        top: -74px;
    }
    .coming-soon-sec .circle {
        width: 40px;
        height: 40px;
    }
    .coming-soon-sec .wrapper-coming-soon .title-3 {
        font-size: 40px;
        line-height: 40px;
    }
    section.beyond-the-billboard {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .beyond-the-billboard .col-card .card .card-img-wrapper {
        height: 230px;
    }
    .beyond-the-billboard .col-card .card .text {
        padding: 20px;
    }
    .card-text-wrapper {
        width: 100%;
        order: 2;
    }
    .beyond-the-billboard .card-wrapper {
        width: 100%;
        order: 1;
    }
    .viral-sec .feature-item h3 {
        font-size: 16px;
        line-height: 17px;
    }
    .coming-soon-sec{
        margin-top: -90px;
    }
    .feature-item-img{
        max-width: 50px;
    }
    .feature-item-img > img {
        width: 100%;
        height: auto;
    }
    .left-contact-info,
    .top-footer .contact-form {
        flex-basis: 100%;
        max-width: 100%;
        flex-grow: 0;
    }
    .top-footer .contact-form {
        margin-top: 50px;
    }
    .viral-sec .list {
        min-height: 630px;padding: 40px 40px 40px 34px;
    }
    .viral-sec .feature-item {padding: 15px 0;}
    .viral-sec .right-box h1{
        font-size: 22px;
        line-height: 22px;
        padding: 13px 15px;
         border-radius: 20px;
    }
    .title-1 {
        font-size: 60px;
        line-height: 60px;
    }
}
@media (max-width: 550px) {
    .cookie-table-wrapper {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }
    .cookie-table {
        min-width: 500px;
    }
}
@media screen and (max-height:700px) {
    .title-1{
        font-size: 70px;
        line-height: 70px;
    }
    .banner-sec .social-media-icons {
        margin-top: 40px;
    }
}
@media screen and (max-width:425px) and (max-height:700px){
    .title-1{
        font-size: 60px;
        line-height: 60px;
    }
}

@media screen and (max-width:575px) and (max-height:685px) {
    .banner-inner {
        top: 55%;
    }
    .hero-list-btn ul {
        margin-top: 0;
    }
    .banner-bottom{
        margin-top: 10px;
    }
    .banner-bottom {
        gap: 15px;
    }
}
@media screen and (max-width:640px) {
    .nav .row .col-buttons {
        width: 100%;
    }
}
@media screen and (max-width:499px){
    .hero-list-btn ul li:nth-last-child(2)::before{display: none;}
    .hero-list-btn ul li:last-child > .hero-btn {padding-left: 0px;}
}
@media (max-width: 425px){
    .viral-sec .feature-item {
        gap: 15px;
    }
    .viral-sec .list {
        min-height: 650px;
    }
}
@media screen and (max-width:400px){
    .contact-form h3 {
        font-size: 22px;
        line-height: 24px;
    }
}
@media screen and (max-width:385px) {
    .viral-sec .list {
        min-height: 700px;
    }
}
@media screen and (max-width:370px) {
    .nav .col-buttons .nav-buttons {
        justify-content: flex-start;
        flex-direction: column;
        align-items: flex-start;
    }
    .btn-header {
        max-width: 170px;

    }
     .title-1 {
        font-size: 50px;
        line-height: 60px;
    }
}

