/*
Template Name: xacon - Bootstrap 5 Landing Page Tamplate
Author: Pichforest
File: Main scss file
*/
/*******************************
1.General
2.Helper
3.Components
4.Menu
5.Hero
6.Portfolio
7.Client
8.About
9.Services
10.Product
11.Blog
12.Pagination
13.Form
14.Footer
********************************/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
body {
  background-color: #ffffff;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  max-width: 1300px;
  margin: 0 auto;
  font-size: 14px;
}

html {
  background-color: #f5eae4;
  scroll-padding-top: 109px;
}

::selection {
  background: rgba(151, 160, 175, 0.3);
}

::-moz-selection {
  background: rgba(151, 160, 175, 0.3);
}

a,
a:hover {
  text-decoration: none !important;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3a3b46;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}

.row > * {
  position: relative;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.text-primary {
  color: #0a8ed8 !important;
}

.bg-primary {
  background-color: #0a8ed8 !important;
}

.bg-soft-primary {
  background-color: rgba(10, 142, 216, 0.1) !important;
}

.border-soft-primary {
  border-color: rgba(10, 142, 216, 0.1) !important;
}

.text-secondary {
  color: #6c757d !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-soft-secondary {
  background-color: rgba(108, 117, 125, 0.1) !important;
}

.border-soft-secondary {
  border-color: rgba(108, 117, 125, 0.1) !important;
}

.text-success {
  color: #1fdea5 !important;
}

.bg-success {
  background-color: #1fdea5 !important;
}

.bg-soft-success {
  background-color: rgba(31, 222, 165, 0.1) !important;
}

.border-soft-success {
  border-color: rgba(31, 222, 165, 0.1) !important;
}

.text-info {
  color: #00b4d8 !important;
}

.bg-info {
  background-color: #00b4d8 !important;
}

.bg-soft-info {
  background-color: rgba(0, 180, 216, 0.1) !important;
}

.border-soft-info {
  border-color: rgba(0, 180, 216, 0.1) !important;
}

.text-warning {
  color: #ffd655 !important;
}

.bg-warning {
  background-color: #ffd655 !important;
}

.bg-soft-warning {
  background-color: rgba(255, 214, 85, 0.1) !important;
}

.border-soft-warning {
  border-color: rgba(255, 214, 85, 0.1) !important;
}

.text-danger {
  color: #ff623e !important;
}

.bg-danger {
  background-color: #ff623e !important;
}

.bg-soft-danger {
  background-color: rgba(255, 98, 62, 0.1) !important;
}

.border-soft-danger {
  border-color: rgba(255, 98, 62, 0.1) !important;
}

.text-dark {
  color: #3a3b46 !important;
}

.bg-dark {
  background-color: #3a3b46 !important;
}

.bg-soft-dark {
  background-color: rgba(58, 59, 70, 0.1) !important;
}

.border-soft-dark {
  border-color: rgba(58, 59, 70, 0.1) !important;
}

.text-light {
  color: #f7f8f9 !important;
}

.bg-light {
  background-color: #f7f8f9 !important;
}

.bg-soft-light {
  background-color: rgba(247, 248, 249, 0.1) !important;
}

.border-soft-light {
  border-color: rgba(247, 248, 249, 0.1) !important;
}

.text-muted {
  color: #93959c !important;
}

.bg-muted {
  background-color: #93959c !important;
}

.bg-soft-muted {
  background-color: rgba(147, 149, 156, 0.1) !important;
}

.border-soft-muted {
  border-color: rgba(147, 149, 156, 0.1) !important;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-19 {
  font-size: 19px;
}

.fs-20 {
  font-size: 20px;
}

.fs-21 {
  font-size: 21px;
}

.fs-22 {
  font-size: 22px;
}

.fs-23 {
  font-size: 23px;
}

.fs-24 {
  font-size: 24px;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.icon {
  position: relative;
  top: -2px;
}

.icon-xxl {
  height: 58px;
  width: 58px;
}

.icon-xl {
  height: 42px;
  width: 42px;
}

.icon-lg {
  height: 34px;
  width: 34px;
}

.icon-sm {
  height: 30px;
  width: 30px;
}

.icon-s {
  height: 24px;
  width: 24px;
}

.icon-xs {
  height: 18px;
  width: 18px;
}

.icon-xxs {
  height: 15px;
  width: 15px;
}

.sw-1_5 {
  stroke-width: 1.5px;
}

.sw-1 {
  stroke-width: 1px;
}

.section {
  padding: 80px 0px;
}

.title-section {
  padding-top: 110px;
}

.sm-section {
  padding: 40px 0px;
}

.border {
  border: 1px solid #ededed !important;
}

.border-top {
  border-top: 1px solid #ededed !important;
}

.border-bottom {
  border-bottom: 1px solid #ededed !important;
}

.border-end {
  border-right: 1px solid #ededed !important;
}

.border-primary {
  border-color: #0a8ed8 !important;
}

.rounded-lg {
  border-radius: 0.3rem;
}

.card {
  background-color: #ffffff;
  border: none !important;
}

.shadow {
  box-shadow: 1px 1px 7px 0px rgba(58, 59, 70, 0.09) !important;
}

.section-title {
  padding-left: 30px;
}

.dropdown-menu {
  font-size: 14.4px;
  border: 1px solid #ededed !important;
  min-width: 12rem;
}

.breadcrumb .breadcrumb-item a {
  color: #3a3b46;
}

.breadcrumb .breadcrumb-item.active {
  color: #0a8ed8 !important;
}

.brand-section {
  padding: 0px 0px 60px;
}

.client-box img {
  opacity: 0.7;
}

.client-box img:hover {
  opacity: 1;
}

.back-home {
  position: absolute;
  top: 4%;
  right: 2%;
  z-index: 1;
}

.back-home a {
  width: 40px;
  height: 40px;
  line-height: 38px;
  background-color: #0a8ed8;
}

.user-page .bg-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(58, 59, 70, 0.75);
}

.mode-btn {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 2;
  background-color: #097ec0;
  border: 1px solid #097ec0;
}

#mode .mode-dark {
  display: block;
}

#mode .mode-light {
  display: none;
}

