@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

@font-face {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Trajan Pro Regular"),
    url("../font/TrajanPro-Regular.woff") format("woff");
}

@font-face {
  font-family: "Trajan Pro Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Trajan Pro Bold"),
    url("../font/TrajanPro-Bold.woff") format("woff");
}
@font-face {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: normal;
  src: local("../font/Trebuchet MS"), url("../font/trebuc.woff") format("woff");
}

@font-face {
  font-family: "Trebuchet MS Italic";
  font-style: normal;
  font-weight: normal;
  src: local("../font/Trebuchet MS Italic"),
    url("../font/Trebuchet-MS-Italic.woff") format("woff");
}
@font-face {
  font-family: "Trebuchet MS Bold";
  src: url("../font/TrebuchetMS-Bold.woff2") format("woff2"),
    url("../font/TrebuchetMS-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
a:hover {
  color: #fff;
}
h2 {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 58px;
  line-height: 66px;
  /* identical to box height, or 110% */
  text-align: center;
  text-transform: uppercase;
  color: #8b5843;
}
h3 {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  /* identical to box height, or 120% */
  text-align: center;
  text-transform: uppercase;
  color: #8b5843;
}
p {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  /* or 130% */
  text-align: center;

  color: #8b5843;
}
.container {
  width: 1280px;
}
input:focus {
  outline: none;
}
input::placeholder {
  color: #8b5843;
}
input::-webkit-input-placeholder {
  color: #8b5843;
}
input:-moz-placeholder {
  color: #8b5843;
}
input::-moz-placeholder {
  color: #8b5843;
}
input:-ms-input-placeholder {
  color: #8b5843;
}
.owl-carousel .item {
  position: relative;
  height: 1024px;
  background-size: cover;
  background-position: center;
}

.banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  /* background-color: rgba(0, 0, 0, 0.5);  */
  padding: 20px;
  border-radius: 10px;
  /* Reconnect with lost art */
  /* Reconnect with lost art */
  width: 100%;
}
.banner-text h2 {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 78px;
  /* or 108% */
  text-align: center;

  color: #ffffff;

  text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}
.banner-n-nav-wrap header {
  position: relative;
  width: 100%;
  z-index: 1000;
}

.banner-n-nav-wrap .navbar {
  display: flex;
  justify-content: enspace-betwe;
  align-items: center;
  padding: 20px;
  background: transparent;
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  padding: 16px 2%;
  top: 20px;
}

.banner-n-nav-wrap .navbar.fixed {
  position: fixed;
  top: 0;
  /* background: rgba(0, 0, 0, 0.85); */
  padding: 10px 20px;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4); */
  padding: 16px 2%;
}

.banner-n-nav-wrap .nav-items {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.banner-n-nav-wrap .nav-items a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s;
  /* About us */

  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  /* identical to box height */

  color: #ffffff;
}

.banner-n-nav-wrap .nav-items a:hover {
  color: #ccc;
}

.banner-n-nav-wrap .logo {
  width: 150px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-out; /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
  transition: all 0.3s ease-out; /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
}
.banner-n-nav-wrap .fixed .logo {
  width: 130px;
}
.fixed .right-menu-items {
  top: 14px;
}
/* Hamburger styles */
.banner-n-nav-wrap .hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 4px;
}

.banner-n-nav-wrap .hamburger div {
  width: 25px;
  height: 3px;
  background-color: #fff;
}

/* Mobile styles */
@media (max-width: 768px) {
  /* .banner-n-nav-wrap .nav-items {
            display: none;
        flex-direction: column;
        gap: 10px;
        background-color: rgba(0, 0, 0, 0.95);
        position: absolute;
        top:0;
        
              right: 0;
        width: 70%;
        padding: 65px 15px 30px;
        border-radius: 0;
        height: 100vh;
                z-index: -1;
  }

  .banner-n-nav-wrap .nav-items.show {
    display: flex;
            position: fixed;
  }
  .banner-n-nav-wrap .fixed .logo {
    width: 69px;
    margin-top: 0;
}
.banner-n-nav-wrap .fixed .hamburger {
    top: 34px;
            position: fixed;
}
.banner-n-nav-wrap .hamburger {
        display: flex;
        position: absolute;
        z-index: 99;
    }  .banner-n-nav-wrap .hamburger {
    display: flex;
            right: 34px;
                    top: 14px;
  }

  .banner-n-nav-wrap .navbar {
    flex-direction: row;
    justify-content: space-between;
  }
  .banner-n-nav-wrap .logo {
    width: 69px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s 
ease-out;
    transition: all 0.3s 
ease-out;
    margin-top: -18px;
    margin-left: 12px;
} */
}

