
/*----------------- Tilte ------------------*/
.main-title .upper-title {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}
.main-title h2 {
  font-family: "Poppins", sans-serif;
  font-size: 68px;
  line-height: 1.147em;
}
.main-title .txt-lg {
  font-size: 38px;
  color: #2A2A2A;
  padding-top: 88px;
}
.main-title .txt-lg span {text-decoration: underline;}
.main-title .txt-sm {
  font-size: 28px;
  color: #7C7C7C;
  font-weight: 300;
  padding-top: 38px;
}
/*---------------------- Landing Page -----------------------*/
.landing-banner {
  background: url(img/img_01.jpg) no-repeat left bottom;
  background-size: cover;
  padding: 180px 0 150px;
  position: relative;
  z-index: 5;
  overflow: hidden;
  text-align: center;
}
.landing-banner .hero-heading {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 100px;
  line-height: 1.1em;
  color: #fff;
  margin: 30px 0 95px;
}
.landing-banner .bg {
  max-width: 1270px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.25);
  padding: 0 12px 45px;
  border-radius: 300px;
}
.landing-banner .feature-block .main-count {
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  line-height: initial;
  font-weight: 500;
  color: #fff;
  margin-bottom: -10px;
}
/*---------------------- Dark Light Banner -----------------------*/
.dark-light-banner .media-img {
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #000;
}
.dark-light-banner p {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.1388em;
}
/*---------------------- Home Demo -----------------------*/
.home-demo-section .isotop-menu-wrapper {
  border-radius: 50px;
  background: #000;
  padding: 5px;
}
.home-demo-section .isotop-menu-wrapper li {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  line-height: 55px;
  border-radius: 50px;
  width: 160px;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.home-demo-section .isotop-menu-wrapper li.is-checked {
  background: #fff;
  color: #000;
}
.home-demo-section .img-meta {
  border-radius: 15px;
  overflow: hidden;
  display: block;
  position: relative;
  background: #212121;
  border: 1px solid #000;
}
.home-demo-section .img-meta a {
  position: absolute;
  top: calc(50% - 43px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 100px;
  text-align: center;
  padding: 0 28px;
  line-height: 38px;
  display: block;
  background: #ff481f;
  color: #fff;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.home-demo-section .img-meta a:hover {
  background: #000 !important;
}
.home-demo-section .img-meta:hover a {opacity: 1;}
.home-demo-section .img-meta a.one-page {
  top:calc(50% + 10px);
  background: #1060ff;
}
.home-demo-section .img-meta:hover img {
  opacity: 0.5;
}
.home-demo-section .wrapper .page-name {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  text-align: center;
  color: #000;
  font-weight: 500;
  margin: 22px 0 0;
}
.home-demo-section .wrapper {margin-bottom: 40px;}

/*---------------------- Core Feature Section -----------------------*/
.lan-core-feature-section {
  position: relative;
  z-index: 5;
}
.lan-core-feature-section .content-wrapper {margin: 0 -15px;}
.lan-core-feature-section .block {
  padding: 0 15px;
  margin-top: 30px;
}
.lan-core-feature-section .feature {
  width: 210px;
  height: 220px;
  text-align: center;
  padding: 5px;
  border-radius: 50px;
  border: 1px solid #ebebeb;
  transition: all 0.3s ease-in-out;
}
.lan-core-feature-section .feature .icon {height: 54px;}
.lan-core-feature-section .feature .icon img {max-height: 100%; transition: all 0.3s ease-in-out;}
.lan-core-feature-section .feature p {
  font-size: 17px;
  color: #000;
  margin: 30px 0 0;
  line-height: 20px;
}
.lan-core-feature-section .feature:hover {
  background: rgba(0, 0, 0, 0.01);
}
.lan-core-feature-section .feature:hover .icon img {transform: translateY(-5px);}
/*---------------------- Footer -----------------------*/
.ln-footer {
  position: relative;
  z-index: 6;
}
.ln-footer .shape-one {
  top:50%;
  left: 50%;
  max-height: 100%;
  transform: translate(-50% , -50%);
}
/*-------------------- Responsive ------------------*/

/*------------*/
@media (min-width: 1200px) and (max-width: 1399px) {
  .landing-banner .hero-heading {font-size: 68px;}
  .landing-banner {padding: 150px 0 120px;}
  .landing-banner .feature-block .main-count {font-size: 55px; margin-bottom: -5px;}
  .main-title h2 {font-size: 55px;}
  .dark-light-banner p {font-size: 32px;}
}
/*------------*/
@media (max-width: 1199px) {
  .landing-banner {padding: 150px 0 80px;}
  .landing-banner .logo {width: 60px;}
  .landing-banner .hero-heading {font-size: 42px; line-height: 1.2em; margin-bottom: 50px;}
  .landing-banner .feature-block .main-count {font-size: 35px; margin: 0;}
  .main-title h2 {font-size: 35px;}
  .main-title .upper-title {font-size: 15px;}
  .home-demo-section .isotop-menu-wrapper li {line-height: 50px; width: 130px; font-size: 18px;}
  .home-demo-section .wrapper {margin-bottom: 30px;}
  .lan-core-feature-section .feature {width: 200px; height: 190px; border-radius: 30px;}
  .dark-light-banner p {font-size: 24px; line-height: 1.3em;}
}
/*------------*/
@media (max-width: 991px) { 
  .home-demo-section .img-meta img {opacity: 0.5;}
  .home-demo-section .img-meta a {opacity: 1;}


}
/*------------*/
@media (min-width: 768px) and (max-width: 991px) { 

}
/*------------*/
@media (min-width: 576px) and (max-width: 991px) { 
  .home-demo-section .home-item {width: calc(100%/2 - (((2 - 1) * 1rem) / 2));}
}
/*------------*/
@media (max-width: 767px) { 
  .ln-footer .shape-one {display: none;}
}
/*------------*/
@media (max-width: 575px) { 
  .landing-banner .bg {border-radius: 70px;}
  .home-demo-section .home-item {width: 100%;}
  .theme-main-menu .signup-btn-one {font-size: 16px; padding: 0 22px; line-height: 50px;}
}