/* TypoGraphy */
* {
	box-sizing: border-box;
}
:focus {
	outline: none !important;
	box-shadow: none;
	border-color: inherit;
}
textarea.form-control {
	resize: none;
	overflow: hidden;
}
html, body {
	width: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-family: "Sen", sans-serif;
	font-weight: normal;
	background: #fff;
	overflow-x: hidden;
	font-size: 16px;
	color: #000;
}
img {
	max-width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
a, a:hover {
	text-decoration: none;
}
p {
	font-size: 16px;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0px 0 20px;
	padding: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover,h6 a:hover {
	color: #01a4ec;
}
h1 {
	font-weight: bold;
	font-size: 98px;
	line-height: 84px;
	color: #585B5D;
}
h2 {
	font-weight: bold;
	font-size: 36px;
	line-height: 37px;
	color: #585B5D;
}
h3 {
	font-weight: bold;
	font-size: 28px;
	line-height: 43px;
	color: #585B5D;
}
h4 {
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	color: #585B5D;
}
h5 {
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	color: #585B5D;
}
h6 {
	font-weight: bold;
	font-size: 20px;
	line-height: normal;
	color: #585B5D;
}
p {
	font-size: 16px;
	line-height: 24px;
	color: #000;
}
p:last-child {
	margin-bottom: 0;
}
ul {
	padding: 0px 0 20px 18px;
	margin: 0px;
}
ol {
	padding-bottom: 20px;
	padding-left: 15px;
}
ol li {
	position: relative;
	padding-left: 5px;
}
li {
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #1A1A1A;
}
li a {
	color: #01a4ec;
}
li a:hover {
	color: #1A1A1A;
}
a {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #03b1e7;
}
a:hover {
	transition: 0.7s;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	color: #1A1A1A;
}
button {
	padding: 0;
	background-color: transparent;
	border: none;
}

/** ================== // HOME PAGE CSS START // ================== **/
.home-wrapper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
	position: relative;
}
.home-banner-slider-section {
    height: 100%;
    width: 100%;
}
.banner-slider {
    width: 100%;
    height: 100%;
}
.home-banner-slider-section div {
    height: 100%;
}
.banner-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-img-wrap {
    position: relative;
}
.slider-img-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(60.4% 45.2% at 50% 54.8%, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.00) 63.51%);
}
#cursor {
    position: fixed;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    pointer-events: none;
    z-index: 999;
    opacity: 0;
}
.home-banner-slider-section:hover #cursor {
    opacity: 1;
}
.banner-slider .slick-arrow.slick-prev {
    display: none !important;
}
.banner-slider .slick-arrow.slick-next {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* visibility: hidden; */
    opacity: 0;
    padding: 0;
    margin: 0;
    cursor: none;
}
.slides-d-flex {
    display: inline-flex;
    align-items: center;
    letter-spacing: .96px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    column-gap: 5px;
    font-size: 11px;
}
.logo {
    position: absolute;
    z-index: 9999999999;
    left: 50px;
    top: 19px;
    width: 74px;
}
.navigation {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0%;
    right: 0%;
	margin: 0 auto;
    z-index: 10;
	width: 100%;
}
.navigation ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 115px;
    justify-content: center;
}
.navigation ul li {
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
	letter-spacing: .88px;
	font-family: 'Classico bold';
	font-weight: bold;
}
.navigation ul li a {
    color: #fff;
}
.navigation ul li a:hover {
    font-style: italic;
}
.sign-up-updates-wrap {
    position: absolute;
    z-index: 1;
    left: 30px;
    bottom: 22px;
    display: flex;
    align-items: center;
    gap: 25px;
}
.sign-up-updates-wrap p {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    letter-spacing: .88px;
}
.sign-up-updates-form-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}
.sign-up-updates-form-wrap .form-group input {
    padding: 0;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
	letter-spacing: .88px;
}
.sign-up-updates-form-wrap .form-group input.form-control {
    width: 200px;
    height: 25px;
    padding-left: 7px;
}
.sign-up-updates-form-wrap .form-group input::placeholder {
	color: #fff;
}
.sign-submit-btn {
	position: relative;
}
.sign-submit-btn img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 11px;
    pointer-events: none;
    left: 0;
    right: 0;
}
.sign-up-updates-form-wrap .form-group input.btn-arrow {
    font-size: 0;
    padding: 10px;
    margin: 0;
    border: 0;
}
.sign-up-updates-form-wrap .form-group input.form-control:focus {
    outline: 1px solid #fff;
}
/** ================== // HOME PAGE CSS END // ================== **/

