:root {
    --cs-black: rgba(0,0,0,1);
    --cs-primary: #E22F0C;
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family:"apparat-light";
}
.container{
	padding-left:24px !important;
	padding-right:24px !important;
}
.navbar-brand {
    letter-spacing: 0.17em;
    font-size: 20px;
    color: var(--bs-white);
    line-height: 1;
    font-weight: 300;
}
.navbar-brand:hover, .navbar-brand:active {
    color: var(--bs-white);
}
.footer--text {
    font-weight: 400;
    font-size: .75rem;
    color: var(--bs-white);
    margin: 0;
    font-weight: 300;
    letter-spacing: 0.06rem;
    font-family: "apparat";
}
footer {
    margin-top: auto;
    position: relative;
}
.portfolio__footer {
    background-color: var(--cs-black);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: .8rem 0rem .8rem;
}
.social__linkwrapper ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
}
.social__linkwrapper ul li {
    margin-left: 6px;
    margin-right: 6px;
}
.social__linkwrapper ul li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    width: 36px;
    height: 36px;
}
.social__linkwrapper ul li a:active {
    background-color: var(--cs-primary);
}
.bg__cover {
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
}
.classic__header {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(0deg, rgba(226, 47, 12, 0.47), rgba(226, 47, 12, 0.47));
}
.z1 {
    z-index: 1;
}
.cs__header {
    padding: 1.5rem .75rem 1.25rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
.cs__header.scrolledsmooth {
    background: #130606;
}
.togglerBtn {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 11px;
    cursor: pointer;
    pointer-events: initial;
    vertical-align: middle;
    background-color: transparent;
    border: 0;
    padding: 0;
    position: relative;
}
.togglerBtn span {
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 0px;
    transform: rotate(0deg) translateY(0px);
    will-change: transform;
    transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.menu {
    z-index: 10;
    position: fixed;
    padding: 1.25rem 0rem;
    background: #2B0D0D;
    overflow-y: auto;
    height: 100vh;
    width: 100%;
    right: -100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.togglerBtn.xs-wbtn {
    width: 20px;
    height: 20px;
}
.data {
    padding-top: 1.25rem;
}
.nav-open .menu {
    right: 0%;
    opacity: 1;
    visibility: visible;
}
.navmenu-close {
    text-align: end;
    padding: 0rem 1.25rem;
}
.cs__nav .navbar-nav > .nav-item > .nav-link {
    font-weight: 300;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    color: #FFF8F3;
    line-height: 1;
    padding: 1.5rem 1rem 1.15rem;
    text-transform: uppercase;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: 10px;
    border-bottom: 1px solid #FFF8F3;
    position: relative;
} 
.cs__nav .navbar-nav > .nav-item > .nav-link.dropdown-toggle::after {
    content: '';
    left: auto;
    right: 20px;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 11px 7px;
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");   */
    background-image: url('../images/toggleIcon.svg');
    border: 0;
    margin: 0;
    width: 11px;
    height: 7px;
    top: 32px;
    transform: rotate(-180deg);
    transition: .3s ease-in all;
}
.cs__nav .navbar-nav > .nav-item > .nav-link.dropdown-toggle.nav--italic::after {
    top: 28px;
}
.cs__nav .navbar-nav > .nav-item > .nav-link.show::after {
    transform: rotate(0deg);
}
.cs__nav .navbar-nav > .nav-item > .nav-link.nav--italic {
    font-weight: 400;
    font-style: italic;
    letter-spacing: -0.2px;
    text-transform: none;
    font-size: 16px;
}
.no--count {
    font-size: 1rem;
    letter-spacing: 0px;
    font-weight: 300;
    letter-spacing: 0px;
}
li.social__linkwrapper {
    padding: 26px 16px;
}
.js-start.social__linkwrapper > ul {
    justify-content: flex-start;
}
.js-start.social__linkwrapper > ul > li:nth-child(1) {
    margin-left: 0px;
}
.cs__nav .navbar-nav > .nav-item > .dropdown-menu .dropdown-item {
    font-weight: 300;
    font-size: 14px;
    padding: 1rem 1rem 1rem;
    line-height: 1;
    color: #FFF8F3;
    letter-spacing: -0.4px;
}
.cs__nav .navbar-nav > .nav-item > .dropdown-menu {
    position: static !important;
    transform: translate(0px) !important;
    box-shadow: none !important;
    background: transparent;
    padding-top: 7px !important;
    padding-bottom: 0px;
    padding-left: 0px;
    border: 0;
}
.cs__nav .navbar-nav > .nav-item > .nav-link.nav--italic .no--count {
    font-style: normal;
    font-size: 16px;
}
.signatue--img {
    width: 95px;
}
.cs__nav .navbar-nav > .nav-item > .nav-link:active .no--count, .cs__nav .navbar-nav > .nav-item > .nav-link.show .no--count {
    color: #E22F0C;
}
.cs__nav .navbar-nav > .nav-item > .dropdown-menu .dropdown-item:focus, .cs__nav .navbar-nav > .nav-item > .dropdown-menu .dropdown-item:hover {
    color: #E22F0C;
    background: transparent;
}
.container--shots {
    display: flex;
}
.shot__item {
    width: 21%;
    height: 480px;
    transition: width 0.5s cubic-bezier(0.39,0.57,0.56,1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    padding-left: 20px;
}
.hero__person-cont {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.hero__person-img {
    position: relative;
    z-index: 0;
    display: block;
    height: 105%;
    width: 100%;
    margin-top: -5px;
    object-position: center;
    object-fit: cover;
    filter: saturate(0);
}
.hero__person-grad {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: #fff;
    padding: 40px 20px;
}
.shot__item:nth-child(1) .hero__person-grad {
    background-color: rgba(43, 13, 13, 0.2);
}
.shot__item:nth-child(2) .hero__person-grad {
    background-color: rgba(43,13,13,0.42);
}
.shot__item:nth-child(3) .hero__person-grad {
    background-color: rgba(43,13,13,0.47);
}
.shot__item:hover .hero__person-grad {
    background-color: transparent;
}
.shot__item:nth-child(1).expanded .hero__person-grad {
    background-color: transparent;
}
.shot__item:hover .hero__person-img {
    filter: none;
}
.shot__item.expanded .hero__person-img {
    filter: none;
}
.shot__item.expanded.shrink .hero__person-img {
    filter: saturate(0);
}

.hero__person-txt-less {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 115px;
    height: 115px;
    transition: .3s ease all;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 1;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: .2s ease-out all;
}
.hero__person-txt-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 105px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    transition: .2s ease-out all;
}
.hero__person-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 28px;
    margin-left: 23px;
    font-weight: 300;
    line-height: 1;
    -webkit-text-stroke: 0.2px #fff;
    letter-spacing: 0.3125rem;
    text-transform: uppercase;
}
.hero__person-square {
    position: absolute;
    z-index: -1;
    display: block;
    width: 105px;
    height: 100%;
    border-radius: 8px;
    background-color: #E22F0C;
}
.hero__person-txt-more .hero__person-title {
    margin-top: 10px;
}
.hero__person-txt-more .hero__person-square {
    height: 105px;
}
.shot__item.expanded {
    width: 58%;
}
.shot__item:hover {
    width: 58%;
}
.shrink {
    width: 21% !important;
}
.shot__item:hover .hero__person-txt-less {
    opacity: 0;
}
.shot__item:hover .hero__person-txt-more {
    opacity: 1;
}
.shot__item.expanded .hero__person-txt-more {
    opacity: 1;
}
.shot__item.expanded .hero__person-txt-less {
    opacity: 0;
}
.shot__item.expanded.shrink .hero__person-txt-less {
    opacity: 1;
}
.shot__item.expanded.shrink .hero__person-txt-more {
    opacity: 0;
}
.center__bottom {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.bottom__left {
    position: absolute;
    bottom: 30px;
    left: 10px;
}
.custom__footer {
    background-color: var(--cs-primary);
    padding: 3rem 0rem 2.5rem;
}
.footer_logo_title {
    font-weight: 400;
    font-size: 1rem;
    color: var(--bs-white);
    line-height: 1.3;
    margin: 0;
    letter-spacing: 0.025rem;
}
.footer_list_wrapper ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer_list_wrapper ul li a {
    font-weight: 500;
    color: var(--bs-white);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
}
.footer_list_wrapper ul li a:active, .press_kit_list ul li a:active {
    color: var(--cs-black);
}
.footer_list_wrapper ul li + li {
    margin-top: 12px;
}
.footer_headline {
    font-weight: 500;
    color: var(--bs-white);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
}
.press_kit_list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-top: 15px;
}
.press_kit_list ul li a {
    font-weight: 500;
    color: var(--bs-white);
    text-decoration: none;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
}
.press_kit_list ul li a > span {
    margin-top: -5px;
}
.press_kit_list ul li + li {
    margin-top: 15px;
}
.left_socialbar ul {
    justify-content: flex-start !important;
}
.left_socialbar ul li {
    margin: 0;
    margin-right: 12px;
}
/* .left_socialbar ul li + li {
    margin-left: 12px;
} */
.left_socialbar ul li a:active {
    background-color: #2B0D0D;
}
.mt-12 {
    margin-top: 12px;
}
.bg_page_hero {
    padding-top: 170px;
    padding-bottom: 260px;
}
.header_tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--cs-primary);
    /* padding: 12px 5px; */
    padding: 10px 5px 5px 10px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
    color: var(--bs-white);
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.3125rem;
}
.winos .header_tag {
    padding: 11px 10px 4px 12px;
}
.header_title {
    margin-top: 1.8rem;
    letter-spacing: -0.0625rem;
    font-weight: 300;
    font-size: 2.25rem;
    line-height: 1.3;
    color: var(--bs-white);
}
.xs_art {
    background-image: url('../images/art_heading-xs.png');
    background-position: center center;
}
.xs_artrepreneur {
    background-image: url('../images/anita_ratnam_art_entrepreneur.png');
    background-position: center center;
}
.xs_artist {
    background-image: url('../images/anita_ratnam_artist.png');
    background-position: center center; 
}
.xs_event {
    background-image: url('../images/anita_ratnam_upcoming_events.png');
    background-position: center center; 
}
.maxw--860 {
    max-width: 860px;
}
.overlap_bar {
    background-color: var(--cs-primary);
    border-radius: 8px;
    overflow: hidden;
    margin-top: -190px;
    box-shadow: 0px 10px 10px 6px rgba(16, 26, 40, 0.06);

}
.overlap_bar-text {
    color: var(--bs-white);
    font-weight: 400;
    line-height: 1.4;
    font-size: 1rem;
    padding: 3rem;
    margin: 0;
}
.anita_on_show {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-spacer {
    padding: 2.5rem 0rem;
}
.reg-text {
    color: var(--cs-black);
    font-size: 1.25rem;
    letter-spacing: -0.025rem;
    margin: 0;
    line-height: 1.4;
    font-weight: 400;
}
.font--24 {
    font-size: 24px !important;
}
.custom_nav_tabs {
    max-width: 1065px;
}
.cs_accordion .accordion-button::after {
    background-color: var(--cs-primary);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    width: 40px;
    height: 40px;
    margin-top: -5px;
    background-position: center;
    border-radius: 8px;
}
.cs_accordion .accordion-button {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #E6EBF0;
    font-weight: 600;
    color: var(--cs-black);
    padding-left: 0;
    padding-right: 0px;
    line-height: 1.3;
    border-radius: 0 !important;
    padding-bottom: 12px;
    padding-top: 12px;
}
.cs_accordion .accordion-item {
    border: 0;
}
.cs_accordion .accordion-item + .accordion-item {
    margin-top: 12px;
}
.cs_accordion .accordion-item:last-child .accordion-button.collapsed {
    border-bottom-color: transparent ;
}
.comon__text {
    color: var(--cs-black);
    line-height: 1.6;
    margin: 0;
    font-size: 1rem;
}
.comon__text span {
    font-weight: 700;
}
.cl-primary {
    color: var(--cs-primary);
}
.accordion-body {
    padding-left: 0px;
    padding-top: 1.5rem;
    padding-right: 0px;
}
.custom_nav_tabs .nav-pills {
    margin-bottom: 40px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-top: 5px;
    position: sticky;
    position: -webkit-sticky;
    top: 60px;
    background-color: #fff;
    z-index: 4;
}
.custom_nav_tabs .nav-pills::-webkit-scrollbar {
    display: none;
}
.custom_nav_tabs .nav-pills > .nav-item {
    flex-basis: 100%;
}
.custom_nav_tabs .nav-pills > .nav-item > .nav-link {
    width: 100%;
    border-radius: 0;
    background: transparent;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1.5px solid #000;
    padding: 15px 20px 10px;
    line-height: 1;
    white-space: nowrap;
}
.custom_nav_tabs .nav-pills > .nav-item > .nav-link:focus {
    box-shadow: none;
}
.custom_nav_tabs .nav-pills > .nav-item > .nav-link.active {
    border-color: #E22F0C;
    color: #E22F0C;
}
.cs__nav .navbar-nav > .nav-item > .nav-link.active-link .no--count {
    color: #E22F0C;
}
.artlink--btn.active .dropdown-item {
    color: var(--cs-primary) !important;
}
.each_featurebox {
    display: inline-block;
}
.desktop_event{
	padding:40px; 
	background-color:#F3F3F3; 
	margin-top: -150px; 
	border-radius:8px;
}
.event_header_title{
	color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -1px;
    padding-bottom: 32px;
    line-height: 1.3;
    margin: 0;
}
.event_grid_wrapper {
   /*  margin-top: -150px; */
    display: grid;
    grid-gap: 1.5rem;
}
.event_wrapmainbox{
	border: 1px solid #E0E0E0;
	background: #fff;
    padding: 24px;
    border-radius: 8px;
}
.event_wrapbox {
    display: grid;
    grid-template-columns: 95px 1fr;
    grid-gap: 1.5rem;
}
.event_wrapmainbox .event_date{
	color:#E22F0C; 
	margin:0; 
	font-size:18px; 
	width:100%; 
	text-transform:uppercase;
	padding-bottom:24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3; 
    letter-spacing: -0.4px;
    font-family: "apparat";
}
.event_imgbox {
    width: 108px;
    height: 99px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.event_imgbox > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event_contentbox h3 {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.025rem;
    color: #000;
    margin: 0;
	margin-bottom: 10px;
	line-height: 1.3;
}
.comon__text small {
    font-size: 1rem;
}
.comon__text small span {
    font-weight: 400;
}
.comon__text.fnt400 span {
    font-weight: 400;
}
.locicon_place {
    /* display: grid;
    grid-template-columns: 18px 1fr;
    grid-gap: 0.2rem;
    background-color: #FFEEEB;
    border-radius: 19px;
    padding: 6px 12px; */
	display: flex;
    background-color: #FFEEEB;
    border-radius: 19px;
    padding: 7px 14px;
    width: auto;
    margin-left: 12px;
    gap: 5px;
    margin-top: 10px;
}
.locicon_place span {
    color: #E22F0C;
    display: inline-block;
	 font-family: "apparat";
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 16px;
}
.locicon_place span a {
    color: #E22F0C;
    text-decoration: none;
}
.locicon_place span a:active {
    text-decoration: underline;
}
.event_imgbox span {
    background: var(--cs-primary);
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    padding-bottom: 5px;
    left: 0;
    text-align: center;
    display: inline-flex;
    line-height: 1.1;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}
.event_hero {
    padding-top: 150px;
    padding-bottom: 200px;
}
.bg-43 {
    background-color: rgba(43, 13, 13, 1);
}
.card_ful_link {
    position: absolute;
    inset: 0;
    z-index: 2;
}
.accordion-body .comon__text span {
    font-weight: 600;
    font-family: "apparat";
}
.footer--text a {
    text-decoration: none;
    color: var(--bs-white);
}
.footer--text a:active {
    text-decoration: underline;
}
.custom__footer .col-md-12.col-lg-3 a {
    width: 242px;
    display: inline-block;
}

/*Mobile view*/
.pt-lg-100 {
    padding-top: 85px;
    padding-bottom: 30px;
}
.mt-60 {
    margin-top: 60px;
}
.showcase__box {
    transition: width 0.4s ease-out;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    height: 360px;
    width: 300px;
}
.filter--none {
    filter: none !important;
}
.xs-grad {
    padding: 1.5rem;
    background-color: rgba(43,13,13,0.42);
}
.bottom__left-xs {
    position: absolute;
    left: 24px;
    bottom: 24px;
}
.bottom__left-xs .hero__person-txt-more {
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    height: 60px;
}
.bottom__left-xs .hero__person-square {
    width: 60px;
    height: 100%;
}
.bottom__left-xs .hero__person-title {
    letter-spacing: 0.125rem;
    font-size: 1.125rem;
    margin-left: 12px;
    -webkit-text-stroke: 0px #fff;
    margin-top: 5px;
}
.swiper-slide:nth-child(3) .hero__person-grad.xs-grad {
    background-color: rgba(43,13,13,0.47);
}
.pe-me-ng-3 {
    margin-right: -12px;
}
.mySwiper .swiper-slide {
    width: auto;
}
.footer--text {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}
.footer--text span {
    vertical-align: text-top;
    text-align: center;
    line-height: 1;
}
.mobile_event{
	display:none;
}
.event_contentbox p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #000000;
    line-height: 145%;
}
.maxw--100 {
    max-width: 100%;
}
.maxw--1065 {
    max-width: 1065px;
}
.maxw--950 {
    max-width: 950px;
}
.grid_box_col {
    padding: 2.5rem 0rem;
    border-bottom: 1px solid #CDCDCD;
}

.grid_box_col {
    display: grid;
    grid-gap: 1rem;
}
.event--date {
    color: #E22F0C;
    margin: 0;
    font-size: 18px;
    width: 100%;
    text-transform: uppercase;
    padding-bottom: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.4px;
    font-family: "apparat";
}
.ev_imgbox {
    display: grid;
    grid-gap: 1.25rem;
}
.address--text, .address--text a {
    font-weight: 400;
    line-height: 130%;
    font-size: 14px;
    color: #E22F0C;
    margin: 0;
    font-family: "apparat";
    text-decoration: none;
}
.text--dark {
    color: #000000;
}
.grid_box_col:nth-child(1) {
    padding-top: 0;
}
.cs__nav .navbar-nav > .nav-item > .nav-link.nav--stat {
    font-weight: 400;
    font-style: italic;
    letter-spacing: -0.2px;
    text-transform: none;
    font-size: 16px;
}
.subscribe_letter {
    position: relative;
    max-width: 430px;
}
.subscribe_letter input[type="email"] {
    border: 1px solid #D9D9D9;
    width: 100%;
    border-radius: 8px;
    outline: none;
    padding: 14px;
    line-height: normal;
    padding-right: 100px;
    background-color: transparent;
    color: var(--bs-white);
}
.subscribe_letter input[type="email"]:focus {
    border-color: #D9D9D9;
}
.subscribe_letter button[type="submit"] {
    background-color: #FFF8F3;
    font-size: 16px;
    color: #2B0D0D;
    padding: 14px 20px;
    position: absolute;
    right: 0;
    line-height: normal;
    border-top-right-radius: 8px;
    border: 1px solid #D9D9D9;
    border-bottom-right-radius: 8px;
    border-left: 0;
}
.subscribe_letter button[type="submit"]:active {
    background-color: #2B0D0D;
    color: #fff;
}
.subscribe_letter input[type="email"]::placeholder {
    color: #FFF8F3;    
}


/*Mobile view*/
@media screen and (max-width: 768px) {
	/* .event_wrapmainbox .event_date{
		display:none;
	} */
	.xs_event{
		background-position: -724px -54px;
	}
	.desktop_event{
		display:none;
	}
	.mobile_event{
		
		display:block;
	padding:24px; 
	background-color:#F3F3F3; 
	margin-top: -150px; 
	border-radius:8px;

	}
	.mobile_event .event_header_title{
		font-size:24px;
		padding-bottom: 19px;
	}
	.mobile_event .event_contentbox{
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: flex-start;
	}
	.mobile_event .event_wrapmainbox .event_date{
		padding-bottom: 12px;
    line-height: 16px;
	font-size: 14px;
	}
	.mobile_event .event_contentbox h3
	{
		padding-bottom: 0;
		font-size: 18px;
		
	}
	.mobile_event .event_date_location{
		display: inline-grid;
		margin-top: 24px
	}
	.mobile_event .locicon_place{
		margin: 6px 0;
		width: fit-content;
	}
    .event_wrapbox {
        grid-template-columns: auto;
    }
    .event_contentbox h3 {
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) {
    .social__linkwrapper ul {
        justify-content: flex-end;
    }
    .navbar-brand {
        font-size: 24px;
    }
    .custom__footer {
        /* padding: 4.5rem 0rem 3rem; */
        padding: 42px 0px;
    }
    .winos .custom__footer {
        padding: 3rem 0rem 2.35rem;
    }
    .xs_art {
        background-image: url('../images/anita_ratnam_famous_performing_artist.png');
    }
    .header_title {
        font-size: 2.25rem;
    }
    .section-spacer { 
        padding: 3.8rem 0rem;
    }
    .custom_nav_tabs .nav-pills {
        margin-bottom: 60px;
    }
    .event_grid_wrapper {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .event_hero {
        padding-top: 250px;
        padding-bottom: 220px;
    }
    .footer--text {
        max-width: none;
    }
    .grid_box_col {
        display: grid;
        grid-template-columns: 6fr 3fr 3fr;
    }
    .ev_imgbox {
        display: grid;
        grid-gap: 1.25rem;
        grid-template-columns: 108px 1fr;
    }
    .grid_box_col > div:nth-child(2) {
        padding-left: 2rem;
    }
    .left_socialbar ul li {
        margin-bottom: 12px;
    }
}
@media screen and (min-width: 992px) {
    .signatue--img {
        width: auto;
    }
    .pt-lg-100 {
        padding-top: 70px;
        padding-bottom: 30px;
    }
    .hero__person-square {
        height: 70%;
    }
    .header_tag {
        /* padding: 1.25rem 1.25rem .7rem 1.4rem; */
        padding: .65rem .7rem .6rem 1.14rem;
        font-size: 2rem;
    }
    .winos .header_tag {
        padding: 1rem 1rem .35rem 1.30rem;
    }
    .overlap_bar-text {
        font-size: 1.25rem;
    }
    .custom_nav_tabs .nav-pills > .nav-item > .nav-link { 
        padding: 20px 10px 15px;
    }
}
@media screen and (min-width: 1200px) {
    .social__linkwrapper ul li a:hover {
        background-color: var(--cs-primary);
    }
    .cs__nav .navbar-nav > .nav-item > .nav-link {
        /* font-size: 1.875rem; */
        font-size: 1.75rem;
        grid-gap: 40px;
        letter-spacing: 0.3125rem;
        padding: 26px 16px 18px;
    }



    .cs__nav .navbar-nav > .nav-item > .nav-link.nav--italic {
        font-size: 1.15rem;
        grid-gap: 40px;
    }
    .cs__nav .navbar-nav > .nav-item > .dropdown-menu .dropdown-item {
        /* font-size: 1.25rem; */
        font-size: 1.15rem;
        text-align: end;
        padding: 10px 16px 10px;
    }
    .no--count, .cs__nav .navbar-nav > .nav-item > .nav-link.nav--italic .no--count {
        font-size: 1.5rem;
    }
    .cs__nav {
        max-width: 970px;
        display: grid;
        grid-template-columns: 230px 1fr;
        grid-gap: 60px;
    }
    .cs__nav .navbar-nav > .nav-item > .dropdown-menu {
        display: none;
        transform: translateX(-50px) !important;
        transition: .5s cubic-bezier(0.075, 0.82, 0.165, 1) all;
        position: absolute !important;
        top: 0px !important;
        left: auto !important;
        right: 100% !important;
        padding-left: 0;
        padding-right: 60px;
        padding-top: 20px !important;
    }
    .cs__nav .nav-item:hover > .dropdown-menu {
        display: block;
        transform: translateX(0px) !important;
    }
    /* .cs__nav .navbar-nav > .nav-item > .dropdown-menu .dropend + .dropend {
        margin-top: 10px;
    } */
    .cs__nav .navbar-nav > .nav-item > .nav-link.dropdown-toggle::after {
        display: none;
    }
    .cs__nav .navbar-nav > .nav-item > .nav-link:active .no--count, .cs__nav .navbar-nav > .nav-item > .nav-link.show .no--count {
        color: var(--bs-white);
    }
    .cs__nav .navbar-nav > .nav-item > .nav-link:hover .no--count {
        color: #E22F0C;
    }
    .cs__nav {
        max-width: 690px;
        margin-left: auto;
        margin-right: auto;
    }
    .menu {
        padding: 2.85rem;
    }
    li.social__linkwrapper {
        padding: 36px 0px;
    }
    .cs__header {
        padding: 2.25rem 1.75rem 1.875rem;
    }
    .navmenu-close {
        padding-right: 0px;
    }
    .hero__person-square {
        height: 100%;
    }
    .left_socialbar ul li a:hover {
        background-color: #2B0D0D;
    }
    .d-xl-grid {
        display: grid;
    }
    .event_wrapbox {
        grid-template-columns: 120px 1fr;
    }
    .event_contentbox h3 {
       /*  font-size: 1.75rem; */
    }
    .locicon_place span {
       /*  font-size: .925rem; */
    }
    .event_imgbox {
        width: 135px;
        height: 120px;
    }
    .event_imgbox span {
        font-size: 1rem;
    }
    .footer_list_wrapper ul li a:hover, .press_kit_list ul li a:hover {
        color: var(--cs-black);
    }
    .custom_nav_tabs .nav-pills {
        top: 85px;
        padding-top: 10px;
    }
    .locicon_place span a:hover {
        text-decoration: underline;
    }
    .footer--text a:hover {
        color: var(--bs-white);
        text-decoration: underline;
    }
    .cs__nav .navbar-nav > .nav-item > .nav-link.nav--stat {
        font-size: 1.15rem;
    }
    .subscribe_letter button[type="submit"]:hover {
        background-color: #2B0D0D;
        color: #fff;
    }
}
@media screen and (min-width: 1400px) {
    .cs__nav .navbar-nav > .nav-item > .nav-link {
        /* font-size: 2.25rem; */
        font-size: 1.75rem;
        padding: 30px 16px 24px;
    }
    .cs__nav .navbar-nav > .nav-item > .nav-link.nav--italic {
        /* font-size: 1.5rem; */
        font-size: 1.25rem;
    }
    .cs__nav .navbar-nav > .nav-item > .dropdown-menu .dropdown-item {
        /* font-size: 1.5rem; */
        font-size: 1.25rem;
        padding: 12px 10px;
    }
    .no--count {
        font-size: 1.5rem;
    }
    .shot__item {
        height: 480px;
    }
    .hero__person-txt-less {
        width: 120px;
        height: 120px;
    }
    .hero__person-txt-more {
        height: 120px;
    }
    .hero__person-square {
        width: 120px;
    }
    .hero__person-txt-more .hero__person-square {
        height: 105px;
    }
    .hero__person-title {
        font-size: 34px;
        margin-left: 24px;
        margin-top: 5px;
    }
    .center__bottom {
        bottom: 40px;
    }
    .bottom__left {
        bottom: 30px;
        left: 20px;
    }
    .event_wrapbox {
        grid-template-columns: 108px 1fr;
    }
    .event_imgbox {
       width: 108px;
    height: 99px;
    }
    .event_imgbox span {
        font-size: 1.5rem;
        width: 62px;
        height: 62px;
        padding: 0;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding-top: 4px;
    }
    footer .footer_list_wrapper {
        padding-left: 3rem;
    }
    footer .row .col-md-4:nth-child(3) .footer_headline, footer .row .col-md-4:nth-child(3) .footer_headline + .press_kit_list {
        padding-left: 2rem;
    }
    .cs__nav .navbar-nav > .nav-item > .nav-link.nav--stat {
        font-size: 1.5rem;
    }
}