.btn {
  padding: 10px 18px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  font-size: 14px;
  outline: none !important;
}

.btn:hover,
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none;
}

.btn-sm {
  padding: 8px 14px;
  font-size: 13px;
}

.btn-primary {
  color: #ffffff;
  background: #0a8ed8;
  border-color: #0a8ed8;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background: #0981c5;
  border-color: #0981c5;
  color: #ffffff;
}

.btn-secondary {
  color: #ffffff;
  background: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  background: #636b72;
  border-color: #636b72;
  color: #ffffff;
}

.btn-success {
  color: #ffffff;
  background: #1fdea5;
  border-color: #1fdea5;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background: #1dcc98;
  border-color: #1dcc98;
  color: #ffffff;
}

.btn-info {
  color: #ffffff;
  background: #00b4d8;
  border-color: #00b4d8;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
  background: #00a3c4;
  border-color: #00a3c4;
  color: #ffffff;
}

.btn-warning {
  color: #ffffff;
  background: #ffd655;
  border-color: #ffd655;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  background: #ffd141;
  border-color: #ffd141;
  color: #ffffff;
}

.btn-danger {
  color: #ffffff;
  background: #ff623e;
  border-color: #ff623e;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background: #ff512a;
  border-color: #ff512a;
  color: #ffffff;
}

.btn-dark {
  color: #ffffff;
  background: #3a3b46;
  border-color: #3a3b46;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active {
  background: #31323b;
  border-color: #31323b;
  color: #ffffff;
}

.btn-light {
  color: #ffffff;
  background: #f7f8f9;
  border-color: #f7f8f9;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active {
  background: #ebeef0;
  border-color: #ebeef0;
  color: #ffffff;
}

.btn-muted {
  color: #ffffff;
  background: #93959c;
  border-color: #93959c;
}

.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active {
  background: #888b92;
  border-color: #888b92;
  color: #ffffff;
}