/** ================== // EVENTS PAGE CSS START // ================== **/
.home-wrapper.column-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lef-col {
    width: 50%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.lef-col .banner-slider .slick-arrow.slick-next {
    position: absolute;
    cursor: pointer;
}
.right-col {
    width: 50%;
    overflow-y: auto;
    height: 100vh;
    background: #fbfbf7;
}
.event-inner {
    display: flex;
    flex-direction: column;
    gap: 60px;
    justify-content: space-between;
    height: 100vh;
}
.right-col .navigation {
    position: unset;
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
}
.right-col .navigation ul {
    gap: unset;
    justify-content: space-between;
}
.right-col .navigation ul li a {
	color: #000;
}
.right-col .navigation ul li.active a {
	text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    text-decoration-line: underline;
	font-style: italic;
}
.right-col .sign-up-updates-wrap * {
    color: #000;
}
.right-col .sign-up-updates-wrap {
    position: unset;
    justify-content: flex-end;
    padding-right: 23px;
    padding-bottom: 22px;
}
.right-col .sign-up-updates-form-wrap .form-group input.form-control {
    color: #000;
}
.right-col .sign-up-updates-form-wrap .form-group input.form-control::placeholder {
    color: #000;
}
.right-col .sign-submit-btn img {
    filter: invert(1);
}
/* .right-col::-webkit-scrollbar {
	width: 0px;
} */
.content-card {
    margin-left: 30px;
    width: 66.666667%;
}
.event-form {
    margin-top: 90px;
}
.description p, .description ul li, .description ol li {
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: .36px;
    color: #000;
}
.description p a {
	color: #000;
	text-decoration: underline;
}
.event-form h6 {
    font-size: 11px;
    line-height: 15.4px;
    letter-spacing: .08em;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.event-form-d-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    row-gap: 35px;
}
.event-details-card {
    margin-top: 50px;
}
.event-info {
    width: 490px;
    max-width: calc(50vw - 50px);
}
.event-form .form-group {
    width: 100%;
}
.event-form .form-group.half-field {
    width: 48%;
}
.event-form label {
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 11px !important;
    font-weight: 450;
    line-height: 15.4px;
    letter-spacing: .08em;
    color: #000;
}
.event-form label span.required {
    color: #ed1c24;
}
.event-form .form-group input.medium, .event-form .form-group textarea.medium {
    border: solid 1px black;
    border-width: 0 0 1px !important;
    padding: 10px 0;
    font-size: 11px !important;
    font-weight: 450;
    line-height: 15.4px;
    letter-spacing: .08em;
    width: 100% !important;
	background: transparent;
}
.form-group.co3 input.medium {
    width: 25% !important;
}
.form-group.co5 input.medium {
    width: 35% !important;
}
.event-form .form-group textarea.medium {
    resize: vertical;
    background: #fff;
    height: 61.5px;
    margin-top: 5px;
    padding: 5px 5px;
	border: 0px !important;
}
.submit-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.submit_btn {
    width: auto;
    background-color: transparent;
    color: inherit;
    padding: 8px 20px;
    cursor: pointer;
    border: solid .5px black;
    font-size: 12px;
    line-height: 15.4px;
    letter-spacing: .08em;
    font-family: "Sen", sans-serif;
    font-weight: normal;
    border-radius: 0;
	transition: 0.7s;
}
.submit_btn:hover {
	background: #000;
	color: #fff;
}
.submit-wrap p {
    opacity: .6;
    font-size: 11px;
    font-weight: normal;
    line-height: 15.4px;
    letter-spacing: .08em;
}
.submit-wrap p a {
	color: #000;
}
.column-layout .slider-bottom-info {
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0px 30px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.column-layout .slider-bottom-info p {
	letter-spacing: .96px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	column-gap: 5px;
	font-size: 11px;
}
.column-layout .home-banner-slider-section {
    position: relative;
}
.column-layout .slides-numbers {
    height: auto !important;
    position: absolute;
    bottom: 25px;
    right: 30px;
    z-index: 2;
    line-height: 1;
	pointer-events: none;
}
.inner-baner .slider-img-wrap::before {
	display: none;
}
.form-group.half-field.extension input.medium {
    width: 50px !important;
}
/** ================== // EVENTS PAGE CSS END // ================== **/

/** ================== // MENU PAGE CSS START // ================== **/
.description.menu-list {
    margin: 0;
}
.description.menu-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    row-gap: 90px;
}
.description.menu-list ul li {
	letter-spacing: .88px;
    line-height: 1.4;
	color: #000;
    font-size: 14px;
	text-transform: uppercase;
}
.description.menu-list ul li a {
	color: #000;
	text-underline-offset: 4px;
}
.description.menu-list ul li a:hover {
	text-decoration: underline;
}
/** ================== // MENU PAGE CSS END // ================== **/

/** ================== // EXPLORE PAGE CSS START // ================== **/
.home-wrapper.explore-gallery-section {
    width: 100vw;
}
.explore-gallery-section .home-banner-slider-section {
    height: 100vh;
    width: 100vw;
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.explore-gallery-section .banner-slider img {
    object-fit: contain;
}
.explore-gallery-section .navigation {
    position: absolute;
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
	width: 50%;
}
.explore-gallery-section .navigation ul {
    gap: unset;
    justify-content: space-between;
}
.explore-gallery-section .navigation ul li.active a {
	text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    text-decoration-line: underline;
	font-style: italic;
}
.explore-gallery-section .slider-img-wrap::before {
    display: none;
}
.explore-gallery-section::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(12deg, rgba(0, 0, 0, 0.15) 14.56%, rgba(0, 0, 0, 0) 43.89%);
}
.home-wrapper.explore-gallery-section {
    width: 100vw;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.explore-gallery-section .banner-slider .slick-arrow.slick-prev {
    display: block !important;
    width: 50%;
    left: 0;
    height: 100%;
    right: auto;
    top: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    cursor: none;
    position: fixed;
    z-index: 99;
	opacity: 0 !important;
}
.explore-gallery-section .banner-slider .slick-arrow.slick-next {
    width: 50%;
    left: auto;
    height: 100%;
    opacity: 0 !important;
}
/** ================== // EXPLORE PAGE CSS END // ================== **/

/** ================== // MOBILE MENU CSS START // ================== **/
.menu-logo {
	display: none;
}
.toggle-mobile {
    position: absolute;
    z-index: 9999;
    top: 32px;
    left: 20px;
    display: none;
}
.menu-icon {
  width: 80px;
  height: 80px;
  position: relative;
  cursor: pointer;
}
.menu-icon span {
    background: #fff;
    width: 30px;
    height: 1px;
    position: absolute;
}
.line-1 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transform: translateY(-8px);
}
.line-2 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
   transition: 500ms;
}
.menu-icon span.active {
	background: #000;
}
.menu-icon.active {
  animation: rotateIcon 600ms ease-in-out forwards;
}

