/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url(../fonts/brown-regular-webfont.woff);
@import url(../fonts/brown-light.woff2);

:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", Arial, sans-serif;
  color: #13100D;
  background: #fff;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #67b0d1;
}

a:hover {
  color: var(--bs-link-hover-color);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", Arial, sans-serif! important;
  font-weight: 700! important;
}

.selector-for-some-widget {
  box-sizing: content-box;
}

#main {
  padding: 0;
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background: var(--bs-btn-hover-bg)! important;
  border-color: var(--bs-btn-hover-border-color);
}

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder { color:transparent; font-size: 12px; }
textarea:focus:-moz-placeholder,
input:focus:-moz-placeholder { color:transparent; font-size: 12px; } /* FF 4-18 */
textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder { color:transparent; font-size: 12px; } /* FF 19+ */
input:textarea:-ms-input-placeholder ,
input:focus:-ms-input-placeholder { color:transparent; font-size: 12px; } /* IE 10+ */

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 60px;
  z-index: 999;
  background: #fff;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 50px;
  transition: all 0.4s;
  color: #000;
}

.back-to-top i {
  font-size: 24px;
  line-height: 0;
}

.back-to-top:hover {
  background: transparent;
  border-color: #fff;
  color: #fff! important;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 997;
  transition: all 0.5s;
  padding: 30px 20px;
  background: rgba(19, 16, 13, 0.7);
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: rgba(19, 16, 13, 0.7);
  padding: 12px;
}

#header.header-scrolled .logo {
  max-width: 150px;
  width: 100%;
}

.logo {
  max-width: 220px;
  width: 100%;
  transition: all 0.5s;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 100%;
}

.start-btn:focus,
.start-btn {
  box-shadow: none;
  background: #FFFFFF;
  border-radius: 6px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #0A0A0A;
  border: 1px solid transparent;
  padding: 16px 24px;
}


@media (max-width: 768px) {
  #header.header-scrolled {
    padding: 15px 0;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  position: relative;
  background-image: url("../img/bg_img.png");
  /* background-color: rgba(19, 16, 13, 0.7);
  background-blend-mode: overlay; */
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 270px 20px 200px;
}

.hero-content-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
}

.hero-content-box .left-content-box {
  max-width: 710px;
  width: 100%;
  margin-left: auto;
}

.pc-img {
  display: block;
}

.mobile-img {
  display: none;
}

.hero-section {
  background: rgba(19, 16, 13, 0.7) url("../img/hero-bg.png") top center;
  background-size: cover;
  background-blend-mode: overlay;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.banner-title {
  max-width: 100%;
  width: 100%;
  margin-bottom: 40px;
}

/* .back-btn-box {
  max-width: 120px;
  width: 100%;
} */

.back-btn-box .back-btn {
  margin: 0 auto;
  padding: 10px 30px;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  border: none;
  background-color: #0d6efd;
}

.back-btn-box .back-btn:hover {
  background-color: #0d6efd! important;
}

#hero h1 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 90px;
  line-height: 110px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#hero h1 span {
  font-size: 68px;
  font-weight: 300;
  display: block;
  line-height: 1.2;
  text-transform: none;
}

#hero p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 0;
}

.download-content h4 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.down-btn i {
  font-size: 20px;
}

.download-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.down-btn {
  background: #FFFFFF;
  border-radius: 6px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  padding: 17px 29px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  gap: 10px;
  box-shadow: none;
}

.btn:active,
.start-btn:hover,
.down-btn:hover {
  box-shadow: none;
  border-color: #fff;
  color: #fff;
  background: transparent! important;
}

.down-btn:focus {
  box-shadow: none;
}

.browser-btn {
  border: 2px solid #FFFFFF;
  border-radius: 6px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  padding: 18px 24px;
  color: #FFFFFF;
}

.browser-btn:hover {
  background: #fff! important;
  color: #000;
  border-color: transparent;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/* ======== about section ===== */
.about-section {
  padding: 120px 20px;
  background: rgba(0, 0, 0, .05);
  position: relative;
}

.section-title {
  margin-bottom: 50px;
}

.section-title h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  color: #262D33;
}

.about-section p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  color: rgba(0, 0, 0, .7);
}

.gallery-img {
  display: block;
  overflow: hidden;
}

.gallery-img a {
  display: block;
  transform: scale(1);
  transition: all .3s ease-in-out;
  overflow: hidden;
}

.gallery-img a:hover {
  transform: scale(1.1);
}

/* ======= abt-neno-section ======== */
.abt-neno-section {
  padding: 120px 20px;
  position: relative;
  background: #fff;
}

.left-neno-content .top-title {
  margin-bottom: 40px;
}