.submit-bg-bg {
  background: url(../img/contact-bt-bg.svg) no-repeat;
  height: 103px;
  /* Contact us */
  width: 334px;

  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  /* identical to box height, or 123% */
  text-align: center;
  text-transform: uppercase;

  color: #fff5d7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
footer {
  background: #fff5d7;
  padding: 270px 0 60px;
  margin-top: -300px;
  /* background: #fff5d7;
    padding: 270px 0 60px;
    margin-top: -370px;
    position: relative; */
}
.footer-box h2 {
  /* Are you loving what we do? */

  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 50px;
  /* identical to box height, or 137% */
  text-align: center;
  text-transform: uppercase;

  color: #8b5843;
}
.footer-box p {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 42px;
  /* or 140% */
  text-align: center;

  color: #8b5843;
}
.owl-dots {
  display: flex;
  gap: 12px;
  position: relative;
  bottom: 250px;
  justify-content: center;
}
button.owl-dot.active {
  background: #d9d9d9 !important;
  position: relative;
}
button.owl-dot.active:after {
  content: "";
  background: #000;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
}
button.owl-dot {
  background: #d9d9d9 !important;
  width: 23.78px;
  height: 23.78px;
  border-radius: 100px;

  background: #d9d9d9;
}
.footer-box p {
  font-size: 22px;
  line-height: 32px;
}
.footer-box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.lets-connect-wrap {
  background: url(../img/lets-connect-bg.svg) no-repeat;
  background-size: cover;
  width: 1192px;
  height: 385px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
}
.lets-connect-wrap h3 {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 66px;
  /* identical to box height, or 138% */
  text-align: center;
  text-transform: uppercase;
  color: #fff5d7;
  padding-top: 53px;
}
.lets-connect-wrap p {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 48px;
  /* identical to box height, or 160% */
  text-align: center;
  text-transform: capitalize;

  color: #fff5d7;
}
.lc-input {
  background: url(../img/foot-input-box-bg.svg) no-repeat;
  background-size: cover;
  width: 566px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-connect-input {
  display: flex;
}
.lc-input input {
  width: 80%;
  height: 42px;
  border: none;
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  /* identical to box height, or 200% */
  text-transform: capitalize;
  color: #8b5843;
  padding-top: 19px;
  padding-left: 12px;
  padding-right: 20px;
}
.left-connect-input button {
  background: none;
  border: none;
}

.foot-lets-breathe h4 {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  /* identical to box height, or 120% */
  text-align: center;
  text-transform: capitalize;
  margin-top: 20px;
  color: #8b5843;
  margin-bottom: 10px;
}
.flb-cols-1 {
  display: flex;
  flex-direction: column;
  width: 30%;
}
.foot-lets-breathe-cols {
  display: flex;
}
.flb-cols-1 a {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  /* or 200% */
  text-transform: capitalize;
  text-decoration: none;
  color: #8b5843;
}
.flb-cols-2 {
  width: 70%;
}
.flb-cols-2 p {
  text-align: left;
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  /* or 133% */
  margin-bottom: 0;
  color: #8b5843;
}
.connect-with-us-foot p {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 48px;
  /* identical to box height, or 160% */
  text-align: center;
  text-transform: capitalize;
  color: #8b5843;
  position: relative;
}
.connect-with-us-foot p::after {
  /* Line 2 */
  content: "";
  position: absolute;
  width: 240px;
  height: 2px;
  left: -33px;
  top: 21px;
  background: #8b5843;
}
.connect-with-us-foot p::before {
  /* Line 2 */
  content: "";
  position: absolute;
  width: 240px;
  height: 2px;
  right: -33px;
  top: 21px;
  background: #8b5843;
}
.social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.connect-with-us-foot {
  margin-top: 40px;
}
.embark-wrap {
  padding: 225px 0 299px;
  margin-top: -239px;
  position: relative;
  z-index: 99;
  background-size: cover !important;
}
.embark-info h2 {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 54px;
  line-height: 65px;
  color: #8e510d;
  padding: 35px 0 26px;
  text-align: left;
}
.embark-info p {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  /* or 120% */
  text-align: left;
  color: #5b484a;
}
.why-save-dying-arts-wrap {
  /* background-color: #F1E2B0; */
  margin-top: -320px;
  position: relative;
}
.why-save-dying-arts-wrap img {
  width: 100%;
}
.why-save-d-arts-info h2 {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 78px;
  /* or 108% */
  text-align: center;

  color: #ffffff;

  text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}
.why-save-d-arts-info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.traditional-art-forms-wrapper h2 {
  font-family: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 66px;
  /* or 110% */
  text-align: center;
  text-transform: uppercase;
  color: #8e510d;
  margin-bottom: 81px;
}
.traditional-art-forms-wrapper {
  background: #fff5d7;
  padding: 220px 0 233px;
  margin-top: -200px;
}
.traditional-list div p {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  text-align: left;
  /* or 127% */

  color: #333333;
}
.traditional-list div {
  display: flex;
  align-items: start;
  margin-bottom: 40px;
  width: 70%;
}
.traditional-list div p span {
  color: #8e510d;
}
.traditional-list div img {
  margin-top: 6px;
  margin-right: 12px;
}
.trad-box h3 {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  /* or 125% */
  text-align: center;
  text-transform: uppercase;

  color: #8e510d;
  margin-top: 20px;
}
.trad-box {
  margin-bottom: 40px;
}
.making-difference-wrapper {
  position: relative;
  margin-top: -224px;
}
.making-difference-wrapper img {
  width: 100%;
}
.making-difference-wrapper h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 72px;
  /* or 100% */
  text-align: center;
  text-transform: uppercase;

  color: #ffffff;

  text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767.98px) {
  /* .nav-tabs {
    display: none;
  } */

  .accordion-tabs {
    display: block;
  }
}

@media (min-width: 768px) {
  .accordion-tabs {
    display: none;
  }
}
.five-pillars-wrap {
  padding: 224px 0 250px;
  margin-top: -252px;
  position: relative;
  background-size: cover !important;
}
.five-pillars-wrap h2 {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 66px;
  /* or 110% */
  text-align: center;
  text-transform: uppercase;

  color: #ffffff;
}
.nav-link {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  /* or 125% */
  text-align: center;
  text-transform: capitalize;

  color: #ffffff;
}
.nav-tabs .nav-link {
  border-radius: 18.7618px 18.7618px 0px 0px;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #d98324;
  border-radius: 18.7618px 18.7618px 0px 0px;
}

.nav-tabs .nav-link:hover {
  border-radius: 18.7618px 18.7618px 0px 0px;
  color: #fff;
}
.nav-tabs .nav-link:focus {
  color: #d98324;
}
li.nav-item {
  width: 20%;
}
.five-p-tab-img img {
  width: 100%;
}
.five-p-tab-info h3 {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  /* or 133% */
  text-transform: uppercase;
  color: #ffffff;
  text-align: left;
}
.five-p-tab-info p {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  /* or 125% */
  color: #ffffff;
}
.tab-content {
  padding-top: 60px;
}
.tab-content .tab-pane .row {
  display: flex;
  align-items: center;
}
.empowering-artisans {
  position: relative;
}
.empowering-artisans h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 72px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
}
.empowering-artisans img {
  width: 100%;
}
.empowering-artisans {
  position: relative;
  margin-top: -324px;
  z-index: -1;
}
.join-us-in-this-journey h2 {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 66px;
  /* identical to box height, or 110% */
  text-align: center;
  text-transform: uppercase;
  color: #8e510d;
  margin-bottom: 30px;
}
.join-us-in-this-journey {
  padding: 307px 0 290px;
  margin-top: -192px;
  position: relative;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.join-us-in-this-journey h3 {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 48px;
  /* identical to box height, or 126% */
  text-align: center;
  text-transform: uppercase;
  color: #6c4d38;
}
.join-us-in-this-journey h4 {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 60px;
  /* identical to box height, or 136% */
  text-align: center;
  text-transform: uppercase;
  color: #6c4d38;
  margin-bottom: 70px;
}
.support-explore-wrap {
  display: flex;
  gap: 80px;
}
.support-explore-wrap a {
  height: 124px;
  background: url(../img/home/join-us-bg.svg) no-repeat;
  background-size: contain;
  width: 500px;
  display: block;

  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  /* or 120% */
  text-align: center;
  text-transform: uppercase;

  color: #d9bf9e;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: unset;
}

.art-forms-wrap {
  padding: 264px 0 298px;
  margin-top: -192px;
  position: relative;
  background-size: cover !important;
}
.art-forms-wrap h2 {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 66px;
  /* identical to box height, or 110% */
  text-align: center;
  text-transform: uppercase;

  color: #6c4d38;
}
.art-forms-wrap h3 {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 48px;
  /* identical to box height, or 126% */
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #6c4d38;
}
.art-forms-wrap .nav-link {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  /* identical to box height, or 160% */
  text-transform: uppercase;

  color: #8b5843;
  text-align: left;
  padding: 7px 0px 17px 45px;
  border-bottom: 1px solid #000;
  border-radius: 0;
}
.art-forms-wrap .nav-link {
  background: url(../img/home/vt-bg.svg) no-repeat;
  background-position: left top 8px;
  padding-left: 44px;
  margin-bottom: 16px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: none;

  color: #8b5843;
  background: url(../img/home/vt-bg-active.svg) no-repeat;
  background-position: left center;
  background-position: left top 8px;
}
.art-forms-wrap .nav-pills {
  width: 40%;
}

.art-forms-wrap .tab-content {
  width: 70%;
  padding-left: 40px;
}
.art-forms-wrap .tab-content img {
  width: 100%;
}
.v-tab-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.v-tab-content p {
  width: 70%;
  text-align: center;
  padding-top: 30px;
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  /* or 125% */
  text-align: center;

  color: #8b5843;
}

.join-hands-wrap {
  padding: 250px 0 240px;
  margin-top: -192px;
  position: relative;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.join-hands-wrap h2 {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 66px;
  /* identical to box height, or 110% */
  text-align: center;
  text-transform: uppercase;
  color: #8b5843;
}
.join-hands-wrap h3 {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  /* identical to box height, or 120% */
  text-align: center;
  text-transform: uppercase;
  color: #8b5843;
  padding: 22px 0 37px;
}
.join-jands-3-items {
  display: flex;
  justify-content: center;
  gap: 120px;
  padding-top: 50px;
  padding-bottom: 30px;
}
.join-hand-box {
  display: flex;
  flex-direction: column;
}
.join-hand-box h4 {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  /* or 125% */
  text-align: center;
  color: #8b5843;
}
.join-hand-box p {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  /* or 125% */
  text-align: center;
  color: #8b5843;
}

.about-us-wrap {
  padding: 290px 100px 385px;
  margin-top: -322px;
  position: relative;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.abt-box img {
  width: 100%;
}
.about-us-wrap h2 {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 66px;
  /* identical to box height, or 110% */
  text-align: center;
  text-transform: uppercase;
  color: #8b5843;
  margin-bottom: 60px;
}

.abt-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-align: center;
  padding: 0 30px;
}
.abt-box h3 {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  /* or 125% */
  text-align: center;
  text-transform: uppercase;
  height: 130px;

  color: #8b5843;
  padding: 29px 0 10px 0;
}
.abt-box h3 span {
  font-weight: 700;
}
.abt-box p {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  /* or 125% */
  text-align: center;
  margin-bottom: 40px;
  color: #8b5843;
}

.connect-with-us-foot {
  margin-top: 40px;
  width: 87%;
  margin: 10px auto 0;
}
.abt-box a img {
  width: 108px;
}

/* ABout us  */
.inner-page-banner-wrap {
  padding: 284px 100px;
  background-size: 100% auto !important;
  background-position: center center !important;
}
.inner-page-banner-wrap h1 {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 84px;
  /* identical to box height, or 117% */
  text-align: center;
  text-transform: uppercase;
  position: relative;
  top: -51px;
  color: #ffffff;

  text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
}

.abt-save-dying-arts-wrap {
  padding: 131px 0 208px;
  margin-top: -179px;
  position: relative;
  z-index: 99;
  background-size: cover !important;
  text-align: center;
}

.abt-save-dying-arts-info h3 {
  margin: 40px 0;
}
.abt-our-purpose img {
  width: 100%;
}

.abt-our-purpose {
  background: #8b5843;
}
.abt-our-purpose {
  background: #8b5843;
  margin: -223px 0 140px;
  padding: 275px 0 180px;
}
.abt-our-purpose h2 {
  color: #f2e2b1;
  margin-bottom: 30px;
}
.abt-our-purpose p {
  color: #f2e2b1;
}

.abt-our-purpose p {
  color: #f2e2b1;
  margin-top: 60px;
}
.abt-five-pillars-wrap {
  background: #fff5d7;
  padding-bottom: 130px;
  padding-top: 0;
  margin-top: -298px;
}
.abt-five-pillars-wrap h2 {
  margin-bottom: 64px;
}
.abt-section-title {
  height: 115px;
  background: url(../img/home/join-us-bg.svg) no-repeat;
  background-size: contain;
  width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
  position: relative;
}
.abt-section-title p {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: normal;
  /* or 120% */
  text-transform: uppercase;
  text-align: left;
  color: #d9bf9e;
  margin: 0;
}

.abt-five-pillars-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.impact-box b {
  font-family: "Trebuchet MS Bold";
}
.impact-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.impact-box > div {
  width: 40%;
}
.impact-box > div p {
  text-align: left;
  margin-bottom: 0;
}
.dash-arrow {
  position: absolute;
  bottom: -430px;
}

.dash-arrow img {
  width: 100px;
}
.abt-shape {
  position: relative;
  top: -298px;
}

.abt-shape img {
  width: 100%;
}
.abt-five-pillars-box h2 {
  font-weight: 500;
}
.abt-five-pillars-box h2 span {
  font-weight: 700;
}

.our-mission {
  padding: 172px 0 289px;
  margin-top: -179px;
  position: relative;
  z-index: 99;
  background-size: cover !important;
}
.our-mission h2 {
  color: #fff;
}
.our-mission p {
  color: #fff;
  text-align: left;
}
.our-mission h3 {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  text-transform: lowercase;
  color: #ffffff;
  margin: 0 0 26px;
}
.our-mission img {
  width: 100%;
}
.our-impact-wrap {
  background: #8b5843;
  margin-top: -200px;
  padding: 190px 0 77px;
}
.our-impact-wrap h2 {
  color: #d9bf9e;
}
.our-impact-wrap h3 {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 36px;
  /* or 120% */
  text-align: center;
  text-transform: lowercase;
  color: #d9bf9e;
  margin: 36px 0;
}
.our-impact-wrap p {
  color: #d9bf9e;
  text-align: left;
}
.our-mission-info {
  padding-left: 30px;
}
.impact-list .impact-list-inner {
  height: 93px;
  background: url(../img/about-us/our-impact-list-bg.svg) no-repeat;
  background-size: contain;
  width: 786px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
  position: relative;
  background-size: contain;

  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 22.5px;
  line-height: 27px;
  /* identical to box height, or 120% */
  text-transform: capitalize;

  color: #6c4d38;
  margin-bottom: 20px;
}
.impact-list div b {
  padding-left: 4px;
}
.impact-list-inner span {
  display: flex;
}
.impact-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.im-shape {
  position: relative;
}
.im-shape img {
  width: 100%;
}
.inner-footer {
  padding: 60px 0 60px;
}

/* .abt-our-purpose .support-explore-wrap a {
  background: url(../img/contact/for-patrons.svg) no-repeat;
  background-size: contain;
  color: #fff;
  line-height: normal;
} */
.abt-our-purpose .support-explore-wrap a {
  background: url(../img/contact/for-artisans.svg) no-repeat;
  background-size: contain;
  color: #8b5843;
  line-height: normal;
}
.abt-our-purpose .support-explore-wrap {
  margin-top: 70px;
}

/* our resources  */
.our-resource-wrap .nav-tabs .nav-link {
  color: white;
  font-weight: bold;
  background-size: cover;
  background-position: center;
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 380px;
  background-color: unset;
  border: none;
  font-size: 30px;
}

/* Default BGs for tabs */
.our-resource-wrap .tab-articles {
  background-image: url("../img/our-resource/tab-bg.svg");
}

.our-resource-wrap .tab-blog {
  background-image: url("../img/our-resource/tab-bg.svg");
}

.our-resource-wrap .tab-knowledge {
  background-image: url("../img/our-resource/tab-bg.svg");
}

/* Active tab BGs */
.our-resource-wrap .tab-articles.active {
  background-image: url("../img/our-resource/tab-bg-active.svg");
}

.our-resource-wrap .tab-blog.active {
  background-image: url("../img/our-resource/tab-bg-active.svg");
}

.our-resource-wrap .tab-knowledge.active {
  background-image: url("../img/our-resource/tab-bg-active.svg");
}
.resource-tab-content h3 {
  font-size: 30px;
  margin: 25px 0;
}
.our-resource-wrap .tab-content .tab-pane .row {
  align-items: flex-start;
}
.resource-tab-content p {
  font-size: 24px;
  line-height: 36px;
}
.our-resource-wrap {
  padding: 260px 0 0;
  margin-top: -257px;
  height: 2115px;
}
.our-resource-wrap.unesco {
  padding: 290px 0 0;
  margin-top: -376px;
  height: 2560px;
}
.our-resource-wrap.dokra {
  padding: 290px 0 0;
  margin-top: -376px;
  height: 1968px;
}
.our-resource-wrap.cham-pottery {
  padding: 226px 0 0;
  margin-top: -240px;
  height: 2204px;
}

.resource-tab-content {
  text-decoration: none;
}
.inner-page-banner-wrap h2 {
  font-size: 48px;
  color: #fff;
  position: relative;
  top: -54px;
}
.resource-info img {
  margin: 40px 0;
}
.resource-info {
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.resource-info .submit-bg-bg {
  margin-top: 23px;
  margin-bottom: 23px;
}
p.b-text {
  font-family: "Trebuchet MS Bold";
}
.resource-info p {
  font-size: 24px;
  line-height: 38px;
}
.source-link,
.source-link:hover {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  /* or 125% */
  text-align: center;
  text-transform: capitalize;
  color: #6c4d38;
  text-decoration: none;
  margin-top: 10px;
}
.footer-box p a {
  font-weight: 700;
  color: #8b5843;
}
.our-resource-wrap.tab-blog {
  background: url(../img/our-resource/blog-tab-bg.svg) no-repeat !important;
  height: 2866px;
  background-size: cover !important;
}
.our-resource-wrap.tab-knowledge {
  background: url(../img/knowledge-repository/tab-knowledge-bg.svg) no-repeat !important;
  height: 2115px;
  background-size: cover !important;
  padding-top: 250px;
}

.tab-blog .resource-tab-content h3 {
  height: 120px;
  margin-top: 38px;
  padding: 0 50px;
}
.tab-blog .resource-tab-content p {
  font-size: 18px;
  line-height: 29px;
  margin-bottom: 26px;
}
.our-resource-wrap .tab-content {
  padding-top: 40px !important;
}
.our-resource-wrap .nav-tabs {
  border: none;
}
/* Blog  */
.preserving-tradition {
  padding: 290px 0 0;
  margin-top: -276px;
  height: 1534px;
}
.loom-of-lagacy {
  width: 1271px;
  height: 452px;
  padding: 50px 283px 0;
  margin-top: 50px;
  background-size: cover;
  background: url(../img/blog/preserving-tradition-bg.svg) no-repeat;
}
.loom-of-lagacy h3 {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 66px;
  /* identical to box height, or 165% */
  text-align: center;
  text-transform: uppercase;
  color: #f2e2b1;
}
.loom-of-lagacy p {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  /* or 125% */
  text-align: center;
  text-transform: capitalize;

  color: #f2e2b1;
}
.inheritance-expertise-wrap img {
  margin: 40px 0;
}
.inheritance-expertise-wrap {
  background: #fff5d7;
  padding: 219px 0;
  margin-top: -267px;
}
.cham-pottery.preserving-songket-legacy {
  padding-top: 264px;
  height: 2100px;
}

.rogan-painting-wrap {
  padding: 277px 0 0;
  margin-top: -257px;
  height: 2727px;
}
.rogan-painting-wrap h3 {
  margin-bottom: 22px;
  margin-top: 22px;
}
.origins-rogan-painting {
  background: url(../img/blog/rogan-painting-body-img-2.svg) no-repeat;
  background-size: cover !important;
  height: 547px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 370px 0;
  margin: 50px 0;
}
.origins-rogan-painting.rogan-art-process {
  background: url(../img/blog/rogan-painting-body-img-3.svg) no-repeat;
  margin: 50px 0 100px;
}
.origins-rogan-painting h4 {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
  /* identical to box height, or 165% */
  text-align: center;
  text-transform: uppercase;

  color: #f2e2b1;
}
.origins-rogan-painting p {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #f2e2b1;
}
.dying-art-form-wrap {
  background: #d9bf9e;
  padding: 170px 0 260px;
  margin-top: -172px;
}
.dying-art-form-wrap p {
  text-align: left;
}
.dying-art-form-wrap h2 {
  margin-bottom: 30px;
}
.impact-of-save-dying h2 {
  font-weight: 500;
  margin-bottom: 30px;
}
.impact-of-save-dying p {
  margin-bottom: 30px;
}
.our-resource-wrap.impact-of-save-dying {
  padding-top: 340px !important;
  height: 1720px;
  margin-top: -300px;
}
.vanishing-taste {
  background: url(../img/blog/reminiscing-img-2.svg);
  height: 654px;
}
.save-dying-arts-cont {
  background: #d98324;
  padding: 220px 0 290px;
  margin-top: -190px;
}
.save-dying-arts-cont img {
  margin: 60px 0;
}
.save-dying-arts-cont p {
  color: #ffffff;
}
.save-dying-arts-cont h2 {
  color: #ffffff;
}
.join-us-main {
  padding: 229px 0 0;
  margin-top: -276px;
  height: 945px;
}
.save-dying-arts-cont img {
  margin: 35px 0 60px;
}
.origins-bark-painting h4 {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 30px;
  /* or 83% */
  text-align: center;

  color: #6c4d38;
  margin: 35px 0;
}

.bark-painting-wrap {
  padding: 310px 0 0;
  margin-top: -257px;
  height: 3130px;
}

.conclusion-wrap {
  padding: 180px 0 0;
  margin-top: -206px;
  height: 733px;
}
.tradition-alive {
  padding-top: 260px;
  margin-top: -230px;
}
.seminole-patchwork-wrap {
  height: 3310px;
}
.conclusion-wrap-2 {
  padding: 290px 0 0;
  height: 673px;
}
.lingering-thought {
  padding: 270px 0 0;
  margin-top: -246px;
  height: 813px;
}
.knowledge-repository img {
  width: 100%;
  border-radius: 14px;
  margin-bottom: 20px;
}

.resilient-tradition-wrap {
  padding: 310px 0 0;
  margin-top: -306px;
  height: 2620px;
}
.reviving-heritage-wrap {
  padding: 310px 0 0;
  margin-top: -306px;
  height: 2430px;
}
.art-of-ajrakh {
  padding: 280px 0 290px;
  margin-top: -310px;
}
.art-of-ajrakh-wrap {
  padding: 280px 0 0;
  margin-top: -276px;
  height: 1505px;
}
.genesis-of-ajrakh {
  background: #f2e2b1;
}
.dying-embers {
  background: #8b5843;
  padding: 190px 0 290px;
  margin-top: -260px;
}
.preserving-the-legacy {
  padding: 250px 0 0;
  margin-top: -266px;
  height: 1940px;
}
.weaving-history {
  height: 1720px;
}
.weaving-history h3 {
  margin: 30px 0;
}

.mt-8 {
  margin-top: 8rem !important;
}
.inner-footer.about-foot {
  padding: 240px 0 60px;
}

.support-our-cause p {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  /* or 125% */
  text-align: center;

  color: #6c4d38;
}
.support-our-cause p a {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  /* or 125% */
  text-align: center;
  color: #8b5843;
  text-decoration: none;
}
a.support-our-cause-bt {
  background: url(../img/contact/support-our-cause-bt-bg.svg) no-repeat;
  height: 96px;
  width: 567px;

  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  /* identical to box height, or 120% */
  text-align: center;
  text-transform: uppercase;
  margin-top: 34px;
  color: #d9bf9e !important;
}
.support-our-cause h4 {
  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 42px;
  /* identical to box height, or 140% */
  text-align: center;
  text-transform: capitalize;

  color: #8b5843;

  margin-top: 54px;
}

/* Contact */

.contact-iput-box {
  display: flex;
}
.contact-iput-box label {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  /* identical to box height, or 330% */
  position: relative;
  top: 5px;
  color: #8b5843;
  text-align: left;
  width: 23%;
}
.contact-iput-box input {
  border: none;
  background: none;
  border-bottom: 1px solid #000000;
  height: 32px;
  width: 75%;
  margin-left: 38px;
}
.contact-form-input-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-iput-box {
  width: 48%;

  margin-bottom: 50px;
}
.get-in-touch {
  display: flex;
  align-items: center;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;

  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  /* identical to box height, or 330% */

  color: #8b5843;
}

.form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #8b5843;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 7px;
  height: 24px;
}

.form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 6px;
  height: 14px;
  border: solid #8b5843;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.contact-iput-box-100 {
  width: 100%;
}
.contact-iput-box-100 label {
  width: 10%;
}
.contact-iput-box-100 input {
  width: 90%;
}
.artisan-bio h4 {
  font-family: "Trebuchet MS Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  /* or 130% */
  color: #8b5843;
}
.artisan-bio p {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #8b5843;
  text-align: left;
}
.artisan-bio {
  text-align: left;
  margin-bottom: 50px;
}
.contact-iput-box label {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  position: relative;
  top: 5px;
  color: #8b5843;
  text-align: left;
  width: 23%;
}
.geographical-origin-inner {
  display: flex;
  justify-content: space-between;
}
.go-1 {
  width: 68%;
  display: flex;
  justify-content: space-between;
}
.go-2 {
  width: 28%;
}
.sd-form-select {
  width: 48%;
  border: none;
  background: none;
  border-bottom: 1px solid #000;
  height: 40px;
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  /* identical to box height, or 130% */

  color: #8b5843;
}
.geographical-origin h4 {
  font-family: "Trebuchet MS Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #8b5843;
  text-align: left;
  margin-bottom: 18px;
}
.materials-use h4 {
  font-family: "Trebuchet MS Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #8b5843;
  text-align: left;
  margin-bottom: 0;
}
.materials-use p {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #8b5843;
  text-align: left;
  margin-bottom: 0;
}
.materials-use {
  position: relative;
  top: -45px;
}
.materials-use input {
  border: none;
  background: none;
  border-bottom: 1px solid #000000;
  height: 32px;
  width: 75%;
  margin-left: 38px;
  margin-left: 0;
  width: 100%;
}
.artistic-process {
  display: flex;
}
.ap-1,
.ap-2,
.ap-3 {
  width: 30%;
}
.artistic-process {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  /* identical to box height, or 130% */
  display: flex;
  justify-content: space-between;
  color: #8b5843;
}
.artistic-process-box h4 {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  /* identical to box height, or 130% */
  color: #8b5843;
  margin-bottom: 10px;
  text-align: left;
}
.artistic-process-box p {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 19px;
  color: #8b5843;
  text-align: left;
  margin-bottom: 0;
}
.artistic-process-box input {
  border: none;
  background: none;
  border-bottom: 1px solid #000000;
  height: 32px;
  width: 75%;
  margin-left: 38px;
  margin-left: 0;
  width: 100%;
}
.browse {
  width: 398px;
  height: 204px;
  background: url(../img/contact/patrons-and-investors-browse.svg) no-repeat;
  background-size: cover !important;
  padding: 51px 74px 50px;
}
.browse h5 {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 15px;
  /* identical to box height, or 125% */
  text-align: center;

  color: #d9bf9e;
}
.browse p {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  /* or 129% */
  text-align: center;
  color: #d9bf9e;
  margin-bottom: 10px;
}
.browse-input img {
  width: 114px;
  height: 36px;
}
.browse-input {
  position: relative;
  margin-top: 21px;
}
.browse-input input {
  position: absolute;
  top: 7px;
  width: 114px;
  height: 36px;
  left: 50px;
  opacity: 0;
}
.additional-information h4 {
  font-family: "Trebuchet MS Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #8b5843;
  text-align: left;
  margin-bottom: 18px;
}
.a-info-box h5 {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  /* identical to box height, or 130% */
  text-align: left;
  color: #8b5843;
}
.additional-information > div {
  justify-content: space-between;
}
.a-info-box p {
  left: 240px;
  top: 1720.5px;
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  /* or 125% */
  color: #8b5843;
  text-align: left;
  width: 60%;
  margin: 0;
}
.a-info-box input {
  border: none;
  background: none;
  border-bottom: 1px solid #000000;
  height: 32px;
  width: 75%;
  margin-left: 38px;
  margin-left: 0;
  width: 100%;
}
.a-info-box {
  width: 44%;
}

.public-consent h5 {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  color: #8b5843;
  margin-bottom: 22px;
}
.public-consent {
  margin-top: 50px;
}
.get-in-touch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.get-in-touch .form-group span {
  width: 80%;
  text-align: left;
}
.get-in-touch .form-group label {
  width: 80%;
  display: flex;
  align-items: flex-start;
}
.get-in-touch .form-group {
  width: 100%;
}
.patrons-investors-wrap {
  display: flex;
  margin-top: 53px;
  justify-content: space-between;
}
.patrons-investors-wrap a.active {
  background: url(../img/contact/for-patrons.svg) no-repeat;
  background-size: contain;
  color: #8b5843;
  line-height: normal;
  color: #fff;
}
.patrons-investors-wrap a {
  background: url(../img/contact/for-artisans.svg) no-repeat;
  background-size: contain;
  color: #fff;
  line-height: normal;
  width: 618px;
  height: 120px;
  display: inline-block;
  padding-top: 17px;

  font-family: "Trajan Pro Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  /* or 120% */
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.pat-invest-wrap {
  margin-top: -232px;
  padding-top: 216px;
  padding-bottom: 340px;
}
.public-consent .form-group span {
  font-size: 15px;
}
.areas-of-interest h4 {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px;
  /* identical to box height, or 108% */
  color: #8b5843;
}
.areas-of-interest {
  text-align: left;
  margin-bottom: 50px;
}
.areas-of-interest h5 {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height, or 162% */
  color: #8b5843;
}
.areas-of-interest > div {
  justify-content: space-between;
}
.areas-of-interest h5 b {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  /* identical to box height, or 162% */
  color: #8b5843;
}
.row-checkbox {
  display: flex;
  align-items: center;
  gap: 21px;
  margin-bottom: 12px;
}
.row-checkbox span {
  font-size: 16px;
}
.areas-interest-col-1 {
  width: 48%;
}
.collaboration-interest {
  margin-top: 79px;
}
.submiting-this-form label span {
  text-align: left !important;
  display: inline-block;
}

/* Art and artisan  */
.south-and-central-asia li.nav-item {
  width: 33%;
}
.south-and-central-asia .nav-tabs .nav-link {
  color: white;
  font-weight: bold;
  background-size: cover;
  background-position: center;
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 380px;
  background-color: unset;
  border: none;
  font-size: 30px;
  background-image: url("../img/our-resource/tab-bg.svg");
}
.south-and-central-asia .nav-tabs .nav-link.active {
  background-image: url("../img/our-resource/tab-bg-active.svg");
}
.south-and-central-asia-wrap {
  padding: 220px 0 0;
  margin-top: -266px;
  height: 1240px;
}
.tab-arrow span img {
  opacity: 0.5;
}
.tab-arrow span:hover img {
  opacity: 1;
}
.tab-arrow {
  display: flex;
  justify-content: center;
  gap: 21px;
}
.tab-arrow span {
  display: flex;
  position: relative;
}
.tab-arrow span:first-child:after {
  content: "";
  height: 32px;
  width: 1px;
  background: #6c4d38;
  position: absolute;
  right: -11px;
  opacity: 0.5;
}
.asia-pacific-tab li.nav-item {
  width: auto;
}
.asia-pacific-tab .nav-tabs .nav-link {
  color: #d9bf9e;
}
.asia-pacific-tab .nav-tabs .nav-link.active {
  background: #d9bf9e;
  color: #8b5843;
  border: 1px solid #d9bf9e;
}
.asia-pacific-tab .nav-tabs {
  border-bottom: 1px solid #d9bf9e;
}

.asia-pacific-tab .nav-tabs .nav-link:hover {
  border: 1px solid transparent;
}
.asia-pacific-tab-content {
  padding-top: 30px;
}
.asia-pacific-tab-content p {
  text-align: left;
}
.asia-pacific-wrap .tab-arrow {
  display: flex;
  justify-content: center;
  gap: 21px;
  position: absolute;
  right: 350px;
  bottom: 0;
}
.asia-pacific-tab .tab-arrow span:first-child:after {
  background: #d9bf9e;
}

.middle-east-north-africa .nav-pills .nav-link {
  color: #d9bf9e;
  font-weight: bold;
  background-size: cover;
  background-position: center;
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 380px;
  background-color: unset;
  border: none;
  font-size: 30px;
  background-image: url("../img/our-resource/tab-bg.svg");
}
.middle-east-north-africa .nav-pills .nav-link.active {
  background-image: url("../img/our-resource/tab-bg-active.svg");
  background-size: contain;
  background-position: unset;
  color: #310d04;
}
.middle-east-north-africa-wrap .nav-pills {
  gap: 60px;
}
.middle-east-north-africa-wrap .tab-content {
  padding-left: 40px;
  padding-top: 0;
}

.middle-east-north-africa-wrap {
  padding: 250px 0 0;
  margin-top: -376px;
  height: 1070px;
}
.south-and-central-asia-wrap h2 {
  margin-bottom: 40px;
}
.asia-pacific-wrap {
  padding: 235px 0 340px;
  margin: -223px 0 0 !important;
}
.middle-east-north-africa h2 {
  margin-bottom: 40px;
}
.uk-ireland-wrap {
  padding:266px 0 0;
  margin-top: -176px;
  height: 1378px;
}

.uk-ireland .nav-tabs .nav-link {
  color: #310d04;
  font-weight: bold;
  background-size: cover;
  background-position: center;
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 380px;
  background-color: unset;
  border: none;
  font-size: 30px;
  background-image: url("../img/art-artisan/uk-ireland-tab-bg.svg");
}
.uk-ireland .nav-tabs .nav-link.active {
  background-image: url("../img/art-artisan/uk-ireland-tab-bg-active.svg");
}
.uk-ireland-wrap .nav-tabs {
  justify-content: space-between;
}
.uk-ireland-wrap p {
  color: #ffffff;
}
.uk-ireland-wrap p b {
  font-family: "Trebuchet MS Bold";
}
.uk-ireland .tab-arrow {
  display: flex;
  justify-content: space-between;
  gap: 21px;
  position: absolute;
  top: 50%;
  width: 100%;
}
.uk-ireland .tab-section {
  position: relative;
}
.uk-ireland .tab-arrow span:first-child:after {
  display: none;
}
.north-america-wrap h2 {
  color: #f2e2b1;
  margin-bottom: 30px;
}

.north-america-wrap {
  padding: 156px 0 0;
  margin-top: -176px;
  height: 1252px;
}
.north-america-wrap p b {
  font-family: "Trebuchet MS Bold";
}
.north-america .nav-tabs .nav-link {
  color: #310d04;
  font-weight: bold;
  background-size: cover;
  background-position: center;
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 380px;
  background-color: unset;
  border: none;
  font-size: 30px;
  background-image: url("../img/art-artisan/uk-ireland-tab-bg.svg");
}
.north-america .nav-tabs .nav-link.active {
  background-image: url("../img/art-artisan/uk-ireland-tab-bg-active.svg");
}
.north-america .tab-arrow span:first-child:after {
  background: #f2e2b1;
}
.uk-ireland-wrap h2 {
  color: #fff;
  margin-bottom: 40px;
}
.north-america p {
  color: #f2e2b1;
}
.osb-inner {
  display: flex;
  align-items: flex-start;
}
.oceania-slider-box.owl-carousel {
  height: auto;
  margin-bottom: 30px;
}
.oceania-slider-info h3 {
  text-align: left;
}
.oceania-slider-info p {
  text-align: left;
}

.oceania-wrap .owl-dots {
  bottom: 0;
  margin-left: -178px;
}
.oceania-slider-info {
  padding-left: 32px;
}
.artisans-foot {
  padding-top: 280px;
}
.oceania-wrap {
  background: #fff5d7;
  padding: 150px 0 180px;
  margin-top: -212px;
}
.custom-prev-icon {
  background: url("../img/art-artisan/tab-arrow-left.svg") no-repeat center
    center;
  width: 58px;
  height: 58px;
  display: inline-block;
  opacity: 0.5;
}
.custom-next-icon {
  background: url("../img/art-artisan/tab-arrow-right.svg") no-repeat center
    center;
  width: 58px;
  height: 58px;
  display: inline-block;
  opacity: 0.5;
}

.welsh-clog-make-wrap {
  padding: 310px 0 0;
  margin-top: -266px;
  height: 2352px;
}

footer.inner-footer.contact-us-footer {
  position: relative;
  margin-top: -362px;
  z-index: 999;
}
.naga-shawl-carousel .custom-prev-icon {
  background: url(../img/art-artisan/tab-arrow-left.svg) no-repeat center center;
  background-size: 53px;
  position: relative;
}
.naga-shawl-carousel .custom-next-icon {
  background: url(../img/art-artisan/tab-arrow-right.svg) no-repeat center
    center;
  background-size: 53px;
}
.naga-shawl-carousel .owl-nav {
  top: -46px;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 22px;
}
.dokla-metal-craft-c .owl-nav {
  top: 4px;
}
.naga-shawl-carousel .owl-nav .owl-prev {
  position: relative;
}
.naga-shawl-carousel .owl-nav .owl-prev:after {
  content: "";
  height: 23px;
  width: 1px;
  background: #6c4d38;
  position: absolute;
  right: -12px;
  top: 17px;
  opacity: 1;
}
.custom-prev-icon:hover {
  opacity: 1;
}
.custom-next-icon:hover {
  opacity: 1;
}
.naga-shawl-carousel strong {
  font-family: "Trebuchet MS Bold";
  font-size: 19px;
}
.south-east-asia-carousel .custom-prev-icon {
  background: url(../img/art-artisan/tab-arrow-left-2.svg) no-repeat center
    center;
  background-size: 53px;
  position: relative;
}
.south-east-asia-carousel .custom-next-icon {
  background: url(../img/art-artisan/tab-arrow-right-2.svg) no-repeat center
    center;
  background-size: 53px;
  position: relative;
}
.south-east-asia-carousel .owl-nav .owl-prev:after {
  content: "";
  height: 23px;
  width: 1px;
  background: #d9bf9e;
  position: absolute;
  right: -12px;
  top: 17px;
  opacity: 1;
}
.south-east-asia-carousel .owl-nav {
  justify-content: flex-start;
}

.north-america-carousel .custom-prev-icon {
  background: url(../img/art-artisan/tab-arrow-left-2.svg) no-repeat center
    center;
  background-size: 53px;
  position: relative;
}
.north-america-carousel .custom-next-icon {
  background: url(../img/art-artisan/tab-arrow-right-2.svg) no-repeat center
    center;
  background-size: 53px;
  position: relative;
}
.north-america-carousel .owl-nav .owl-prev:after {
  content: "";
  height: 23px;
  width: 1px;
  background: #d9bf9e;
  position: absolute;
  right: -12px;
  top: 17px;
  opacity: 1;
}
.north-america-carousel .owl-nav {
  justify-content: center;
}

.osb-inner img {
  width: 40%;
}
.oceania-slider-info {
  padding-left: 32px;
  width: 60%;
}

.owl-carousel .owl-item .osb-inner > img {
  width: 40%;
}
.oceania-caro .owl-nav {
    justify-content: flex-start;
}
.linen-waving-img {
  height: 450px;
}

.right-menu-items {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  /* background: rgba(5, 91, 93, 0.8); */
  background: #fff5d751;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 12px 32px 12px 20px;
  gap: 7px;
  /* border-radius: 10px; */
}
.right-menu-items a {
  font-size: 19px !important;
  text-decoration: none;
  /* padding: 12px; */
  color: #000;
  font-family: "Trebuchet MS";
}
.right-menu-items a:hover {
  color: #7b1323;
}

.right-menu-items:after {
  content: "";
  background: rgba(5, 91, 93, 0.8);
  height: 133px;
  width: 4px;
  position: absolute;
  right: 12px;
}
.for-desktop-only {
  display: block;
}
.for-mobile-only {
  display: none;
}
.row.about-box-wrap.for-desktop-only {
  display: flex;
}
.traditional-art-forms-wrapper .for-desktop-only {
  display: flex;
}

/* Selected option box */
.dropdown {
  position: relative;
  width: 250px;
  user-select: none;
  margin-bottom: 20px;
}
.dropdown-selected {
  background: #f4f4f4;
  padding: 12px;
  border: 1px solid #ccc;
  cursor: pointer;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* Options list */
.dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;

  margin-top: 5px;
  display: none;
  z-index: 1000;
}

.dropdown-options div {
  padding: 10px;
  cursor: pointer;
  transition: background 0.2s;
}

.dropdown-options div:hover {
  background: #eee;
}

/* Content Box */
.content-box {
  margin-top: 30px;
  padding: 0 20px;
  max-width: 400px;
  text-align: center;
  border-radius: 8px;
}

.content-box img {
  max-width: 100%;
  border-radius: 8px;
}

.content-box h2 {
  margin: 15px 0 10px;
  font-size: 20px;
}

.content-box p {
  font-size: 14px;
  color: #555;
}

/* Hide all content items except active */
.content-item {
  display: none;
}
.content-item.active {
  display: block;
}
/* Arrow */
.dropdown-selected::after {
  content: "";
  font-size: 12px;
  margin-left: 10px;
  transition: transform 0.3s;
  background: url(../img/home/mobile/down-arrow.svg);
  position: absolute;
  width: 14px;
  height: 8px;
  right: 16px;
  top: 15px;
}

/* Rotate arrow when active */
.dropdown.active .dropdown-selected::after {
  transform: rotate(-180deg);
}

.our-resource-mob-tab .dropdown-selected {
  background: url(../img/our-resource/mobile/tab-bg-active-mobile.svg) !important;
  background-size: cover !important;
  width: 229px;
  height: 74px;
  border: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 43px;
  text-align: center;
}
.our-resource-mob-tab .dropdown-selected::after,
.artisan-dropdown-selected::after {
  content: "";
  font-size: 12px;
  margin-left: 10px;
  transition: transform 0.3s;
  background: url(../img/our-resource/mobile/down-arrow-white.svg);
  position: absolute;
  width: 20px;
  height: 11px;
  right: 34px;
  top: 31px;
}

/* Wrapper for each dropdown section */
.dropdown-section {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Artisan Dropdown */
.artisan-dropdown {
  position: relative;
  width: 250px;
  user-select: none;
}

.artisan-dropdown-selected {
  background: url(../img/our-resource/mobile/tab-bg-active-mobile.svg) !important;
  background-size: cover !important;
  width: 229px;
  height: 74px;
  border: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 43px;
  text-align: center;

  font-family: "Trajan Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  /* identical to box height, or 114% */
  text-align: center;
  text-transform: capitalize;
}

/* Arrow icon */
/* .artisan-dropdown-selected::after {
      content: "▼";
      font-size: 12px;
      margin-left: 10px;
      transition: transform 0.3s;
    } */

.artisan-dropdown.active .artisan-dropdown-selected::after {
  transform: rotate(-180deg);
}

.artisan-dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-top: 5px;
  display: none;
  z-index: 1000;
}

.artisan-dropdown-options div {
  padding: 10px;
  cursor: pointer;
  transition: background 0.2s;
}

.artisan-dropdown-options div:hover {
  background: #eee;
}

/* Artisan Content Box */
.artisan-content-box {
  margin-top: 30px;
  border: 1px solid #ddd;
  padding: 20px;
  max-width: 400px;
  text-align: center;
  border-radius: 8px;
}

.artisan-content-box img {
  max-width: 100%;
  border-radius: 8px;
}

.artisan-content-box h2 {
  margin: 15px 0 10px;
  font-size: 20px;
}

.artisan-content-box p {
  font-size: 14px;
  color: #555;
}

.artisan-content-item {
  display: none;
}

.artisan-content-item.active {
  display: block;
}
.oceania-wrap {
  background: #fff5d7;
  padding: 150px 0 130px;
  margin-top: -212px;
}
.social.for-desktop-only {
  display: flex;
}
.navbar.fixed .ham-wrap {
  position: fixed;
  top: 23px;
}
.banner-n-nav-wrap .navbar.fixed {
  position: static;
}
.fixed .right-menu-items {
  top: 14px;
  position: fixed;
}
.south-and-central-asia-tab-content > img {
  max-height: 300px;
}
.bark-painting-wrap {
  height: 3230px;
}

/* Menu  */
.banner-n-nav-wrap .nav-items {
  display: none;
  flex-direction: column;
  gap: 10px;
  background-color: rgba(0, 0, 0, 0.90);
  position: absolute;
  top: 0;

  right: 0;
  width: 20%;
  padding: 65px 32px 30px;
  border-radius: 0;
  height: 100vh;

}
.banner-n-nav-wrap .fixed .nav-items{
  z-index: -1;
}

.banner-n-nav-wrap .nav-items.show {
  display: flex;
  position: fixed;
      justify-content: flex-start;
    align-items: end;
}
.banner-n-nav-wrap .fixed .logo {
  width: 150px;
  margin-top: 0;
}
.banner-n-nav-wrap .fixed .hamburger {
  top: 34px;
  position: fixed;
}
.banner-n-nav-wrap .hamburger {
  display: flex;
  position: absolute;
  z-index: 99;
}
.banner-n-nav-wrap .hamburger {
  display: flex;
  right: 34px;
  top: 14px;
}

.banner-n-nav-wrap .navbar {
  flex-direction: row;
  justify-content: space-between;
}
.banner-n-nav-wrap .logo {
  width: 200px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-top: -18px;
  margin-left: 12px;
}
.mob-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 50px;
    align-items: flex-end ;
}
    .banner-n-nav-wrap .navbar a {
        font-size: 20px;
    }
    .banner-n-nav-wrap .navbar a:hover{
      color: #D98324;
    }