.line-1.active {
  animation: animate 600ms ease-in-out forwards;
}

.line-2.active {
 animation: animate2 600ms linear forwards;
}


@keyframes animate {
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(-45deg);
  }
}
@keyframes animateReverse {
  0% {
    transform: translateY(0px) rotate(45deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(-20px) rotate(0deg);
  }
}
@keyframes animate2 {
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(0px) rotate(45deg);
  }
}
@keyframes animate2Reverse {
  0% {
    transform: translateY(0px) rotate(-45deg);
  }
  50% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(20px) rotate(0deg);
  }
}
@keyframes rotateIcon {
  100% {
    transform: rotate(90deg);
  }
}
.mob-header {
    display: none;
}
/** ================== // MOBILE MENU CSS END // ================== **/

.sign-submit-btn span.wpcf7-spinner {
    z-index: -1;
    position: absolute;
    right: 0;
}
.sign-up-updates-form .wpcf7-form.invalid .form-group input.form-control {
    border-bottom: 1px solid #f20 !important;
    border-radius: 0;
}
.sign-up-updates-form-wrap span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 30px;
    background: #ffdede;
    width: 100%;
    padding: 3px 10px;
    font-size: 13px;
}
.sign-up-updates-form .wpcf7-form.invalid .wpcf7-response-output {
    display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #a4ebab;
    background: #e5ffe7;
    border: 0;
    position: absolute;
    bottom: 40px;
    width: max-content;
    padding: 3px 10px;
    font-size: 13px;
    color: #005e09;
    margin: 0;
}
.right-col .wpcf7 form.sent .wpcf7-response-output {
    bottom: 50px;
}
.event-form .wpcf7-form.invalid .form-group input.medium,
.event-form .wpcf7-form.invalid .form-group textarea.medium {
    /* background-color: #ffecdc; */
    border: 1px solid #ed1c24;
}
.event-form .wpcf7-not-valid-tip {
    font-size: 13px;
    font-family: "Sen", sans-serif;
    font-weight: 500;
    line-height: 15.4px;
    letter-spacing: .08em;
    margin-top: 5px;
}
.event-form .wpcf7 form .wpcf7-response-output {
    font-size: 13px;
    font-family: "Sen", sans-serif;
    font-weight: 500;
    line-height: 15.4px;
    letter-spacing: .08em;
    margin: 20px 0 0 0;
    padding: 5px;
    border-width: 1px;
}
.event-form .wpcf7 form.invalid .wpcf7-response-output {
    color: #dc3232;
    border-color: #dc3232;
}
.event-form .wpcf7 form.sent .wpcf7-response-output {
	border-color: #a4ebab !important;
	background: #e5ffe7;
    color: #005e09;
}
.submit-wrap span.wpcf7-spinner {
    position: absolute;
    margin-left: 90px;
}
.error-page-wrapper {
    background: #fbfbf7;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    min-height: 600px;
    text-align: center;
}
.error-page-wrapper .logo.error-page-logo {
    position: unset;
    margin: 0 auto 20px;
}
.error-page-wrapper .content-card {
    width: 100%;
    margin: 0;
}
.error-page-wrapper .content-card h1 {
    font-family: "Sen", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
}
.ftr-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 30px;
    padding-bottom: 22px;
}
.right-col .ftr-wrap .sign-up-updates-wrap {
    padding-bottom: 0;
}
.social-icon ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 20px;
    list-style-type: none;
}
.social-icon.home-social-icon {
    margin-top: 20px;
}
.home-ftr {
    position: absolute;
    z-index: 1;
    left: 30px;
    bottom: 22px;
    display: flex;
    align-items: center;
    gap: 25px;
}
.home-ftr .sign-up-updates-wrap {
	display: flex;
	align-items: center;
	gap: 25px;
	position: unset;
}
.home-ftr .social-icon.home-social-icon {
    margin-top: 0;
}
.description.content-page ol {
    padding-bottom: 0;
}
.description.content-page h1,
.description.content-page h2,
.description.content-page h3,
.description.content-page h4,
.description.content-page h5,
.description.content-page h6 {
    /* font-family: 'Classico bold';
    font-weight: bold; */
    font-weight: 500;
	color: #000;
}
/* .description.content-page h1 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.description.content-page h2 {
    font-size: 28px;
    padding-top: 10px;
}
.description.content-page h3 {
    font-size: 25px;
    margin-bottom: 13px;
}
.description.content-page h4 {
    font-size: 23px;
    margin-bottom: 13px;
}
.description.content-page h5 {
    font-size: 20px;
    margin-bottom: 13px;
}
.description.content-page h6 {
    font-size: 18px;
    margin-bottom: 13px;
} */
.description.content-page h1 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.description.content-page h2 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 12px;
}
.description.content-page h3 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 12px;
}
.description.content-page h4 {
    font-size: 18px;
	line-height: 20px;
    margin-bottom: 12px;
}
.description.content-page h5 {
    font-size: 16px;
	line-height: 20px;
    margin-bottom: 12px;
}
.description.content-page h6 {
    font-size: 14px;
	line-height: 18px;
    margin-bottom: 12px;
}