.btn-outline-primary {
  color: #0a8ed8;
  background: transparent;
  border-color: #0a8ed8;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active {
  background: #0981c5;
  border-color: #0981c5;
  color: #ffffff;
}

.btn-outline-secondary {
  color: #6c757d;
  background: transparent;
  border-color: #6c757d;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active {
  background: #636b72;
  border-color: #636b72;
  color: #ffffff;
}

.btn-outline-success {
  color: #1fdea5;
  background: transparent;
  border-color: #1fdea5;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active {
  background: #1dcc98;
  border-color: #1dcc98;
  color: #ffffff;
}

.btn-outline-info {
  color: #00b4d8;
  background: transparent;
  border-color: #00b4d8;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active {
  background: #00a3c4;
  border-color: #00a3c4;
  color: #ffffff;
}

.btn-outline-warning {
  color: #ffd655;
  background: transparent;
  border-color: #ffd655;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active {
  background: #ffd141;
  border-color: #ffd141;
  color: #ffffff;
}

.btn-outline-danger {
  color: #ff623e;
  background: transparent;
  border-color: #ff623e;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active {
  background: #ff512a;
  border-color: #ff512a;
  color: #ffffff;
}

.btn-outline-dark {
  color: #3a3b46;
  background: transparent;
  border-color: #3a3b46;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active {
  background: #31323b;
  border-color: #31323b;
  color: #ffffff;
}

.btn-outline-light {
  color: #f7f8f9;
  background: transparent;
  border-color: #f7f8f9;
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active {
  background: #ebeef0;
  border-color: #ebeef0;
  color: #ffffff;
}

.btn-outline-muted {
  color: #93959c;
  background: transparent;
  border-color: #93959c;
}

.btn-outline-muted:hover,
.btn-outline-muted:focus,
.btn-outline-muted:active,
.btn-outline-muted.active {
  background: #888b92;
  border-color: #888b92;
  color: #ffffff;
}

.navbar {
  padding: 30px 0px;
  margin-bottom: 0px;
  max-width: 1300px;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}

.navbar .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  padding: 8px 14px;
  color: rgba(58, 59, 70, 0.75);
  font-weight: 500;
}

.navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  content: "\F0140" !important;
  font-family: "Material Design Icons" !important;
  color: rgba(58, 59, 70, 0.75);
  font-size: 18px;
  border: none;
  vertical-align: middle;
}

.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link:focus,
.navbar .navbar-nav .nav-item .nav-link:active {
  color: #0a8ed8;
  transition: all 0.3s;
}

.navbar .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after,
.navbar .navbar-nav .nav-item .nav-link.active.dropdown-toggle::after,
.navbar .navbar-nav .nav-item .nav-link:focus.dropdown-toggle::after,
.navbar .navbar-nav .nav-item .nav-link:active.dropdown-toggle::after {
  color: #0a8ed8;
  transition: all 0.3s;
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  background-color: #ffffff;
  box-shadow: 0px 2px 6px rgba(58, 59, 70, 0.04);
  padding-left: 20px;
}

.navbar .navbar-nav .nav-item.dropdown .dropdown-menu .nav-item .nav-link {
  padding-left: 0;
}

.navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu,
.navbar .navbar-nav .nav-item.dropdown:active .dropdown-menu {
  display: block;
}

.navbar .navbar-toggler {
  padding: 0px;
  border: none;
  color: #3a3b46;
}

.navbar .navbar-toggler:focus {
  box-shadow: none !important;
  outline: none;
}

.navbar .navbar-brand .logo-dark {
  display: block;
}

.navbar .navbar-brand .logo-light {
  display: none;
}

.navbar .cart-icon {
  color: #3a3b46;
}

.navbar .cart-icon:hover {
  color: #0a8ed8;
}

.navbar .cart-icon .cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  line-height: 1.3;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.navbar .log-text {
  color: #6c757d;
}

.navbar .log-text:hover {
  color: #0a8ed8;
}

/*--- navbar sticky ---*/
.nav-sticky.navbar {
  margin-top: 0px;
  padding: 20px 0px;
  background-color: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(69, 61, 80, 0.08);
}

