@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital@0;1&family=Rajdhani:wght@300;400;500;600;700&display=swap');

/***** General CSS *****/
body {
  word-break: break-word;
  font: 15px / 25px "Poppins", sans-serif;
  color: #000;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #000;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: all 0.2s ease-in-out;
}

img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  transition: all 0.5s ease;
  outline: none;
}

select,
input,
textarea {
  appearance: auto;
}

/***** Font Files *****/
@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "seawave";
  src: url(../fonts/NT\ SEAWAVE.otf);
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

/***** Custom Classes *****/
select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  color: #575757;
}

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.pt_8,
.pb_8,
.py_8,
.sec {
  padding: 80px 0;
}

.flexRow,
.flexCol {
  display: flex;
  align-items: center;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "seawave";
  margin: 0 0 10px;
}

h1 {
  font-size: 70px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
}

h2 {
  font-size: 69px;
  line-height: 1.2;
  color: #000000;
  font-weight: 400;
}

h3 {
  font-size: 51px;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
}

h4 {
  font-size: 34px;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
}

h5 {
  font-size: 31px;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
}

h6 {
  font-size: 23px;
  font-family: "Montserrat", serif;
  color: #000;
  font-weight: 500;
}

p {
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  color: #121111;
  font-family: "Montserrat", serif;
  opacity: 0.7;
}

/* Menu */
.nav ul {
  list-style: none;
  text-align: center;
  justify-content: center;
  gap: 15px;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 10px 0;
}

.nav ul li a {
  transition: 0.3s ease-in-out;
  text-transform: uppercase;
  transition: all 0.5s;
  position: relative;
  color: #000;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 16px;
  padding: 15px 25px;
  display: block;
  z-index: 1;
}

.nav ul li {
  transition: 0.4s ease-in-out;
}

.nav ul li:hover {
  background: #000;
  transition: 0.4s ease-in-out;
}

section.header .nav.stroke {
  display: block;
}

.nav.stroke ul li a:after,
.nav.fill ul li a:after {
  transition: 0.3s ease-in-out;
  position: absolute;
  left: 49.9%;
  top: 49.9%;
  width: 101%;
  height: 101%;
  content: ".";
  color: transparent;
  background: #fff;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.nav.stroke ul li a:hover:after {
  width: 101%;
  height: 101%;
  transition: 0.3s ease-in-out;
}

.nav.stroke ul li a.active:after {
  width: 101%;
  height: 101%;
}


.nav.stroke ul li a.active {
  color: #000000 !important;
}

/* Buttons Css Start*/
.theme-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 10px 30px;
  font-size: 14px;
  position: relative;
  z-index: 1;
  transition: 0.5s ease-in-out;
}

.theme-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  transition: 0.5s ease-in-out;
}

.theme-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  transition: 0.5s ease-in-out;
}

.theme-btn:hover::before {
  transition: 0.5s ease-in-out;
}

.theme-btn:hover::after {
  transition: 0.5s ease-in-out;
}

.theme-btn:hover {
  transition: 0.5s ease-in-out;
}

/* Buttons Css End*/

/* Loader start */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: all 1s ease;
  flex-direction: column;
  gap: 5px;
}

#loader.hide {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

img.loader {
  width: 10vw;
}

/* Loader end */

/* Custom Scrollbar  */
#style-6::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar-thumb {
  background-color: #f48a12;
  background-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent);
}

.scrollbar {
  overflow-y: scroll;
}

/* Custom Scrollbar  */

/* Home Page start*/

/* Header */
.hdr_logo a img {
  object-fit: scale-down;
  padding: 20px 0;
  display: block;
  width: fit-content;
}

