/* ------------------------------------------------
  Project:   Sassaht - SaaS, Startup & WebApp Prebuilt Template
  Author:    ThemeHt
------------------------------------------------ */

/* ------------------------
    Responsive Css
------------------------*/
@media (max-width: 1400px) {
  #screenshots .app-image {
    height: 135px;
  }

  .logo img {
    height: 50px;
  }

  .navbar-nav .nav-item {
    margin: 0 15px;
  }

  .detail__background-img-info {
    padding-top: 85px !important;
  }
  .banner {
    height: 700px;
  }
}

@media (max-width: 1200px) {
  h1 {
    font-size: 40px;
    line-height: 65px;
  }

  h2 {
    font-size: 27px;
    line-height: 54px;
  }

  h3 {
    font-size: 26px;
    line-height: 36px;
  }

  h4 {
    font-size: 14px;
    line-height: 26px;
  }

  h5 {
    font-size: 19px;
    line-height: 28px;
  }

  h6 {
    font-size: 17px;
    line-height: 22px;
  }

  /*Header*/
  .logo img {
    height: 50px;
  }

  .search-input-div {
    display: none;
  }

  #header-wrap.fixed-header .logo img {
    height: 45px;
  }

  .navbar-nav .nav-item {
    margin: 0 10px;
    width: 100%;
  }

  /*Featured*/
  .featured-item.style-3 {
    padding-left: 70px;
    padding-right: 20px;
  }

  .featured-item.style-3 .featured-icon {
    /* left: 15px; */
  }

  /* about */
  #about .about-right {
    margin-bottom: 4rem;
  }

  /* screenshot */
  #screenshots .app-image {
    height: 127px;
  }

  .navbar-toggler {
    display: flex;
    flex-direction: column;
    text-align: right;
    align-items: flex-end;
    border: unset;
    /* gap: 0.3rem; */
  }

  .line {
    width: 30px;
    height: 4px;
    background-color: #fff;
    text-align: right;
    border-radius: 1rem;
    opacity: 1;
    transform-origin: center;
    transform: rotate(0) translate(0);
    transition: transform 0.25s linear, opacity 0.15s linear;
    margin: 0.15rem 0;
  }

  .drawer-menu-navbar .ant-drawer-close {
    padding: 15px 20px !important;
  }

  .drawer-menu-navbar .ant-drawer-body {
    padding: 20px 0px 20px 20px;
  }

  .drawer-menu-navbar .ant-drawer-close span {
    font-size: 30px;
  }

  .drawer-menu-navbar .ant-drawer-body .drawer-menu-navbar-avatar {
    padding-left: 15px;
  }

  .drawer-menu-navbar .ant-drawer-body .drawer-menu-navbar-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 4px;
    border: 1px solid #bbb;
    margin-bottom: 10px;
  }

  .drawer-menu-navbar .ant-drawer-body .drawer-menu-navbar-avatar h3 {
    color: rgb(66, 127, 225);
  }

  .drawer-navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border-top: 1px solid rgba(0, 0, 0, 0.079);
  }

  .drawer-nav-item {
    padding: 15px;
  }

  .drawer-nav-item .fa-caret-right {
    float: right;
    cursor: pointer;
    font-size: 20px;
  }

  .drawer-nav-item.borderTop {
    border-top: 1px solid rgba(0, 0, 0, 0.079);
    margin-top: 10px;
  }

  .drawer-nav-link {
    color: #292929;
    font-size: 16px;
    font-weight: 500;
  }

  .drawer-nav-item:hover,
  .drawer-nav-item.active {
    background-color: #f0f0f0;
  }

  .drawer-nav-item:hover .drawer-nav-link {
    color: #333;
  }

  .drawer-nav-link i {
    width: 30px;
  }

  .drawer-nav-link.active {
    color: rgb(66, 127, 225);
  }

  .drawer-dropdown-menu-web {
    display: none;
  }

  .drawer-dropdown-menu-web ul,
  .drawer-dropdown-menu-web ul li {
    padding: 10px;
  }

  .drawer-dropdown-menu-web ul li a {
    color: #333;
  }

  .drawer-dropdown-menu-web.active {
    display: block;
  }

  .image-column.right {
    padding: 0 50px 50px;
  }

  .portlet-body .list-menu.fixed-list-menu {
    width: 100%;
  }

  .active-header {
    background-color: #050a5a;
  }

  .header {
    position: fixed;
  }
}