.nav-sticky.navbar .navbar-brand .logo-dark {
  display: block;
}

.nav-sticky.navbar .navbar-brand .logo-light {
  display: none;
}

.nav-sticky.navbar .navbar-nav .nav-item .nav-link {
  color: rgba(58, 59, 70, 0.75);
}

.nav-sticky.navbar .navbar-nav .nav-item .nav-link:hover,
.nav-sticky.navbar .navbar-nav .nav-item .nav-link:active,
.nav-sticky.navbar .navbar-nav .nav-item .nav-link:focus,
.nav-sticky.navbar .navbar-nav .nav-item .nav-link.active {
  color: #0a8ed8;
}

@media (max-width: 991.98px) {
  .navbar {
    background-color: #ffffff;
    box-shadow: 0px 4px 20px rgba(51, 51, 51, 0.08);
    padding: 14px;
  }
  .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    box-shadow: none;
  }
}

.hero {
  padding: 190px 0px 150px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  .hero {
    padding: 150px 0 50px;
  }
}

@media (max-width: 575.98px) {
  .hero {
    padding: 140px 0 30px;
  }
}

.filter-options li a {
  font-size: 14px;
  padding: 0px 10px;
  color: rgba(58, 59, 70, 0.75);
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

.filter-options li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -10px;
  left: 0;
  background-color: #0a8ed8;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}

.filter-options li:hover a,
.filter-options li.active a,
.filter-options li:active a,
.filter-options li:focus a {
  color: #0a8ed8;
}

.filter-options li:hover a::after,
.filter-options li.active a::after,
.filter-options li:active a::after,
.filter-options li:focus a::after {
  visibility: visible;
  transform: scaleX(1);
}

.filter-box {
  display: none;
}

.show {
  display: block;
}

.work-container .card-body {
  margin-top: 24px;
}

.work-container .card-body .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
  padding: 20px;
  transition: all 0.5s ease;
  border-radius: 6px;
  margin: 0 10px 0 10px;
}

.work-container .card-body:hover .content {
  opacity: 1;
  transform: translateY(-12%);
}

@media (max-width: 576px) {
  .filter-option li {
    margin-bottom: 10px;
  }
}

.client-section .client-box img {
  transition: all 0.4s ease-in-out;
  height: 40px;
  opacity: 0.65;
}

.client-section .client-box img:hover {
  opacity: 1;
}

.tns-outer {
  position: relative;
}

.tns-outer .tns-nav {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.tns-outer .tns-nav button {
  width: 15px !important;
  height: 7px !important;
  border: none;
  background-color: rgba(10, 142, 216, 0.3) !important;
  padding: 0px;
  margin: 0px 4px;
  transition: all 0.3s;
  border-radius: 2px;
}

.tns-outer .tns-nav button:focus,
.tns-outer .tns-nav button:hover,
.tns-outer .tns-nav button:active,
.tns-outer .tns-nav button.active {
  outline: none;
  background-color: #0a8ed8 !important;
}

.tns-outer .tns-nav button.tns-nav-active {
  background-color: #0a8ed8 !important;
  width: 25px !important;
}

@media (max-width: 991.98px) {
  .tns-outer .tns-nav {
    position: absolute;
    top: 80%;
    bottom: 0;
    left: 50%;
    margin: 20px 0 0 18px;
  }
}

@media (max-width: 575.98px) {
  .tns-outer .tns-nav {
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0%;
    margin: 20px 0 0 0;
  }
}

.ser-box {
  position: relative;
}

.ser-box:after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #0a8ed8;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
}

.ser-box .ser-icon {
  color: #3a3b46;
}

.ser-box:hover .ser-icon,
.ser-box.active .ser-icon {
  color: #0a8ed8;
}

.ser-box:hover::after,
.ser-box.active::after {
  opacity: 1;
  width: 100%;
  transform: translatex(1);
}

.cat-slider .cat-box {
  border: 1px solid #ededed;
  transition: all 0.3s ease-in-out;
}

.cat-slider .cat-box .cat-icon {
  color: #93959c;
}

