
@font-face {
    font-family: 'PP Neue Machina Plain';
    src: url('../fonts/machina/PPNeueMachina-PlainRegular.eot');
    src: url('../fonts/machina/PPNeueMachina-PlainRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/machina/PPNeueMachina-PlainRegular.woff2') format('woff2'),
        url('../fonts/machina/PPNeueMachina-PlainRegular.woff') format('woff'),
        url('../fonts/machina/PPNeueMachina-PlainRegular.ttf') format('truetype'),
        url('../fonts/machina/PPNeueMachina-PlainRegular.svg#PPNeueMachina-PlainRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PP Neue Machina Plain';
    src: url('../fonts/machina/PPNeueMachina-PlainUltrabold.eot');
    src: url('../fonts/machina/PPNeueMachina-PlainUltrabold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/machina/PPNeueMachina-PlainUltrabold.woff2') format('woff2'),
        url('../fonts/machina/PPNeueMachina-PlainUltrabold.woff') format('woff'),
        url('../fonts/machina/PPNeueMachina-PlainUltrabold.ttf') format('truetype'),
        url('../fonts/machina/PPNeueMachina-PlainUltrabold.svg#PPNeueMachina-PlainUltrabold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PP Neue Machina Inktrap';
    src: url('../fonts/machina/PPNeueMachina-InktrapUltrabold.eot');
    src: url('../fonts/machina/PPNeueMachina-InktrapUltrabold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/machina/PPNeueMachina-InktrapUltrabold.woff2') format('woff2'),
        url('../fonts/machina/PPNeueMachina-InktrapUltrabold.woff') format('woff'),
        url('../fonts/machina/PPNeueMachina-InktrapUltrabold.ttf') format('truetype'),
        url('../fonts/machina/PPNeueMachina-InktrapUltrabold.svg#PPNeueMachina-InktrapUltrabold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Machina Inktrap';
    src: url('../fonts/machina/PPNeueMachina-InktrapUltraboldItalic.eot');
    src: url('../fonts/machina/PPNeueMachina-InktrapUltraboldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/machina/PPNeueMachina-InktrapUltraboldItalic.woff2') format('woff2'),
        url('../fonts/machina/PPNeueMachina-InktrapUltraboldItalic.woff') format('woff'),
        url('../fonts/machina/PPNeueMachina-InktrapUltraboldItalic.ttf') format('truetype'),
        url('../fonts/machina/PPNeueMachina-InktrapUltraboldItalic.svg#PPNeueMachina-InktrapUltraboldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Machina Inktrap';
    src: url('../fonts/machina/PPNeueMachina-InktrapLight.eot');
    src: url('../fonts/machina/PPNeueMachina-InktrapLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/machina/PPNeueMachina-InktrapLight.woff2') format('woff2'),
        url('../fonts/machina/PPNeueMachina-InktrapLight.woff') format('woff'),
        url('../fonts/machina/PPNeueMachina-InktrapLight.ttf') format('truetype'),
        url('../fonts/machina/PPNeueMachina-InktrapLight.svg#PPNeueMachina-InktrapLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helvetica/helveticabold.eot');
    src: url('../fonts/helvetica/helveticabold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/helvetica/helveticabold.woff') format('woff'),
        url('../fonts/helvetica/helveticabold.ttf') format('truetype'),
        url('../fonts/helvetica/helveticabold.svg#helveticabold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Sequel Sans Black Head';
    src: url('../fonts/sequel/SequelSans-BlackHead.eot');
    src: url('../fonts/sequel/SequelSans-BlackHead.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sequel/SequelSans-BlackHead.woff2') format('woff2'),
        url('../fonts/sequel/SequelSans-BlackHead.woff') format('woff'),
        url('../fonts/sequel/SequelSans-BlackHead.ttf') format('truetype'),
        url('../fonts/sequel/SequelSans-BlackHead.svg#SequelSans-BlackHead') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

.ff_sequel {
    font-family: 'Sequel Sans Black Head' !important;
    font-weight: 900 !important;
}

h1.wp-block-heading,
h2.wp-block-heading,
h3.wp-block-heading,
h4.wp-block-heading {  
    font-family: 'Sequel Sans Black Head';
    font-weight: 900;
}
/* html{
    scroll-behavior: smooth;
} */
body {
    margin: 0;
    font-family: 'PP Neue Machina Plain';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.025em;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #ff0098;
}

.site_wrapper {}

.container {
    max-width: calc(1390px + 432px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 432px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -16px;
    margin-right: -16px;
}

.row .col-6 {
    width: 50%;
    padding-left: 16px;
    padding-right: 16px;
}
.col-4 {
    /* width:33.33%; */
    padding-left: 16px;
    padding-right: 16px;
}

.site_header {
    position: absolute;
    width: 100%;
    /* border-bottom: #36363b 1px solid; */
    z-index: 102;
    left: 0;
    top: 0;
}

.announcement_bar {
    background-color: #ff0098;
    padding: 7px 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 0.050em;
    color: #d9d9d9;
    display: flex;
    align-items: center;
}
.star-trek-exhibit .btn_wrap .btn{
    color: #fff;
    border-color: #fff;
}
.star-trek-exhibit .btn_wrap .btn i{
    background: url(../images/arrow-right-white.svg) no-repeat;
    background-position: center center;
    background-size: 32px;
}
.announcement_text {
    text-align: center;
}

.announcement_bar .row .col-6:nth-child(2n) {
    text-align: right;
}

.header_main_wrap {
    padding: 25px 75px 25px;
}

.site_logo {
    max-width: 226px;
    width: 100%;
}
.header_main_wrap .site_logo {
    display: none;
}

.site_logo a {
    display: block;
}

nav {}

nav ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding-left: 0;
}

nav ul li {}

nav ul li a {
    font-size: 18px;
    line-height: 48px;
    letter-spacing: 0.050em;
    /* color: #d9d9d9; */
    color: #fff;
    padding: 10px 25px;
    transition: color 0.3s ease-in-out;
    font-family: 'PP Neue Machina Inktrap';
    /* font-weight: 300; */
    /* font-weight: bold; */
}
nav ul li.btn_wrap {
    padding-left: 25px;
}
nav ul li.btn_wrap .btn { 
    /* font-weight: bold; */
    min-width: auto;
}
nav ul li.btn_wrap .btn i {
    /* margin-left: 0px; */
}
.page-contact nav ul li a,
.page-monolith  nav ul li a,
.page-infi-default-theme nav ul li a,
.page-infi-default-theme nav ul li a {
    color: #000;
}
nav ul li:hover a,
.page-contact nav ul li:hover a,
.page-monolith nav ul li:hover a,
.page-infi-default-theme nav ul li:hover a,
.page-about nav ul li:hover a,
.page-infi-default-theme nav ul li:hover a {
    color: #ff0098;
}

nav ul li.pink_border a {
    border: #ff0098 1px solid;
    border-radius: 50px;
    display: inline-block;
}
.site_sidebar .site_links ul li.mobile_only {
    display: none;
}
::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
    padding-left: 2px;
    padding-right: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #E0E0E0;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #555555;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.site_sidebar {
    position: fixed;
    z-index: 105;
    /* padding-left: 75px; */
    padding-left: 24px;
    padding-right: 24px;
    /* padding-top:66px; */
    padding-top: 26px;
    padding-bottom: 30px;
    margin-top:0px;
    height: calc(100vh - 0px);
    transition: height .6s ease-in-out , margin-top .6s ease-in-out;
}
.sidebar_fullHeight .site_sidebar {
    margin-top:0px;
    height: calc(100vh - 0px);
}
.sidebar_fullHeight .site_sidebar {
    padding-top: 20px;
}
.site_sidebar .sidebar_inner {
    height: 100%;
    padding-right: 32px;
    display: grid;
    flex-wrap: wrap;
    justify-content: space-between;
    /* width:258px; */
    width: 276px;
    grid-template-columns: 100%;
}
.site_sidebar .sidebar_inner .site_logo {
    margin-bottom: 30px;
    /* opacity: 0;
    visibility: hidden; */
    transition: opacity 0.3s ease-in-out;
}
.sidebar_fullHeight .site_sidebar .sidebar_inner .site_logo {
    /* opacity: 1;
    visibility:visible; */
}
.site_sidebar .date {
    font-size: 54px;
    line-height: 44px;
    letter-spacing: 0.050em;
    color: #fff;
    padding-bottom: 30px;
}
.site_sidebar .date span {
    font-size: 32px;
    line-height: 32px;
    display: block;
}

.site_links {}

.site_links ul {
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
}

.site_links ul li {}
.site_links ul li a {
    display:inline-block;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.050em;
    color: #ff0098;
    font-family: 'Helvetica';
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 2px;
    padding-bottom: 2px;
    transition: color 0.3s ease-in-out;
}

.site_links ul li:hover a {
    color: #d9d9d9;
}

.site_sidebar .site_logo .whiteLogo {
    display: none;
}

.social_links {
    padding-left: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.social_links ul {
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
}

.social_links ul li {
    padding-top: 6px;
    padding-bottom: 6px;
}

.social_links ul li a {
    display: block;
    border: #fff 2px solid;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s ease-in-out;
}

.social_links ul li a:hover {
    border-color: #ff0098;
}

.social_links ul li a i {
    width: 26px;
    height: 27px;
    vertical-align: middle;
    display: block;
    transition: background-image 0.3s ease-in-out;
}

.social_links ul li a i.linkedin {
    background: url(../images/linkedin.png) no-repeat;
    background-position: center center;
    background-size: contain;
}

.social_links ul li a:hover i.linkedin {
    background: url(../images/linkedin-pink.png) no-repeat;
    background-position: center center;
    background-size: contain;
}

.social_links ul li a i.instagram {
    background: url(../images/Insta.svg) no-repeat;
    background-position: center center;
    background-size: contain;
}

.social_links ul li a:hover i.instagram {
    background: url(../images/Insta-pink.svg) no-repeat;
    background-position: center center;
    background-size: contain;
}

.social_links ul li a i.facebook {
    background: url(../images/Facebook.svg) no-repeat;
    background-position: center center;
    background-size: contain;
}

.social_links ul li a:hover i.facebook {
    background: url(../images/Facebook-pink.svg) no-repeat;
    background-position: center center;
    background-size: contain;
}

.social_links ul li a i.twitter {
    background: url(../images/twitter.svg) no-repeat;
    background-position: center center;
    background-size: contain;
}

.social_links ul li a:hover i.twitter {
    background: url(../images/twitter-pink.svg) no-repeat;
    background-position: center center;
    background-size: contain;
}

.social_links ul li a i.wiki {
    background: url(../images/wiki.png) no-repeat;
    background-position: center center;
    background-size: contain;
}

.social_links ul li a:hover i.wiki {
    background: url(../images/wiki-pink.png) no-repeat;
    background-position: center center;
    background-size: contain;
}

.schedule_btn .btn {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.050em;
    font-weight: bold;
    color: #d9d9d9;
    text-transform: uppercase;
    border-bottom: #d9d9d9 1px solid;
    transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.schedule_btn {
    display: flex;
    align-items: flex-end;
}

.schedule_btn .btn:hover {
    border-color: #ff0098;
    color: #ff0098;
}

.site_sidebar .sidebar_inner .btn_wrap .btn, nav ul li.btn_wrap .btn {
    padding: 5px 24px;
}

nav ul li.btn_wrap .btn { 
    padding: 5px 34px;
}

@media screen and (min-width:955px){
    .site_sidebar .sidebar_inner .btn_wrap .btn:not(.dark_sidebar .site_sidebar .sidebar_inner .btn_wrap .btn) {
        border-color: #fff;
        color: #fff;
    }
    .site_sidebar .sidebar_inner .btn_wrap .btn:hover:not(.dark_sidebar .site_sidebar .sidebar_inner .btn_wrap .btn:hover) {
        border-color:#ff0098;
    }
    .site_sidebar .sidebar_inner .btn_wrap .btn i:not(.dark_sidebar .site_sidebar .sidebar_inner .btn_wrap .btn i) {
        filter: invert(1);
    }
    .site_sidebar .sidebar_inner .btn_wrap .btn:hover i:not(.dark_sidebar .site_sidebar .sidebar_inner .btn_wrap .btn:hover i) {
        filter: invert(0);
    }
    .site_links ul li.d-none { 
        display: none;
    }
    .dark_sidebar .site_sidebar .date {
        color: #000;
    }
    .dark_sidebar .site_links ul li:hover a {
        color: #000;
    }
    .dark_sidebar .social_links ul li a {
        border-color: #000;
    }
    .dark_sidebar .social_links ul li a i {
        filter: invert(1);
    }
    .dark_sidebar .social_links ul li a:hover {
        border-color: #ff0098;
    }
    .dark_sidebar .social_links ul li a:hover i.linkedin,
    .dark_sidebar .social_links ul li a:hover i.instagram,
    .dark_sidebar .social_links ul li a:hover i.facebook,
    .dark_sidebar .social_links ul li a:hover i.twitter,
    .dark_sidebar .social_links ul li a:hover i.wiki
    {
        filter: inherit;
    }
    .dark_sidebar .schedule_btn .btn {
        color: #000;
        border-color: #000;
    }
    .dark_sidebar .schedule_btn .btn:hover {
        color: #ff0098;
        border-color: #ff0098;
    }
    .pink_state .site_links ul li a {
        color: #000;
    }
    .pink_state .site_sidebar .site_logo .pinkLogo {
        display: none;
    }
    .pink_state .site_sidebar .site_logo .whiteLogo {
        display: block;
    }
}

/* .section_one_inner {
    width: 100%;
    height:100vh;
    overflow: hidden;
    position: relative;
} */

.section_one {
    background-color:#090706;
    height: calc(100vh + 335px);
    position: relative;
    z-index: 100;
    overflow: hidden;
    clip-path: ellipse(112% 66% at 59% 32%);
}

.section_one_inner {
    background-color: #000000;
    width: 100%;
    height: 100%;
    /* border-radius: 0% 0% 100% 100% / 0 0 50% 50%;
    transform: scale(1.025); */


}

.bg_video_wrap {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bg_video_wrap video {
    /* position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transition: 1s opacity; */
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.event_wrap {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.050em;
    font-family: 'PP Neue Machina Inktrap';
    font-weight: bold;
    color: #d9d9d9;
    position: absolute;
    right: 80px;
    bottom:460px;
    /* padding-right: 30px; */
    padding: 20px;
    border: #d9d9d9 7px solid;
}
.event_wrap a {
    color: #d9d9d9;
    transition: color 0.3s ease-in-out;
}
.event_wrap a:hover {
    color: #f9008a;
}
.event_wrap::after {
    content: "";
    height: 7px;
    background-color: #f9008a;
    position: absolute;
    bottom: -7px;
    left: 30px;
    right: 30px;
    border-left: #000 10px solid;
    border-right: #000 10px solid;
}

.event_wrap .angle {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

.event_wrap .angle::before {
    content: "";
    width: 8px;
    height: 44px;
    background-color: #d9d9d9;
    position: absolute;
    right: 0;
    bottom: -20px;
}

.event_wrap .angle::after {
    content: "";
    width: 44px;
    height: 8px;
    background-color: #d9d9d9;
    position: absolute;
    top: 20px;
    right: 0;
}

.presented_by {
    position: absolute;
    bottom:300px;
    right:13%;
    display: flex;
    align-items: center;
}

.presented_by span {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.050em;
    color: #d9d9d9;
    text-transform: uppercase;
    margin-right: 30px;
}

.presented_logo {}

.presented_logo ul {
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    align-items: center;
}

.presented_logo ul li {
    padding-left: 8px;
    padding-right: 8px;
}

.presented_logo ul li img {
    height: 36px;
    filter: contrast(0.1);
}

.three_d_logo {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%); */
    /* opacity: 0; */
    /* visibility: hidden; */
    /* transition: opacity 1s ease-in-out; */
}

/* .three_d_logo.show {
    opacity: 1;
    visibility: visible;
} */

#site_main_content {
    /* background-color: #f9008a; */
    height: 100vh;
    width: 100vw;

}

.text_visible_on_scroll {
    font-size: 72px;
    line-height: 72px;
    letter-spacing: 0.075em;
    color: #ff0090;
    font-family: 'PP Neue Machina Inktrap';
    font-weight:bold;
    font-style: italic;
    text-transform: uppercase;
    position: absolute;
    top:calc(50% - 135px);
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    /* visibility: hidden; */
    /* transition: opacity 1s ease-in-out; */
}

.text_visible_on_scroll.show {
    opacity: 1;
    visibility: visible;
}

.curve_bottom {
    background: url(../images/black-curve-bottom.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 17vh;
    z-index: 1;
    position: relative;
}
.section_two_three_four{
    overflow: hidden;
    margin-top: -18vh;
    position: relative;
}
.square_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
.section_two {
    position: relative;
    background-color: #e1e1e1;
}

.section_two_bg {
    /* background-color: #e1e1e1; */
    height: 100%;
    width: 100vw;
    position: absolute;
    top:0;
}

.section_two_bg::before {
    /* content: "";
    background: url(../images/square-bg-2.png) no-repeat;
    background-size: 1522px;
    background-position: 36px 8%;
    width: 100%;
    height: 100%;
    position: absolute; */
}
.section_one .section_two_bg::before {
    background-position: center center;
}
.infe_section_two {
    /* background: url(../images/screen-two-bg.jpg) no-repeat;
    background-position: top center;
    background-size: cover; */
    padding-top: 18vw;
    padding-bottom: 500px;
    position: relative;
    top: 0px;
    overflow: hidden;
}

.infe_section_two .container {
    max-width: calc(1390px + 250px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 250px;
    padding-right: 270px;
}

.infe_st_header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 60px;
    max-width: 800px;
    position: relative;
    z-index: 102;
}

.infe_st_header .heading_text {}

.infe_st_header .heading_text .subtitle {
    font-size: 30px;
    line-height: 76px;
    letter-spacing: 0.025em;
    color: #19191d;
    font-family: 'Sequel Sans Black Head';
    font-weight:900;
    font-style: normal;
    text-transform: uppercase;
}

.infe_st_header .heading_text .nolimits {
    font-size: 166px;
    line-height: 130px;
    letter-spacing: 0.050em;
    color: #19191d;
    font-family: 'Sequel Sans Black Head';
    text-transform: uppercase;
}

.infe_st_header .heading_text .nolimits span.icon {
    width: 119px;
    display: inline-flex;
    line-height: 130px;
}

.btn_wrap .btn {
    min-width: 208px;
    border: #19191d 2px solid;
    border-radius: 80px;
    padding: 5px 40px;
    font-size: 20px;
    line-height: 48px;
    letter-spacing: 0.025em;
    color: #19191d;
    text-transform: uppercase;
    display:inline-flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'PP Neue Machina Plain';
    font-weight: normal;
    /* transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out; */
}

.btn_wrap .btn:hover, nav ul li.btn_wrap a.btn {
    background-color: #ff0098;
    color: #fff;
    border-color: #ff0098;
}
nav ul li.btn_wrap a.btn:hover i {
    animation: bounce 1.5s infinite;
}
@keyframes bounce {
    0%,20%,50%,80%,100% {
        transform: translateX(0)
    }

    40% {
        transform: translateX(-15px)
    }

    60% {
        transform: translateX(-7px)
    }
}
@keyframes move_down {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        transform: translateX(20px)
    }
}

.btn_wrap .btn i, .btn_link i {
    background: url(../images/arrow-right-lined.svg) no-repeat;
    background-position: center center;
    background-size: 32px;
    width: 32px;
    height: 26px;
    display: inline-block;
    /* transition: filter 0.3s ease-in-out; */
    margin-left: 16px;
}

.btn_wrap .btn:hover i, .btn_wrap .pink_btn:hover i, nav ul li.btn_wrap a.btn i {
    background: url(../images/arrow-right-white.svg) no-repeat;
    background-position: center center;
    background-size: 32px;
    /* filter: invert(1); */
}

.btn_wrap .btn.pink_btn {
    border-color: #ff0098;
    color: #ff0098;
}

.btn_wrap .pink_btn:hover, nav ul li.btn_wrap .btn.pink_btn {
    color: #fff;
}

.btn_wrap .pink_btn i {
    background: url(../images/arrow-right-pink.svg) no-repeat;
    background-position: center center;
    background-size: 32px;
    width: 32px;
    height: 26px;
    display: inline-block;
    /* transition: filter 0.3s ease-in-out; */
}

.infe_st_content {
    font-size: 60px;
    line-height: 76px;
    letter-spacing: 0.025em;
    color: #19191d;
}

.circle_1 {
    width:27.18vw;
    height:27.18vw;
    border-radius: 50%;
    background-color: #000;
    left: -27.18vw;
    top:  27.18vw;
}

.circle_2 {
    width:27.18vw;
    height: 27.18vw;
    border-radius: 50%;
    background-color: #000;
    right: -27.18vw;
    top: -20vw;
}

.infe_section_two .circle_1 {
    position: absolute;
    left: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.infe_section_two .circle_2 {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
}
.circle {
    border-radius: 50%;
    background-color: #000000;
}

.c1,
.c2 {
    position: absolute;
    transform-origin: 50% 0;
}
/* .bg_video_wrap,  */
.section_three_header,
.infe_section_three_inner{
    opacity: 0;
}
.infe_section_three_inner_wrapper{
    position: relative;
    overflow: hidden;
    clip-path: circle(0 at 50% 30%);
    padding: 18vw 0 60vh;
    background: #000;
    opacity: 0;
}
p {
    margin-top: 0;
    margin-bottom: 30px;
}

p:last-child {
    margin-bottom: 0;
}

.infe_section_three {
    position: relative;
    width: 100%;
    margin-top: -500px;
    /* padding-top: 20vw; */
    z-index: 101;
}

/* .infe_section_three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100vh;
    background: url(../images/screen-3-bg.jpg) repeat;
    background-position: center center;
    background-size: contain;
    border-radius: 50%;
    transform-origin: top;
    transform: translateX(-50%) scale(2.3);
} */
.section_three_header {
    position: relative;
    width:100%;
    margin-bottom: 100px;
    z-index: 100;
}

.section_three_header .text {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.025em;
    color: #d9d9d9;
    text-align:center;
    margin-bottom: 50px;
}
.section_three_header .text_heading {
    font-size: 48px;
    line-height: 40px;
    letter-spacing: 0.025em;
    color: #ff0098;
    font-family: 'PP Neue Machina Inktrap';
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.section_three_header .logos {
    text-align: right;
}

.infe_section_three_inner {
    position: relative;
}

.video_wrap {
    height: 780px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.video_wrap .play_button {
    /* background: url(../images/play-button.png) no-repeat;
    background-position: center center;
    background-size: contain; */
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 1;
    cursor: pointer;
    z-index: 100;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.featured_guest {
    margin-bottom: 80px;
    position: relative;
}

.featured_guest .featured_row {
    display: flex;
    align-items: flex-end;
}

.featured_guest .featured_row .featured_text {
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.025em;
    color: #ddd7d3;
    padding-right: 40px;
}

.featured_guest .featured_row .featured_text .text_heading {
    font-size: 48px;
    line-height: 40px;
    letter-spacing: 0.025em;
    color: #ff0098;
    /* font-family: 'PP Neue Machina Inktrap';
    font-weight: bold; */
    font-family: 'Sequel Sans Black Head';
    font-weight: 900;
    /* font-style: italic; */
    text-transform: uppercase;
    margin-bottom: 30px;
}

.featured_guest .featured_row .btn_wrap .btn {
    min-width: 295px;
    padding-top: 13px;
    padding-bottom: 13px;
}

.infe_section_four {
    background-position: top center;
    background-size: cover;
    min-height: 1000px;
    padding-bottom: 110px;
    /* z-index: 101; */
    position: relative;
    /* background-color: #f9008a; */
    background-color:#e1e1e1;
    margin-top: -40vh;
}


.infe_section_four_inner {
    position: relative;
    z-index: 101;
}

.guests_wrap {
    display: flex;
    flex-wrap: wrap;
    /* grid-template-columns: repeat(5, 233px);;
    grid-gap: 40px; */
    grid-row-gap: 40px;
    position: relative;
    z-index: 1;
    margin-left: -20px;
    margin-right: -20px;
}

.guests_wrap .guest_col {
    max-width: 273px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.guests_wrap .guest_col .guest_image_wrap {
    height: 347px;
    border-radius: 70px;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
}

.guests_wrap .guest_col .guest_image_wrap::after {
    content: "";
    background: rgb(244, 0, 139);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 70px;
}

.guests_wrap .guest_col:hover .guest_image_wrap::after {
    opacity: 0.4;
}

.guests_wrap .guest_col .guest_image_wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.guests_wrap .guest_col .guest_image_wrap .logo {
    position: absolute;
    top: 46px;
    right: 27px;
    width: 80px;
    /* filter: invert(1); */
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.guests_wrap .guest_col:hover .guest_image_wrap .logo {
    opacity: 1;
}

.guests_wrap .guest_col .guest_image_wrap .logo img {}

.guests_wrap .guest_col .guest_name {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.025em;
    color: #000;
    margin-bottom: 12px;
    text-align: center;
    font-family: 'Sequel Sans Black Head';
    font-weight: 900;
}

.guests_wrap .guest_col .guest_designation {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.025em;
    color: #000;
    text-align: center;
}

.infe_section_five {

    padding-top: 245px;
    padding-bottom: 325px;
    position: relative;
    z-index: 1;
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
    clip-path: ellipse(112% 66% at 59% 32%);
    background-color: #000;
}

 .infe_section_five::after {
    /* content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #000 url(../images/square-box-grey.png) no-repeat;
    background-position: 0 100px;
    background-size: contain;
    z-index: -1; */
}

h2, .h2 {
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 0.025em;
    color: #ff0090;
    margin-top: 0;
    margin-bottom: 20px;
}

h3 {
    font-size: 40px;
    line-height:52px;
    letter-spacing: 0.025em;
    color: #ff0090;
    margin-top: 0;
    margin-bottom: 0;
}

.text-center {
    text-align: center;
}

.infe_presented_by {
    margin-bottom: 124px;
}

.infe_presented_by h3 {
    font-size: 63px;
    /* font-family: 'PP Neue Machina Inktrap';
    font-weight: bold; */
    font-family: 'Sequel Sans Black Head';
    font-weight: 900;
    font-style: italic;
    margin-bottom: 80px;
}

.infe_co_presented_by {
    margin-bottom: 120px;
}

.infe_co_presented_by h3 {
    font-size: 60px;
    font-style: italic;
    margin-bottom: 40px;
}

.infe_media_partners {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    grid-gap: 80px;
    grid-row-gap: 100px;
}

.infe_media_partners h3 {
    margin-bottom: 35px;
    line-height:1.1;
    font-style: italic;
    text-transform: uppercase;
    font-family: 'Sequel Sans Black Head';
    font-weight: 900;
}
.media_logo_wrap {
    display:grid;
    grid-template-columns:calc(40% - 30px) calc(60% - 30px);
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 60px;
    grid-row-gap: 16px;
}
.media_logo_wrap.one_col {
    grid-template-columns: auto;
}
.media_logo_wrap.three_col {
    grid-template-columns: auto auto auto;
}
.media_logo_wrap.d-block {
    display: block;
}

.media_logo_item {
    margin-bottom: 16px;
}
.media_logo_item a {
    display: inline-block;
}
.media_logo_item img {
    max-width: 75%;
    width: 100%;
    transition: opacity 0.3s ease-in-out;
}
.media_logo_item:hover img {
    /* transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05); */
    opacity: 0.7;
}


.infe_section_six {
    background-color: #e1e1e1;
    padding-top: 615px;
    padding-bottom: 220px;
    margin-top: -440px;
    z-index: 0;
    position: relative;
    overflow: hidden;
    width: 100vw;
}

.infe_section_six::before {
    /* content: "";
    background: url(../images/square-bg-2.png) no-repeat;
    background-size: 1522px;
    background-position: top center;
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none; */
}
.infe_section_six::after {
    /* content: "";
    background: url(../images/square-bg-2.png) no-repeat;
    background-size: 1522px;
    background-position: bottom center;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    pointer-events: none; */
}
.upnext_Wrap {
    position: relative;
    z-index: 101;
}

.container.lg {
    max-width: calc(1490px + 332px);
    padding-left: 332px;
}
.container.sm {
    max-width: calc(1220px + 332px);
    padding-left: 332px;
}

.upnext_Wrap .textheader {
    font-size: 276px;
    line-height: 0.8;
    letter-spacing: 0.025em;
    font-style: italic;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 80px;
}

.row.reverse {
    margin-top:90px;
    align-items: flex-start;
}

.row.reverse .col_left {
    order: 2;
    display: flex;
    justify-content: flex-end;
    padding-top: 80px;
}

.row.reverse .col_right {
    order: 1;
}

.upnext_context h2 {
    text-transform: uppercase;
}

.upnext_Wrap .row .col_left {
    max-width: 630px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
}

.upnext_Wrap .row .col_right {
    max-width: 860px;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
}

.upnext_context {
    max-width: 490px;
    width: 100%;
}

.upnext_media {
    border-radius: 32px;
    overflow: hidden;
}
.upnext_media img {
    width: 100%;
}

.upnext_context .btn_wrap .btn {
    max-width: 280px;
}

.infe_section_seven {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #000;
    overflow: hidden;
    width: 100vw;
    position: relative;
}

.infi_at_aster_media {
    border-radius: 32px;
    overflow: hidden;
    max-width: 349px;
    width: 100%;
}

.col-3 {
    width: 33.33%;
    padding-left: 16px;
    margin-right: 16px;
}
.infinity_at_aster {
    position: relative;
    z-index: 101;
}
.infinity_at_aster_row {
    display: flex;
    flex-wrap: wrap;
}

.infinity_at_aster_row .col_left, .infinity_at_aster_row .col_right {
    max-width: 349px;
    width: 100%;
}

.infinity_at_aster_row .col_center {
    max-width: 792px;
    width: 100%;
}

.infi_at_aster_context {
    color: #d9d9d9;
    padding-left: 85px;
    padding-right: 85px;
    padding-top: 57px;
}

.infi_at_aster_context h2 {
    text-transform: uppercase;
}

.infinity_at_aster_row .col_right {
    padding-top: 104px;
}

.infi_at_aster_single_row {
    padding-left: 435px;
    margin-top: 30px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.infe_section_eight {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #e1e1e1;
    overflow: hidden;
    /* background: url(../images/webp/screen-8-bg.webp) no-repeat;
    background-position: center center;
    background-size:cover; */
    position: relative;
}

.infe_section_eight .container {
    max-width: calc(1180px + 330px);
    padding-left: 330px;
}

.subscribe_Wrap {
    text-align: center;
    max-width: 820px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    position: relative;
    z-index: 100;
}

.subscribe_Wrap h3 {
    font-weight: normal;
    color: #000;
    margin-bottom:30px;
}

.subscribe_form {
    margin-top: 70px;
}

.subscribe_form fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.subscribe_form fieldset input {
    border: #000 1px solid;
    border-radius: 10px;
    padding: 21px 40px;
    max-width: 518px;
    width: 100%;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.025em;
    font-family: 'PP Neue Machina Plain';
    font-weight: normal;
    background-color: transparent;
    margin-right: 22px;
    transition: border-color 0.3s ease-in-out;
}

.subscribe_form fieldset input:focus {
    outline: none;
    border-color: #f9008a;
}

.subscribe_form fieldset button {
    background-color: #000;
    border-radius: 10px;
    padding: 21px 30px;
    text-align: center;
    max-width: 204px;
    width: 100%;
    border: #000 1px solid;
    color: #fff;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.025em;
    font-family: 'PP Neue Machina Plain';
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.subscribe_form fieldset button:hover {
    background-color: #f9008a;
    border-color: #f9008a;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000000;
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #000000;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #000000;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #000000;
    opacity: 1;
}


.infe-general_info_wrap {
    display: grid;
    grid-template-columns: calc(50% - 20px) calc(50% - 20px);
    grid-gap: 40px;
    margin-top: 180px;
}

.general_info_col {
    color: #000;
    padding-right: 80px;
    margin-bottom: 48px;
}

.general_info_col:nth-child(odd) {
    margin-top: 55px;
}

.general_info_col:nth-child(2n) {
    padding-right: 0px;
    padding-left: 48px;
}

.general_info_col .black_line {
    width: 100px;
    height: 8px;
    background-color: #000;
    margin-bottom: 60px;
}

.general_info_col h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #000;
    font-family: 'Sequel Sans Black Head';
    font-weight: 900;
}

.general_info_col a {
    color: #000;
    border-bottom: #000 1px solid;
}
.a_link {
    position: relative;
    border-bottom: #000 1px solid;
    display: inline-block;
}
.btn_link {
    border-bottom: none !important;
    display: flex;
    align-items: center;
}
.btn_link span {
    border-bottom: #000 1px solid;
    /* margin-right: 20px; */
    position: relative;
}
.btn_link span::after,
.links ul li a span::after,
.a_link::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 100%;
    left: 0;
    background-color:#ff0098 ;
    transition: transform 0.5s;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform-origin: right;
}
.btn_link:hover span:after,
.links ul li:hover a span::after,
.a_link:hover::after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: left;
}

.site_footer {
    background-color: #000;
    padding-top: 60px;
    padding-bottom: 60px;
}

.container-fluid {
    padding-left: 78px;
    padding-right: 78px;
}

.footer_row {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    justify-content: space-between;
}

.links {}

.links ul {
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
}

.links ul li a {
    color: #d9d9d9;
    display: inline-block;
    font-size: 40px;
    line-height: 54px;
    letter-spacing: 0.025em;
    /* font-weight: bold; */
    text-transform: uppercase;
    transition: color 0.3s ease-in-out;
    font-family: 'Sequel Sans Black Head';
    font-weight: 900;
}

.links ul li:hover a {
    /* color: #f9008a; */
}


.links ul li a span {
    border-bottom: #d9d9d9 2px solid;
    transition: border-color 0.3s ease-in-out;
    position: relative;
}

.links ul li:hover a span {
    /* border-color: #f9008a; */
}
.links ul li a span::after {
    height: 2px;
}

.copyright {
    color: #d9d9d9;
}

.footer_row .col_left .links {
    margin-bottom: 48px;
}

.footer_row .col_middle {
    display: flex;
    justify-content: center;
}

.footer_row .col_right {
    text-align: right;
}
.footer_row .col_right .copyright {
    display: none;
}

.mt--150 {
    margin-top: -150px;
}

.mt--90 {
    margin-top: -90px;
}

.justify-content-centr {
    justify-content: center;
}

/*==== Speakers =======*/

.speakersWrap {}

.page_title {}

.page_title h3 {
    font-weight: 700;
    text-transform: uppercase;
}

.speakersWrap .section_one {
    height: auto;
    clip-path: none;
}
.speakersWrap .section_one .section_two_bg::before {
    z-index: 1;
}
.speakersWrap .section_one .bg_video_wrap {
    height: 100vh;
}

.speakersWrap .section_one_inner, .archivesWrap .section_one_inner {
    border-radius: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}
.speakersWrap .infe_section_three {
    margin-top: -60vh;
    padding-top: 0;
    padding-bottom: 160px;
    height: auto;
    /* z-index: 1; */
    overflow: hidden;
}
.speakersWrap .infe_section_three .infe_section_three_inner {
    opacity: 1;
}

.speakersWrap .infe_section_three .clip_elem {
    content: "";
    position: absolute;
    left: 0;
    width: 100vw;
    bottom: 0;
    transform-origin: top;
    background: #c3c3c3;
    top:200px ;
    clip-path: ellipse(100% 50% at 50% 50%);
    overflow: hidden;
}

.speakersWrap .infe_section_three::after {
    /* content: "";
    background: url(../images/square-bg-2.png) no-repeat;
    background-position: bottom center;
    background-size: 1522px;
    position: absolute;
    bottom: 22%;
    width: 100%;
    height: 100%;
    z-index: 0; */
}

.guest_title {
    margin-top: 90px;
    margin-bottom: 80px;
    text-align: center;
}

.mb-140 {
    margin-bottom: 140px;
}

.guest_title h3 {
    font-weight: 700;
}

.co_hosted_by {
    background-color: #000;
    padding-top: 280px;
    padding-bottom: 200px;
    position: relative;
    margin-top: -280px;
    z-index: 0;
    overflow: hidden;
}
.co_hosted_by .co_hosted_by_inner {
    position: relative;
    z-index: 99;
}

.co_hosted_by .guests_wrap .guest_col .guest_name {
    color: #fff;
}

.co_hosted_by .guests_wrap .guest_col .guest_designation {
    color: #fff;
}

.co_hosted_by .guest_title {
    margin-top: 130px;
    margin-bottom: 130px;
}

.co_hosted_by .guests_wrap {
    grid-row-gap: 80px;
}

.section_one_bg {
    background-color: #090706;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.section_one_bg::before {
    content: "";
    background: url(../images/square-box-grey.png) no-repeat;
    background-size: 1522px;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
}

/*============ Archives ====*/
.archivesWrap .section_one .section_two_bg::before {
    z-index: 1;
}
.archivesWrap .section_one_bg {
    background-color: transparent;
    overflow: hidden;
    height: calc(100vh + 200px);
}

.archivesWrap .section_one_bg::after {
    content: "";
    background-color: #090706;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 50%;
    right: 0;
    z-index: -1;
    border-radius: 50%;
    transform-origin: bottom;
    transform: translateX(-50%) scale(2) rotate(2deg);
    -webkit-transform: translateX(-50%) scale(2) rotate(2deg);
    -moz-transform: translateX(-50%) scale(2) rotate(2deg);
}

.archivesWrap .section_one {
    height: calc(100vh + 200px);
}
.archivesWrap .section_one_inner {
    background-color: transparent;
    position: relative;
    z-index: 99;
}
.archives_holder {
    padding-top:14vw;
    padding-left:17vw;
}

.archives_holder .page_title {
    text-align: center;
    margin-bottom: 90px;
}

.archives_holder .page_title h3 {
    /* font-style: italic; */
}

.archive_year_list {}

.archive_year_list ul {
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.archive_year_list ul li {
    max-width: 50%;
    width: 100%;
}

.archive_year_list ul li a {
    padding: 40px;
    display: block;
    font-size: 232px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.075em;
    color: #ff0090;
    transition: color 0.3s ease-in-out;
    border-right: #fff 4px solid;
    border-bottom: #fff 4px solid;
    text-align: center;
}

.archive_year_list ul li:first-child a,
.archive_year_list ul li:nth-child(2) a {
    padding-top: 0px;
}

.archive_year_list ul li:nth-child(2n) a {
    border-right: none;
}

.archive_year_list ul li:last-of-type a,
.archive_year_list ul li:nth-last-child(2) a {
    border-bottom: none;
}

.archive_year_list ul li:hover a,
.archive_year_list ul li.active a {
    color: #d4d4d4;
}

.archivesWrap .infe_section_eight {
    margin-top: -8vw;
    padding-top: 18vw;
}

/*============ Contact ========*/
.get_in_touch_wrap, .pageBlogWrap {
    background-color: #e1e1e1;
    padding-top: 280px;
    padding-bottom: 110px;
    /* padding-left: 452px; */
    overflow: hidden;
    position: relative;
    /* background: url(../images/screen-8-bg.jpg) repeat;
    background-position: center center;
    background-size: contain; */
}
.pageBlogWrap {
    padding-bottom: 0;
    padding-top: 0;
}
.page_blog_wrap {
    position: relative;
    overflow: hidden;
    padding-top: 220px;
}

.get_in_touch_wrap .container {
    /* padding-left: 0;
    max-width: 100%; */
}

.get_in_touch_wrap .page_title {
    font-size: 236px;
    line-height: 200px;
    letter-spacing: 0.025em;
    color: #000;
    /* font-weight: 700; */
    /* font-style: italic; */
    margin-bottom: 80px;
    position: relative;
    z-index: 100;
    font-family: 'Sequel Sans Black Head';
    font-weight: 900;
}

.get_in_touch_wrap .row {
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 99;
}

.get_in_touch_wrap .row .col-5 {
    max-width: 580px;
    width: 100%;
}

.get_in_touch_wrap .general_info_col {
    margin-top: 0;
    padding-right: 148px;
}

.get_in_touch_wrap .row .col-7 {
    max-width: 625px;
    width: 100%;
}

.contactformWrap .row {
    margin-bottom: 20px;
    margin-left: -16px;
    margin-right: -16px;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.form-control {
    background-color: #d9d9d9;
    border-radius: 10px;
    border: #000 1px solid;
    padding: 10px 30px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.025em;
    color: #000;
    width: 100%;
    font-family: 'PP Neue Machina Plain';
    font-weight: normal;
}

.contactformWrap textarea {
    height: 200px;
}

input:focus, textarea:focus {
    outline: none;
}

button {
    cursor: pointer;
}

.col-12 {
    max-width: 100%;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
}

.contactformWrap .btn_wrap .btn {
    padding: 10px 38px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.025em;
    font-weight: normal;
    border-radius: 10px;
    font-family: 'PP Neue Machina Plain';
    text-transform: uppercase;
    color: #fff;
    cursor:pointer;
    text-align: center;
    justify-content: center;
}

.btn-primary {
    background-color: #000;
    border: #000 1px solid;
    color: #fff;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.btn-primary:hover {
    background-color: #ff0098;
    border-color: #ff0098;
    color: #fff;
}
.subscribe_dark .infe_section_eight {
    padding-top: 0;
}
.subscribe_dark .subscribe_full_wrapp {
    background-color: #000000;
    padding-top: 200px;
    padding-bottom: 200px;
}
.subscribe_dark .subscribe_full_wrapp .subscribe_Wrap {
    margin-bottom: 0px;
}
.subscribe_dark .subscribe_full_wrapp .subscribe_Wrap,
.subscribe_dark .subscribe_full_wrapp .subscribe_Wrap h3 {
    color: #d0d0d0;
}
.subscribe_dark .subscribe_full_wrapp .subscribe_form fieldset input {
    border: #d0d0d0 1px solid;
    background-color: #d0d0d0;
}
.subscribe_dark .subscribe_full_wrapp .subscribe_form fieldset button {
    border: #d0d0d0 1px solid;
}
.subscribe_dark .subscribe_full_wrapp .subscribe_form fieldset button:hover {
    border-color:#f9008a;
}
.contactWrap .infe_section_eight{
    padding-top: 0;
    padding-bottom: 130px;
}
.contactWrap .infe-general_info_wrap {
    margin-top: 130px;
}


body .grain {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: 99;
    transform: translateZ(0);
}

body .grain:before {
    content: "";
    top: -10rem;
    left: -10rem;
    width: calc(100% + 20rem);
    height: calc(100% + 20rem);
    z-index: 9999;
    position: absolute;
    /* background-image: url(../images/Image_gaussian_noise_example.png); */
    opacity: 0.15;
    pointer-events: none;
    -webkit-animation: noise 1s steps(2) infinite;
    animation: noise 1s steps(2) infinite;
}

.loading {
    height: 100vh;
    overflow: hidden;
}

.loader {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #131313;
    z-index: 99999;
    transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -webkit-transition: all 0.6s linear;
}

.loader .loader-inner {
    width: 230px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%) scale(3.5);
    -webkit-transform: translate(-50%, -50%) scale(3.5);
    -moz-transform: translate(-50%, -50%) scale(3.5);
}
.loader .loader-inner img {
    /* width: 100%; */
    height: 100%;
    object-fit: contain;
}

.loading .loader {
    opacity: 1;
    visibility: visible;
}

.loader-inner .path_one, .loader-inner .path_three {
    fill: none;
    stroke: #ED2690;
    stroke-width: 10;
    stroke-miterlimit: 10;
    stroke-dasharray: 2372.54px, 2372.54px;
    stroke-dashoffset: 2372.54px;
}
.loader-inner .path_two {
    stroke-dasharray: 1783.14px, 1783.14px;
    stroke-dashoffset: 1783.14px;
}
.loader-inner .path_three {
    stroke-dasharray: 898.934px, 898.934px;
    stroke-dashoffset: 898.934px;
}
.loader-inner .path_two {
    fill: #131313;
    stroke: #ED2790;
    stroke-width: 10;
    stroke-miterlimit: 10;
}
.loader .loader-inner svg {
    height: 100%;
    width: 100%;
}
.animate {
    opacity: 0;
    visibility: hidden;
    /* transition: none; */
  }

  .marqueeLogo__line {
        display: flex;
        align-items: center;
  }
  .marqueeLogo__line img{
    margin:0 20px;
    max-height: 55px;
}
.marqueeLogo__line img:nth-child(4){
    max-height: 66px;
}
  /********* marquee ***********/
  .marquee {
    overflow: hidden;
    width: 100%;
  }

  .marquee__inner {
    display: flex;
  }
  .marquee__line span {
    padding: 0 60px 0 0;
  }
  .marquee__line span a {
    color: #fff;
    border-bottom: #fff 1px solid;
    transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  }
  .marquee__line span a:hover {
    color: #000;
    border-color: #000;
  }
  .marquee__line {
    flex-shrink: 0;
    margin: 0;
    min-width: 100%;
    white-space: nowrap;
    animation-name: marqueeLine;
    animation-duration: 50s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
  .marquee__line:hover {
    /* animation-name: none; */
  }
  .marquee__line img {
    margin: 0 20px;
  }
  .video-iframe{
    height: 100%;
    width: 100%;
  }
  /* .site_header *{
    transition:all 0.3s ease-in-out;
  }
  .site_header.stcky-header .announcement_bar {
    height: 0;
    overflow: hidden;
    padding: 0;
  }
  .site_header.stcky-header .header_main_wrap {
    padding:  15px 75px;
  }
  .site_header.stcky-header .site_logo {
    max-width: 150px;
    width: 100%;
  } */
  @keyframes marqueeLine {
    from {
      transform: translateX(0);
    }

    to {
      transform: translateX(-100%);
    }
  }

  /********* end marquee ***********/

  .video_wrap iframe{
    opacity: 0;
    visibility: hidden;
  }
  .video_wrap.playing iframe{
    opacity: 1;
    visibility: visible;
    background-color: #000000;
    border: 0;
  }
  .video_wrap.playing .play_button{
    opacity: 0;
    visibility: hidden;
  }

@-webkit-keyframes noise {
    to {
        transform: translate3d(-7rem, 0, 0);
    }
}

@keyframes noise {
    0% {
        transform: translate3d(0, 9rem, 0);
    }

    10% {
        transform: translate3d(-1rem, -4rem, 0);
    }

    20% {
        transform: translate3d(-8rem, 2rem, 0);
    }

    30% {
        transform: translate3d(9rem, -9rem, 0);
    }

    40% {
        transform: translate3d(-2rem, 7rem, 0);
    }

    50% {
        transform: translate3d(-9rem, -4rem, 0);
    }

    60% {
        transform: translate3d(2rem, 6rem, 0);
    }

    70% {
        transform: translate3d(7rem, -8rem, 0);
    }

    80% {
        transform: translate3d(-9rem, 1rem, 0);
    }

    90% {
        transform: translate3d(6rem, -5rem, 0);
    }

    to {
        transform: translate3d(-7rem, 0, 0);
    }
}

.pageBlogWrap.subscribe_dark {
    /* padding-top: 220px; */
    padding-top: 0;
}
.play-btn {
    width: 100px;
    height: 100px;
    background: radial-gradient( rgba(255, 0, 128, 0.8) 60%, rgba(255, 255, 255, 1) 62%);
    border-radius: 50%;
    position: relative;
    display: block;
    box-shadow: 0px 0px 25px 3px rgba(255, 0, 128, 0.8);
  }

  /* triangle */
  .play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #fff;
    z-index: 100;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  /* pulse wave */
  .play-btn:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .75);
    top: -30%;
    left: -30%;
    background: rgba(198, 16, 0, 0);
  }

  @-webkit-keyframes pulsate1 {
    0% {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
      opacity: 1;
      box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
      -webkit-transform: scale(1);
      transform: scale(1);
      opacity: 0;
      box-shadow: none;

    }
  }

  @keyframes pulsate1 {
    0% {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
      opacity: 1;
      box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
    }
    100% {
      -webkit-transform: scale(1, 1);
      transform: scale(1);
      opacity: 0;
      box-shadow: none;

    }
  }

.page_blog iframe {
    width: 100%;
    height: 50vh;
    border: none;
}
.wp-block-button.is-style-outline:hover .wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-color: #32373c;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border-color: red;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0px;
}
.wpcf7-not-valid-tip, .wpcf7 form .wpcf7-response-output {
    display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    display: block;
}

/*===== New design started =====*/

/*=== Home ===*/
.infi_hero_wrapper {
    height: 100vh;
    position: relative;
}
.infi_featured_image {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.section-bg-video {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
}
.section-bg-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transition: 1s opacity;
}
.infi_hero_content {
    max-width:1124px;
    width: 100%;
    position: absolute;
    top: 55%;
    left: 55%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}
.overlay {
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.hero_title {
    font-size: 100px;
    line-height: 90px;
    letter-spacing: 0.075em;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}
.hero_description {
    /* font-size: 46px;
    line-height: 60px; 
    letter-spacing: 0.075em;*/
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.hero_description .tagline {
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: 0.075em;
    margin-bottom: 48px;
}
.hero_description .place {
    text-transform: initial;
}
.infi_hero_content .media_logo_wrap {
    grid-gap: 24px;
    grid-row-gap: 0;
    margin-top: 30px;
}
.infi_hero_content .media_logo_wrap .prb_text {
    color:#fff;
    text-transform: uppercase;
}
.infi_hero_content .media_logo_wrap .prb_text.sm {
    font-size: 16px;
}
.infi_hero_content .media_logo_wrap .media_logo_item {
    margin-bottom: 0;
    max-width: 96px;
    text-align: center;
}
.infi_hero_content .media_logo_wrap .media_logo_item.prg {
    max-width: 92px;
}
.infi_hero_content .media_logo_wrap .media_logo_item.deadline {
    max-width:188px;
}
.infi_hero_content .media_logo_wrap .media_logo_item.mr-16 {
    margin-right: 16px;
}
.infi_hero_content .media_logo_wrap .media_logo_item img {
    max-width: 100%;
    width: 100%;
    height: 39px;
    object-fit: contain;
}
.infi_hero_content .media_logo_wrap .media_logo_item.nvidia img {
    height: 55px;
}
.infi_hero_content .media_logo_wrap .media_logo_item.prg img {
    height:48px;
}
.infi_hero_content .media_logo_wrap .media_logo_item.deadline img {
    height: 39px;
    vertical-align:text-bottom;
}
.infi_hero_content .media_logo_wrap.pp_media .media_logo_item {
   
}

.infi_hero_content .media_logo_wrap {
    flex-wrap: nowrap;
}
.col_below {
    display: flex;
    align-items: center;
    gap: 16px;
}

img.lazyload {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.hero_title_typing {
    display: flex;
    font-size: 102px;
    line-height:1;
    letter-spacing: 0.075em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom:30px;
    padding-left: 60px;
    padding-right: 60px;
    font-family: 'Sequel Sans Black Head';
    font-weight: 900;
}
.hero_title_typing .pink {
    color:#ff0090;
}
.hero_title_typing .animating_text {
    position: relative;
    width: 100%;
}
.word {
    position: absolute;
    left: 0;
    opacity: 0;
  }
  
  .letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
  }
  
  .letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  .letter.behind {
    transform: rotateX(-90deg);
  }
  
  .letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }

.infi_hero_content .media_logo_wrap.pp_media .media_logo_item img {
    /* height: 36px; */
}
.infi_hero_content .media_logo_wrap .media_logo_item.L_barco img {
    height: 16px;
    vertical-align: text-top;
}
.infe_co_presented_by .media_logo_wrap .media_logo_item.sm_L_barco img {
    max-width: 50%;
}
.section_two_three_four {
    margin-top: 0px;
}
.infe_presented_by h3 {
    line-height:1;
    /* font-family: inherit; */
    font-style: normal;
    text-transform: uppercase;
}
.infe_presented_by .media_logo_item {
    width: calc(25% - 60px);
}
.infe_co_presented_by {
    margin-bottom: 40px;
}
.infe_co_presented_by h3 {
    font-style: normal;
    line-height: 1;
}
.infe_media_partners {
    grid-template-columns: repeat(1, 1fr);
    max-width: 1180px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    grid-gap:0;
    grid-row-gap: 0;
}
.infe_media_partners_col {
    padding-top: 80px;
    padding-bottom: 40px;
    border-top: #fff 1px solid;
}
.infe_media_partners h3 {
    font-style: normal;
    text-align: center;
}
.media_logo_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.media_logo_item {
    margin-bottom: 40px;
}
.infe_media_partners_col .media_logo_item {
    width: calc(25% - 60px);
    text-align: center;
}
.infe_section_five {
    clip-path: ellipse(160% 66% at 59% 32%);
}
.infe_section_six {
    padding-top: 200px;
}

.page_not_found {
    height: 100vh;
}
.page_not_found .context_center {
    display: flex;
    align-items: center;
    height: 100%;
}

.monolith_award_news_row:not(.monolith_award_news_row:last-of-type) {
    margin-bottom:80px;
}
.monolith_award_news_row h2 {
    margin-bottom: 40px;
    text-transform: uppercase;
}
.gallery_link {}
.image-gallery-sub-container .gallery-item.gallery_link input[type="text"] {
    width: 100%;
    margin-top: 80px;
    border-radius: 0;
    padding: 4px 16px;
}

.page_blog img, .monolith_technology_awards img, figure.wp-block-image img {
    border-radius: 20px;
}
.radius-20 {
    border-radius: 20px !important;
}

/* CSS Dated 29-09-2023 */
.infe_section_four.pfg_if_hollywood {
margin-top: initial;
padding-bottom: 0;
}
.pfg_if_hollywood .container {
    max-width: 100%;
    padding-left: 0;
}
.pfg_if_hollywood .featured_guest .featured_row .featured_text {
    color: #000;
}
.infe_section_four.if_new_edit .featured_guest {
    margin-top: 80px;
}
.if_new_edit .featured_guest .featured_row .featured_text .text_heading {
    margin-bottom: 0px;
}
.if_new_edit .guests_wrap .guest_col .guest_image_wrap img {
    filter: grayscale(1);
}
.if_new_edit .featured_guest .featured_row .featured_text {
    padding-right: 0px;
}

.ai_lab_sp .media_logo_item img {
    /* max-width: 100%;
    width: 100%;
    height: 100px;
    object-fit: contain; */
}


.black_text {
    color: #000000 !important;
}
button#chatbase-bubble-button {
    width: 63px !important;
    height: 63px !important;
}
button#chatbase-bubble-button img {
    width: 63px !important;
    height: 63px !important;
}

button#chatbase-bubble-button::before {
    content: "Let IF's ChatGPT answer your questions!";
    position: absolute;
    left: -184px;
    top: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    width: 176px;
    text-align: right;
    font-size: 12px;
    line-height: 16px;
    font-family: 'PP Neue Machina Plain';
    font-weight: normal;
    letter-spacing: 0.025em;
}

div#chatbase-message-bubbles {
    display: none !important;
}

.media_logo_sm_wrap.mobile_only {
    display: none;
    margin-top:24px;
    
}
.media_logo_sm_wrap .col {
    display: flex;
    align-items: center;
    justify-content: center;
    /* gap: 24px; */
    text-align: center;
    margin-bottom: 8px;
}
.media_logo_sm_wrap .col .prb_text {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    white-space:nowrap;
}
.media_logo_sm_wrap .col .media_logo_item {
    margin-bottom: 0px;
}
.media_logo_sm_wrap .col .media_logo_item img.height48 {
    height: 48px;
    width: 90px;
    object-fit: contain;
}
.media_logo_sm_wrap .btn_wrap {
    margin-top:40px;
    text-align: center;
}
.infi_hero_content .media_logo_sm_wrap .btn_wrap .btn {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
    border-radius: 16px;
    padding: 5px 24px;
    min-width: auto;
}

/* New Video */
.video_wrap video {}


/* New css dated 21 September by TRP */

.trp_if_2024_highlights {
    margin-top: 80px;
    color: #fff;
    max-width: 780px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.trp_if_2024_highlights .mb-80 {
    margin-bottom: 80px;
}
.trp_if_2024_highlights h3 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Sequel Sans Black Head';
}
.trp_if_2024_highlights .list_group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    white-space: nowrap;
}
.trp_if_2024_highlights .list_group.one_col {
grid-template-columns: repeat(1, 1fr);
}
.trp_if_2024_highlights .list_group.one_col ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.trp_if_2024_highlights ul li {
    margin-top: 6px;
    margin-bottom: 6px;
}
.trp_if_2024_highlights ul {
    margin-bottom: 0px;
    margin-top: 16px;
}
.if2024_highlight_col {
    margin-bottom: 70px;
}
.if2024_highlight_col figure.agbo {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
}
figure.agbo img {
    height: 420px;
    object-fit: cover;
    border-radius: 30px;
    width: 100%;
}
figure.agbo figcaption, figure.rob figcaption {
text-align: center;
margin-top: 16px;
/* font-size: 16px; */
}
figure.rob {
    text-align: center;
}
.trp_sg_logo {
    display: grid;
    align-items: center;
    justify-content: center;
    gap: 40px;
    grid-template-columns: 188px 138px;
}
figure.rob img {
    object-fit: cover;
    border-radius: 80px;
    width:204px;
    margin-bottom: 30px;
}
figure.rob h4 {
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}
figure.rob figcaption {
    margin-top: 0;
}
figure.jap img {
    border-radius: 30px;
    margin-bottom: 30px;
}
figure.jap figcaption {
    /* font-size: 16px; */
    text-align: center;
    margin-left: -80px;
    margin-right: -80px;
}
.if2024_highlight_col.fs_16 {
    /* font-size: 16px; */
    text-align: center;
}

.vip_fig {
    margin-top:30px !important;
}
.vip_fig img {
    border-radius: 30px;
}
.vip_fig figcaption {
    margin-top: 16px;
    font-family: 'Sequel Sans Black Head';
    font-weight: 900;
    text-transform: uppercase;
    font-size: 24px;
}
.emmy_award {
    margin-top: 48px; 
}
.emmy_award .row {
    gap: 16px;
}
.emmy_award >p.mb-48 {
    margin-bottom: 48px;
}