/*

TemplateMo 567 Nomad Force

https://templatemo.com/tm-567-nomad-force

*/

/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #FFFFFF;
  --primary-color:                #b68b3c;
  --section-bg-color:             #f6f1e7;
  --dark-color:                   #060607;
  --grey-color:                   #fcfeff;
  --text-secondary-white-color:   rgba(255, 255, 255, 0.98);
  --title-color:                  #172f26;
  --p-color:                      #6b625a;

  --body-font-family:           'Noto Sans JP', sans-serif;

  --h1-font-size:               72px;
  --h2-font-size:               42px;
  --h3-font-size:               36px;
  --h4-font-size:               32px;
  --h5-font-size:               24px;
  --h6-font-size:               22px;
  --p-font-size:                20px;
  --copyright-text-font-size:   14px;
  --custom-link-font-size:      12px;

  --font-weight-light:          300;
  --font-weight-normal:         400;
  --font-weight-bold:           700;
  --font-weight-black:          900;
}

body,
html {
  height: 100%;
}

body {
    background: var(--white-color);
    font-family: var(--body-font-family);    
    position: relative;
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
}

h1,
h2 {
  font-weight: var(--font-weight-black);
}

h1 {
  font-size: var(--h1-font-size);
  line-height: normal;
}

h2 {
  font-size: var(--h2-font-size);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-light);
  letter-spacing: 0.5px;
}

