/* Sentra Template https://templatemo.com/tm-518-sentra  */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import 'css/lenis.css';
body {
  font-family: 'Open Sans', sans-serif;
}
body {
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
}
.open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
  "wdth" 100;
}
p {
  font-size: 1em;
  color: #222;
  line-height: 1.4;
}
.page-content {
  width: 77.5%;
  float: right;
  background: url(../img/illust.jpg) no-repeat right top 30% / 40%; 
}
.content-section {
  margin-top:50px;
  padding:0 20px; 0 30px;
  position: relative;
  width: 100%;
  max-width:100%;
  display: inline-block;
  height: auto;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section-heading {
  text-align: left;
  position: relative;
  margin-bottom: 60px;
}
.section-heading h1 {
  margin-top: 0px;
  font-size: 1.7em;
  line-height:1.4;
  color: #232323;
  display: block;
}
.section-heading em {
  font-style: normal;
  font-weight: 700;
  color: #45489a;
}
.section-heading p {
  display: inline-block;
  font-size: 1em;
  line-height: 2;
  color: #343434;
  position: relative;
  margin:0 auto;
  width:90%;
}
.white-button a {
  font-size: 1em;
  font-weight: 600;
  color: #45489a;
  text-transform: capitalize;
  background-color: #999;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}
.white-button a:hover {
  background-color: #45489a;
  color: #f1f1f;
}
.accent-button a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  background-color: #45489a;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}
.accent-button a:hover {
  background-color: #333;
  color: #45489a;
}
header {
    position: fixed;
    top: 0;
    transition: top 0.3s ease-in-out;
    width: 100%;
}
.nav-up {
    top: -75px;
}
.thumb{
	display:block;
	width:100%;
	max-width:100%;
	height:auto;
}
.thumbs{
	display:inline-block;
	width:30%;
	max-width:30%;
	height:auto;
	vertical-align:top;
}


/* Sidebar */
.sidebar-navigation {
  width: 22.5%;
  float: left;
  height: 100%;
  position: fixed;
  background-color: rgba(255,255,255,0.7);
  z-index: 10;
}
.sidebar-navigation img{
	position:absolute;
	potion:fixed;
	width:30%;
	height:auto;
	top:80px;
	left:80px;
}
.sidebar-navigation nav {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.sidebar-navigation ul {
  margin-left: 45px;
  list-style: none;
  padding: 0;
}
.sidebar-navigation li{
  padding: 10px 0;
}
.sidebar-navigation span{
  display: inline-block;
  position:relative;
}
.sidebar-navigation nav a{
  display: inline-block;
  color: #333;
  margin-top: 5px;
  text-decoration: none!important;
  font-size: 1.1em;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.circle{
  margin-right: 5px;
  height: 10px;
  width: 10px;
  left: 0px;
  top: -1px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #eee;
  transition: all 0.3s;
}
.rect{
  height: 1px;
  width: 0px;
  left: 0;
  bottom: 5.5px;
  background-color: #ccc;
  -webkit-transition: -webkit-transform 0.1s, width 0.6s;
  -moz-transition: -webkit-transform 0.1s, width 0.6s;
  transition: transform 0.1s, width 0.6s;
}
.sidebar-navigation nav a:focus {
  color: #bbb;
}
.sidebar-navigation nav a:hover, nav .active-section {
  color: #bbb;
}
.sidebar-navigation nav a:hover span, nav .active-section span{
  background-color: #ddd;
}
.sidebar-navigation nav .active-section .rect{
  width: 30px;
}
.sidebar-navigation nav .active-section .circle{
  background-color: #ccc;
}
.sidebar-navigation .social-icons {
  position: absolute;
  width: 100%;  
  bottom: 10px;
  padding: 0;
  margin: 0;
  text-align: center;
}
.sidebar-navigation .social-icons li {
  display: inline-block;
  margin-right: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.sidebar-navigation .social-icons li:last-child {
  margin-right: 0px;
}
.sidebar-navigation .social-icons li a {
  font-size: 2em;
  color: #666;
  transition: all 0.5s;
}
.sidebar-navigation .social-icons li a:hover {
  color: #45489a;
}

.area {
  background-color: transparent;
  height: auto;
  display: inline-block;
  text-align: center;
  width: 100%;
  max-width:100%;
}
.area p {
  margin-bottom: 0px;
  font-size: .9em;
  line-height: 1;
  color: #111;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.area p a {
  text-decoration: none;
  color: #111;
  font-weight: 600;
}

/* Footer Style */
.footer {
  background-color: rgba(12,12,12,0.2);
  width: 100%;
  max-width:100%;
  padding:30px;
  height: auto;
  line-height: 1;
  display: inline-block;
  text-align: center;
}
.footer p {
  font-size: .9em;
  line-height: 1;
  color: #111;
  letter-spacing: 0.5px;
  font-weight: 300;
}
.footer p a {
  text-decoration: none;
  color: #111;
  font-weight: 600;
}

/* Navigation */
.responsive-nav {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 80px;
  background-color: rgba(250,250,250,.95);
  box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
}
.navbar-toggle {
  position: absolute;
  top: 40%;
  left: 50%;
  display: inline-block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.navbar-nav {
  margin: 0;
  border: none;
}
#main-nav ul {
  text-align: center;
  background-color: rgba(0,0,0,0.9);
  margin-top: 59px;
  width: 100%;
}
#main-nav ul li {
  margin: 15px 0px;
}
#main-nav ul li:hover {
  background-color: transparent;
}
#main-nav ul li a {
  font-size: 15px;
  text-transform: capitalize;
  color: #fff;
  box-shadow: none;
  border: none;
}

#main-nav ul li a:hover {
  opacity: 0.5;
  background-color: transparent;
}
.navbar-toggle span {
  background-color: #232323;
}

/* Responsive */

@media (max-width: 992px) {
  .responsive-nav {
    display: none;
  }
  .sidebar-navigation .logo a {
    font-size: 18px;
  }
  .sidebar-navigation nav a {
    font-size: 13px;
  }
  .sidebar-navigation nav ul {
    margin-left: 30px;
  }
  .sidebar-navigation .social-icons li a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .responsive-nav {
    display: block;
    height: 60px;
  }
  .page-content {
    width: 100%;
    margin-top:70px;
  }
}
@media (max-width: 690px) {
  .section-heading p {
    position: relative;
  }
}


