@import url('jano/css/style.css');
@import url('jano/css/responsive.css');




.landing-page .navbar-nav .nav-link.active {color: var(--prime-ten);}
/*----------------- Tilte ------------------*/
.ln-title-one h2 {
  font-size: 68px;
  line-height: 1.25em;
  letter-spacing: 0px;
}
.ln-title-one h2 span img {left: 5px; bottom: -3px; position: absolute; z-index: -1;}
.ln-title-one .upper-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.26px;
  color: var(--prime-ten);
}
/*---------------------- Landing Page -----------------------*/
.landing-banner {
  padding: 125px 0 0;
  position: relative;
  text-align: center;
  z-index: 1;
  background: #FEFBF7;
}
.landing-banner .landing-heading {
  color: #000;
  font-size: 78px;
  line-height: 1.35em;
}
.landing-banner .landing-heading span img {
  left: 7px;
  bottom: -2px;
  position: absolute;
  z-index: -1;
}
.landing-banner .feature-block .main-count {
  font-size: 66px;
  line-height: initial;
  color: #000;
  margin-bottom: -14px;
}
.landing-banner .feature-block p {
  color: #000;
  font-size: 24px;
  margin: 0;
}
.landing-banner .screen_01 {
  position: relative;
  z-index: -1;
  margin: -190px auto 0;
}
.landing-banner .shape-one {
  left: 17%;
  top: 13%;
  animation: jumpThree 5s infinite linear;
}
.landing-banner .shape-two {
  right: 9%;
  top: 13%;
  animation: jumpThree 5s infinite linear;
}
.landing-banner .shape-three {
  right: 0;
  top: 23%;
  animation: jumpTwo 5s infinite linear;
}
.landing-banner .shape-four {
  right: 18%;
  top: 35%;
  animation: jumpThree 5s infinite linear;
}
.landing-banner .shape-five {
  left: 8%;
  top: 28%;
  animation: jumpTwo 5s infinite linear;
}
/*---------------------- Primary Feature -----------------------*/
.primary-feature .feature-block .icon {
  width: 70px;
  height: 70px;
  padding: 3px;
  background: #161616;
  border-radius: 50%;
  margin: 0 auto;
}
.primary-feature .feature-block h4 {
  font-size: 22px;
  letter-spacing: -0.5px;
  line-height: 1.75em;
  margin: 25px 0 0;
}
.primary-feature .shape-one {
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
}
/*---------------------- Home Demo -----------------------*/
.home-demo-section {background: #FAFAFA;}
.home-demo-section .shape-one {top: -15px; left: 0;}
.home-demo-section .shape-two {bottom: 8%; right: 0;}

.home-demo-section .isotop-menu-wrapper {
  border: 2px solid #000;
  border-radius: 15px;
  padding: 10px 15px;
  position: relative;
}
.home-demo-section .isotop-menu-wrapper:before {
  content: url(img/shape_10.svg);
  position: absolute;
  top: -70px;
  right: -65px;
}
.home-demo-section .isotop-menu-wrapper li {
  color: #000;
  font-size: 18px;
  line-height: 43px;
  border-radius: 8px;
  padding: 0 28px;
  margin: 5px 3px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.home-demo-section .isotop-menu-wrapper li.is-checked {background: #000;color: #fff;}
.home-demo-section .img-meta {
  border-radius: 15px;
  overflow: hidden;
  display: block;
  position: relative;
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.03);
}
.home-demo-section .img-meta:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.2);
}
.home-demo-section .wrapper:hover .img-meta:before {opacity: 1;}
.home-demo-section .img-meta span {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 42px;
  transform: translate(-50% , -50%);
  opacity: 0;
}
.home-demo-section .wrapper:hover .img-meta span {opacity: 1;}
.home-demo-section .wrapper .page-name {
  font-weight: 500;
  font-size: 22px;
  color: #000;
  letter-spacing: -0.4px;
  margin: 25px 0 5px;
}
.home-demo-section .wrapper .page-category {font-size: 15px; color: #989898;}
.home-demo-section .wrapper {margin-bottom: 55px;}
/*---------------------- Load Speed Section -----------------------*/
  
.load-speed-section .block-container {position: relative; z-index: 2;}
.load-speed-section .block-container .shape-one {
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
}
.load-speed-section .block-container .block-wrapper {
  height: 240px;
  text-align: center;
  padding: 20px 15px;
  background: #FFFFFF;
  border: 1px solid #000;
  box-shadow: 0px 40px 80px rgba(0, 30, 57, 0.04);
  border-radius: 15px;
  position: relative;
}
.load-speed-section .block-container .block-wrapper:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 15px;
  z-index: -1;
}
.load-speed-section .block-container .rating {
  font-weight: 500;
  font-size: 48px;
  color: #000;
  line-height: initial;
}
.load-speed-section .block-container p {
  color: #000;
  font-size: 17px;
  line-height: 26px;
  margin: 0;
}
.load-speed-section .block-container .rating-star li {
  font-size: 15px; 
  margin: 0 4px;
  color: #B3B3B3;
}
.load-speed-section .block-container .rating-star li .bi-star-fill {color: #FFB043;}

/*---------------------- Inner Page Section -----------------------*/
.lan-inner-page-section {
  background:#1D1D1D;
  position: relative;
  z-index: 1;
}
.lan-inner-page-section .title span {font-size: 1.35em; color: var(--prime-ten);}
.lan-inner-page-section .btn-twentyOne {padding: 0 45px;}
.lan-inner-page-section .screen-one {
  left: 0;
  top: 50%;
  max-width: 47%;
  transform: translateY(-50%);
}
.lan-inner-page-section .shape-one {
  top: -30px;
  left: 14%;
}
.lan-inner-page-section .shape-two {
  top: 14%;
  right: 5%;
  animation: jumpTwo 5s infinite linear;
}
.lan-inner-page-section .shape-three {
  bottom: -144px;
  right: 0;
}
/*---------------------- Core Feature Section -----------------------*/
.lan-core-feature-section {
  position: relative;
  z-index: 5;
}
.lan-core-feature-section .shape-one {
  right: 0;
  top: -140px;
  animation: fade-in 2.5s infinite linear;
}
.lan-core-feature-section .shape-two {
  left: 8%;
  top: 10%;
  animation: jumpThree 5s infinite linear;
}
.lan-core-feature-section .content-wrapper {margin: 0 -20px;}
.lan-core-feature-section .block {
  padding: 0 20px;
  margin-top: 50px;
}
.lan-core-feature-section .feature {
  width: 230px;
  height: 220px;
  text-align: center;
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  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-weight: 500;
  font-size: 18px;
  line-height: 30px;
  color: #000;
  margin: 25px 0 0;
}
.lan-core-feature-section .feature:hover {background: #FAFAFA; border-color: #FAFAFA;}
.lan-core-feature-section .feature:hover .icon img {transform: translateY(-5px);}
/*---------------------- Footer -----------------------*/
.ln-footer {
  background: #FAFAFA;
  position: relative;
  z-index: 6;
  padding: 250px 0 250px;
}
.ln-footer .purchase-button {
  width: 210px;
  line-height: 55px;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  background: #212121;
}
.ln-footer .purchase-button:hover {background: var(--prime-ten);}
.ln-footer .screen-one {
  top: 0;
  left: 4%;
  animation: jumpThree 10s infinite linear;
}
.ln-footer .screen-two {
  top: 0;
  right: 5%;
  animation: jumpTwo 10s infinite linear;
}
.ln-footer .screen-three {
  bottom: 4%;
  right: 8%;
  animation: jumpThree 10s infinite linear;
}
.ln-footer .screen-four {
  bottom: 0;
  left: 1%;
}
.ln-footer .shape-one {
  top:32%;
  left: 0;
  animation: fade-in 2s infinite linear;
}
.ln-footer .shape-two {
  bottom: 0;
  left:48%;
}
/*-------------------- Responsive ------------------*/

/*------------*/
@media (min-width: 1200px) and (max-width: 1399px) {
  .landing-banner .landing-heading {font-size: 65px;}
  .landing-banner .feature-block .main-count {font-size: 60px;}
  .ln-title-one h2 {font-size: 60px;}

}
/*------------*/
@media (max-width: 1199px) { 
  .landing-banner .shapes,.primary-feature .shape-one,
  .responsive-feature .shape-one,.responsive-feature .shape-two,.responsive-feature .shape-three,
  .element-section .shape-one,.lan-core-feature-section .shapes,
  .lan-inner-page-section .shape-one,.lan-inner-page-section .shape-three,.ln-footer .shapes {display: none;}
  .landing-banner .landing-heading {font-size: 55px; line-height: 1.3em;}
  .landing-banner .feature-block .main-count {font-size: 45px; margin-bottom: -8px;}
  .landing-banner .feature-block p {font-size: 18px;}
  .landing-banner .screen_01 {margin: -120px auto 0;}
  .primary-feature {padding: 120px 0 100px;}
  .primary-feature .feature-block .icon {width: 55px; height: 55px; padding: 15px;}
  .primary-feature .feature-block h4 {font-size: 18px; line-height: 1.6em; margin-top: 15px;}
  .home-demo-section .controls {padding: 10px;}
  .home-demo-section .wrapper .page-name {font-size: 20px; margin-top: 18px;}
  .responsive-feature .title-style-one .upper-title {padding-bottom: 14px;}
  .load-speed-section .block-container .rating {font-size: 35px;}
  .load-speed-section .block-container p {font-size: 16px;}
  .load-speed-section .block-container .block-wrapper {height: 185px;}
  .element-section .bg-wrapper .count {font-size: 60px; margin: 0;}
  .element-section .bg-wrapper p {font-size: 35px;}
  .element-section .bg-wrapper {padding: 15px 20px;}
  .lan-core-feature-section .feature {width: 200px; height: 190px;}
  .lan-core-feature-section .feature p {font-size: 17px; line-height: 28px; margin-top: 20px;}
  .lan-core-feature-section .feature .icon {height: 45px;}
  .ln-footer {padding: 80px 0 70px;}
  .ln-title-one h2 {font-size: 35px; line-height: 1.45em;}
  .ln-title-one .upper-title {font-size: 14px;}
  .home-demo-section .isotop-menu-wrapper {padding: 5px;}
  .home-demo-section .isotop-menu-wrapper li {font-size: 15px; line-height: 38px; padding: 0 18px;}

}
/*------------*/
@media (max-width: 991px) { 
.theme-main-menu .purchase-button {margin-right: 60px; width: 155px; font-size: 15px; line-height: 46px;}
}
/*------------*/
@media (min-width: 768px) and (max-width: 991px) { 
  .responsive-feature .screen-one {max-width: 37%;}
  .lan-inner-page-section .screen-one {max-width: 40%;}
}
/*------------*/
@media (min-width: 576px) and (max-width: 991px) { 

}
/*------------*/
@media (max-width: 767px) { 
  .landing-banner .landing-heading {font-size: 42px;}
  .landing-banner .screen_01 {margin: auto;}
  .primary-feature .feature-block h4 {font-size: 18px;}
  .home-demo-section .controls {display: none !important;}
  .responsive-feature .screen-one,.lan-inner-page-section .screen-one {position: static; transform: none; max-width: 100%;}
}
/*------------*/
@media (max-width: 575px) { 
  .lan-core-feature-section .block {margin-top: 35px;}
}