section.header {
  position: unset;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

/* Header end*/

/* Banner */
.banner_sec {
  position: relative;
  z-index: 1;
  background: #fff;
}

.banner_text {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.banner-slider .slick-list {
  height: 100%;
}

.banner-slider .slick-track {
  height: 100%;
}

/* Banner end*/

/* section start */


body.bg_body .menu_wrapper {
  background: #000;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

/* section end */

.container-fluid {
  padding: 0 5%;
}

.social_icons ul li a {
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  border: 1px solid #dedede;
  border-radius: 50%;
  font-size: 15px;
  transition: 0.4s ease-in;
}

.social_icons ul li a:hover {
  background: #000;
  color: #fff;
  transform: scale(1.01);
}

.social_icons ul li {
  margin-right: -7px;
}

.social_icons ul {
  display: flex;
  justify-content: end;
  align-items: center;
}

.menu_wrapper {
  background: #000;
  border-top: 1px solid #e7e7e7;
}

.menu_bar {
  background: #fff;
  border-radius: 15px 15px 0px 0px;
}

.banner_img img {
  height: 600px;
  width: 100%;
  object-fit: fill;
}

.banner_img {
  margin: 30px 0;
}

/* about */

.about {
  background: transparent;
  padding-top: 50px;
}

.about_image {
  height: 600px;
  width: 400px;
  margin: 0 0 0 auto;
}

.about_image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about_text h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 20px;
}

.d_block {
  display: block;
}

.about_text {
  padding: 0 30px;
}

/* about */

body.bg_body {
  background: url(../images/body-bg.png);
  background-size: cover;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}

/* event */

.abouevent_textt_text {
  padding: 0 30px;
}

.event_text h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 20px;
}

section.banner_sec.event {
  padding-top: 50px;
  background: transparent;
}

.event_lg_img img {
  height: 380px;
  width: 100%;
  object-fit: cover;
}

.event_sm_img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}

.slider-nav .slick-slide {
  margin: 0px 10px;
}

.slider-for .slick-slide {
  margin: 0px 10px;
}

.event_btm {
  margin-top: 20px;
}

.event_text ul li {
  text-transform: uppercase;
  font-size: 13px;
  color: #061629;
  font-weight: 600;
  font-family: "Rajdhani", sans-serif;
}

.event_text ul li i {
  margin-right: 20px;
  color: #000;
}

.event_text ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
  padding: 15px 20px;
  border-radius: 10px;
  width: fit-content;
  border: 1px solid #bac0be;
}

.event_details {
  padding: 30px 0;
  border-top: 1px solid #bac0be;
  margin: 30px 0 0;
}