.cat-slider .cat-box:hover,
.cat-slider .cat-box.active,
.cat-slider .cat-box:active {
  border: 1px solid #0a8ed8;
}

.cat-slider .cat-box:hover .cat-icon,
.cat-slider .cat-box.active .cat-icon,
.cat-slider .cat-box:active .cat-icon {
  color: #0a8ed8;
}

.product-item .hover-content {
  background-color: #f7f8f9;
  transition: all 0.5s ease-in-out;
  display: none;
}

.product-item .hover-content .pro-icon {
  color: #6c757d;
}

.product-item .hover-content .pro-icon:hover,
.product-item .hover-content .pro-icon.active {
  color: #0a8ed8;
}

.product-item:hover .hover-content,
.product-item.active .hover-content {
  display: block;
}

.pro-list-content .hover-content .pro-icon {
  color: #6c757d;
}

.pro-list-content .hover-content .pro-icon:hover,
.pro-list-content .hover-content .pro-icon.active {
  color: #0a8ed8;
}

.pro-detail-area .nav-tabs .nav-link {
  color: #3a3b46;
}

.pro-detail-area .detail-title.nav-tabs .nav-item.show .nav-link,
.pro-detail-area .detail-title.nav-tabs .nav-link.active {
  background-color: #0a8ed8;
  color: #ffffff;
}

.pay-text {
  z-index: 1 !important;
}

.post .date-box {
  z-index: 1;
}

.post .post-preview {
  transition: all 0.3s ease-out;
}

.post .post-preview:hover {
  opacity: 0.7;
}

.post .post-title a {
  color: #3a3b46;
  transition: all 0.3s ease-out;
}

.post .post-title a:hover {
  color: #0a8ed8;
}

.sidebar .tagcloud a {
  background-color: #ededed;
  color: #828497;
}

.sidebar .tagcloud a:hover {
  background-color: #0a8ed8;
  color: #ffffff;
}

.share-link li a {
  color: #3a3b46;
}

.share-link li a:hover {
  color: #0a8ed8;
}

.pagination .page-item {
  display: inline-block;
  margin: 5px 6px 0 0;
}

.pagination .page-item .page-link {
  border: 1px solid #ededed;
  border-radius: 3px;
  color: #3a3b46;
  background-color: #f7f8f9;
  display: block;
  float: none;
  padding: 8px 15px;
}

.pagination .page-item .page-link.active,
.pagination .page-item .page-link:focus,
.pagination .page-item .page-link:hover {
  z-index: 3;
  color: #ffffff;
  background-color: #0a8ed8;
  border-color: #0a8ed8;
}

.form-select {
  background-color: #f7f8f9;
  color: #3a3b46;
}

.form-select:focus {
  box-shadow: none;
  border-color: rgba(10, 142, 216, 0.4);
}

.form-check-input:checked {
  background-color: #0a8ed8;
  border-color: #0a8ed8;
}

.form-control {
  color: #3a3b46;
  box-shadow: none;
  border-radius: 4px;
  padding: 12px 15px;
  font-size: 14px;
  border-color: #ededed;
  background-color: #f7f8f9;
}

.form-control:focus {
  border-color: #82cef9;
  box-shadow: none;
  background-color: #f7f8f9;
  color: #3a3b46;
}

.footer {
  background-color: #fafafa;
  margin-top: 80px;
}

.footer .footer-logo .logo-light {
  display: none;
}

.footer .footer-logo .logo-dark {
  display: block;
}

.footer-alter {
  border-top: 1px solid rgba(58, 59, 70, 0.09);
}

.footer-alter .social-circle li a {
  color: #6c757d;
  transition: all 0.5s ease-in-out;
  border: 1px solid rgba(58, 59, 70, 0.13);
  border-radius: 50%;
  line-height: 34px;
  height: 36px;
  width: 36px;
  font-size: 16px;
}

.footer-alter .social-circle li a:hover,
.footer-alter .social-circle li a.active {
  color: #0a8ed8 !important;
  border: 1px solid #0a8ed8;
}
/*# sourceMappingURL=style.css.map */