@media (max-width: 992px) {
  .content-schem h3 {
    font-size: 20px;
  }

  .content-scheme {
    padding: 15px 20px;
  }

  .content-schem p {
    font-size: 15px;
  }

  .noMobile {
    display: none;
  }

  .background-banner-home {
    height: 100%;
    top: 0;
    position: absolute;
    background-size: cover;
    right: 0;
    width: 150%;
  }

  .page-content {
    padding-top: 50px;
  }
  .align-center {
    top: 68%;
  }

  h1 {
    font-size: 50px;
    line-height: 60px;
  }

  h2 {
    font-size: 30px;
    line-height: 46px;
  }

  h3 {
    font-size: 24px;
    line-height: 30px;
  }

  h4 {
    font-size: 16px;
    line-height: 23px;
  }

  h5 {
    font-size: 18px;
    line-height: 28px;
  }

  h6 {
    font-size: 17px;
    line-height: 26px;
  }

  /*Header*/
  #header-wrap {
    padding: 15px 0;
  }

  #header-wrap.fixed-header {
    padding: 15px 0;
  }

  .navbar-nav .nav-item {
    margin: 0;
  }

  .navbar-nav .nav-link {
    padding: 10px !important;
    border-radius: 0;
  }

  .navbar-nav a .sub-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -0.7em 0.5em 0 0;
    border-radius: 0.25rem;
    padding: 0;
    width: 2em;
    height: 1.4em;
    font-size: 1.25rem;
    line-height: 1.2em;
    text-align: center;
  }

  .navbar-collapse {
    border-radius: 7px;
    background: #ffffff;
    max-height: 400px;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 99;
    top: 50px;
    /* width: 100%; */
    overflow: auto;
    border: medium none;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  }

  .navbar-nav .dropdown-toggle::after {
    background: none !important;
    position: absolute;
    border: none;
    top: 50%;
    right: 0;
    margin: 0;
    border-radius: 0.25rem;
    padding: 0;
    width: auto;
    height: auto;
    font-size: 1.25rem;
    line-height: 1.2em;
    text-align: center;
    transform: translateY(-50%);
  }

  .navbar-nav .dropdown-toggle::after {
    content: '+';
  }

  .navbar-nav .dropdown.show > .dropdown-toggle::after {
    content: '-';
  }

  .navbar-nav .nav-item.show .nav-link,
  .navbar-nav .nav-item.show .dropdown-submenu.show > a {
    color: #03d665;
  }

  #header-wrap.fixed-header .navbar {
    padding-top: 0;
  }

  #header-wrap.fixed-header .right-nav {
    display: none !important;
  }

  .header-3 .navbar-brand {
    left: 10px;
  }

  .header-3 #header-wrap.fixed-header .navbar-brand {
    left: 0;
  }

  .banner-sub {
    height: 170px;
  }

  .banner-search,
  .banner-btn {
    margin-top: 40px;
    left: 47%;
  }

  .background-img-info.noSearch {
    padding: 170px 0 5rem;
  }

  /*Banner*/
  .fullscreen-banner {
    height: auto !important;
    padding-top: 150px !important;
    min-height: inherit;
  }

  .fullscreen-banner.banner-3 {
    padding-bottom: 250px !important;
  }

  .fullscreen-banner .align-center {
    position: inherit;
    transform: inherit;
    padding-top: 0 !important;
  }

  .page-title {
    padding: 160px 0;
  }

  .page-title h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .fullscreen-banner .img-side {
    position: relative !important;
    transform: inherit;
    top: inherit;
    left: inherit;
  }

  .hero-shape2 {
    width: 150%;
    height: 100%;
    top: -20%;
    left: -40%;
  }

  /*Side Image*/
  .side-image {
    display: none;
  }

  .img-side.img-right {
    left: auto;
    position: relative !important;
    right: 0;
  }

  .img-side.img-left {
    left: 0;
    position: relative !important;
    right: auto;
  }

  .image-column {
    left: 0;
    position: relative;
    top: inherit;
    transform: inherit;
  }

  /*Step*/
  .work-process .arrow {
    top: -10px;
    right: -20px;
  }

  .work-process .arrow .curve {
    height: 120px;
    width: 100px;
  }

  .work-process .arrow .point {
    left: 18px;
    top: 110px;
  }

  .post .post-desc {
    padding: 10px;
  }

  /*Tab*/
  .tab .nav-tabs .nav-link {
    margin-right: 10px;
    font-size: 16px;
    padding: 15px 20px;
  }

  /*Testimonial*/
  .testimonial.style-1 .testimonial-content {
    padding-right: 0;
  }

  .testimonial-content p {
    font-size: 16px;
    line-height: 30px;
  }

  .testimonial.style-2 .testimonial-img {
    width: 60%;
  }

  .testimonial.style-2 .testimonial-content {
    padding: 40px 20px 10px;
    width: 50%;
  }

  .testimonial.style-2 .testimonial-content p {
    font-size: 15px;
    line-height: 26px;
  }

  /*Countdown*/
  .countdown > li span {
    font-size: 60px;
    line-height: 70px;
  }

  .countdown > li p {
    font-size: 18px;
  }

  .coming-soon-pattern {
    right: -100%;
    bottom: 0;
  }

  /*Job-list*/
  .job-list-left {
    width: 55%;
  }

  .job-list-icon {
    margin-right: 30px;
  }

  /*Price Table*/
  .price-table.style-4 {
    display: block;
  }

  .price-table.style-4 .price-list {
    width: 100%;
    margin: 30px 0;
  }

  .price-table h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .price-table.style-4 .price-title {
    margin-right: 0;
  }

  /*Other*/
  .round-effect {
    left: 35%;
    top: 20%;
  }

  .owl-carousel.owl-nav2 .owl-nav {
    bottom: -10%;
    left: 0;
  }

  .footer {
    padding: 20px 0 80px;
  }

  .portfolio-filter button {
    padding: 8px 25px;
  }

  /* about */
  #about .about-left {
    flex: 0 100%;
  }

  #about .about-right {
    flex: 0 100%;
  }

  /* services */
  #services {
    margin-top: 2rem;
  }

  .grid.highlight .article.column {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid.list {
    display: block;
  }

  .sticky-content {
    display: none;
  }
}