.x943J2 {
  color: var(--text-secondary-white-color);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

::selection {
  background: var(--dark-color);
  color: var(--white-color);
}

.ikuqm1 {
  border-bottom: 2px solid var(--white-color);
  color: var(--white-color);
  padding-bottom: 4px;
}

.eGGwK2N {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  z-index: -100;
}

.OABggud {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay {
  background: linear-gradient(to top, #000, transparent 90%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*---------------------------------------
  CUSTOM LINK               
-----------------------------------------*/
.TcD3ehQuu8T {
  max-width: 230px;
}

.boPjRkAU069 {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.boPjRkAU069::after {
  content: "";
  width: 0;
  height: 2px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  background: currentColor;
}

.boPjRkAU069:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.boPjRkAU069:hover,
.boPjRkAU069:hover::after {
  color: var(--white-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

/*---------------------------------------
  NAVIGATION               
-----------------------------------------*/

.navbar {
  z-index: 9;
  right: 0;
  left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.f3ZPddpp4 {
  color: var(--primary-color);
  font-size: 24px;
  font-weight: var(--font-weight-bold);
}

.gaSnnhK6 .navbar-nav .nav-link {
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-nav .nav-link::after {
  content: "\f140";
  font-family: bootstrap-icons;
  display: inline-block;
  margin-left: 10px;
  color: var(--primary-color);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

.navbar-nav .nav-link:hover::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.navbar-nav .nav-link {
  color: var(--p-color);
  font-size: 18px;
  font-weight: var(--font-weight-bold);
  position: relative;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-item.active .nav-link::after {
  color: var(--primary-color);
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}

.navbar-nav .nav-item.active .nav-link,
.nav-link:focus, 
.nav-link:hover {
  color: var(--dark-color);
}

.nav-link:focus {
  color: var(--p-color);
}

.gr26pw {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.gr26pw:focus {
  outline: none;
  box-shadow: none;
}

.gr26pw[aria-expanded="true"] .Np3eTLPwp {
  background: transparent;
}

.gr26pw[aria-expanded="true"] .Np3eTLPwp:before,
.gr26pw[aria-expanded="true"] .Np3eTLPwp:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.gr26pw[aria-expanded="true"] .Np3eTLPwp:before {
  transform: rotate(45deg);
}

.gr26pw[aria-expanded="true"] .Np3eTLPwp:after {
  transform: rotate(-45deg);
}

.gr26pw .Np3eTLPwp {
  background: var(--dark-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.gr26pw .Np3eTLPwp:before,
.gr26pw .Np3eTLPwp:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--dark-color);
  width: 30px;
  height: 2px;
  content: '';
}

.gr26pw .Np3eTLPwp:before {
  top: -8px;
}

.gr26pw .Np3eTLPwp:after {
  top: 8px;
}

/*---------------------------------------
  HERO              
-----------------------------------------*/
.d1Dvy5 {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .d1Dvy5 {
    height: 100vh;
  }

  .OABggud,
  .dcHo45cv0x {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
  }

  .sticky-wrapper {
    position: relative;
    bottom: 76px;
  }
}

.si1aN849Wpd {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  text-align: center;
}

/*---------------------------------------
  ABOUT & TEAM MEMBERS               
-----------------------------------------*/
.fTIHprYNv,
.EBWWoiRTmyT {
  width: 100%;
  height: 100%;
  max-height: 635px;
  min-height: 475px;
  object-fit: cover;
}

.xeAd3ebmd {
  background: var(--white-color);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  padding: 22px 32px 32px 32px;
}

.DzdFAqpXh, 
.U1CGQc {
  top: auto;
  bottom: 2.5rem;
}

.U1CGQc {
  right: 4rem;
  left: auto;
}

.Uxn27FBRDg, 
.sMfVRjl {
  background-color: var(--dark-color);
  background-size: 50% 50%;
  border-radius: 100px;
  width: 3rem;
  height: 3rem;
}

/*---------------------------------------
  PORTFOLIO               
-----------------------------------------*/
.qtR5g6 {
  position: relative;
  overflow: hidden;
}

.SrhdsAgC {
  margin: 20px;
}

/*---------------------------------------
  NEWS & EVENTS               
-----------------------------------------*/

.news,
.BaxqZ6r {
  background: var(--section-bg-color);
}

.Q5Nyo0QX {
  position: relative;
}

.Bea5I3fdNjM {
  background: var(--white-color);
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  padding: 4px 12px;
  display: inline-block;
}

.vPVYwfS {
  margin: 0 20px;
}

.ZETsrg {
  margin-top: 15px;
  margin-bottom: 15px;
}

.xvDPQtsEvvG {
  color: var(--title-color);
  display: inline-block;
}

.xvDPQtsEvvG:hover {
  color: var(--dark-color);
}

.D16SYn6e1,
.news-image {
  display: block;
  transition: transform 0.6s ease-out;
}

.Fz90IOeS2a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all .3s cubic-bezier(.645,.045,.355,1);
  padding-bottom: 4px;
  height: 100%;
}

.Fz90IOeS2a::after {
  content: "";
  width: 0;
  height: 4px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  background: #198754;
}

.w88i1r::after {
  background: #b68b3c;
}

.oFBpIU4iZEU::after {
  background: #0d6efd;
}

.iohwy3S::after {
  background: #198754;
}

.Fz90IOeS2a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
  z-index: 9;
}

.image-popup:hover .D16SYn6e1,
.Fz90IOeS2a:hover .news-image {
  transform: scale(1.02);
}

.news-two-column {
  min-height: 199px;
  margin-bottom: 16px;
}

.news-two-column .news-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.FVrQHLp6O3,
.FVrQHLp6O3 + span {
  color: rgba(255, 255, 255, 0.65);
}

/*---------------------------------------
  SECTION               
-----------------------------------------*/
.ioPnZ5I4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

/*---------------------------------------
  CONTACT              
-----------------------------------------*/
.Yxeh5MB4 {
  padding: 40px;
}

.contact-form .dgJlzSN6Y {
  border-radius: 0;
  font-weight: var(--font-weight-normal);
  padding-top: 12px;
  padding-bottom: 12px;
}

.contact-form button[type='submit'] {
  background: var(--dark-color);
  border: none;
  border-radius: 100px;
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  padding: 16px;
  transition: all 0.6s ease-out;
}

.contact-form button[type='submit']:hover {
  background: var(--primary-color);
}

.AJrc5U4qFd {
  color: var(--p-color);
  font-weight: var(--font-weight-bold);
}

.pSZhYpxngcR {
  display: block;
  filter: grayscale(100);
}

/*---------------------------------------
  SITE FOOTER               
-----------------------------------------*/
.jIS0Za16J {
  background: var(--dark-color);
  padding-top: 4.5rem;
  padding-bottom: 2.5rem;
}

.jIS0Za16J .boPjRkAU069 {
  color: rgba(255, 255, 255, 0.65);
  font-size: var(--p-font-size);
}

.jIS0Za16J .boPjRkAU069:hover,
.jIS0Za16J .uzwtrDa:hover {
  color: var(--white-color);
}

.zl94ErcM {
  color: rgba(255, 255, 255, 0.45);
  font-size: var(--copyright-text-font-size);
}

/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.zuXdSg {
  margin: 0;
  padding: 0;
}

.zuXdSg li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.uzwtrDa {
  color: rgba(255, 255, 255, 0.45);
  font-size: 1rem;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 15px;
}

.uzwtrDa:hover {
  color: var(--primary-color);
}

/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (min-width: 1600px) {
  .news-two-column {
    min-height: 232.5px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ioPnZ5I4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xeAd3ebmd {
    left: 0;
    width: auto;
  }

  .news-two-column {
    height: auto !important;
    min-height: inherit;
  }

  .news .qncfOUd8eDH .news-two-column:first-child {
    margin-bottom: 38px;
  }
}

@media screen and (max-width: 767px) {
  .SJ5u63m1fP {
    font-size: 36px;
  }
}

@media screen and (max-width: 360px) {
  h1 {
    font-size: 32px;
  }

  .si1aN849Wpd p {
    font-size: 14px;
  }
}

@media screen and (max-width: 359px) {
  .SJ5u63m1fP {
    font-size: 22px;
  }
}



/* Disheveled Code conversion */
:root { --primary-color:#b68b3c; --section-bg-color:#f6f1e7; --dark-color:#060607; --title-color:#172f26; --p-color:#6b625a; }
body{background:#fffaf0;}
.navbar{background:#fffaf0!important;}
.f3ZPddpp4 strong{letter-spacing:.5px;color:#b68b3c;}
.CktuXEnT3{margin-top:28px}.oH2TVb{background:#b68b3c;color:#fff;border:2px solid #b68b3c;border-radius:0;padding:14px 28px;font-weight:700}.oH2TVb:hover{background:#7b1e2b;border-color:#7b1e2b;color:#fff}.taKVcj{background:transparent;color:#fff;border-color:#fff}.taKVcj:hover{background:#fff;color:#060607}.iyMEVKDd31a{padding-bottom:56.25%;}.KPX6l9fRjUX{min-height:58vh}.iyMEVKDd31a img{object-fit:cover;filter:brightness(.58)}.T13EnAnbnHJ,.xvDPQtsEvvG{color:#172f26}.sDpBAjISPuM{background:#060607!important}.GdbDf02Ao{background:#b68b3c!important}.FOtX14mn4{background:#0b3b2e!important}.dtyZPvOcaJ{background:#7b1e2b!important}.N1M7IK8{background:#a65f2b!important}.cse3GFmT9a{background:#0b3b2e}.cse3GFmT9a h2,.cse3GFmT9a p{color:#fff}.Yn2pOnQD{border-left:4px solid #b68b3c;padding-left:16px;color:#172f26;font-weight:700}.e8iMss9R .StE4Z4ce6YY{border:0;margin-bottom:12px;background:#fffaf0;box-shadow:0 10px 30px rgba(0,0,0,.06)}.e8iMss9R .vYNegW4H{font-size:20px;font-weight:700;color:#172f26;background:#fffaf0}.e8iMss9R .vYNegW4H:not(.collapsed){background:#0b3b2e;color:#fff}.uwWlgFq{position:fixed;left:20px;right:20px;bottom:20px;z-index:9999;display:none;align-items:center;justify-content:space-between;gap:20px;background:#060607;color:#fff;padding:18px 22px;box-shadow:0 20px 50px rgba(0,0,0,.35)}.uwWlgFq p{margin:0;color:#fff;font-size:15px}.uwWlgFq button{background:#b68b3c;color:#fff;border:0;padding:10px 18px;font-weight:700}.jIS0Za16J{background:#060607}.jIS0Za16J .boPjRkAU069{color:#fff}.zl94ErcM{color:rgba(255,255,255,.82)}.dgJlzSN6Y:focus{border-color:#b68b3c;box-shadow:0 0 0 .2rem rgba(182,139,60,.2)}
@media (max-width: 991px){.d1Dvy5 h1{font-size:44px}.uwWlgFq{display:block}.uwWlgFq button{margin-top:12px}}