.event_text a {
  font-size: 12px;
  color: #6b7c83;
  font-weight: 600;
  font-family: "Rajdhani", sans-serif;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.event_text a i {
  font-size: 25px;
  margin-right: 20px;
  color: #000000;
}

.event_text {
  padding-left: 30px;
}


/* event */

/*Contact Start*/

.map iframe {
  width: 100%;
  height: 500px;
  filter: brightness(0.5);
}

.contact-frm h4 {
  font-size: 45px;
  margin-bottom: 50px;
  text-transform: capitalize;
}

.contact-frm input {
  border: 0;
  border-bottom: 1px solid #afafaf;
  width: 100%;
  color: #fff;
  margin: 0 0 20px;
  background-color: transparent;
  padding: 0;
  outline: 0;
  color: #000;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 14px;
  height: 60px;
}

.contact-frm textarea {
  border: 0;
  border-bottom: 1px solid #afafaf;
  width: 100%;
  color: #fff;
  margin: 0 0 20px;
  background-color: transparent;
  padding: 0;
  outline: 0;
  color: #000;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 14px;
  height: 120px;
}

.contact-frm textarea::placeholder {
  color: #000;
}

.contact-frm button {
  background: #121111;
  border: 0;
  border-radius: 5px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  width: 65px;
  height: 58px;
}

.main0body .footer-top-section {
  display: none;
}

.ctct-detl {
  background: #f3f3f3;
  padding: 80px 40px;
  position: relative;
}

.ctct-detl ul li {
  display: inline-block;
}

.ctct-detl ul {
  display: flex;
  align-items: center;
  line-height: 1.5;
  margin-bottom: 20px;
}

.ctct-detl ul li i {
  color: #fff;
  font-size: 25px;
  margin: 0 30px 0 0;
  width: 30px;
}

.ctct-detl ul li a {
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 600;
  opacity: 0.6;
}

.ctct-detl ul li span {
  display: block;
  text-align: center;
}

.contact-frm {
  padding: 20px 40px;
  background: #ffffff;
  position: relative;
  width: 104%;
  box-shadow: 0px 0px 49px 0px rgba(65, 65, 65, 0.14);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.cont-inner {
  width: 80%;
  margin: 0 auto;
  margin-top: -210px;
  z-index: 999;
  position: relative;
}

.map {
  z-index: -1;
}

section.contact-sec {
  padding: 80px 0;
}

.ctct-detl h4 {
  font-size: 45px;
  text-transform: uppercase;
}

.ctct-detl ul li img {
  width: 70px;
  object-fit: scale-down;
  height: 80px;
}

.contact-frm input::placeholder {
  color: #000;
}

.contact-frm form {
  width: 100%;
}

/*Contact Start*/

footer {
  padding: 20px 0px;
  background: #ffffff;
  position: relative;
  box-shadow: 0px 0px 49px 0px rgba(65, 65, 65, 0.14);
}

.footer-left p {
  margin: 0;
}

.footer-right {
  text-align: right;
}

.footer-right a {
  font-family: 'Montserrat';
  font-size: 14px;
  font-weight: 600;
  opacity: 0.7;
}

/* section start */
/* RESIDENCY SECTION START */
.res-sec {
  padding: 50px 0;
}

.res-for-slider {
  margin-bottom: 20px;
}

.res-for-slider .slick-slide {
  padding: 0 10px;
  margin: 0;
  opacity: 1;
}

.recidency-for-image {
  aspect-ratio: unset;
  overflow: hidden;
  background: #f8f8f8;
  height: 430px;
}

.recidency-for-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.res-text {
  text-align: center;
  margin: 30px 0;
}

.res-text h2 {
  font-size: 85px;
  font-family: 'seawave', serif;
  letter-spacing: 15px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.1;
}

.res-text p {
  font-size: 13px;
  line-height: 28px;
  color: #121111;
  opacity: 0.8;
  max-width: 100%;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.res-nav-slider {
  max-width: 40%;
  margin: 0 auto;
}

.res-nav-item {
  padding: 0 8px;
  cursor: pointer;
  margin: 0;
}

.res-nav-item img {
  aspect-ratio: unset;
  object-fit: cover;
  width: 100%;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 80px;
}

.res-nav-item:not(.slick-current) img {
  opacity: 0.4;
}

.res-slider-dots {
  width: 100%;
  max-width: 80%;
  height: 1px;
  background: #e0e0e0;
  margin: 20px auto 0;
  position: relative;
}

.res-progress {
  position: absolute;
  height: 2px;
  background: #666666;
  width: 25%;
  top: -0.5px;
  left: 0;
  transition: 0.4s ease;
}

@media (max-width: 991px) {
  .res-text h2 {
    font-size: 60px;
    letter-spacing: 10px;
  }
}

@media (max-width: 767px) {
  .res-text h2 {
    font-size: 40px;
    letter-spacing: 5px;
  }

  .res-progress {
    width: 50%;
  }
}


/* RESIDENCY SECTION END */


/* EXHIBITION SECTION START */
.exhibition-sec {
  padding: 100px 0 0 0;
}

.exhibition-main {
  max-width: 1000px;
  margin: 0 auto;
}

.exhibition-group {
  margin-bottom: 80px;
}

.ex-year {
  font-family: 'seawave', serif;
  font-size: 45px;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #000;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.ex-year::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: #000;
}

.exhibition-list {
  border-top: 1px solid #9d9d9d;
}

.exhibition-item {
  display: flex;
  padding: 35px 0;
  border-bottom: 1px solid #9d9d9d;
  transition: 0.3s;
}

.ex-date {
  width: 280px;
  flex-shrink: 0;
}

.ex-date h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #888;
  margin: 0;
}

.ex-info {
  flex-grow: 1;
}

.ex-info h4 {
  font-family: 'seawave', serif;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 2px;
  margin-bottom: 12px;
  color: #000;
}

.ex-location {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #121111;
  opacity: 0.8;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
}

.ex-location i {
  font-size: 13px;
  color: #000;
}

@media (max-width: 767px) {
  .exhibition-item {
    flex-direction: column;
  }

  .ex-date {
    width: 100%;
    margin-bottom: 15px;
  }

  .ex-info h4 {
    font-size: 24px;
  }
}

/* EXHIBITION SECTION END */


section.gallery {
  padding: 50px 0;
}

img.gallery-img {
  height: 300px;
  margin: 10px 0;
}

.gallery-slider .slick-slide {
  margin: 0 5px;
}

/* section end */

/* section start */
/* section end */

/* section start */
/* section end */

/* section start */
/* section end */

/* section start */
/* section end */

/* section start */
/* section end */

/* residency new section */

.residency {
  padding: 50px 0;
}

.residency-main-image {
  height: 570px !important;
}

.residency-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.residency-sm-image {
  height: 280px !important;
  cursor: pointer;
}

.residency-sm-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.residency-nav-slider .slick-slide {
  margin: 7px 0px;
}

.residency-nav-slider {
  margin: 0 -5px;
}

.residency-for-slider .slick-slide {
  margin: 0px 0px;
}

.slider_main_box {
  padding: 0 50px;
}

.residency-text {
  height: 350px;
  overflow-y: scroll;
  padding-right: 20px;
}

.residency-text::-webkit-scrollbar {
  width: 1px;
}

.residency-text::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 10px;
}

.residency-text::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 10px;
}

.residency-text::-webkit-scrollbar-thumb:hover {
  background: #000000;
}

/* residency new section */