@media (max-width: 767px) {
  .list-blogs-table table {
    width: 700px;
  }

  .portlet-body h1 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .portlet-body img {
    width: 50%;
    margin: auto;
    text-align: center;
    display: block;
  }

  .banner-btn {
    transform: translateX(205px);
  }

  .banner-search {
    width: 410px;
  }

  .banner-search,
  .banner-btn {
    left: 44%;
  }

  h2 {
    font-size: 25px;
  }

  h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .section-title p {
    font-size: 16px;
  }

  .page-title h1 {
    font-size: 30px;
    line-height: 30px;
  }

  /*Banner*/
  .sm-bg-cover {
    background-size: cover;
  }

  .survey-title {
    font-size: 18px;
  }

  .survey-number .title-value {
    font-size: 13px;
  }

  .survey-number .value {
    font-size: 14px;
  }

  .survey-click {
    font-size: 13px;
    text-transform: uppercase;
  }

  .hero-shape2 {
    width: 150%;
    height: 100%;
    top: -30%;
    left: -40%;
  }
  /*Tab*/
  .tab .nav-tabs .nav-link {
    margin-right: 3px;
    font-size: 15px;
    padding: 10px 8px;
  }

  .custom-li li {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }

  /*Testimonial*/
  .testimonial.style-1 {
    display: block;
    padding: 150px 0 0;
  }

  .testimonial.style-1 .testimonial-img {
    margin: 15px 50px 15px 50px;
  }

  .testimonial.style-1 .testimonial-content {
    margin-top: 50px;
  }

  .testimonial-1 .controls li:nth-child(1) {
    left: 0;
  }

  .testimonial-1 .controls li:nth-child(2) {
    right: 40%;
  }

  .testimonial-1 .controls li:nth-child(3) {
    right: 0;
    bottom: inherit;
    top: 0;
  }

  .testimonial.style-2 {
    display: block;
  }

  .testimonial.style-2 .testimonial-img {
    width: 100%;
  }

  .testimonial.style-2 .testimonial-content {
    padding: 40px 20px;
    width: 100%;
  }

  .testimonial.style-2 .testimonial-content p {
    font-size: 16px;
    line-height: 30px;
  }

  /*Countdown*/
  .countdown > li span {
    font-size: 40px;
    line-height: 40px;
  }

  .countdown > li p {
    font-size: 16px;
  }

  /*Job-list*/
  .job-list,
  .job-list-left,
  .job-list-right {
    display: block;
    width: 100%;
  }

  .job-list-icon {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .job-list-left {
    margin-bottom: 20px;
  }

  .job-list-time {
    display: block;
    margin-bottom: 20px;
    margin-right: 0 !important;
  }

  /*Portfolio*/
  .grid.columns-2 .grid-item,
  .masonry.columns-2 .masonry-brick,
  .grid.columns-3 .grid-item,
  .masonry.columns-3 .masonry-brick {
    width: 100%;
  }

  .portfolio-filter button {
    padding: 5px 15px;
  }

  .portfolio-filter button + button {
    margin-left: 10px;
  }

  /*Other*/
  .contact-inner {
    padding: 30px;
  }

  .round-anim {
    width: 550px;
    height: 550px;
    top: 0;
  }

  #mc-form .btn {
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }

  #footer-wave {
    bottom: -95px;
  }

  .error-page-2 h1 {
    font-size: 150px;
    line-height: 150px;
  }

  .app-img {
    top: inherit;
    bottom: -50px;
    width: 125%;
  }

  .work-process .arrow {
    display: none;
  }

  .survey-number {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

@media (max-width: 576px) {
  .title {
    font-size: 25px;
  }
  .single-main-default-news-inner {
    height: 240px;
  }
  .single-main-default-news-inner .news-content h3 {
    font-size: 16px;
    line-height: 28px;
  }
  .page-wrapper {
    display: block;
  }
  .scheme {
    height: 200px;
  }

  .content-scheme {
    padding: 10px 15px;
  }

  .content-scheme p {
    display: none;
  }
  .post .post-image {
    height: 200px;
  }
  .content-row {
    margin-bottom: 20px;
    /* border: 1px solid #1719522e; */
    /* padding: 15px; */
  }

  .list-blogs-table table {
    width: 1000px;
  }

  .portlet-body img {
    width: 90%;
    margin: auto;
    text-align: center;
    display: block;
  }

  h1 {
    font-size: 34px;
    line-height: 50px;
  }

  h2 {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  h3 {
    font-size: 20px;
    line-height: 28px;
  }

  h4 {
    font-size: 18px;
    line-height: 26px;
  }

  .section-title h2 {
    font-size: 22px;
    line-height: 38px;
  }

  /*Header*/
  .header-2 {
    height: 60px;
  }

  .banner-sub {
    height: 150px;
  }

  .banner-search,
  .banner-btn {
    margin-top: 30px;
  }

  .background-img-info.noSearch {
    padding: 100px 0;
  }

  .navbar {
    justify-content: space-between;
  }

  .navbar-collapse {
    top: 100px;
  }

  #header-wrap {
    padding: 0px;
  }

  #header-wrap.fixed-header .navbar-collapse {
    top: 50px;
  }

  .right-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    justify-content: center !important;
  }

  .header-call a {
    font-size: 13px;
  }

  .page-content {
    padding-top: 2rem;
  }
  .fullscreen-banner p br {
    display: none;
  }

  .breadcrumb-item {
    line-height: 30px;
  }

  .page-title {
    padding: 160px 0 110px;
  }

  /*Hero-shape*/
  .hero-shape2 {
    width: 200%;
    height: 100%;
    top: -40%;
    left: -60%;
  }

  #particlesMobile-js {
    display: block;
  }
  #particles-js {
    display: none;
  }
  .background-banner-home {
    top: 0;
    position: absolute;
    height: 100%;
    width: 200%;
    right: 0;
    background-size: cover;
  }

  .banner .align-center {
    top: 64%;
  }

  .image-column.right {
    padding: 0px 50px 50px;
  }

  .section-title p {
    margin-bottom: 15px;
  }

  .content-row {
    margin-bottom: 60px;
  }

  .owl-carousel .post {
    margin: 0px 0px 20px;
  }

  .row-tiendo {
    font-size: 30px;
    padding: 10px;
  }

  /*Button*/
  .btn {
    padding: 8px 12px;
  }

  .btn + .btn {
    margin-left: 5px;
  }

  /*Post*/
  .post-meta ul li {
    font-size: 12px;
  }

  /*Testimonial*/
  .testimonial-carousel.testimonial-1 .controls li {
    width: 80px;
    height: 80px;
  }

  .testimonial-1 .controls li:nth-child(2) {
    right: 50%;
    margin-right: -40px;
  }

  /*Price Table*/
  .price-table.style-2 .price-title {
    padding-top: 40px;
  }

  .price-table.style-4 .price-header {
    display: block;
  }

  .price-table.style-4 .price-value {
    margin-top: 30px;
  }

  .price-table.style-4 .price-list ul li {
    margin-bottom: 20px !important;
    margin-right: 0;
    width: 100%;
  }

  /*Portfolio*/
  .portfolio-filter button {
    margin-bottom: 5px;
  }

  /*Other*/
  .featured-item.style-2 {
    padding: 30px;
  }

  footer {
    padding: 80px 0;
  }

  .error-page-2 h1 {
    font-size: 120px;
    line-height: 120px;
  }

  .round-anim {
    width: 300px;
    height: 300px;
  }

  .image-anim::before {
    width: 300px;
    height: 300px;
    left: 0;
  }

  .survey-left .row {
    width: unset;
  }

  .survey-title {
    font-size: 16px;
  }

  .survey-number .title-value {
    font-size: 12px;
  }

  .survey-number .value {
    font-size: 13px;
  }

  .survey-click {
    font-size: 12px;
    text-transform: uppercase;
    margin: 10px 10px 0;
    width: auto;
  }

  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    font-size: 24px;
    padding: 10px 30px !important;
  }

  /* #features .container .row {
    margin: 0 4rem;
  }
  #features .container .row {
    margin: 0 4rem;
  } */
  .featured-item .featured--image {
    max-width: 350px;
    max-height: 165px;
    overflow: hidden;
  }

  #services {
    margin-top: 2rem;
  }

  .noMobile {
    display: none;
  }
  .iconSlideHome {
    opacity: 0;
    position: absolute;
  }
  .svg-slide-home {
    width: 20px;
    height: 20px;
  }

  .title-bdr {
    margin-bottom: 30px;
  }

  .navbar-toggler:focus {
    box-shadow: unset;
  }

  .navbar-brand {
    margin-left: 0px;
  }

  .featured-item.style-3 .featured-image {
    width: 150px;
    height: 120px;
  }

  .featured-item.style-3 .featured-title {
    margin-left: 80px;
    height: 100%;
  }

  .featured-item.style-3 .featured-desc {
    display: none;
  }

  .banner-search,
  .banner-btn {
    left: calc(50% - 40px);
  }

  .banner-search {
    width: 260px;
    height: 40px;
  }

  .banner-btn {
    height: 40px;
    transform: translateX(130px);
  }

  .fixed-list-menu,
  .menu-second.subcate {
    margin-top: 0px;
  }

  .grid.highlight .article.column {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid.list .article.list .article-item {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 0;
  }

  .grid.list .article.list .article-title {
    font-size: 14px;
  }
}
@media (max-width: 413px) {
  .post .post-image {
    height: 158px;
  }
}
/* @media (max-width: 480px) {
  #features .container .row {
    margin: 0 3rem;
  }
} */

/* @media (max-width: 400px) {
  #features .container .row {
    margin: 0;
  }
} */

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: none !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: flex;
  }

  .navbar-expand-lg {
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg {
    justify-content: flex-start;
  }
}

.detail__background-img-info {
  padding-top: 135px;
  padding-bottom: 2rem;
  background-image: url(https://static.vecteezy.com/system/resources/previews/001/882/531/original/dark-blue-technology-background-free-vector.jpg);
  background-size: 100%;
  min-height: calc(100vh - 200px);
}
@media (max-width: 992px) {
  .footer_right{
    font-size: 14px!important;
    margin-top: 20px;
  }
  .footer_title{
    font-size: 22px !important;
    margin-bottom: 10px;
  }
  .footer_content{
    line-height: 2;
  }
  .title-page{
    font-size: 22px;
  }
}