.left-neno-content .top-title h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #262D33;
  margin-bottom: 40px;
}

.left-neno-content .top-title p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  color: rgba(0, 0, 0, .7);
  margin-bottom: 20px;
}

.left-neno-content .top-title p:last-child {
  margin-bottom: 0;
}

.left-neno-content .download-content h4 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 20px;
}

.download-black-btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.down-black-btn i {
  font-size: 20px;
}

.down-black-btn {
  background: #000;
  border-radius: 6px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  padding: 17px 29px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  gap: 10px;
  box-shadow: none;
}

.left-neno-content .down-black-btn:hover {
  background: transparent! important;
  border-color: #000;
  color: #000;
}

.down-btn:focus {
  box-shadow: none;
}

.browser-black-btn {
  border-color: #000;
  color: #000;
}

.left-neno-content .browser-black-btn:hover {
  background: #000! important;
  border-color: #000;
  color: #fff;
}

.right-neno-content img {
  border-radius: 10px;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumb-box {
  border-top: 1px solid rgba(255, 255, 255, .7);
  padding: 80px 20px;
}

#hero.banner-section {
  padding: 130px 0 0;
}

.breadcrumb-box-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.breadcrumb-box-content h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.breadcrumb .breadcrumb-item a,
.breadcrumb .breadcrumb-item {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  color: #FFFFFF;
}

.breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
  color: #fff;
  opacity: .8;
}

.breadcrumb-item+.breadcrumb-item::before {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .breadcrumb-box-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.body-section,
main {
  /* background-image: url("../img/left-bg-effect.png"), url("../img/right-bg-effect.png");
  background-position: top left, top right;
  background-repeat: no-repeat;
  background-size: auto 100%; */
  overflow: visible;
  padding: 60px 0 0;
  position: relative;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-section {
  background-color: #000;
  padding: 100px 0px 30px;
}

.footer-bottom {
  padding: 0px 20px 40px;
  border-bottom: 1px solid #1C2434;
}

.footer-bottom .download-content {
  max-width: 770px;
  width: 100%;
  margin-left: auto;
}

.footer-menu {
  margin-top: 40px;
}

.footer-nav-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-nav-link a {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: rgba(255, 255, 255, .8);
}

.footer-nav-link a:hover {
  color: #fff;
  text-decoration: underline;
}

.social-icon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.social-icon a {
  font-size: 24px;
  color: #fff;
}

.social-icon a:hover {
  color: var(--bs-link-hover-color);
}

#footer .copyright {
  padding-top: 30px;
}
.copyright a,
.copyright p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 0;
}

.copyright a:hover {
  text-decoration: underline;
}

.footer-copywrite {
  text-align: right;
}
/* ===== Icon Scroll ===== */

#hero .scrolldown {
  position: absolute;
  left: 0;
  bottom: 5%;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
#hero .scrolldown .scroll {
  border-radius: 100px;
  width: 25px;
  height: 45px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -15px;
  display: inline-block;
  border: 1px solid #fff;
  z-index: 99;
}
#hero .scrolldown .scroll:after {
  background: #fff;
  border-radius: 300px;
  width: 4px;
  height: 9px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin: 0 0 0 -2px;
  display: block;
  content: " ";
  -webkit-animation: wiggle 0.3s linear 0s infinite alternate;
  -moz-animation: wiggle 0.3s linear 0s infinite alternate;
  -o-animation: wiggle 0.3s linear 0s infinite alternate;
  animation: wiggle 0.3s linear 0s infinite alternate;
}

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%
}
.icon-scroll {
    width: 30px;
    height: 60px;
    /* margin-left: -20px; */
    bottom: 0px;
    margin-top: 0;
    text-align: center;
    background: url(../img/scroll-bg.png) top center no-repeat;
}

.icon-scroll:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll
}
@keyframes scroll {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        transform: translateY(26px)
    }
}
.privacy-section {
  padding: 120px 20px;
}

.privacy-section .box-content-details {
  margin-bottom: 50px;
}

.privacy-section .box-content-details:last-child {
  margin-bottom: 0;
}

.privacy-section .section-box-content h3 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400! important;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 1rem;
}
.privacy-section .section-box-content h2 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400! important;
  text-align: left;
  font-size: 50px;
  line-height: 61px;
  color: #000000;
  margin-bottom: 30px;
}

.section-box-content p {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: rgba(0, 0, 0, .9);
  margin-bottom: 20px;
}
.section-box-content p:last-child {
  margin-bottom: 0;
}

.section-box-content ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}

.section-box-content ul li {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: rgba(0, 0, 0, .9);
  margin-bottom: 5px;
}

.section-box-content ul li:last-child {
  margin-bottom: 0;
}